aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AbstractPopupActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-260/+0
* remove methods invoking only super methodMichael Keppler2014-04-231-5/+1
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-5/+5
* remove unneeded suppresswarningsMichael Keppler2014-04-191-1/+2
* Do not use AndroidObservableSamuel Tardieu2014-04-051-4/+3
* fix #3041: gcvote not merge from map popupSamuel Tardieu2014-03-271-0/+1
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-2/+2
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-221-1/+1
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-3/+1
* Use RxJava instead of thread for getting GCVoteSamuel Tardieu2014-03-091-14/+15
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-4/+4
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-1/+2
* Use RxJava for direction and geodata updates rather than own observersSamuel Tardieu2014-01-081-1/+1
* findbugs: more cleanupBananeweizen2013-12-081-6/+0
* #2210: convert cache menu to resourceBananeweizen2013-09-291-37/+14
* refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-151-17/+6
* fix #3244: Event cache pop-up should show the date of the eventBananeweizen2013-09-141-0/+2
* refactoring: cgeocaches -> CacheListActivitySamuel Tardieu2013-09-131-1/+1
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-1/+1
* refactoring: findbugs cleanupBananeweizen2013-08-261-2/+2
* Implements #750, use preference activitykoem2013-07-091-0/+1
* fix #2903: Radar named Navigate in Live map cache-menuBananeweizen2013-06-221-3/+5
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-22/+12
* fix #1781: Remove help functionBananeweizen2013-05-091-8/+1
* fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-2/+2
* #2684: use view injection libraryBananeweizen2013-05-011-1/+0
* Add method documentationSamuel Tardieu2013-04-071-1/+6
* Displaying distance to waypoint on map popupTriakCZ2013-03-311-0/+5
* Fixes #2445, Light theme brokenrsudev2013-02-141-0/+3
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-1/+1
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-2/+1
* code cleanup: remove debug codeBananeweizen2012-12-261-5/+5
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+1
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-3/+3
* fix #2044: Adding url change for popup as wellBananeweizen2012-10-061-1/+1
* fix #1893: remove go4cacheBananeweizen2012-08-261-2/+0
* refactoring: extract logging UI to its own classBananeweizen2012-06-031-21/+11
* refactoring: have more physical units code in one placeBananeweizen2012-06-031-2/+2
* XML Cleanup: Popup and themescampbeb2012-05-261-1/+0
* Request more details for popup. Fixes #1357blafoo2012-05-181-0/+3
* Popup on live map before requesting more details. Fixes #1256blafoo2012-05-171-8/+0
* Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-6/+6
* Refactoring: do not make private methods finalSamuel Tardieu2012-05-061-3/+3
* refactoring: addition to #1509 to unify distance codeBananeweizen2012-05-061-4/+1
* Don't reset distance in popups to "--" when updating U/I elementscampbeb2012-05-061-1/+3
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-1/+1
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-180/+117
* Merge remote-tracking branch 'Portree-Kid/master-new8'Bananeweizen2012-05-051-6/+3
* Refactoring Popups. Added SuperclassPortree-Kid2012-05-041-0/+389