aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgData.java
Commit message (Expand)AuthorAgeFilesLines
* Use Viewport instead of cooked-up list of NumbersSamuel Tardieu2012-04-141-24/+4
* Revert "refactoring: use locale free format method for numbers"Bananeweizen2012-04-141-7/+8
* refactoring: use locale free format method for numbersBananeweizen2012-04-141-8/+7
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-94/+94
* Merge remote-tracking branch 'upstream/master' into master-newPortree-Kid2012-04-121-74/+28
|\
| * Refactoring: remove useless null checksSamuel Tardieu2012-04-121-25/+13
| * Implements cache for live-map tilesrsudev2012-04-121-1/+19
| * Remove unused methodsSamuel Tardieu2012-04-111-52/+0
* | Small fix (where built more effectively) for Pull #1391keith.paterson2012-04-121-8/+6
* | Small fix for Pull #1391keith.paterson2012-04-111-1/+1
* | Small fix for Pull #1391keith.paterson2012-04-111-5/+6
* | Merge remote-tracking branch 'upstream/master' into master-newkeith.paterson2012-04-111-34/+19
|\ \ | |/
| * Some methods are only used internallySamuel Tardieu2012-04-111-3/+3
| * Make cgDestination an immutable typeSamuel Tardieu2012-04-111-31/+16
* | Fixed Issues with showing waypoints in mapkeith.paterson2012-04-101-54/+92
|/
* #1384: FC when apply a filterBananeweizen2012-04-091-8/+2
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* When cleaning database entries, remove from all tablescampbeb2012-03-191-2/+1
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-2/+2
* 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