aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/StaticMapsActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* fix lint warning: layout inflation rootBananeweizen2014-06-291-4/+4
|
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-2/+3
|
* multiple code cleanupsBananeweizen2014-05-181-11/+0
| | | | | | | | * unused imports * remove author comment * restrict access * fix StaticMapsActivity code generation cycle (it should not contain references to classes which are generated by the annotation processor from itself)
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* 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
| | | | This reverts commit 9efbd611f11a36278f55e42e8675f3916ea8057a.
* 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
| | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|
* refactoring: extract level of static maps to constantBananeweizen2013-07-191-15/+9
| | | * includes further checkstyle cleanup
* #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
| | | | * If you have compile errors after pulling, please consult the issue on github.
* 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
| | | * fixed some more issues of Findbugs and CodePro
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+1
|
* #2083: target level 17 changesBananeweizen2012-11-191-2/+2
| | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes
* 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
| | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301.
* performance refactoringsBananeweizen2012-03-041-1/+1
| | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation
* new: menu to refresh static maps in static map activityBananeweizen2012-02-171-17/+40
|
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-1/+1
| | | * otherwise they are not readable
* 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