aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sorting/ComparatorUserInterface.java
Commit message (Collapse)AuthorAgeFilesLines
* convert sort selection to actionproviderBananeweizen2014-06-121-122/+0
|
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-4/+5
|
* - Added new comparator to handle popularity ratiosKiwiStone2013-10-251-0/+1
| | | | | | - Added required resource strings - Added teh new comparator to the user interface option
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+3
| | | * don't catch raw exceptions
* change wording from "GC code" to "geo code"Bananeweizen2013-02-011-1/+1
|
* Merge remote-tracking branch 'campbeb/fix1746'Bananeweizen2012-06-091-2/+2
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/sorting/ComparatorUserInterface.java
| * Allow sorting by date logged in listscampbeb2012-06-091-1/+2
| |
* | fix #1746: Sort by found/log-dateBananeweizen2012-06-091-8/+9
|/
* refactoring: have sorting UI in its own classBananeweizen2012-05-311-0/+117
* simplifies cache list code