aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sensors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a separate GPS Status providerSamuel Tardieu2014-08-031-0/+146
* Remove special handling of pseudo locationSamuel Tardieu2014-08-033-17/+4
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-2/+4
* minor code cleanupsBananeweizen2014-05-171-20/+20
* Minor cleanupsSamuel Tardieu2014-05-141-1/+1
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-8/+6
* add missing flag initializationMichael Keppler2014-04-221-0/+1
* fix deprecation warningMichael Keppler2014-04-221-24/+25
* fix new deprecation warningMichael Keppler2014-04-221-6/+9
* handle missing orientation sensorMichael Keppler2014-04-221-1/+26
* remove unneeded suppresswarningsMichael Keppler2014-04-191-3/+4
* fix #3729: compass deviation -90° in landscape mode (GPS)Samuel Tardieu2014-04-062-7/+17
* Do not use AndroidObservableSamuel Tardieu2014-04-051-1/+0
* Remove compatibility with API < 8Samuel Tardieu2014-04-011-7/+21
* fix JavaDocBananeweizen2014-03-301-1/+2
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-11/+73
* Put out as much sensor work as possible onto background threadsSamuel Tardieu2014-03-263-47/+60
* No need to synchronize UI thread called methodsSamuel Tardieu2014-03-221-1/+1
* fix compiler warningsBananeweizen2014-03-191-1/+2
* #3586: share location listener instancesSamuel Tardieu2014-03-121-20/+27
* #3586: add debugging information to help trace the issueSamuel Tardieu2014-03-121-0/+7
* Use a subscription model for GeoDirHandlerSamuel Tardieu2014-03-101-11/+1
* Automatically pair subscriptions in onResume/onPauseSamuel Tardieu2014-03-101-1/+2
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-063-114/+65
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-065-0/+551