aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixed issue with not loggable OC-cachesrsudev2013-05-281-1/+1
| * Implements OKAPI access for oc.dersudev2013-05-261-0/+9
* | fixes #2771 - parsed cache from GCParser should be set detailed before addingMarco Jacob2013-05-271-2/+6
|/
* fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-251-2/+1
* Merge branch 'issue-2771' into upstreamSamuel Tardieu2013-05-251-1/+5
|\
| * fix #2771: cache archived status not updated on refreshSamuel Tardieu2013-05-251-1/+5
* | fix #2695: Different log types and order before/after log page loadingBananeweizen2013-05-091-10/+14
* | refactoring: simplify log types handlingBananeweizen2013-05-071-3/+1
* | fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-2/+2
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-1/+1
|\ \ | |/
| * issue #2636: fix was incorrect, check for equality, not identitySamuel Tardieu2013-04-071-1/+1
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-2/+14
|\ \ | |/
| * fix #2686: waypoint from notes are duplicated upon refreshSamuel Tardieu2013-04-071-2/+14
* | refactoring: prefer StringUtils.defaultIfBlank over an explicit testSamuel Tardieu2013-04-061-4/+1
* | fix #2555: try to detect waypoint type in personal noteBananeweizen2013-04-061-1/+25
|/
* Fix #2258: Share function should use http://coord.info/ URLSammysHP2013-03-081-1/+5
* fix #2534: Updating a OC.de cache doubles the cache descriptionBananeweizen2013-03-021-1/+27
* reduce memory usage for cache listsBananeweizen2013-02-141-36/+53
* new var instead of reassigning input parameterkoem2013-02-131-5/+5
* issue #275 - Move to other list from cache screenkoem2013-02-081-2/+8
* Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-031-3/+3
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-031-10/+25
* Make LazyInitializedList<E> a List<E>Samuel Tardieu2013-02-031-4/+4
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-0/+1647