aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgData.java
Commit message (Expand)AuthorAgeFilesLines
* Fix in showing of waypoint in viewport (join column is geocode!)Portree-Kid2012-04-291-1/+1
* Remove obsolete commentSamuel Tardieu2012-04-281-1/+1
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-8/+8
* Refactoring: simplify conditional expressionsSamuel Tardieu2012-04-271-6/+2
* refactoring of database accessBananeweizen2012-04-231-298/+166
* Refactoring: simplify redundant if statementSamuel Tardieu2012-04-221-11/+2
* Remove extra space in query and add tests for checking correctnessSamuel Tardieu2012-04-211-2/+2
* Refactoring: give a more precise return typeSamuel Tardieu2012-04-211-16/+10
* refactoringsBananeweizen2012-04-211-2/+1
* fix #1429: crash in waypoint loadingBananeweizen2012-04-211-10/+8
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-63/+55
* Do not use hardcoded custom list id offsetSamuel Tardieu2012-04-201-1/+1
* fix: trackable release date always parsed wronglyBananeweizen2012-04-201-5/+8
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-3/+3
* Refactoring: use viewports where appropriateSamuel Tardieu2012-04-201-57/+14
* Refactoring: remove dead code and cleanup code aroundSamuel Tardieu2012-04-201-101/+68
* Fix for #1714Portree-Kid2012-04-201-20/+44
* Merge pull request #1422 from samueltardieu/remove-ancient-database-upgrademucek42012-04-191-265/+0
|\
| * Remove database upgrade procedures for version < 52Samuel Tardieu2012-04-181-265/+0
* | refactoring: renames and encapsulationBananeweizen2012-04-191-22/+18
|/
* Fix #1411: acknowledge that some offline searches have no coordinatesSamuel Tardieu2012-04-161-14/+30
* 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