aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CgeoApplication.java
Commit message (Expand)AuthorAgeFilesLines
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
* Merge branch 'release' into upstreamSamuel Tardieu2014-08-301-0/+4
|\
| * fix #4278: force English does not work on main screenSamuel Tardieu2014-08-301-0/+4
* | In the emulator, emit one dummy direction to get position on mapSamuel Tardieu2014-08-271-1/+1
* | Get the initial location from Android at startup timeSamuel Tardieu2014-08-261-1/+11
* | Decouple Google Play Services and low-power modeSamuel Tardieu2014-08-261-3/+3
* | refactoring: create setupDirectionObservableSamuel Tardieu2014-08-261-15/+21
* | fix #4215: runtime exception on emulatorSamuel Tardieu2014-08-261-0/+6
* | Do not even check for the orientation sensor if it is not neededSamuel Tardieu2014-08-241-1/+7
* | Use the rotation provider instead of the orientation providerSamuel Tardieu2014-08-241-2/+3
* | Rename DirectionProvider into OrientationProviderSamuel Tardieu2014-08-241-2/+2
* | Use a single LocationClient to get all location informationSamuel Tardieu2014-08-191-5/+5
* | Propagate initial status for GPS state from within the providerSamuel Tardieu2014-08-191-1/+1
* | Make the initial GPS status disabledSamuel Tardieu2014-08-181-1/+1
* | Make low-power mode optionalSamuel Tardieu2014-08-181-13/+9
* | Implement low geolocation power mode for main activity and listsSamuel Tardieu2014-08-181-5/+19
* | fix #4183: new fused provider breaks BT-GPSSamuel Tardieu2014-08-181-9/+14
* | fix #4180: ANR in CacheListActivitySamuel Tardieu2014-08-181-10/+13
* | Create observables at application startSamuel Tardieu2014-08-151-21/+18
* | Use simpler code for location and direction providersSamuel Tardieu2014-08-151-18/+13
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-121-0/+7
|\ \ | |/
| * Never block when building a cache/waypoint details creatorSamuel Tardieu2014-08-121-0/+7
* | Revert "#4140 disable play services due to blocking geodata call"Samuel Tardieu2014-08-121-1/+3
* | #4140 disable play services due to blocking geodata callBananeweizen2014-08-091-3/+1
* | Use the Google Play fused location service when availableSamuel Tardieu2014-08-051-1/+3
* | Initialize Google Play ServicesSamuel Tardieu2014-07-301-0/+13
* | Use multicatchSamuel Tardieu2014-08-041-6/+1
* | Remove GPS status from location informationSamuel Tardieu2014-08-031-0/+11
|/
* Fixes #4096, Drop on map popup does not workrsudev2014-07-281-0/+2
* Avoid Verify errors on Android 4.0 and 2.3rsudev2014-07-121-2/+4
* remove some findbugs issuesBananeweizen2014-07-091-7/+6
* Implements #4027, Disable auto crash dump before releasersudev2014-07-051-25/+12
* Fixes #3855, now show always the overflowrsudev2014-06-121-0/+17
* fix #3855: remove overflow menu optionBananeweizen2014-06-111-23/+2
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-1/+1
* Merge remote-tracking branch 'schwabe/actionbar_pullrequest'Bananeweizen2014-05-181-0/+21
|\
| * Allow the user to choose always displaying the overflow buttonArne Schwabe2014-05-171-0/+22
* | some formatting fixesBananeweizen2014-05-171-8/+3
* | #3818: enable memory dumps on demandBananeweizen2014-05-171-1/+4
|/
* Dump memory on OOM to investigate #3818rsudev2014-05-121-0/+31
* fix #3732: last known position not used for live mapSamuel Tardieu2014-04-051-2/+2
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-20/+32
* Put out as much sensor work as possible onto background threadsSamuel Tardieu2014-03-261-2/+5
* refactoring: moveDatabase belongs to DataStoreSamuel Tardieu2014-03-151-33/+0
* Use basic synchronization on infrequent access patternSamuel Tardieu2014-03-101-10/+6
* Remove no-longer used fieldsSamuel Tardieu2014-03-101-2/+0
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-17/+18
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-0/+3
* fix #3470: map: unsure coords popup checkbox hiddenBananeweizen2014-01-171-5/+5
* Use RxJava for direction and geodata updates rather than own observersSamuel Tardieu2014-01-081-35/+10