aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/MapProviderFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #3756: NPE when changing map sourceSamuel Tardieu2014-04-131-1/+4
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+1
|
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|
* fix #3186: do not try to install a null map sourceSamuel Tardieu2013-08-251-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 availableSammysHP2013-08-221-3/+8
|
* Disable Google Maps if no API key setSammysHP2013-08-221-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 activitykoem2013-07-091-1/+1
|
* Fixes #2715, NPE when activiating menu on maprsudev2013-05-131-0/+1
| | | | Additionally fixed single select group in map sources menu
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-2/+6
|
* have Google Maps directions only on Google Maps devicesBananeweizen2012-11-211-1/+1
|
* fix #1940: Quicker change of OSM offline mapsBananeweizen2012-11-041-59/+36
|
* Refactoring: remove unnecessary boxing/unboxingSamuel Tardieu2012-09-041-2/+2
|
* refactoring: some findbugs cleanupBananeweizen2012-07-011-31/+14
|
* refactoring: remove publicly shared constants in map implementationBananeweizen2012-05-031-0/+4
|
* fix #1488: Disable OSM:Offline if no file is selectedBananeweizen2012-05-031-12/+17
|
* Compatibility for mapsforge 0.2.4 offline mapsrsudev2012-04-301-2/+2
|
* refactoringsBananeweizen2012-04-211-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 emulatorStephan Merker2012-03-271-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 warningsBananeweizen2011-11-191-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:rsudev2011-11-151-12/+12
| | | | Rename singleton method to getInstance Bugfix for ordinal from mapsourceId
* Implementing #179, refactor maps to single source, last partrsudev2011-11-151-0/+104