aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeopoint.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: make cache list type an enumBananeweizen2011-10-091-10/+1
| | | | | | * have enum instead of String for cache list type comparisons * move all invocations of the cache list activity into the class itself * remove duplicated invocations * remove cache type extra, it can be read from Settings instead
* Fixed localisation of search_some_destinationPavol Babincak2011-10-051-1/+1
| | | | | R.string.search_some_destination is int, not String. Used res.getString() to get String.
* Added missing translationPavol Babincak2011-10-051-1/+1
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-21/+8
| | | | | | | | | | * 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...
* Do not assign getView() view parameterSamuel Tardieu2011-09-291-7/+9
|
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+557
This prepares the inclusion of tests into the same repository.