aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/files
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-166-1311/+0
| | | | This prepares the inclusion of tests into the same repository.
* Use GeopointParser to parse coordinatesSamuel Tardieu2011-09-151-6/+3
|
* Cache size: using constants, not stringsKarsten Priegnitz2011-09-152-9/+11
|
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-1/+1
|
* Convert to Unix end-of-line formatSamuel Tardieu2011-09-144-272/+272
|
* FormattingSammysHP2011-09-146-1193/+1196
|
* Use mixed case for cacheIdSamuel Tardieu2011-09-101-1/+1
|
* Merge branch 'master' into use-geopointSamuel Tardieu2011-09-101-1/+0
|\ | | | | | | | | | | Conflicts: src/cgeo/geocaching/StaticMapsProvider.java src/cgeo/geocaching/cgeo.java
* | Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-083-17/+14
|/ | | | | | This uses the new Geopoint immutable class discussed in #58. No more independent longitude or latitude fields -- they are now treated and defined as a consistent pair.
* fix #380: GSAK GPX importBananeweizen2011-09-071-8/+61
|
* Use UUID instead of Long as a unique idSamuel Tardieu2011-09-062-10/+12
| | | | | The previously used id was not necessarily unique. The UUID class in java.util has been designed for this purpose.
* Refactor to address issue #361Gerald Barker2011-09-032-9/+11
|
* more refctoring missed in first passGerald Barker2011-09-031-1/+1
|
* Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-034-119/+243
|\
| * remove duplicated and unnecessary code from cgBase.formatCoordinates,Bananeweizen2011-09-021-6/+5
| | | | | | optimize performance
| * parse GUID in GPX, fixes #323Bananeweizen2011-09-011-0/+16
| |
| * make cache attribute parsing completely static to avoid heavy objectBananeweizen2011-09-011-57/+46
| | | | | | creation
| * code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-313-16/+16
| | | | | | | | | | | | | | | | literals, optimize string concatenation, move loop variables, remove return value parentheses, remove duplicate semicolons, fulfill equals contract If you get merge conflicts afterwards, you may overwrite any changes of this commit.
| * Merge commit 'upstream/master'Karsten Priegnitz2011-08-301-92/+50
| |\
| | * GPX import multiple times faster, also fixes missing line breaks in logsBananeweizen2011-08-291-92/+50
| | | | | | | | | from GPX
| * | GPX import of attributesKarsten Priegnitz2011-08-301-1/+163
| |/ | | | | | | | | | | | | - also: update DB to make attributes lowercase - also: don't show attribute icons when there no matching icons - this can be the case with stored caches before 7th or 8th of June 2011 - advice to update the cache is show also
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-023-14/+19
|/ | | refactor of code to use them.
* new: support for importing opencaching.com GPX files (OX... caches)Bananeweizen2011-08-271-2/+17
|
* code cleanup in GPX parser, no new featuresBananeweizen2011-08-271-43/+71
|
* code cleanup as adviced by Findbugsbananeweizen2011-08-261-1/+3
|
* first steps towards supporting other cache databases, see also commentsBananeweizen2011-08-221-40/+23
| | | from #259
* some code cleanupBananeweizen2011-08-221-3/+3
|
* Fix #227SammysHP2011-08-221-5/+4
|
* enable import of opencaching GPX files, fixes #259bananeweizen2011-08-211-9/+8
|
* move file parsers into their own package, merge previous changes ofbananeweizen2011-08-216-0/+1101
MichielK