aboutsummaryrefslogtreecommitdiffstats
path: root/main/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-311-0/+6
|\ | | | | Internal webview
| * Implement a small internal browser (using webview) and allow the user to ↵Arne Schwabe2014-05-241-0/+6
| | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
* | fix #3871: provide up navigationBananeweizen2014-05-241-5/+36
|/
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-0/+5
| | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-1/+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
* Refactoring opencaching implementationrsudev2014-04-071-74/+2
|
* Implements #3692. Add support for new opencaching nodesrsudev2014-04-071-0/+54
| | | | Added opencaching nl,us,ro live support and preferences
* Restrict this version to Android >= 2.3Samuel Tardieu2014-04-011-2/+2
|
* new: search suggestions for caches and trackables while typingBananeweizen2014-01-121-20/+29
|
* have c:geo shortcut appear at "c:geo ..." for easier findingBananeweizen2014-01-121-1/+1
|
* new: register for geokrety URLs in AndroidBananeweizen2014-01-061-0/+63
|
* new: create shortcut from Android launcher to cgeo listsBananeweizen2013-12-291-0/+9
|
* Enable in-band registration for opencaching.plSamuel Tardieu2013-09-141-1/+13
|
* Enable in-band registration for opencaching.deSamuel Tardieu2013-09-131-1/+13
| | | | | | The strings still refer to the PIN code. That will be changed when opencaching.pl, which shares the same interface, gets migrated as well to the callback mechanism.
* Enable use of callback with TwitterSamuel Tardieu2013-09-131-1/+13
| | | | | | Since the current API tokens for Twitter do not allow the use of a callback, new ones have been used here. We can change that back once the settings for the old ones have been updated.
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-1/+1
|
* refactoring: cgeocaches -> CacheListActivitySamuel Tardieu2013-09-131-1/+1
|
* fix #3182: new details URLs from geocachingSamuel Tardieu2013-08-241-0/+11
|
* new: split about page into view pager pageBananeweizen2013-08-211-1/+1
|
* Implements OKAPI Live access for opencaching.plrsudev2013-07-261-2/+7
|
* Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-161-0/+1
|
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-7/+1
|
* Implements #750, use preference activitykoem2013-07-091-3/+9
|
* refactoring: reformatBananeweizen2013-07-061-17/+19
|
* fix #2908: Ask for list on attachment importBananeweizen2013-06-221-1/+17
|
* refactoring: explicitly declare no dependency to portrait modeBananeweizen2013-06-211-0/+3
| | | | * advised by Android developers * https://plus.google.com/108967384991768947849/posts/iJAZVox4kfV
* Fix #2007 - Save waypoint edits by refacotring EditWaypointActivitycampbeb2013-06-111-2/+1
| | | | | Used Android Annotations. Let Android handle config change for views. Remove unneeded code.
* refactoring: use activity names for layoutsBananeweizen2013-06-091-1/+1
|
* #2866: Use Android Annotations to implement standard patternsBananeweizen2013-06-091-2/+2
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-259/+331
| | | * makes it easier to compare and find duplicate code
* Merge pull request #2795 from campbeb/fix2443Bananeweizen2013-05-291-1/+15
|\ | | | | Fix #2443 - Support Samsung multi window
| * Fix #2443 - Support Samsung multi windowcampbeb2013-05-271-1/+15
| |
* | Registered opencaching.de urlsrsudev2013-05-271-0/+18
| |
* | Implements OKAPI access for oc.dersudev2013-05-261-0/+6
|/ | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
* fix #2740: Bad title, when invoking c:geo from mailBananeweizen2013-05-251-4/+4
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-05-161-0/+1
|\ | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * Work around installation issues on tablets by supporting xlargeScreensSamuel Tardieu2013-05-161-0/+1
| |
* | #2710: speech output in compassBananeweizen2013-05-101-2/+6
| |
* | refactoring: use menu resources instead of codeBananeweizen2013-05-101-1/+1
| |
* | refactoring: clean up useful apps activityBananeweizen2013-05-091-1/+1
| |
* | #2684: use view injection libraryBananeweizen2013-05-011-23/+23
| | | | | | | | * If you have compile errors after pulling, please consult the issue on github.
* | refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-281-1/+1
|/ | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
* Set TargetSdk back to 8, testing menukeyrsudev2013-03-211-1/+1
|
* Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-081-1/+1
|
* code cleanupBananeweizen2013-02-241-3/+3
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Merge pull request #2494 from rsudev/6brsudev2013-02-231-0/+5
|\ | | | | Image upload, implements #6
| * Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-181-0/+5
| |\ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| | * Fix #6 - Support uploading images with cache logscampbeb2013-01-161-0/+5
| | |
* | | Fix transparent background for popupsrsudev2013-02-191-0/+2
|/ / | | | | | | | | In the recent style related reworkings, the transparency of the background of CachePopup and WaypointPopup got lost. Fixed again.
* | Fixes #2445, Light theme brokenrsudev2013-02-141-2/+0
| | | | | | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark.