| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | | #1791: refactor live map hint activity into a dialog | Bananeweizen | 2013-01-27 | 1 | -6/+0 |
| | | | |||||
| * | | Fix typo in AddressListActivity | Samuel Tardieu | 2013-01-27 | 1 | -1/+1 |
| |/ | |||||
| * | Do not query configuration changes when visiting cache | Samuel Tardieu | 2013-01-09 | 1 | -2/+1 |
| | | |||||
| * | new: view pager in trackable activity | Bananeweizen | 2012-12-23 | 1 | -1/+1 |
| | | |||||
| * | Allow compass to be shown in landscape mode | Samuel Tardieu | 2012-12-13 | 1 | -2/+1 |
| | | |||||
