aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CacheDetailActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+11
* Add missing importSamuel Tardieu2012-05-161-0/+1
* Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-161-14/+16
* Use of cache.isOwn()blafoo2012-05-161-9/+11
* Remove unused class LocationUpdaterSamuel Tardieu2012-05-141-36/+0
* Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-12/+42
* refactoring: remove duplicate code for favorites managementBananeweizen2012-05-111-0/+1
* Add/remove to/from favorites. Closes #676blafoo2012-05-101-0/+55
* Removed deprecated warningsblafoo2012-05-101-2/+2
* Disable add/remove to watchlist for cache ownersblafoo2012-05-101-1/+12
* Open waypoint context menu on single tap. campbeb2012-05-101-1/+1
* #1430: refactoring as discussedBananeweizen2012-05-101-10/+2
* Merge pull request #1525 from SammysHP/watchlistBananeweizen2012-05-091-2/+10
|\
| * Fix #1430: Watchlist state toggling not recordedSammysHP2012-05-091-2/+10
* | #1527: TB list not visible in white themeBananeweizen2012-05-101-1/+3
* | #1478: more cleanup of cache listsBananeweizen2012-05-091-1/+1
|/
* new: show days since last spotted for trackablesBananeweizen2012-05-071-12/+1
* refactoring: remove some of the TODOsBananeweizen2012-05-061-22/+7
* refactoring: remove waypoints activityBananeweizen2012-05-061-2/+2
* refactoring: addition to #1509 to unify distance codeBananeweizen2012-05-061-15/+2
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-19/+12
* Merge pull request #1501 from marco-jacob/issue#1494-navDownloadStaticMapItemBananeweizen2012-05-051-1/+8
|\
| * solves issue #1494 to download static maps on demand without settingsMarco Jacob2012-05-041-1/+8
* | refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-103/+32
* | Merge remote-tracking branch 'Portree-Kid/master-new8'Bananeweizen2012-05-051-6/+20
|\ \
| * | Open new Popup for Waypoints from MapPortree-Kid2012-05-041-6/+20
| |/
* | refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-5/+5
|/
* refactoring: remove some activity contexts from non activity codeBananeweizen2012-05-031-6/+6
* fix #1475: remove "published" from log count outputBananeweizen2012-05-011-3/+3
* Display distance immediately in cache detailsSamuel Tardieu2012-05-011-16/+18
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-11/+11
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-6/+6
|\
| * Import Android drawables (from API version 8)SammysHP2012-04-271-6/+6
* | Refactoring: use switch instead of chained if/elseSamuel Tardieu2012-04-281-28/+26
* | Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
* | Refactoring: do not use String concatenation with a StringBuilderSamuel Tardieu2012-04-281-1/+1
* | Refactoring: remove unnecessary class qualifiersSamuel Tardieu2012-04-281-1/+1
* | Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-4/+4
* | Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-271-41/+16
* | New: Verbose copySammysHP2012-04-271-0/+1
|/
* Refactoring: remove isValidIndex() and most uses of hasWaypoints()Samuel Tardieu2012-04-221-85/+75
* refactoringsBananeweizen2012-04-211-16/+5
* refactoring: remove dynamic lookup of resourcesBananeweizen2012-04-201-18/+20
* Merge branch 'fix-1347' into upstreamSamuel Tardieu2012-04-201-1/+1
|\
| * fix #1347: no more caching of localized texts in enumsStephan Merker2012-04-201-1/+1
* | refactoring: renames and encapsulationBananeweizen2012-04-191-5/+12
|/
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-11/+43
* fix #1414: Search nearby caches, back -> closes current cacheBananeweizen2012-04-171-12/+1
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-8/+5
|\
| * Refactoring: use common URL builder methodsSamuel Tardieu2012-04-121-8/+5