aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files
Commit message (Expand)AuthorAgeFilesLines
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-2/+11
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-232-0/+2
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-2/+2
* Refactoring: simplify codeSamuel Tardieu2012-05-151-3/+1
* Refactoring: simplify if statementSamuel Tardieu2012-05-151-4/+1
* refactoring: minor cleanupsBananeweizen2012-05-151-1/+1
* Merge pull request #1555 from rsudev/ext_dbBananeweizen2012-05-131-3/+19
|\
| * Allow to move the c:geo database to the sdcard.rsudev2012-05-121-3/+19
* | fixes #1512 : deletes all static maps for waypoints of a cache on refreshMarco Jacob2012-05-121-0/+45
|/
* refactoring: remove some of the TODOsBananeweizen2012-05-061-1/+1
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-7/+7
* refactoring: remove some activity contexts from non activity codeBananeweizen2012-05-031-1/+1
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-2/+2
* fix: empty (but valid) log entries are not importedBananeweizen2012-05-011-1/+1
* Refactoring: simplify getExtension computationSamuel Tardieu2012-04-281-6/+1
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-282-2/+2
* Fix #1461: do not save metadata if data could not be savedSamuel Tardieu2012-04-271-8/+13
* Refactoring: remove unnecessary unboxingSamuel Tardieu2012-04-271-1/+1
* refactoring of database accessBananeweizen2012-04-231-3/+3
* Refactoring: do not create array to pass it to a varargs methodSamuel Tardieu2012-04-221-2/+2
* Refactoring: replace for loop by for each loopSamuel Tardieu2012-04-221-3/+3
* Refactoring: remove redundant return statementsSamuel Tardieu2012-04-221-1/+0
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-211-2/+1
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-24/+8
* refactoring: renames and encapsulationBananeweizen2012-04-191-3/+3
* refactoring: remove the logging tag from settingsBananeweizen2012-04-125-38/+33
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-2/+3
* Merge remote-tracking branch 'upstream/release' into upstreamSamuel Tardieu2012-04-011-2/+2
|\
| * Fix #1332: uppercase geocode built from name when importing GPXSamuel Tardieu2012-04-011-2/+2
* | Refactoring: use IWaypoint and cgCache instead of cgCoord objectSamuel Tardieu2012-04-011-63/+65
* | Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-315-5/+5
* | Reset Progress internal var progress to 0 on resetMarco Jacob2012-03-251-1/+1
* | no second dialog when skipping static maps on GPXImporterMarco Jacob2012-03-251-3/+8
* | Cache ETag and Last-Modified HTTP headers for imagesSamuel Tardieu2012-03-251-2/+51
* | Merge pull request #1318 from marco-jacob/issue#1309Bananeweizen2012-03-241-5/+17
|\ \ | |/ |/|
| * GPXImporter.importStaticMaps only loads cache when neededMarco Jacob2012-03-221-4/+3
| * Fix for issue 1309Marco Jacob2012-03-211-1/+14
* | Lint: use Double.valueOf(…) instead of new Double(…)Samuel Tardieu2012-03-221-2/+2
|/
* fix #1281: .gpx import fails to recognize most caches in TX ChallengeBananeweizen2012-03-201-13/+25
* static code analysis and other fixesBananeweizen2012-03-182-12/+11
* Merge pull request #1287 from marco-jacob/issue#1270Bananeweizen2012-03-181-3/+17
|\
| * GPXImporter now showing imported cache count on cancelMarco Jacob2012-03-151-3/+8
| * added abort button to GPXImporter and skip button for static maps importMarco Jacob2012-03-141-2/+11
* | Non-reliable coords for Basic Members. Fixes #1285blafoo2012-03-171-0/+1
|/
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-0/+14
* fix #1238: Fatal Error while updating stored cachesBananeweizen2012-03-091-8/+30
* Merge pull request #1230 from campbeb/fix1196Bananeweizen2012-03-061-1/+1
|\
| * Refactor so all waypoint operations are done through the Cache object.campbeb2012-03-051-1/+1
* | Merge remote-tracking branch 'marco-jacob/issue#285'Bananeweizen2012-03-051-4/+33
|\ \ | |/ |/|
| * import static maps after gpx importMarco Jacob2012-02-241-4/+33