aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: move waypoint parsing code in WaypointSamuel Tardieu2014-02-281-51/+3
* refactoring: make user actions depend on the connectorBananeweizen2014-01-041-4/+0
* fix #3494: EC attributes disappear on refreshSamuel Tardieu2014-01-031-4/+4
* There is no point in clearing an empty listSamuel Tardieu2014-01-031-1/+0
* Return a concrete list when returning cache logsSamuel Tardieu2014-01-021-2/+5
* optimization: do not merge a cache against itselfSamuel Tardieu2014-01-011-0/+3
* fix some findbugs findingsMichael Keppler2013-12-231-2/+2
* refactoring: remove duplicate codeBananeweizen2013-12-191-0/+17
* fix: NPE in search by geocodeBananeweizen2013-12-161-4/+4
* calendar addon: recognize one more variation of the event timeBananeweizen2013-12-131-1/+1
* findbugs: more cleanupBananeweizen2013-12-081-0/+3
* Fix #3441, 'Visited' not saved for own waypointsrsudev2013-11-261-1/+32
* Implements stable keys for opencaching waypointsrsudev2013-11-231-0/+8
* fix #3396: crash on logging event cacheBananeweizen2013-11-091-0/+2
* fixes #3370 #2960 #1320 - also keep empty and null values for hint, short des...Marco Jacob2013-11-071-3/+3
* fix #3371: Log-offline-menu doesn't respect cache sourceBananeweizen2013-10-191-33/+1
* fix #3368: New placeholer [LOG] for twitter templateBananeweizen2013-10-191-1/+1
* fix: wrong condition for not showing cache sizeBananeweizen2013-10-131-1/+7
* fix #3335: calendar time recognized wronglyBananeweizen2013-10-071-0/+2
* improve calendar time detectionBananeweizen2013-09-221-21/+19
* refactoring: add missing finalSamuel Tardieu2013-09-151-1/+1
* refactoring: do not duplicate code path, partition list insteadSamuel Tardieu2013-09-151-0/+8
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-0/+1
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-3/+3
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-22/+22
* findbugs: unchecked castsBananeweizen2013-08-281-7/+6
* refactoring: replace unboxing of boolean by BooleanUtils.isTrueSamuel Tardieu2013-08-251-15/+16
* refactoring: extract common codeBananeweizen2013-08-141-10/+2
* Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popuprsudev2013-08-101-28/+29
* fix #3061: name sorting wrong for certain number combinationsBananeweizen2013-07-281-6/+9
* Finetuning fixes for #1851 and #3000 (cache merging)rsudev2013-07-281-43/+47
* Fixes #3000: Basic members caches missing on mapJavaDog2013-07-281-1/+1
* fix #1851 - merge popup informationMarco Jacob2013-07-281-30/+43
* cleanup: remove isWatchlist() since isOnWatchlist() exists alreadySamuel Tardieu2013-07-141-5/+1
* Remove elevation handlingSamuel Tardieu2013-07-141-13/+0
* Fix #2962, Live map empty after loading has finishedrsudev2013-07-101-0/+4
* Implements #750, use preference activitykoem2013-07-091-0/+1
* fix #2937: Merging of personal note not OKBananeweizen2013-07-071-1/+1
* Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-271-1/+7
|\
| * make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-261-1/+7
* | Implements #2900, Support logging with password (oc)rsudev2013-06-271-0/+9
* | findbugs null pointers and initializationsBananeweizen2013-06-241-32/+30
|/
* Fix #2882 - Clear offline log through cache objectcampbeb2013-06-131-0/+5
* refactoring: use activity names for layoutsBananeweizen2013-06-091-3/+3
* fix #2841: *.loc from waymarking not importedBananeweizen2013-06-081-1/+4
* Correct log messages to account for refactoringcampbeb2013-06-051-1/+1
* Fix #2837 - Check for null waypoint coords in hasIdenticalWaypointcampbeb2013-06-041-1/+3
* refactoring: remove the cache realmBananeweizen2013-06-011-5/+4
* Merge pull request #2787 from rsudev/ocde_okapi_2rsudev2013-05-281-1/+10
|\