aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CacheDetailActivity.java
Commit message (Expand)AuthorAgeFilesLines
* fix several name shadowing occurrencesBananeweizen2014-06-291-5/+5
* fix lint warning: layout inflation rootBananeweizen2014-06-291-24/+24
* fixes #3930 - missing register for context menu addedMarco Jacob2014-06-201-5/+7
* Don't react on data change notification if the activity is in the process of ...Arne Schwabe2014-06-131-0/+4
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-13/+14
* fix #3972: hide short description if contained in long descriptionMichael Keppler2014-06-091-11/+22
* cleanup: fix Java warningsMichael Keppler2014-06-071-20/+0
* Store the cache for offline use if a note is addedSamuel Tardieu2014-06-041-18/+2
* fix #2632: custom waypoints lost after version updateSamuel Tardieu2014-06-041-2/+15
* new: show recently opened caches in global searchBananeweizen2014-06-011-0/+2
* The cache may not be loaded while initially preparing the options menuSamuel Tardieu2014-06-011-3/+3
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-1/+2
* have store/delete/refresh in action barBananeweizen2014-05-311-125/+146
* Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-311-1/+1
|\
| * Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ...Arne Schwabe2014-05-241-1/+1
* | new: contextual action bar for cache details and trackableBananeweizen2014-05-291-54/+90
* | fix: some activities not showing dynamic titleBananeweizen2014-05-241-2/+2
|/
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-1/+12
* multiple code cleanupsBananeweizen2014-05-181-2/+0
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-23/+9
* fix #3255: don't ask for list when storing from historyBananeweizen2014-05-171-1/+2
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-6/+5
* Fixes #1793 - personal logs on friends logs tabMarco Jacob2014-05-031-1/+1
* #3778: remove reference from geo updater to details activityMichael Keppler2014-04-261-13/+27
* #3784: comment PendingIntent of MapsWithMeMichael Keppler2014-04-241-1/+1
* remove methods invoking only super methodMichael Keppler2014-04-231-5/+0
* new: integrate mapswithmeMichael Keppler2014-04-211-0/+7
* Stop all images tab downloads in onDestroy()Samuel Tardieu2014-04-211-6/+6
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-5/+5
* Merge branch 'release' into upstreamSamuel Tardieu2014-04-131-1/+1
|\
| * fix #3761: crash when long-clicking on a value fieldSamuel Tardieu2014-04-131-1/+1
* | Do not use AndroidObservableSamuel Tardieu2014-04-051-60/+59
|/
* fix #3704: NPE while attempting to download preview mapSamuel Tardieu2014-03-311-1/+1
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-2/+2
* Use existing variableSamuel Tardieu2014-03-221-2/+2
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-221-2/+2
* refactoring: remove cache thread operationsSamuel Tardieu2014-03-111-58/+16
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-14/+1
* refactoring: factor out code for cache refreshingSamuel Tardieu2014-03-111-23/+1
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-3/+1
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-3/+3
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-1/+2
* fix #3614: decrypt waypoint noteDarek Kay2014-03-031-0/+1
* refactoring: do not duplicate codeSamuel Tardieu2014-02-241-21/+4
* refactoring: do not duplicate codeSamuel Tardieu2014-02-241-21/+7
* refactoring: makes unsubscribing from image loading easierSamuel Tardieu2014-02-201-3/+5
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
* refactoring: use RxJava to download preview mapSamuel Tardieu2014-02-161-41/+30
* Update for RxJava 0.17.0-RC1Samuel Tardieu2014-02-161-11/+8
* Display static map if it is storedSamuel Tardieu2014-02-161-8/+5