aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocaches.java
Commit message (Expand)AuthorAgeFilesLines
* bugfix: don't store caches from second loop when interruptedBananeweizen2012-08-141-16/+16
* refactoring: only iterate selected caches during refreshBananeweizen2012-08-131-17/+6
* fixes #1919 - caches without static maps first on refresh cachesMarco Jacob2012-08-031-28/+56
* fix #1606: Cache count in title bar doesn't update when filtering listBananeweizen2012-07-081-17/+24
* Notify the adapter when a cache has been dropSamuel Tardieu2012-06-251-0/+1
* Do not create an intermediate SearchResultSamuel Tardieu2012-06-171-2/+1
* Factor out method to replace content of cache list by search resultSamuel Tardieu2012-06-171-22/+17
* Better async loading of cachesPortree-Kid2012-06-121-2/+16
* Merge branch 'release' into upstreamSamuel Tardieu2012-06-061-1/+1
|\
| * Fix #1738: enable "store selected" operation on search resultsSamuel Tardieu2012-06-061-1/+1
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-051-1/+1
|\ \ | |/
| * Make method staticSamuel Tardieu2012-06-051-1/+1
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-051-41/+34
|\ \ | |/
| * Modify menu items visibility in prepare phase onlySamuel Tardieu2012-06-051-41/+34
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-051-1/+1
|\ \ | |/
| * Do not try to hide a menu item that is not displayedSamuel Tardieu2012-06-051-1/+1
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-051-13/+20
|\ \ | |/
| * Fix #1711: disable more operations on non-concrete listsSamuel Tardieu2012-06-041-13/+20
| * Fix #1702: do not allow refreshing the "all caches" listSamuel Tardieu2012-06-011-4/+10
| * fix #1694: crash on import from mailBananeweizen2012-06-011-8/+14
* | refactoring: extract logging UI to its own classBananeweizen2012-06-031-7/+3
* | Fix #1702: do not allow refreshing the "all caches" listSamuel Tardieu2012-06-011-4/+10
* | refactoring: remove unnecessary field in cache listBananeweizen2012-05-311-7/+5
* | fix #1694: crash on import from mailBananeweizen2012-05-311-8/+14
* | refactoring: have sorting UI in its own classBananeweizen2012-05-311-104/+13
* | #1581: Cleanup the caches list and compass updatesSamuel Tardieu2012-05-291-48/+31
|/
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+10
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-1/+1
* Merge remote-tracking branch 'triakcz/all_list_virtual' into upstreamSamuel Tardieu2012-05-211-3/+3
|\
| * Virtual "all caches" listOndřej Kunc2012-05-201-3/+3
* | #1518: avoid repainting mini compass for changes less than 5 degreesBananeweizen2012-05-181-21/+21
* | change: remove sorting menu for historyBananeweizen2012-05-181-28/+30
* | Remove unused fieldSamuel Tardieu2012-05-151-3/+1
* | refactoring: minor cleanupsBananeweizen2012-05-151-2/+2
* | Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-61/+45
|/
* fix #1562: "delete all and list" wrongly enabled with filterBananeweizen2012-05-141-17/+17
* new: have GPX export in context menuBananeweizen2012-05-121-0/+4
* #1478: more cleanup of cache listsBananeweizen2012-05-091-218/+98
* #1478: Lists don't stay sortedBananeweizen2012-05-081-9/+2
* Fix #1503: ensure view changes are handled in the UI threadSamuel Tardieu2012-05-061-11/+20
* refactoring: remove some of the TODOsBananeweizen2012-05-061-1/+1
* workaround for #1504Bananeweizen2012-05-061-39/+28
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-5/+5
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-96/+50
* refactoring: remove some activity contexts from non activity codeBananeweizen2012-05-031-3/+3
* fix #1479: option to delete old cachesBananeweizen2012-05-011-0/+6
* fix #376: Problems with quick selection in cache listsBananeweizen2012-05-011-26/+24
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-8/+8
|\
| * Import Android drawables (from API version 8)SammysHP2012-04-271-8/+8
* | avoid potential NPE introduced withBananeweizen2012-04-301-4/+7