| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-10-18 | 2 | -26/+27 |
| |\ | |||||
| | * | Put actual and expected at the right places in test | Samuel Tardieu | 2014-10-18 | 1 | -25/+26 |
| | | | |||||
| | * | Use correct date format in test | Samuel Tardieu | 2014-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #4417 from culmor30/master | Samuel Tardieu | 2014-10-16 | 7 | -2/+62 |
| |\ \ | | | | | | | Implemented support for external Android Wear apps | ||||
| | * | | Implemented support for external Android Wear apps | Collie | 2014-10-15 | 7 | -2/+62 |
| |/ / | | | | | | | | | | | | | | | | | | | Android Wear apps can listen for the 'cgeo.geocaching.wear.NAVIGATE_TO' intent to get cache info from c:geo, passed as Intent extras. Altered ProcessUtils#isIntentAvailable(final String action, final Uri uri) to scan for Services (instead of just activities) which can handle a given action; my Wear app (as I imagine others will) mainly runs as a Service and requires no activity to be launched. | ||||
| * | | Merge branch 'release' | rsudev | 2014-10-13 | 3 | -0/+337 |
| |\ \ | |/ | |||||
| | * | Merge pull request #4415 from rsudev/crowdin_translations | rsudev | 2014-10-13 | 3 | -0/+337 |
| | |\ | | | | | | | crowdin: New translations | ||||
| | | * | crowdin: New translations | rsudev | 2014-10-13 | 3 | -0/+337 |
| | |/ | |||||
| | * | Merge branch 'issue-4369' into release | Samuel Tardieu | 2014-10-02 | 4 | -17/+21 |
| | |\ | |||||
| * | | | fix #4414: Enable total number of caches in live map only with debug | Bananeweizen | 2014-10-12 | 1 | -1/+1 |
| | | | | | | | | | | setting | ||||
| * | | | fix #659: limit initial zoom level of live map | Bananeweizen | 2014-10-11 | 1 | -2/+6 |
| | | | | |||||
| * | | | refactoring: avoid repeated stringbuilder for queries | Bananeweizen | 2014-10-10 | 1 | -124/+82 |
| | | | | | | | | | | | | | | | | Our prepared SQL statements actually created a Stringbuilder for concatenation of the query string on each invocation, even with the statements already being prepared. | ||||
| * | | | Do not use deprecated parallel() operator | Samuel Tardieu | 2014-10-10 | 1 | -7/+9 |
| | | | | |||||
| * | | | Upgrade to Jackson 2.4.3 | Samuel Tardieu | 2014-10-10 | 20 | -12/+12 |
| | | | | |||||
| * | | | Upgrade to RxJava 0.20.5 | Samuel Tardieu | 2014-10-10 | 20 | -8/+8 |
| | | | | |||||
| * | | | Work on #4410 | Samuel Tardieu | 2014-10-10 | 2 | -18/+23 |
| | | | | |||||
| * | | | Close takeUntil observable streams sooner | Samuel Tardieu | 2014-10-10 | 1 | -11/+38 |
| | | | | | | | | | | | | | | | | | | | The previous implementation necessited one more value to close the observable. It meant that the GPS could be turned on while we just got an acceptable value from the network provider. | ||||
| * | | | fix #4409: NPE when trying to edit WP coordinates | Samuel Tardieu | 2014-10-09 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | Some clipboard data cannot be coerced to text, including an empty clipboard. | ||||
| * | | | Add NonNull annotations | Samuel Tardieu | 2014-10-09 | 2 | -3/+3 |
| | | | | |||||
| * | | | Use Nullable annotation from Eclipse | Samuel Tardieu | 2014-10-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | new: set waypoint coordinates from clipboard | Bananeweizen | 2014-10-08 | 6 | -1/+52 |
| | | | | |||||
| * | | | fix #4400: Insert last log text | Bananeweizen | 2014-10-06 | 8 | -0/+55 |
| | | | | |||||
| * | | | refactoring: split list name memento into separate class | Bananeweizen | 2014-10-05 | 3 | -18/+33 |
| | | | | |||||
| * | | | fix #4296: RemoveHistoryLoader seems not necessary | Bananeweizen | 2014-10-05 | 3 | -43/+8 |
| | | | | |||||
| * | | | fix #4380: translation of encoded hint does not work | Bananeweizen | 2014-10-05 | 3 | -26/+34 |
| | | | | |||||
| * | | | update Eclipse component installation | Bananeweizen | 2014-10-05 | 1 | -29/+16 |
| | | | | |||||
| * | | | fix #4381: no caches nearby after restart | Samuel Tardieu | 2014-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | The low-power observable, which combines the initial location with an observable trying to get an acceptable location, was stuck if no initial location could be acquired at all. Merging instead of concatenating will allow the observable to go forward. | ||||
| * | | | Update README.md | Bananeweizen | 2014-09-30 | 1 | -1/+5 |
| | | | | | | | | | | add issue status badges | ||||
| * | | | Merge pull request #4392 from schwabe/fix_gradle_annotation_dependency | Samuel Tardieu | 2014-09-30 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix maven repository version of Android Annotations (3.1 instead of 3.1.... | ||||
| | * | | | Fix maven repository version of Android Annotations (3.1 instead of 3.1.0) ↵ | Arne Schwabe | 2014-09-30 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | for the gradle build. | ||||
| * | | | Merge branch 'release' | rsudev | 2014-09-28 | 2 | -25/+46 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #4028, Wrong sized overlays on map again | rsudev | 2014-09-28 | 2 | -25/+46 |
| | | | | | | | | | | | | | | | | - extended parameters to cover even xxxhdpi - refactored waypoint markers additionally | ||||
| * | | | Revert "Fix mocked cache description" | Bananeweizen | 2014-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | This reverts commit 8fb22f5b8ea948b93a671fb9212709543b701d2e. | ||||
| * | | | fix #4368: put additional webpage at end of description | Bananeweizen | 2014-09-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | upgrade android annotations to 3.1 | Bananeweizen | 2014-09-28 | 8 | -2/+3 |
| | | | | |||||
| * | | | Merge branch 'release' | rsudev | 2014-09-22 | 1 | -0/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Fixes #4266, Drop down menu in selections problems | rsudev | 2014-09-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | - added missing title styles to dark theme | ||||
| * | | | Merge branch 'release' | rsudev | 2014-09-21 | 1 | -1/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Fixes #4366, Contextual action bar item calendar does not work | rsudev | 2014-09-21 | 1 | -1/+10 |
| | | | | |||||
| * | | | Merge branch 'release' | rsudev | 2014-09-20 | 4 | -7/+10 |
| |\ \ \ | |/ / | |||||
| | * | | crowdin: New translations | rsudev | 2014-09-20 | 2 | -2/+2 |
| | | | | |||||
| | * | | Fixes #4370, OX caches should have blank before rating | rsudev | 2014-09-20 | 1 | -4/+4 |
| | | | | |||||
| | * | | Fix proguard for contacts plugin | rsudev | 2014-09-20 | 1 | -1/+4 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-20 | 3 | -9/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Fixes #4375, Map popup shows earth cache size | rsudev | 2014-09-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | - use cache.showSize() in popup as well | ||||
| | * | | New version and minsdk raise for calender plugin | Lars | 2014-09-20 | 1 | -4/+4 |
| | | | | | | | | | | Alignment with cgeo-legacy minsdk as this plugin is also supported there but we no longer supported smaller sdk versions | ||||
| | * | | Raise minsdk for contacts plugin | Lars | 2014-09-20 | 1 | -1/+1 |
| | | | | | | | | | | Alignment with cgeo-legacy minsdk as this plugin is also supported there but we no longer supported smaller sdk versions | ||||
| | * | | Update AndroidManifest.xml | Lars | 2014-09-20 | 1 | -2/+2 |
| | | | | |||||
| * | | | Revert "Test for #3922 - disable multiwindow support" | rsudev | 2014-09-20 | 2 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit aa5aeb1fd5bb0ed051cfe7ba143b574e837193f1. Revert "#3922: remove unused dimensions from Samsung multi window feature" This reverts commit 98e5306e9395aa26c7d27d1ff6666a12a0863ae1. | ||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-09-18 | 1 | -1/+2 |
| |\ \ \ | |/ / | |||||
