aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sorting
Commit message (Expand)AuthorAgeFilesLines
* fix #1747: sort in reverse orderBananeweizen2012-12-122-1/+39
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-5/+3
* Merge remote-tracking branch 'campbeb/fix1746'Bananeweizen2012-06-092-3/+3
|\
| * Allow sorting by date logged in listscampbeb2012-06-092-2/+3
* | fix #1746: Sort by found/log-dateBananeweizen2012-06-091-8/+9
|/
* new: sorting by date sorts by distance for equal datesBananeweizen2012-05-311-3/+14
* refactoring: have sorting UI in its own classBananeweizen2012-05-312-8/+120
* Remove JavaDoc @author tag.SammysHP2012-05-234-12/+0
* fix #1479: option to delete old cachesBananeweizen2012-05-011-0/+23
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-1/+1
* Refactoring: use simpler comparaisonsSamuel Tardieu2012-04-289-79/+29
* Fix warnings introduced by earlier commitsSamuel Tardieu2012-04-271-3/+0
* Remove methods calling only the superclass methodSamuel Tardieu2012-04-271-9/+0
* Refactoring: remove unnecessary unboxingSamuel Tardieu2012-04-221-1/+1
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+1
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* New EventDateComparator class used for list of only event caches. Fixcampbeb2012-01-161-0/+23
* Comparator must allow for objects to be equalcampbeb2012-01-071-0/+3
* performance: faster opening of lists (~20%), better scrollingBananeweizen2011-12-181-17/+19
* 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
* Move sources into the main directorySamuel Tardieu2011-09-1616-0/+477