aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps
Commit message (Expand)AuthorAgeFilesLines
* fix #4019: enable live not working from wp mapSamuel Tardieu2014-08-201-0/+1
* remove unused importBananeweizen2014-08-021-1/+0
* Put map drawing utilities into their own utility classSamuel Tardieu2014-08-011-87/+4
* Move Google maps v1 files to package cgeo.geocaching.maps.google.v1Samuel Tardieu2014-07-3011-11/+11
* Remove now unused method in DoRunnableSamuel Tardieu2014-07-291-6/+0
* Identify variables initialized in onCreate()Samuel Tardieu2014-07-291-101/+62
* Narrow the scope of the viewport variableSamuel Tardieu2014-07-291-9/+9
* Narrow the scope of the zoom variableSamuel Tardieu2014-07-291-3/+3
* Add missing annotationSamuel Tardieu2014-07-291-0/+1
* Use consistent variable name for referenceSamuel Tardieu2014-07-291-21/+21
* Factor map reference retrievalSamuel Tardieu2014-07-291-15/+15
* Do not use a handler just to show a toastSamuel Tardieu2014-07-251-13/+5
* switch to Java 1.7Bananeweizen2014-07-176-30/+30
* remove some findbugs issuesBananeweizen2014-07-091-5/+10
* Use schedulePeriodically from RxJava 0.19.1+Samuel Tardieu2014-07-061-37/+4
* More theme fixesArne Schwabe2014-07-011-3/+1
* fix several name shadowing occurrencesBananeweizen2014-06-291-1/+1
* fix android plurals warningBananeweizen2014-06-291-2/+2
* 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
* avoid useless initializations in layout preview modeBananeweizen2014-05-253-2/+23
* fix #3871: provide up navigationBananeweizen2014-05-246-19/+10
* #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-184-24/+97
|\
| * Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-174-24/+97
* | #3818: remove further GC blocking referencesBananeweizen2014-05-1711-34/+28
|/
* Minor cleanupsSamuel Tardieu2014-05-141-1/+1
* 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
* Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-281-5/+9
|\
| * fix #3750: gracefully handle file system access restrictionsMichael Keppler2014-04-281-5/+9
* | Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-261-22/+43
|\ \ | |/
| * #3778: avoid reference from location updater to maps UIMichael Keppler2014-04-261-22/+43
* | Add more @NonNull annotations for overriden methodsSamuel Tardieu2014-04-242-2/+4
|/
* fix #3756: NPE when changing map sourceSamuel Tardieu2014-04-132-6/+11
* 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