aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeodetail.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameterSamuel Tardieu2011-10-141-1/+1
* fix #645: remove multiple progress dialogs in details activityBananeweizen2011-10-091-64/+24
* fix #644: Cache note not removed after deleting at gc.comBananeweizen2011-10-091-0/+3
* Use isEmpty() and isNotEmpty() from CollectionUtilsSamuel Tardieu2011-10-091-3/+4
* Remove comparisons to booleansSamuel Tardieu2011-10-091-3/+3
* Fix: Last status in cache-loading not displayedSammysHP2011-10-091-9/+11
* Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-1/+1
* refactoring: make cache list type an enumBananeweizen2011-10-091-2/+2
* Fixed + refactored cgTrackable, added testblafoo2011-10-081-4/+4
* Various mechanical code cleanupsSamuel Tardieu2011-10-081-1/+1
* Merge remote-tracking branch 'sammyshp/verboseloading'Samuel Tardieu2011-10-051-25/+37
|\
| * Add verbose cache-loadingSammysHP2011-10-041-25/+37
* | Make several things static following the Settings static moveSamuel Tardieu2011-10-051-5/+5
|/
* fix #360: don't load cache description, except when needed in detailsBananeweizen2011-10-031-5/+5
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-21/+20
* Mark unused but necessary parameters so that they don't get removedSamuel Tardieu2011-09-291-0/+4
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...bananeweizen2011-09-291-1/+1
|\
| * Reinstate View on objects referenced from XML layoutSamuel Tardieu2011-09-291-1/+1
* | fix #557: one log image link only (even with multiple images)bananeweizen2011-09-291-8/+12
|/
* Use real parameters instead of a Map for searchByGeocode()Samuel Tardieu2011-09-291-13/+3
* Access static fields through static accessesSamuel Tardieu2011-09-291-1/+1
* Minor cleanupsSamuel Tardieu2011-09-291-2/+2
* Remove latitudeString and longitudeString fieldsSamuel Tardieu2011-09-281-3/+3
* fix #554: Forwarding OC-caches not possiblebananeweizen2011-09-271-27/+6
* Unify intent handling for spoilers and log imagesSamuel Tardieu2011-09-261-1/+2
* Show all the images associated with a log entry at onceSamuel Tardieu2011-09-261-12/+15
* initial support of OpenCaching.DE/.PL/.USBananeweizen2011-09-201-1/+22
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-09-161-5/+9
|\
| * Do not abuse String.indexOf()Samuel Tardieu2011-09-161-5/+9
* | fix #473: ROT13 on String or Spannable, including new testBananeweizen2011-09-161-27/+11
|/
* Cache result of waypoint order computationSamuel Tardieu2011-09-161-2/+2
* Make cgWaypoint comparableSamuel Tardieu2011-09-161-36/+3
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+2128