aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgData.java
Commit message (Expand)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-3272/+0
* Cache size: using constants, not stringsKarsten Priegnitz2011-09-151-2/+3
* Return null when loading an invalid Geopoint from the databaseSamuel Tardieu2011-09-151-20/+36
* Fix #457mucek42011-09-151-5/+13
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-6/+6
* FormattingSammysHP2011-09-141-3024/+3030
* Factor code to read coordinates from database rowSamuel Tardieu2011-09-141-14/+18
* Always check for null coordinates before saving themSamuel Tardieu2011-09-141-8/+15
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-09-141-18/+45
|\
| * Write NULL into the database when coordinates are unknownSamuel Tardieu2011-09-141-3/+2
| * Create indices on the databaseSamuel Tardieu2011-09-131-15/+43
| * Do not reference null coordinatesSamuel Tardieu2011-09-131-3/+3
* | * performance: don't repeatedly get column indexesBananeweizen2011-09-141-137/+153
|/
* Remove one instance of getHumanDistance()Samuel Tardieu2011-09-131-1/+1
* Replace callers of getHeading() by a direct callSamuel Tardieu2011-09-131-1/+1
* Remove deprecated methodSamuel Tardieu2011-09-131-57/+0
* Cleanup and simplifySamuel Tardieu2011-09-131-12/+4
* Do not repeat the temporary table nameSamuel Tardieu2011-09-131-4/+5
* Add FIXME noteSamuel Tardieu2011-09-121-0/+1
* Use mixed case for cacheIdSamuel Tardieu2011-09-101-2/+2
* Use Geopoint instead of latitude/longitudeSamuel Tardieu2011-09-101-4/+4
* Use Geopoint instead of latitude/longitude pairSamuel Tardieu2011-09-101-2/+3
* Merge branch 'master' into use-geopoint-391Samuel Tardieu2011-09-091-133/+145
|\
| * Merge remote branch 'Portree-Kid/database-optimization'Bananeweizen2011-09-091-136/+150
| |\
| | * Removed Performance Logging Codekeith.paterson2011-09-091-4/+0
| | * Renamed Method and Commentskeith.paterson2011-09-071-7/+12
| | * Limit to 100keith.paterson2011-09-071-1/+1
| | * Combined reading of logs and log imageskeith.paterson2011-09-071-56/+32
| | * Step 2 Removed Complex Wherekeith.paterson2011-09-061-92/+120
| | * Step 1 of Performance Cut down number of selects per cache keith.paterson2011-08-301-18/+33
* | | Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-32/+25
|/ /
* | Merge pull request #362 from gezb/361mucek42011-09-051-49/+50
|\ \
| * | Refactor to address issue #361Gerald Barker2011-09-031-49/+50
* | | fix #186: Back from TB-detail should go to TB-list, sort trackables byBananeweizen2011-09-051-1/+1
* | | performance improvement for storing attributesBananeweizen2011-09-041-12/+26
|/ /
* | Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-53/+69
|\ \
| * | performance improvement storing logsBananeweizen2011-09-021-28/+33
| * | code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-24/+23
| * | GPX import of attributesKarsten Priegnitz2011-08-301-1/+13
| |/
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-38/+41
|/
* some code cleanupBananeweizen2011-08-221-1/+1
* cgData.hasLogOffline does not close db cursor, fixes #249bananeweizen2011-08-211-11/+9
* move file parsers into their own package, merge previous changes ofbananeweizen2011-08-211-16/+18
|\
| * Remove duplicate code (move to seperate method), Use enhanced for-each loop (...Michiel Korthuis2011-08-211-16/+18
* | refactoring of GPX parser (preparation for LOC import), resolved somebananeweizen2011-08-211-1/+1
|/
* Code refactor: use parameters in queries, remove unneeded variable-assignment...Michiel Korthuis2011-08-191-179/+129
* Merge branch 'master' into cleanupFlorian Moesch2011-08-131-33/+33
|\
| * code cleanup, fixed static code analysis bugsbananeweizen2011-08-121-2/+2
| * Merge pull request #170 from deebug/threadsafetyBananeweizen2011-08-121-1/+1
| |\
| | * I forgot to also synchronize `status()` in my commitFlorian Moesch2011-08-121-1/+1