aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeoadvsearch.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove comparisons to booleansSamuel Tardieu2011-10-091-1/+1
|
* refactoring: make cache list type an enumBananeweizen2011-10-091-27/+5
| | | | | | * 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
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-15/+13
| | | | | | | | | | * 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...
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+499
This prepares the inclusion of tests into the same repository.