aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to AndroidAnnotations 3.2Bananeweizen2014-11-157-4/+4
|
* remove useless semicolonBananeweizen2014-11-151-1/+1
|
* Work on #3856 - Rename string for offline loggingLars2014-11-111-1/+1
| | | | As proposed in #3856. @rsudev Once uploaded this will reset the existing translations on crowdin ?!
* Merge remote-tracking branch 'upstream/release' into upstreamSamuel Tardieu2014-11-111-0/+3
|\
| * Update changelog_release.xmlLars2014-11-111-0/+3
| |
* | Remove redundant null checksSamuel Tardieu2014-11-111-29/+15
| |
* | Update changelog_master.xmlLars2014-11-111-0/+2
| |
* | refactoring: move LiveMapStrategy enums to mapBananeweizen2014-11-105-6/+6
| |
* | refactoring: move LocationProviderType to fitting packageBananeweizen2014-11-103-3/+1
| |
* | refactoring: move method to where it is used exclusivelyBananeweizen2014-11-102-9/+10
| |
* | Merge pull request #4477 from samueltardieu/issue-2025Samuel Tardieu2014-11-103-0/+30
|\ \ | | | | | | fix #2025: do not issue unnecessary login attempts
| * | Try to relog if needed when connectivity reappearsSamuel Tardieu2014-11-081-0/+22
| | | | | | | | | | | | Part of work on #2025.
| * | Fail early if there is no network connectionSamuel Tardieu2014-11-072-0/+8
| | | | | | | | | | | | Part of work on #2025.
* | | Merge branch 'issue-4470' into upstreamSamuel Tardieu2014-11-105-8/+9
|\ \ \ | | |/ | |/|
| * | fix #4470: recognize charter members as premium membersSamuel Tardieu2014-11-105-8/+9
| | |
* | | Remove useless assertion in testSamuel Tardieu2014-11-101-3/+1
| | |
* | | fix JavadocBananeweizen2014-11-091-11/+12
| | |
* | | fix #4458: no arrow without play services on the mapSamuel Tardieu2014-11-082-2/+21
| | |
* | | refactoring: use longer parameter namesSamuel Tardieu2014-11-081-5/+5
| |/ |/|
* | Do not require a context to check if currently active network is connectedSamuel Tardieu2014-11-074-11/+12
| |
* | Use network scheduler instead of threads to log inSamuel Tardieu2014-11-071-3/+4
| | | | | | | | This enforces the limit of concurrent connections.
* | Capture location and direction before broadcasting themSamuel Tardieu2014-11-061-3/+3
| |
* | Fixes #2514, Edit coordinates: treatment of fractional secondsrsudev2014-11-061-5/+18
| | | | | | | | - semantic and formatting change of degree and second fractions
* | Use default priority for sensors threadSamuel Tardieu2014-11-061-1/+2
| | | | | | | | | | | | | | | | | | Background priority might put the thread into the background cgroup which only has access to a limited portion of the CPU. It might be the cause of some lenghty delays (200 seconds) before events are taken into account. There is no guarantee though. Part of work on #4458.
* | Initialize fields earlySamuel Tardieu2014-11-061-6/+2
| |
* | Merge pull request #4471 from rsudev/crowdin_translationsrsudev2014-11-042-2/+2
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-11-042-2/+2
|/ /
* | Merge branch 'release' into upstreamSamuel Tardieu2014-11-041-0/+4
|\ \ | |/
| * Version code in changelogSamuel Tardieu2014-11-041-1/+1
| |
| * Update changelog_release.xmlLars2014-11-031-0/+4
| |
* | Merge branch 'issue-4467' into upstreamSamuel Tardieu2014-11-031-1/+1
|\ \ | |/
| * fix #4467: login failure reports unknown errorSamuel Tardieu2014-11-031-1/+1
| |
* | refactoring: use typed version of empty listSamuel Tardieu2014-11-031-2/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-11-033-3/+7
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/settings/Settings.java
| * Merge pull request #4466 from samueltardieu/issue-4464Samuel Tardieu2014-11-033-3/+7
| |\ | | | | | | fix #4464: NPE with new bugfix release
| | * fix #4464: NPE with new bugfix releaseSamuel Tardieu2014-11-033-3/+7
| |/
* | Merge branch 'release' into upstreamSamuel Tardieu2014-11-031-1/+1
|\ \ | |/
| * Version code in changelogLars2014-11-031-1/+1
| |
* | Merge pull request #4463 from rsudev/crowdin_translationsrsudev2014-11-035-2/+25
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-11-035-2/+25
|/ /
* | refactoring: move Geocoder functionality into a separate classBananeweizen2014-11-022-19/+70
| |
* | rename packageBananeweizen2014-11-02120-160/+173
| | | | | | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* | upgrade to butterknife 6.0.0Bananeweizen2014-11-024-3/+3
| |
* | fix preview of spinnersBananeweizen2014-11-023-3/+6
| | | | | | This is only for the graphical preview in the IDE, not for runtime.
* | improve layout performanceBananeweizen2014-11-029-4/+15
| | | | | | | | | | Avoid baseline alignment in horizontal linear layouts, if not needed. Detail at https://plus.google.com/108967384991768947849/posts/VfrNmPySb9cs
* | Merge branch 'release' into upstreamSamuel Tardieu2014-10-311-0/+2
|\ \ | |/
| * Update changelog_release.xmlLars2014-10-311-0/+2
| |
* | Merge pull request #4443 from samueltardieu/issue-4433Bananeweizen2014-10-301-0/+3
|\ \ | | | | | | fix #4433: menu items missing in popup
| * | fix #4433: menu items missing in popupSamuel Tardieu2014-10-281-0/+3
| | |
* | | enable Google Now voice search for our appBananeweizen2014-10-301-1/+10
| | | | | | | | | | | | | | | This is untested as my devices don't fulfill the requirements. See http://android-developers.blogspot.de/2014/10/the-fastest-route-between-voice-search.html for details.