aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sorting
Commit message (Collapse)AuthorAgeFilesLines
* New EventDateComparator class used for list of only event caches. Fixcampbeb2012-01-161-0/+23
| | | #982
* Comparator must allow for objects to be equalcampbeb2012-01-071-0/+3
|
* performance: faster opening of lists (~20%), better scrollingBananeweizen2011-12-181-17/+19
| | | | | | | * avoid duplicate distance calculation in distance sorter * avoid String.format() wherever possible * avoid lookups with constant values in database * avoid reinitializing database all the time
* Use of Logtype instead of intblafoo2011-12-141-2/+2
|
* refactoring: CacheListAdapter (and some other minor things)Bananeweizen2011-12-111-2/+2
|
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-044-17/+9
|
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-033-3/+3
|
* refactoring: remove duplicated getterBananeweizen2011-11-191-2/+2
|
* Remove redundant super interfacesSamuel Tardieu2011-11-092-4/+2
|
* No direct access to fieldsblafoo2011-10-2614-45/+45
|
* #671, cache normalized name for sortingBananeweizen2011-10-191-28/+1
|
* fix #671, performance of name sortingBananeweizen2011-10-181-3/+14
|
* new: sort cache series numerically correct when sorting by nameBananeweizen2011-10-151-0/+16
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-2/+2
| | | | | | | | | | * 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-1616-0/+477
This prepares the inclusion of tests into the same repository.