aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CgeoApplication.java
Commit message (Expand)AuthorAgeFilesLines
* Free memory as soon as cgeo gets to the middle of the background LRU listSamuel Tardieu2015-01-081-2/+9
* refactoring: more null annotationsBananeweizen2015-01-021-1/+3
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-92/+5
* Remember last orientationSamuel Tardieu2014-12-151-2/+2
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-8/+7
* refactoring: move method to where it is used exclusivelyBananeweizen2014-11-101-7/+0
* fix #4458: no arrow without play services on the mapSamuel Tardieu2014-11-081-2/+2
* Capture location and direction before broadcasting themSamuel Tardieu2014-11-061-3/+3
* Work on #4410Samuel Tardieu2014-10-101-1/+1
* 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