aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/CGeoMap.java
Commit message (Expand)AuthorAgeFilesLines
* Fixes #4001, ANR on maprsudev2014-06-251-4/+16
* fix #3973: RxJava periodic timer is not stopped in onPauseSamuel Tardieu2014-06-091-3/+24
* convert map settings to checkbox based menusBananeweizen2014-06-011-15/+3
* #3922: remove static runnable referencesBananeweizen2014-05-301-195/+223
* #3922: remove more map references of non static inner classesBananeweizen2014-05-301-8/+39
* fix #3871: provide up navigationBananeweizen2014-05-241-7/+1
* #3818: kill multiple map referencesBananeweizen2014-05-231-58/+92
* fix #3877: hide menu items instead of disabling themBananeweizen2014-05-221-4/+4
* Merge remote-tracking branch 'schwabe/actionbar_pullrequest'Bananeweizen2014-05-181-17/+85
|\
| * Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-17/+85
* | #3818: remove further GC blocking referencesBananeweizen2014-05-171-2/+3
|/
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-4/+3
* Fixes #3698, Archived caches still shown on maprsudev2014-05-031-1/+1
* #3778: avoid reference from location updater to maps UIMichael Keppler2014-04-261-22/+43
* fix #3756: NPE when changing map sourceSamuel Tardieu2014-04-131-5/+7
* fix #3729: compass deviation -90° in landscape mode (GPS)Samuel Tardieu2014-04-061-1/+1
* fix #3729: compass deviation -90° in landscape modeSamuel Tardieu2014-04-051-1/+2
* fix #3707: missing method in Android < 2.3Samuel Tardieu2014-03-311-1/+1
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-4/+4
* Use a subscription model for GeoDirHandlerSamuel Tardieu2014-03-101-58/+30
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-20/+6
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-2/+2
* refactoring: use a LRUSet instead of a LRUMap for tile cacheSamuel Tardieu2014-03-061-1/+1
* refactoring: remove useless yield()Samuel Tardieu2014-02-271-4/+0
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
* Work on #3586: remove multiple geodirobservers manipulations in mapSamuel Tardieu2014-02-141-19/+2
* Fixes #3572, Context is not an instance of MapActivityrsudev2014-01-271-1/+1
* refactoring: do not start a thread to display a pointSamuel Tardieu2014-01-261-25/+9
* fix #3551: Circles on map not shown for mystery/multi caches with finalBananeweizen2014-01-181-1/+1
* fix #3470: map: unsure coords popup checkbox hiddenBananeweizen2014-01-171-1/+2
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-3/+3
* Emit parallel queries to connectors when searchingSamuel Tardieu2014-01-081-1/+1
* Use RxJava for direction and geodata updates rather than own observersSamuel Tardieu2014-01-081-1/+1
* findbugs: dead storageBananeweizen2014-01-031-2/+1
* fix #3501: No live map functionality for other sources than gc.comBananeweizen2014-01-031-3/+2
* #3224: limit initial zoom on live mapBananeweizen2014-01-031-1/+1
* #3224: limit initial zoom on live mapMichael Keppler2013-12-311-3/+15
* fix #3485: requests to gc.com although deactivatedSamuel Tardieu2013-12-281-15/+5
* Revert "experimental single overlay for maps"Samuel Tardieu2013-12-271-11/+18
* experimental single overlay for mapsBananeweizen2013-12-271-18/+11
* findbugs: synchronize lazy initialized objectsMichael Keppler2013-12-261-4/+1
* fix findbugs issueMichael Keppler2013-12-251-2/+3
* refactoring: reduce mapsforge memory usageBananeweizen2013-12-181-19/+14
* refactoring: remove duplication in login classesBananeweizen2013-12-161-1/+1
* rename Login to GCLoginBananeweizen2013-12-161-3/+3
* fix 3461: CME in map filteringBananeweizen2013-12-161-1/+1
* findbugs: more cleanupBananeweizen2013-12-081-6/+3
* refactoring: findbugs issuesBananeweizen2013-12-081-10/+9
* #3322: Option to 'show as list' only active when viewing live cachesDarek Kay2013-10-261-1/+1
* refactoring: remove pause in download from mapsBananeweizen2013-10-031-24/+2