| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #3756: NPE when changing map source | Samuel Tardieu | 2014-04-13 | 1 | -1/+4 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | fix #3186: do not try to install a null map source | Samuel Tardieu | 2013-08-25 | 1 | -0/+15 |
| | | | | | | | If the wanted map source can no longer be found (because it has been made unavaiable on the device), try to install a default one, or fail silently with an error message in the log. | ||||
| * | Log warning if Google API key not available | SammysHP | 2013-08-22 | 1 | -3/+8 |
| | | |||||
| * | Disable Google Maps if no API key set | SammysHP | 2013-08-22 | 1 | -2/+9 |
| | | | | Since some months ago you cannot request a new key. Thus many new developers without a key create invalid map requests. | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | Fixes #2715, NPE when activiating menu on map | rsudev | 2013-05-13 | 1 | -0/+1 |
| | | | | | Additionally fixed single select group in map sources menu | ||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -2/+6 |
| | | |||||
| * | have Google Maps directions only on Google Maps devices | Bananeweizen | 2012-11-21 | 1 | -1/+1 |
| | | |||||
| * | fix #1940: Quicker change of OSM offline maps | Bananeweizen | 2012-11-04 | 1 | -59/+36 |
| | | |||||
| * | Refactoring: remove unnecessary boxing/unboxing | Samuel Tardieu | 2012-09-04 | 1 | -2/+2 |
| | | |||||
| * | refactoring: some findbugs cleanup | Bananeweizen | 2012-07-01 | 1 | -31/+14 |
| | | |||||
| * | refactoring: remove publicly shared constants in map implementation | Bananeweizen | 2012-05-03 | 1 | -0/+4 |
| | | |||||
| * | fix #1488: Disable OSM:Offline if no file is selected | Bananeweizen | 2012-05-03 | 1 | -12/+17 |
| | | |||||
| * | Compatibility for mapsforge 0.2.4 offline maps | rsudev | 2012-04-30 | 1 | -2/+2 |
| | | |||||
| * | refactorings | Bananeweizen | 2012-04-21 | 1 | -2/+8 |
| | | | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps | ||||
| * | make google maps api optional so that cgeo runs on x86 emulator | Stephan Merker | 2012-03-27 | 1 | -1/+8 |
| | | | | | | | - x86 system images in virtualization mode allows much faster dev cycles (since SDK r17) - GoogleMapProvider is added only if google map api is detected at run time | ||||
| * | fix several FindBugs warnings | Bananeweizen | 2011-11-19 | 1 | -6/+4 |
| | | | | | | | * methods starting with uppercase letter * unused field and access methods * null value not explicitly given as null argument in method call * unnecessary math.floor() | ||||
| * | Mapsource refactor little cleanup: | rsudev | 2011-11-15 | 1 | -12/+12 |
| | | | | | Rename singleton method to getInstance Bugfix for ordinal from mapsourceId | ||||
| * | Implementing #179, refactor maps to single source, last part | rsudev | 2011-11-15 | 1 | -0/+104 |
