aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeo.java
Commit message (Expand)AuthorAgeFilesLines
* Correct language for CacheSize and CacheTypeblafoo2011-12-091-0/+14
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-041-4/+1
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-2/+2
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-1/+1
* refactoring of cgGeo.java, see #355Bananeweizen2011-11-301-5/+5
* first refactoring of cgGeo, see #355Bananeweizen2011-11-291-1/+1
* Merge pull request #829 from SammysHP/viewpagerSammysHP2011-11-271-1/+1
|\
| * New: Horizontal scrollable pages for cache-details using a ViewPager.SammysHP2011-11-231-1/+1
* | use an enum instead of magic constants for location providersbananeweizen2011-11-261-8/+1
|/
* Use of CacheType instead of Stringblafoo2011-11-181-36/+31
* Enabled (and fixed) (more) warningsblafoo2011-11-181-0/+1
* Remove Format.LAT_LON_DECMINUTE_PIPESammysHP2011-11-171-3/+2
* No need to store the context in a field of an Activity descendantSamuel Tardieu2011-11-161-15/+13
* ask for restore after reinstallation, fixes #777Bananeweizen2011-11-121-2/+35
* String.format needs no Locale argument to get the default oneSamuel Tardieu2011-11-091-2/+2
* Display a better message when gc.com is in maintenance modeSamuel Tardieu2011-11-081-1/+1
* Do not use deprecated methodsSamuel Tardieu2011-11-081-13/+9
* Use a separate and unique thread for Go4CacheSamuel Tardieu2011-11-071-1/+1
* Get rid of deprecated methods related to coordinatesSamuel Tardieu2011-11-071-2/+3
* Use existing method to render altitudeSamuel Tardieu2011-11-071-6/+1
* rename scan label in main menu, fixes #740Bananeweizen2011-11-011-1/+1
* Switch to English at initialization time if requestedSamuel Tardieu2011-10-201-0/+2
* support cache type "unknown", fixes #518Bananeweizen2011-10-161-3/+4
* new: map title describes what is shown, fixes #483Bananeweizen2011-10-151-1/+2
* Add an extra guard in cgeoFindNearestSamuel Tardieu2011-10-111-1/+1
* Remove comparisons to booleansSamuel Tardieu2011-10-091-3/+3
* Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-091-1/+1
* refactoring: make cache list type an enumBananeweizen2011-10-091-12/+3
* Use symbolic errors instead of hardcoded integersSamuel Tardieu2011-10-051-6/+7
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-2/+2
* fix #600: force close on first startBananeweizen2011-10-041-0/+7
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-36/+31
* Mark unused but necessary parameters so that they don't get removedSamuel Tardieu2011-09-291-0/+32
* Reinstate View on objects referenced from XML layoutSamuel Tardieu2011-09-291-14/+14
* Minor cleanupsSamuel Tardieu2011-09-291-14/+14
* Workaround for #486 and detect custum date format on startupmucek42011-09-171-0/+9
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+756