aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: remove all unnecessary castsBananeweizen2011-10-151-2/+3
|
* new: map title describes what is shown, fixes #483Bananeweizen2011-10-152-26/+12
| | | | | | * shows geo code in case of caches * shows list title in case of lists (works also for search) * moved all map invocations into map class * refactored extras keys into String constants
* use WaypointTypekoem2011-10-112-2/+2
|
* Merge remote branch 'upstream/master' into enumskoem2011-10-103-3/+7
|\ | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeodetail.java
| * Use isEmpty() and isNotEmpty() from CollectionUtilsSamuel Tardieu2011-10-092-2/+6
| |
| * Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-1/+1
| |
* | always use WaypointTypekoem2011-10-082-4/+4
|/
* fix #120: make settings static (no singleton)Bananeweizen2011-10-039-27/+18
| | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this...
* Make some methods staticSamuel Tardieu2011-09-293-4/+4
|
* fix #554: Forwarding OC-caches not possiblebananeweizen2011-09-271-1/+1
| | | | | * use getUrl() of caches for forwarding * unify URL construction * move twitter stuff into own class
* Transmit any coordinates to internal mapSamuel Tardieu2011-09-271-0/+5
| | | | This fixes #546.
* Move sources into the main directorySamuel Tardieu2011-09-1627-0/+1418
This prepares the inclusion of tests into the same repository.