aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgData.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor so all waypoint operations are done through the Cache object.campbeb2012-03-051-1/+1
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-4/+8
* fix #1151: Clicking "Spotted in" on trackable screen can give ExceptionBananeweizen2012-03-031-42/+25
* Improve offline loggingcampbeb2012-02-281-9/+2
* Refactor list retrieval, complements fix for #1178rsudev2012-02-261-11/+14
* fix #1130: Initial zoom for map in lists not always correctBananeweizen2012-02-171-9/+12
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-23/+23
* Fix #1040, waypoint typesrsudev2012-02-121-9/+27
* Relocated constants to new class Constantsblafoo2012-02-111-4/+4
* Changed database handlingblafoo2012-02-081-328/+359
* cgData unit testsblafoo2012-02-071-0/+24
* #1057: Crash in mapBananeweizen2012-01-281-4/+1
* Stronger use of CacheCacheblafoo2012-01-241-10/+41
* Set instead of List to avoid caches multiple times in search results V2blafoo2012-01-231-8/+4
* corrected static maps download for original waypointsMarco Jacob2012-01-191-1/+2
* set id when waypoint is storedMarco Jacob2012-01-151-1/+2
* Overlays instead of icons. Fixes #752blafoo2012-01-101-2/+3
* refactoring: clean up code around static mapsBananeweizen2012-01-081-4/+3
* fix #900: Static maps not updatedBananeweizen2012-01-081-0/+5
* Set instead of List to avoid caches multiple times in search resultsblafoo2012-01-061-8/+9
* Updated mocked data due to GC.com downtime on 04.01.2012blafoo2012-01-041-0/+4
* addendum to last commit: NPE for imported caches without any log Bananeweizen2012-01-041-10/+2
* Consistent naming for "premium members"blafoo2012-01-011-2/+2
* Consistent naming for "favorite"blafoo2011-12-311-3/+3
* refactoring: immutable attributes collectionBananeweizen2011-12-311-10/+2
* Test cases for viewport and when user is not logged inblafoo2011-12-281-1/+2
* fix: NPE if list has no entries (side effect of parse resultBananeweizen2011-12-271-3/+0
* cleanupBananeweizen2011-12-271-1/+0
* fix #908: Waypoint sortingBananeweizen2011-12-261-1/+1
* refactoring for #908: waypoint list of cache is immutable for clientsBananeweizen2011-12-261-10/+5
* Fixing #907, NullPointerException when returning to apprsudev2011-12-251-0/+1
* Extracted cache from cgeoapplicationblafoo2011-12-231-1/+8
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-231-3/+3
* New enum LoadFlagblafoo2011-12-231-8/+10
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-2/+3
* fix #358: have number of caches in list selectionBananeweizen2011-12-181-38/+57
* performance: faster opening of lists (~20%), better scrollingBananeweizen2011-12-181-18/+12
* Use of Logtype instead of intblafoo2011-12-141-15/+16
* Friend logsblafoo2011-12-101-6/+23
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-4/+4
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-3/+3
* refactoring: more Findbugs cleanupsbananeweizen2011-12-011-44/+41
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-231-21/+21
|\
| * Use of CacheType instead of Stringblafoo2011-11-181-21/+21
* | refactoring: more FindBugs issuesBananeweizen2011-11-211-31/+4
* | refactoring: more FindBugs issuesBananeweizen2011-11-201-12/+4
* | fix: don't replace null date with 1.1.1970 on database loading, #805Bananeweizen2011-11-191-1/+4
* | refactoring: remove duplicated getterBananeweizen2011-11-191-2/+2
|/
* Remove empty directories left hanging on the secondary storageSamuel Tardieu2011-11-161-1/+21
* ask for restore after reinstallation, fixes #777Bananeweizen2011-11-121-0/+18