aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sensors
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-2/+11
|\
| * fix #4618: crash due to invalid Google Play serviceSamuel Tardieu2015-01-151-2/+11
* | Add TargetApi annotation to silence lint warningSamuel Tardieu2015-01-101-0/+1
|/
* Use new setting for low-power instead the of the current oneSamuel Tardieu2015-01-081-1/+1
* Favor the orientation sensor over the rotation oneSamuel Tardieu2015-01-081-9/+7
* fix #4603: do not query the magnetic field sensorSamuel Tardieu2015-01-081-9/+7
* fix #4602: add system information in "about" and mailsSamuel Tardieu2015-01-082-0/+13
* Remove verbose debug information from sensorsSamuel Tardieu2015-01-011-10/+2
* Use an initial value in rotation sensorsSamuel Tardieu2015-01-011-3/+3
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-013-28/+175
* fix #4541: some phones do not support SENSOR_DELAY_NORMAL for rotationSamuel Tardieu2014-12-171-1/+6
* fix #4529: missing back pressure on location observableSamuel Tardieu2014-12-131-1/+1
* fix #4505: sporadic crash when trying to navigate to a waypointSamuel Tardieu2014-12-011-1/+2
* remove Eclipse compile errorBananeweizen2014-11-261-0/+1
* fix #4325: retrieve home location from geocaching.comSamuel Tardieu2014-11-252-17/+35
* Throttle the rotation display in lists to 4 HzSamuel Tardieu2014-11-241-6/+26
* Protect orientation and rotation provider against buffer fillSamuel Tardieu2014-11-242-2/+2
* Inline once-used private method GeoData.getLocationProviderSamuel Tardieu2014-11-231-18/+13
* Inline once-used short method GeoData.isRecentSamuel Tardieu2014-11-231-5/+1
* Remove identity method GeoData#getLocation()Samuel Tardieu2014-11-231-4/+0
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-234-41/+22
* IGeoData#getCoords() can never be nullSamuel Tardieu2014-11-231-1/+3
* refactoring: move LocationProviderType to fitting packageBananeweizen2014-11-103-2/+17
* rename packageBananeweizen2014-11-022-2/+2
* Remove a potential race conditionSamuel Tardieu2014-10-244-8/+8
* Use Nullable annotation from EclipseSamuel Tardieu2014-10-091-2/+2
* refactoring: remove double negationBananeweizen2014-09-101-2/+2
* code cleanupBananeweizen2014-08-291-3/+2
* fix #4255: crash on some Samsung devices when computing rotation matrixSamuel Tardieu2014-08-291-1/+10
* Use shorter warning messagesSamuel Tardieu2014-08-271-2/+2
* Get the initial location from Android at startup timeSamuel Tardieu2014-08-262-106/+86
* Decouple Google Play Services and low-power modeSamuel Tardieu2014-08-261-6/+5
* fix #4215: runtime exception on emulatorSamuel Tardieu2014-08-261-1/+1
* new: own log date in cache detailsBananeweizen2014-08-251-1/+1
* Allow the use of low-power rotation sensor on KitKatSamuel Tardieu2014-08-241-4/+15
* Add rotation sensor providerSamuel Tardieu2014-08-241-0/+64
* Rename DirectionProvider into OrientationProviderSamuel Tardieu2014-08-241-3/+13
* refactoring: remove utility methods from DirectionProviderSamuel Tardieu2014-08-242-36/+3
* Propagate initial status for GPS state from within the providerSamuel Tardieu2014-08-191-2/+3
* Distinguish visually between low-power and regular fused providersSamuel Tardieu2014-08-191-1/+6
* Make the initial GPS status disabledSamuel Tardieu2014-08-181-0/+2
* Implement low geolocation power mode for main activity and listsSamuel Tardieu2014-08-181-2/+4
* Use simpler code for location and direction providersSamuel Tardieu2014-08-153-150/+66
* fix #4140: blocking geodata call in emulatorSamuel Tardieu2014-08-122-1/+15
* Use the Google Play fused location service when availableSamuel Tardieu2014-08-051-2/+5
* Further factoring of ConnectableObservable behaviourSamuel Tardieu2014-08-032-53/+29
* If the GPS is started already, we won't receive GPS_EVENT_STARTEDSamuel Tardieu2014-08-031-2/+2
* Factor out looper thread activity schedulingSamuel Tardieu2014-08-032-59/+30
* Use the same handler thread for GpsStatus and GeoDataSamuel Tardieu2014-08-032-18/+5
* Remove GPS status from location informationSamuel Tardieu2014-08-033-104/+16