aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgData.java
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: remove all unnecessary castsBananeweizen2011-10-151-23/+22
* use WaypointTypekoem2011-10-111-3/+3
* Merge remote branch 'upstream/master' into enumskoem2011-10-101-103/+104
|\
| * Use isEmpty() and isNotEmpty() from CollectionUtilsSamuel Tardieu2011-10-091-14/+18
| * Remove comparisons to booleansSamuel Tardieu2011-10-091-16/+15
| * Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-2/+3
| * Fixed + refactored cgTrackable, added testblafoo2011-10-081-18/+18
| * Various mechanical code cleanupsSamuel Tardieu2011-10-081-67/+63
* | always use WaypointTypekoem2011-10-081-3/+4
|/
* fix #595: rename listBananeweizen2011-10-071-0/+23
* Reorganize and cleanup the local storage handlingSamuel Tardieu2011-10-061-116/+22
* Factor out the obsolete removal routine for possible reuseSamuel Tardieu2011-10-061-27/+38
* Use an heuristic to find old cache directories to clean upSamuel Tardieu2011-10-061-6/+7
* Remove obsolete cache filesSamuel Tardieu2011-10-061-57/+80
* Protect compiled statements from concurrent useSamuel Tardieu2011-10-051-10/+35
* fix #291: use parameters in most queries to enable better caching ofBananeweizen2011-10-031-65/+86
* fix #360: don't load cache description, except when needed in detailsBananeweizen2011-10-031-3/+22
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-98/+98
* Make parameters read-onlySamuel Tardieu2011-09-291-12/+4
* Minor cleanupsSamuel Tardieu2011-09-291-1/+1
* Include whole exception backtraceSamuel Tardieu2011-09-281-1/+1
* Remove latitudeString and longitudeString fieldsSamuel Tardieu2011-09-281-32/+102
* Remove unnecessary null checksSamuel Tardieu2011-09-271-8/+2
* Use existing StringUtils.join() instead of implode()Samuel Tardieu2011-09-261-2/+2
* Cache result of waypoint order computationSamuel Tardieu2011-09-161-3/+3
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+3272