aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/StaticMapsActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-2/+3
* multiple code cleanupsBananeweizen2014-05-181-11/+0
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+4
* update to android annotations 3.0.1Bananeweizen2014-01-191-4/+4
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
* Revert "fixes #3446 - added progress indicator for download on nav menu"Michael Keppler2013-12-251-37/+28
* fixes #3446 - added progress indicator for download on nav menuMarco Jacob2013-12-101-28/+37
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
* refactoring: extract level of static maps to constantBananeweizen2013-07-191-15/+9
* #2866: fix import and compilation issueBananeweizen2013-06-101-2/+1
* refactoring: use activity names for layoutsBananeweizen2013-06-091-2/+2
* #2866: Use Android Annotations to implement standard patternsBananeweizen2013-06-091-41/+20
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-3/+2
* #2684: use view injection libraryBananeweizen2013-05-011-5/+1
* fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-071-2/+5
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-1/+1
* refactoring: use exception object in logggingBananeweizen2013-01-121-3/+3
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-2/+2
* code cleanup: remove debug codeBananeweizen2012-12-261-6/+0
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+1
* #2083: target level 17 changesBananeweizen2012-11-191-2/+2
* refactoring: move static maps check API to cacheBananeweizen2012-09-091-1/+1
* refactoring: clean up leaked interface of static maps providerBananeweizen2012-05-301-24/+10
* new: for some activities, don't re-open them when resuming the appBananeweizen2012-05-181-4/+23
* Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-161-4/+4
* Fixes issue #1511 endless loop downloading static maps on demandMarco Jacob2012-05-071-13/+17
* solves issue #1494 to download static maps on demand without settingsMarco Jacob2012-05-041-24/+6
* Fixes issue #1465. Cache static maps are displayed right after downloadMarco Jacob2012-05-031-35/+34
* show static maps for cache after download dialogMarco Jacob2012-05-021-30/+39
* fix #1464: No title when asking for static cachesBananeweizen2012-05-011-1/+1
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-14/+5
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-4/+4
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* performance refactoringsBananeweizen2012-03-041-1/+1
* new: menu to refresh static maps in static map activityBananeweizen2012-02-171-17/+40
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-1/+1
* Changed database handlingblafoo2012-02-081-1/+2
* changed from dialog_yes/no to android.R.string.yes/noMarco Jacob2012-01-261-2/+2
* added dialog to ask for download static maps and the dowload action itselfMarco Jacob2012-01-231-3/+39
* corrected marker icon url for static wp mapMarco Jacob2012-01-131-5/+3
* added setting and implementation for waypoint static mapMarco Jacob2012-01-111-6/+26
* refactoring: clean up code around static mapsBananeweizen2012-01-081-0/+147