aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocaches.java
Commit message (Expand)AuthorAgeFilesLines
* Remove old commentcampbeb2012-02-101-1/+0
* Fix #1045campbeb2012-02-101-4/+2
* Changed database handlingblafoo2012-02-081-30/+29
* Refactoring navigation apps submenus to use AlertDialog.Builder whereTorsten Keil2012-02-031-8/+8
* fix #1030: Refreshing stored cache can make it move to default listBananeweizen2012-01-281-3/+2
* Use equalsIngoreCase instead of compareToIgnoreCase == 0campbeb2012-01-251-1/+1
* Merge branch 'master' into fix1010campbeb2012-01-251-5/+4
|\
| * fix #368: turn off stand-by mode in list viewBananeweizen2012-01-241-5/+4
* | Fix #1010 - Keep track of geocode for the context menu and make sure wecampbeb2012-01-241-1/+9
|/
* Set instead of List to avoid caches multiple times in search results V2blafoo2012-01-231-5/+5
* refactoring: #1023, remove all method arguments from setMoreCachesBananeweizen2012-01-221-13/+12
* Instead of using url from SearchResult, use the type to determine if wecampbeb2012-01-221-6/+3
* Merge branch 'master' into fix1011campbeb2012-01-221-0/+1
|\
| * refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-0/+1
* | Fix #1011 Don't try to load more caches for stored listscampbeb2012-01-221-3/+6
|/
* fix #1004: Drop foundBananeweizen2012-01-181-0/+6
* fix #994: Filter for attributesBananeweizen2012-01-171-0/+6
* refactoring: simplified filter interfaceBananeweizen2012-01-171-40/+19
* Merge pull request #989 from RoadRunner-/masterBananeweizen2012-01-171-1/+1
|\
| * Implementation for issue #985: replace term standard navigationTorsten Keil2012-01-141-1/+1
* | New EventDateComparator class used for list of only event caches. Fixcampbeb2012-01-161-2/+3
* | Refresh not just standard list but all lists. Fixes #984blafoo2012-01-151-1/+1
|/
* refactoring: move more widget related classes into own packageBananeweizen2012-01-141-0/+1
* fix #982: reset sorting by date when switching from event list to normalBananeweizen2012-01-141-0/+3
* Merge remote branch 'campbeb/cleanuperrors'Bananeweizen2012-01-141-2/+2
|\
| * Cleanup error messages to make more friendly.campbeb2012-01-141-2/+2
* | Don't set comparator to null as this reverts all lists back to distancecampbeb2012-01-141-3/+0
|/
* refactoring: cleanup for #945Bananeweizen2012-01-081-4/+4
* Set instead of List to avoid caches multiple times in search resultsblafoo2012-01-061-1/+3
* fix #941: Default navigation: map. Missing cache contextBananeweizen2012-01-041-1/+2
* Merge remote-tracking branch 'upstream/master'Torsten Keil2012-01-021-19/+20
|\
| * revert 704117f19b163083eef86afbf12bad908c05eec1 and make list movementBananeweizen2012-01-021-19/+20
* | Implementation for #868Torsten Keil2012-01-011-11/+4
|/
* Move to another list not possible if too many lists have been createdblafoo2012-01-011-1/+5
* refactoring: set totalCount of searches on creation (betterBananeweizen2011-12-311-1/+1
* fix: horrible performance of lists (side effect of parse resultBananeweizen2011-12-271-2/+2
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-18/+19
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-9/+9
* fix: NPE with CacheType (on resuming activity)Bananeweizen2011-12-181-1/+1
* fix #902: Manage stored caches: default list: option menu "delete allBananeweizen2011-12-181-2/+3
* fix #358: have number of caches in list selectionBananeweizen2011-12-181-15/+15
* Use of Logtype instead of intblafoo2011-12-141-11/+12
* fix #879: sort event only list by date by defaultBananeweizen2011-12-111-0/+27
* refactoring: CacheListAdapter (and some other minor things)Bananeweizen2011-12-111-4/+0
* refactoring: use an interface for the filtersBananeweizen2011-12-111-8/+8
* refactoring: use alertbuilder for filter menu instead of fake contextBananeweizen2011-12-111-142/+67
* fix: move to other list doesn't work, fixes #872Bananeweizen2011-12-101-33/+29
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-071-83/+83
* fix: offline info missing in all list viewsBananeweizen2011-12-061-2/+2
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-8/+4