aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc/GCMap.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: remove unused codeBananeweizen2015-02-151-10/+10
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-3/+0
* refactoring: more null annotationsBananeweizen2015-01-021-2/+5
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-19/+19
* refactoring: move LiveMapStrategy enums to mapBananeweizen2014-11-101-2/+2
* rename packageBananeweizen2014-11-021-4/+4
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
* Use Jackson for geocaching.com data parsingSamuel Tardieu2014-08-051-51/+46
* Use multicatchSamuel Tardieu2014-08-041-8/+2
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+1
* switch to Java 1.7Bananeweizen2014-07-171-8/+8
* Request live map info before decoding the PNGSamuel Tardieu2014-07-121-31/+36
* minor code cleanupsBananeweizen2014-05-171-24/+0
* Fixes #3639, Type filters on live map unreliablersudev2014-03-141-7/+70
* refactoring: use a LRUSet instead of a LRUMap for tile cacheSamuel Tardieu2014-03-061-2/+2
* refactoring: premium membership is specific to geocaching.comSamuel Tardieu2014-01-091-1/+1
* #3088: batch the database requests from the live mapBananeweizen2014-01-031-3/+6
* fix findbugs issueMichael Keppler2013-12-251-4/+4
* rename Login to GCLoginBananeweizen2013-12-161-1/+1
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-3/+3
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+3
* refactoring: more findbugs cleanupBananeweizen2013-08-181-1/+1
* Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popuprsudev2013-08-101-1/+1
* refactoring: findbugs cleanupsBananeweizen2013-08-071-6/+6
* Finetuning fixes for #1851 and #3000 (cache merging)rsudev2013-07-281-2/+1
* Fixes #2918, Restore debug info for live maprsudev2013-07-251-2/+10
* Fixes #2945, Geocaches not showing up on c:geo app on phonersudev2013-07-101-6/+2
* Fix #2962, Live map empty after loading has finishedrsudev2013-07-101-1/+1
* Implements #750, use preference activitykoem2013-07-091-1/+1
* Fixes #2826, Found caches shown on live maprsudev2013-07-061-1/+6
* Correct log messages to account for refactoringcampbeb2013-06-051-4/+4
* fix #2794 - rename SearchResult.addCache method nameMarco Jacob2013-05-281-2/+2
* Fixes #2731, Zero caches on live maprsudev2013-05-161-1/+3
* Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-081-2/+3
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-3/+3
* refactoring: simplify cache type checksBananeweizen2013-01-311-1/+1
* Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-231-1/+1
|\
| * fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-231-1/+1
* | Absence of a tile on the server is not an errorSamuel Tardieu2012-12-191-1/+1
* | Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-1/+1
* | Fix stylistic issueSamuel Tardieu2012-12-131-2/+1
* | Better PNG parsing of live mapmucek42012-12-131-3/+18
* | fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+2
|/
* Filtering of Types for BM Fixes #1733Portree-Kid2012-11-051-0/+3
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-1/+1
* refactoring: have more physical units code in one placeBananeweizen2012-06-031-7/+2
* Correct speed in Live Map. Fixes #1300blafoo2012-05-171-8/+7
* Found caches not hidden for basic members. Fixes #1203blafoo2012-05-161-2/+11