aboutsummaryrefslogtreecommitdiffstats
path: root/main/project.properties
Commit message (Collapse)AuthorAgeFilesLines
* Settings redone, removal second partWolfgang Wiedmeyer2015-10-111-1/+1
|
* remove play services first roundWolfgang Wiedmeyer2015-10-111-2/+0
|
* merge upstreamWolfgang Wiedmeyer2015-10-111-3/+5
|\
| * use level21 for building and as targetBananeweizen2015-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Set targetSdk of main application to 21. This disables compatibility modes as described in http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#LOLLIPOP and http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#KITKAT_WATCH * Set compile target to 21 for main app and play services. * Suppress deprecation warnings, as there is no replacement for the deprecated API on lower API levels. Tested with Eclipse and Ant, on a 4.4 and 5.0.2 device. IDEA probably needs further changes.
| * fix #4585: split play servicesBananeweizen2015-01-041-3/+4
| |
| * Merge branch 'release' into upstreamSamuel Tardieu2014-08-241-0/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: main/project.properties main/res/values/strings.xml main/src/cgeo/geocaching/LogCacheActivity.java
| * | Import Google Play ServicesSamuel Tardieu2014-07-301-2/+3
| | |
* | | google maps removedWolfgang Wiedmeyer2014-10-111-1/+1
| |/ |/|
* | fix wrong library pathBananeweizen2014-08-191-1/+1
| |
* | initial showcase implementationBananeweizen2014-08-141-1/+2
|/
* Ant build with Java 1.7Bananeweizen2014-07-171-0/+2
|
* include appcompat in repo to ease the buildBananeweizen2014-05-181-1/+1
| | | | If anyone wants to use git submodules instead, this can easily be done afterwards.
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* new: integrate mapswithmeMichael Keppler2014-04-211-0/+1
|
* new: GPX import from Android storage access frameworkBananeweizen2014-01-031-1/+1
| | | | Only works on Kitkat. Now you can import directly from dropbox and related services.
* refactoring: reuse default proguard settingsBananeweizen2013-06-021-1/+4
| | | * see http://tools.android.com/recent/proguardimprovements
* #2083: target level 17 changesBananeweizen2012-11-191-1/+1
| | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes
* fix #1110: onPrepareOptionsMenu compatible with Android 3.0Bananeweizen2012-02-171-1/+1
|
* Add ANT properties file to the repositorySamuel Tardieu2011-10-231-0/+11