aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CacheDetailActivity.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix deprecationsBananeweizen2014-01-191-2/+3
* Remove unused parameterSamuel Tardieu2014-01-111-9/+8
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-6/+5
* new: add to calendar via date context menuBananeweizen2014-01-111-13/+15
* Use view injections and move code aroundSamuel Tardieu2014-01-111-31/+24
* Use RxJava instead of an AsyncTask for description renderingSamuel Tardieu2014-01-111-117/+117
* Free resources and stop downloads when leaving cache activitySamuel Tardieu2014-01-111-0/+8
* refactoring: remove useless codeSamuel Tardieu2014-01-091-20/+6
* refactoring: premium membership is specific to geocaching.comSamuel Tardieu2014-01-091-1/+1
* refactoring: clean some warningsBananeweizen2014-01-041-11/+9
* refactoring: remove bad default case statementsBananeweizen2014-01-011-2/+1
* #3449: revert debug changeBananeweizen2013-12-291-3/+4
* Silence warning introduced by #3449 debug changeSamuel Tardieu2013-12-281-0/+1
* #3449: debug changeBananeweizen2013-12-281-4/+2
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-37/+11
* new: have waypoint name in waypoint context menuBananeweizen2013-12-181-1/+1