| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3901 from schwabe/internal_webview | Bananeweizen | 2014-05-31 | 1 | -0/+6 |
| |\ | | | | | Internal webview | ||||
| | * | Implement a small internal browser (using webview) and allow the user to ↵ | Arne Schwabe | 2014-05-24 | 1 | -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 navigation | Bananeweizen | 2014-05-24 | 1 | -5/+36 |
| |/ | |||||
| * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 1 | -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 cgeo | Arne Schwabe | 2014-05-17 | 1 | -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 implementation | rsudev | 2014-04-07 | 1 | -74/+2 |
| | | |||||
| * | Implements #3692. Add support for new opencaching nodes | rsudev | 2014-04-07 | 1 | -0/+54 |
| | | | | | Added opencaching nl,us,ro live support and preferences | ||||
| * | Restrict this version to Android >= 2.3 | Samuel Tardieu | 2014-04-01 | 1 | -2/+2 |
| | | |||||
| * | new: search suggestions for caches and trackables while typing | Bananeweizen | 2014-01-12 | 1 | -20/+29 |
| | | |||||
| * | have c:geo shortcut appear at "c:geo ..." for easier finding | Bananeweizen | 2014-01-12 | 1 | -1/+1 |
| | | |||||
| * | new: register for geokrety URLs in Android | Bananeweizen | 2014-01-06 | 1 | -0/+63 |
| | | |||||
| * | new: create shortcut from Android launcher to cgeo lists | Bananeweizen | 2013-12-29 | 1 | -0/+9 |
| | | |||||
| * | Enable in-band registration for opencaching.pl | Samuel Tardieu | 2013-09-14 | 1 | -1/+13 |
| | | |||||
| * | Enable in-band registration for opencaching.de | Samuel Tardieu | 2013-09-13 | 1 | -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 Twitter | Samuel Tardieu | 2013-09-13 | 1 | -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 -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | fix #3182: new details URLs from geocaching | Samuel Tardieu | 2013-08-24 | 1 | -0/+11 |
| | | |||||
| * | new: split about page into view pager page | Bananeweizen | 2013-08-21 | 1 | -1/+1 |
| | | |||||
| * | Implements OKAPI Live access for opencaching.pl | rsudev | 2013-07-26 | 1 | -2/+7 |
| | | |||||
| * | Fixes #2717 - Compass Speech stops on Rotation | koem | 2013-07-16 | 1 | -0/+1 |
| | | |||||
| * | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 1 | -7/+1 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -3/+9 |
| | | |||||
| * | refactoring: reformat | Bananeweizen | 2013-07-06 | 1 | -17/+19 |
| | | |||||
| * | fix #2908: Ask for list on attachment import | Bananeweizen | 2013-06-22 | 1 | -1/+17 |
| | | |||||
| * | refactoring: explicitly declare no dependency to portrait mode | Bananeweizen | 2013-06-21 | 1 | -0/+3 |
| | | | | | * advised by Android developers * https://plus.google.com/108967384991768947849/posts/iJAZVox4kfV | ||||
| * | Fix #2007 - Save waypoint edits by refacotring EditWaypointActivity | campbeb | 2013-06-11 | 1 | -2/+1 |
| | | | | | | Used Android Annotations. Let Android handle config change for views. Remove unneeded code. | ||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | #2866: Use Android Annotations to implement standard patterns | Bananeweizen | 2013-06-09 | 1 | -2/+2 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 1 | -259/+331 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | Merge pull request #2795 from campbeb/fix2443 | Bananeweizen | 2013-05-29 | 1 | -1/+15 |
| |\ | | | | | Fix #2443 - Support Samsung multi window | ||||
| | * | Fix #2443 - Support Samsung multi window | campbeb | 2013-05-27 | 1 | -1/+15 |
| | | | |||||
| * | | Registered opencaching.de urls | rsudev | 2013-05-27 | 1 | -0/+18 |
| | | | |||||
| * | | Implements OKAPI access for oc.de | rsudev | 2013-05-26 | 1 | -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 mail | Bananeweizen | 2013-05-25 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-05-16 | 1 | -0/+1 |
| |\ | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml | ||||
| | * | Work around installation issues on tablets by supporting xlargeScreens | Samuel Tardieu | 2013-05-16 | 1 | -0/+1 |
| | | | |||||
| * | | #2710: speech output in compass | Bananeweizen | 2013-05-10 | 1 | -2/+6 |
| | | | |||||
| * | | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: clean up useful apps activity | Bananeweizen | 2013-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -23/+23 |
| | | | | | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | | refactoring: rename cgeo activity to MainActivity | Bananeweizen | 2013-04-28 | 1 | -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 menukey | rsudev | 2013-03-21 | 1 | -1/+1 |
| | | |||||
| * | Refactoring to use Loaders fixes #2365 | Portree-Kid | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -3/+3 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | Merge pull request #2494 from rsudev/6b | rsudev | 2013-02-23 | 1 | -0/+5 |
| |\ | | | | | Image upload, implements #6 | ||||
| | * | Merge remote-tracking branch 'campbeb/fix6a' into 6b | rsudev | 2013-02-18 | 1 | -0/+5 |
| | |\ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | | * | Fix #6 - Support uploading images with cache logs | campbeb | 2013-01-16 | 1 | -0/+5 |
| | | | | |||||
| * | | | Fix transparent background for popups | rsudev | 2013-02-19 | 1 | -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 broken | rsudev | 2013-02-14 | 1 | -2/+0 |
| | | | | | | | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark. | ||||
