aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* crowdin: New translationsSamuel Tardieu2014-08-266-6/+48
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-08-263-0/+29
|\
| * Add showcaseview to Gradle buildSamuel Tardieu2014-08-263-0/+29
| |
* | Add a new ANT run_release targetSamuel Tardieu2014-08-261-0/+6
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-2615-34/+30
|\ \ | |/
| * crowdin: New translationsSamuel Tardieu2014-08-2615-34/+30
| |
* | Decouple Google Play Services and low-power modeSamuel Tardieu2014-08-266-25/+30
| |
* | refactoring: create setupDirectionObservableSamuel Tardieu2014-08-261-15/+21
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-266-8/+30
|\ \ | |/
| * Add configuration files for showcaseview in Intellij IDEASamuel Tardieu2014-08-263-0/+23
| |
| * Add missing XML namespace informationSamuel Tardieu2014-08-261-3/+3
| |
| * Add missing XML namespace information in showcaseview resourcesSamuel Tardieu2014-08-262-4/+4
| | | | | | | | | | This change has been submitted upstream as https://github.com/amlcurran/ShowcaseView/pull/226
* | fix #4215: runtime exception on emulatorSamuel Tardieu2014-08-262-1/+7
| |
* | Merge branch 'release'rsudev2014-08-2512-35/+199
|\ \ | |/ | | | | | | Conflicts: main/res/values-de/strings.xml
| * Merge pull request #4219 from rsudev/crowdin_translationsrsudev2014-08-2512-35/+204
| |\ | | | | | | crowdin: New translations
| | * crowdin: New translationsrsudev2014-08-2513-35/+216
| | |
* | | new: own log date in cache detailsBananeweizen2014-08-252-5/+16
| | |
* | | reword change logBananeweizen2014-08-251-3/+3
| | |
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2014-08-2513-56/+103
|\ \ \ | |/ / | | | | | | | | | Conflicts: main/res/values/strings.xml
| * | fix #4213: showcase for cache list activityBananeweizen2014-08-2510-39/+75
| | |
| * | fix #4214: showcaseview in about dialogBananeweizen2014-08-251-0/+1
| | |
| * | fix #4211: only show active navigation apps in action barBananeweizen2014-08-252-16/+27
| | |
* | | Update changelog_master.xmlLars2014-08-251-1/+6
| | |
* | | disable new lint checks in librariesBananeweizen2014-08-244-0/+392
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-241-0/+12
|\ \ \ | |/ / | | | | | | | | | Conflicts: main/res/values-fr/strings.xml
| * | Update French translationsSamuel Tardieu2014-08-241-0/+17
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-241-1/+1
|\ \ \ | |/ /
| * | Change actionbar to title barLars2014-08-241-1/+1
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-2464-40/+2843
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: main/project.properties main/res/values/strings.xml main/src/cgeo/geocaching/LogCacheActivity.java
| * | Add files necessary to build on CISamuel Tardieu2014-08-242-0/+93
| | |
| * | Merge remote-tracking branch 'bananeweizen/showcase' into releaseSamuel Tardieu2014-08-2459-15/+2640
| |\ \
| | * | cleanup search activity showcaseBananeweizen2014-08-192-13/+10
| | | |
| | * | avoid overlaying the system buttonsBananeweizen2014-08-191-4/+3
| | | | | | | | | | | | | | | | This is actually quite a hack. If someone knows a better solution, we can and should revert this.
| | * | Avoid action bar termBananeweizen2014-08-191-2/+2
| | | |
| | * | fix wrong library pathBananeweizen2014-08-191-1/+1
| | | |
| | * | initial showcase implementationBananeweizen2014-08-1459-15/+2644
| | | |
| * | | Merge pull request #4210 from rsudev/crowdin_translationsrsudev2014-08-243-26/+110
| |\ \ \ | | | |/ | | |/| crowdin: New translations
| | * | crowdin: New translationsrsudev2014-08-243-26/+110
| |/ /
* | | fix #3012: NaN in import progress dialogBananeweizen2014-08-241-18/+22
| | |
* | | Do not even check for the orientation sensor if it is not neededSamuel Tardieu2014-08-241-1/+7
| | |
* | | Allow the use of low-power rotation sensor on KitKatSamuel Tardieu2014-08-241-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | If the user has chosen to use the low-power mode, the more noisy but lower power geomagnetic rotation sensor will be used. Both settings might be separated later, but at this time, this is so to allow easy testing.
* | | fix #1966: confirmation for dangerous logsBananeweizen2014-08-243-7/+27
| | |
* | | Use the rotation provider instead of the orientation providerSamuel Tardieu2014-08-241-2/+3
| | | | | | | | | | | | | | | If the rotation provider is not available, the orientation provider will be used instead.
* | | Add rotation sensor providerSamuel Tardieu2014-08-241-0/+64
| | |
* | | Rename DirectionProvider into OrientationProviderSamuel Tardieu2014-08-242-5/+15
| | | | | | | | | | | | Also check for presence or absence of such a sensor.
* | | refactoring: remove utility methods from DirectionProviderSamuel Tardieu2014-08-247-43/+53
| | |
* | | fix #1899: CME in DistanceComparatorBananeweizen2014-08-241-2/+4
| | |
* | | fix #1760: store found date on importing GPXBananeweizen2014-08-243-47/+60
| | |
* | | Merge branch 'issue-4208' into upstreamSamuel Tardieu2014-08-242-16/+8
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CompassActivity.java
| * | | fix #4208: compass does not show direction initiallySamuel Tardieu2014-08-242-16/+8
| |/ /