aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgCache.java
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-3/+3
* FormattingSammysHP2011-09-141-432/+434
* Do not confuse "empty inventory" with "unknown inventory"Samuel Tardieu2011-09-131-3/+5
* Reinstate null checkSamuel Tardieu2011-09-131-0/+4
* Rename merge() into more exact gatherMissingFrom()Samuel Tardieu2011-09-131-47/+45
* Remove one instance of getHumanDistance()Samuel Tardieu2011-09-131-1/+1
* Replace callers of getHeading() by a direct callSamuel Tardieu2011-09-131-1/+1
* fix: don't try to replace NUMBER template in offline loggin mode. Thatbananeweizen2011-09-121-1/+1
* Use mixed case for cacheIdSamuel Tardieu2011-09-101-5/+5
* Merge branch 'master' into use-geopoint-391Samuel Tardieu2011-09-091-25/+1
|\
| * Merge remote branch 'Portree-Kid/database-optimization'Bananeweizen2011-09-091-25/+1
| |\
| | * Step 1 of Performance Cut down number of selects per cache keith.paterson2011-08-301-25/+1
* | | Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-7/+4
|/ /
* | typo in interface methodBananeweizen2011-09-081-1/+1
* | remove test only method, make it part of the mock object insteadBananeweizen2011-09-071-5/+0
* | Refactor to address issue #361Gerald Barker2011-09-031-8/+10
* | more refctoring missed in first passGerald Barker2011-09-031-3/+2
* | Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-6/+110
|\ \
| * | Additional test datablafoo2011-09-011-0/+25
| * | Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-08-311-391/+391
| |\ \
| | * | code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-1/+1
| * | | Mergeblafoo2011-08-291-3/+11
| * | | Merge conflictblafoo2011-08-291-0/+13
| * | | Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-08-291-13/+0
| |\ \ \ | | |/ /
| | * | have log filled with signature also in offline mode, fixes #267Bananeweizen2011-08-281-3/+9
| | |/
| * | Missing importsblafoo2011-08-291-382/+450
| |\ \
| | * | + Testsblafoo2011-08-291-1/+66
| | * | JavaDocblafoo2011-08-261-0/+7
| | |/
| * | Added javadocblafoo2011-08-261-0/+3
| |/
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-19/+21
|/
* first steps towards supporting other cache databases, see also commentsBananeweizen2011-08-221-9/+28
* enable import of opencaching GPX files, fixes #259bananeweizen2011-08-211-0/+12
* better input validation in GPX parser, fixes #244bananeweizen2011-08-201-4/+4
* sub menu for offline logging, fixes #232bananeweizen2011-08-191-7/+44
* first part of #232, sub menu for state selection is still missingbananeweizen2011-08-191-0/+37
* unify code for logging templates in settings and logging menu in loggingbananeweizen2011-08-151-4/+1
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-08-121-8/+8
|\
| * Remove uses of "== true" and "!= false"Samuel Tardieu2011-08-111-6/+6
| * using `.valueov()` instead of constructor for doubles and floatsFlorian Moesch2011-08-111-2/+2
* | sort event caches by event date, fixes #148Bananeweizen2011-08-111-1/+8
|/
* Personal note displaymucek42011-08-101-0/+4
* fix #105: Manual waypoint modifications are lost by RefreshBananeweizen2011-08-071-0/+1
* Merge pull request #84 from rahu/masterc:geo2011-08-011-1/+1
|\
| * Display Images from Logs (Issue #40)Ralf Hubert2011-08-011-1/+1
* | cleanupBananeweizen2011-08-011-0/+29
|/
* - refactoring: less and clearer codeKarsten Priegnitz2011-07-301-0/+1
* fix: NullPointerException in cache elevation updateBananeweizen2011-07-241-8/+25
* First commitmucek42011-07-111-0/+218