aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sensors/RotationProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Add TargetApi annotation to silence lint warningSamuel Tardieu2015-01-101-0/+1
* fix #4602: add system information in "about" and mailsSamuel Tardieu2015-01-081-0/+8
* fix #4541: some phones do not support SENSOR_DELAY_NORMAL for rotationSamuel Tardieu2014-12-171-1/+6
* Protect orientation and rotation provider against buffer fillSamuel Tardieu2014-11-241-1/+1
* Remove a potential race conditionSamuel Tardieu2014-10-241-2/+2
* fix #4255: crash on some Samsung devices when computing rotation matrixSamuel Tardieu2014-08-291-1/+10
* Decouple Google Play Services and low-power modeSamuel Tardieu2014-08-261-6/+5
* Allow the use of low-power rotation sensor on KitKatSamuel Tardieu2014-08-241-4/+15
* Add rotation sensor providerSamuel Tardieu2014-08-241-0/+64