aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2014-10-182-26/+27
|\
| * Put actual and expected at the right places in testSamuel Tardieu2014-10-181-25/+26
| |
| * Use correct date format in testSamuel Tardieu2014-10-181-1/+1
| |
* | Merge pull request #4417 from culmor30/masterSamuel Tardieu2014-10-167-2/+62
|\ \ | | | | | | Implemented support for external Android Wear apps
| * | Implemented support for external Android Wear appsCollie2014-10-157-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'rsudev2014-10-133-0/+337
|\ \ | |/
| * Merge pull request #4415 from rsudev/crowdin_translationsrsudev2014-10-133-0/+337
| |\ | | | | | | crowdin: New translations
| | * crowdin: New translationsrsudev2014-10-133-0/+337
| |/
| * Merge branch 'issue-4369' into releaseSamuel Tardieu2014-10-024-17/+21
| |\
* | | fix #4414: Enable total number of caches in live map only with debugBananeweizen2014-10-121-1/+1
| | | | | | | | | setting
* | | fix #659: limit initial zoom level of live mapBananeweizen2014-10-111-2/+6
| | |
* | | refactoring: avoid repeated stringbuilder for queriesBananeweizen2014-10-101-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() operatorSamuel Tardieu2014-10-101-7/+9
| | |
* | | Upgrade to Jackson 2.4.3Samuel Tardieu2014-10-1020-12/+12
| | |
* | | Upgrade to RxJava 0.20.5Samuel Tardieu2014-10-1020-8/+8
| | |
* | | Work on #4410Samuel Tardieu2014-10-102-18/+23
| | |
* | | Close takeUntil observable streams soonerSamuel Tardieu2014-10-101-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 coordinatesSamuel Tardieu2014-10-092-3/+7
| | | | | | | | | | | | | | | Some clipboard data cannot be coerced to text, including an empty clipboard.
* | | Add NonNull annotationsSamuel Tardieu2014-10-092-3/+3
| | |
* | | Use Nullable annotation from EclipseSamuel Tardieu2014-10-091-2/+2
| | |
* | | new: set waypoint coordinates from clipboardBananeweizen2014-10-086-1/+52
| | |
* | | fix #4400: Insert last log textBananeweizen2014-10-068-0/+55
| | |
* | | refactoring: split list name memento into separate classBananeweizen2014-10-053-18/+33
| | |
* | | fix #4296: RemoveHistoryLoader seems not necessaryBananeweizen2014-10-053-43/+8
| | |
* | | fix #4380: translation of encoded hint does not workBananeweizen2014-10-053-26/+34
| | |
* | | update Eclipse component installationBananeweizen2014-10-051-29/+16
| | |
* | | fix #4381: no caches nearby after restartSamuel Tardieu2014-10-041-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.mdBananeweizen2014-09-301-1/+5
| | | | | | | | | add issue status badges
* | | Merge pull request #4392 from schwabe/fix_gradle_annotation_dependencySamuel Tardieu2014-09-301-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 Schwabe2014-09-301-1/+1
|/ / / | | | | | | | | | for the gradle build.
* | | Merge branch 'release'rsudev2014-09-282-25/+46
|\ \ \ | |/ /
| * | Fix #4028, Wrong sized overlays on map againrsudev2014-09-282-25/+46
| | | | | | | | | | | | | | | - extended parameters to cover even xxxhdpi - refactored waypoint markers additionally
* | | Revert "Fix mocked cache description"Bananeweizen2014-09-281-1/+1
| | | | | | | | | | | | This reverts commit 8fb22f5b8ea948b93a671fb9212709543b701d2e.
* | | fix #4368: put additional webpage at end of descriptionBananeweizen2014-09-281-2/+2
| | |
* | | upgrade android annotations to 3.1Bananeweizen2014-09-288-2/+3
| | |
* | | Merge branch 'release'rsudev2014-09-221-0/+5
|\ \ \ | |/ /
| * | Fixes #4266, Drop down menu in selections problemsrsudev2014-09-221-0/+5
| | | | | | | | | | | | - added missing title styles to dark theme
* | | Merge branch 'release'rsudev2014-09-211-1/+10
|\ \ \ | |/ /
| * | Fixes #4366, Contextual action bar item calendar does not workrsudev2014-09-211-1/+10
| | |
* | | Merge branch 'release'rsudev2014-09-204-7/+10
|\ \ \ | |/ /
| * | crowdin: New translationsrsudev2014-09-202-2/+2
| | |
| * | Fixes #4370, OX caches should have blank before ratingrsudev2014-09-201-4/+4
| | |
| * | Fix proguard for contacts pluginrsudev2014-09-201-1/+4
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-09-203-9/+8
|\ \ \ | |/ /
| * | Fixes #4375, Map popup shows earth cache sizersudev2014-09-201-2/+1
| | | | | | | | | | | | - use cache.showSize() in popup as well
| * | New version and minsdk raise for calender pluginLars2014-09-201-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 pluginLars2014-09-201-1/+1
| | | | | | | | | Alignment with cgeo-legacy minsdk as this plugin is also supported there but we no longer supported smaller sdk versions
| * | Update AndroidManifest.xmlLars2014-09-201-2/+2
| | |
* | | Revert "Test for #3922 - disable multiwindow support"rsudev2014-09-202-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit aa5aeb1fd5bb0ed051cfe7ba143b574e837193f1. Revert "#3922: remove unused dimensions from Samsung multi window feature" This reverts commit 98e5306e9395aa26c7d27d1ff6666a12a0863ae1.
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-09-181-1/+2
|\ \ \ | |/ /