index
:
cgeo.git
master
upstream_release
cgeo without proprietary dependencies
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main
/
src
/
cgeo
/
geocaching
/
sensors
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup
Bananeweizen
2014-08-29
1
-3
/
+2
*
fix #4255: crash on some Samsung devices when computing rotation matrix
Samuel Tardieu
2014-08-29
1
-1
/
+10
*
Use shorter warning messages
Samuel Tardieu
2014-08-27
1
-2
/
+2
*
Get the initial location from Android at startup time
Samuel Tardieu
2014-08-26
2
-106
/
+86
*
Decouple Google Play Services and low-power mode
Samuel Tardieu
2014-08-26
1
-6
/
+5
*
fix #4215: runtime exception on emulator
Samuel Tardieu
2014-08-26
1
-1
/
+1
*
new: own log date in cache details
Bananeweizen
2014-08-25
1
-1
/
+1
*
Allow the use of low-power rotation sensor on KitKat
Samuel Tardieu
2014-08-24
1
-4
/
+15
*
Add rotation sensor provider
Samuel Tardieu
2014-08-24
1
-0
/
+64
*
Rename DirectionProvider into OrientationProvider
Samuel Tardieu
2014-08-24
1
-3
/
+13
*
refactoring: remove utility methods from DirectionProvider
Samuel Tardieu
2014-08-24
2
-36
/
+3
*
Propagate initial status for GPS state from within the provider
Samuel Tardieu
2014-08-19
1
-2
/
+3
*
Distinguish visually between low-power and regular fused providers
Samuel Tardieu
2014-08-19
1
-1
/
+6
*
Make the initial GPS status disabled
Samuel Tardieu
2014-08-18
1
-0
/
+2
*
Implement low geolocation power mode for main activity and lists
Samuel Tardieu
2014-08-18
1
-2
/
+4
*
Use simpler code for location and direction providers
Samuel Tardieu
2014-08-15
3
-150
/
+66
*
fix #4140: blocking geodata call in emulator
Samuel Tardieu
2014-08-12
2
-1
/
+15
*
Use the Google Play fused location service when available
Samuel Tardieu
2014-08-05
1
-2
/
+5
*
Further factoring of ConnectableObservable behaviour
Samuel Tardieu
2014-08-03
2
-53
/
+29
*
If the GPS is started already, we won't receive GPS_EVENT_STARTED
Samuel Tardieu
2014-08-03
1
-2
/
+2
*
Factor out looper thread activity scheduling
Samuel Tardieu
2014-08-03
2
-59
/
+30
*
Use the same handler thread for GpsStatus and GeoData
Samuel Tardieu
2014-08-03
2
-18
/
+5
*
Remove GPS status from location information
Samuel Tardieu
2014-08-03
3
-104
/
+16
*
Create a separate GPS Status provider
Samuel Tardieu
2014-08-03
1
-0
/
+146
*
Remove special handling of pseudo location
Samuel Tardieu
2014-08-03
3
-17
/
+4
*
Upgrade RxJava to version 0.19
Samuel Tardieu
2014-06-09
1
-2
/
+4
*
minor code cleanups
Bananeweizen
2014-05-17
1
-20
/
+20
*
Minor cleanups
Samuel Tardieu
2014-05-14
1
-1
/
+1
*
Upgrade to RxJava 0.18.3 and use the new Scheduler interface
Samuel Tardieu
2014-05-13
1
-8
/
+6
*
add missing flag initialization
Michael Keppler
2014-04-22
1
-0
/
+1
*
fix deprecation warning
Michael Keppler
2014-04-22
1
-24
/
+25
*
fix new deprecation warning
Michael Keppler
2014-04-22
1
-6
/
+9
*
handle missing orientation sensor
Michael Keppler
2014-04-22
1
-1
/
+26
*
remove unneeded suppresswarnings
Michael Keppler
2014-04-19
1
-3
/
+4
*
fix #3729: compass deviation -90° in landscape mode (GPS)
Samuel Tardieu
2014-04-06
2
-7
/
+17
*
Do not use AndroidObservable
Samuel Tardieu
2014-04-05
1
-1
/
+0
*
Remove compatibility with API < 8
Samuel Tardieu
2014-04-01
1
-7
/
+21
*
fix JavaDoc
Bananeweizen
2014-03-30
1
-1
/
+2
*
Allow subscription to either location or direction data
Samuel Tardieu
2014-03-26
1
-11
/
+73
*
Put out as much sensor work as possible onto background threads
Samuel Tardieu
2014-03-26
3
-47
/
+60
*
No need to synchronize UI thread called methods
Samuel Tardieu
2014-03-22
1
-1
/
+1
*
fix compiler warnings
Bananeweizen
2014-03-19
1
-1
/
+2
*
#3586: share location listener instances
Samuel Tardieu
2014-03-12
1
-20
/
+27
*
#3586: add debugging information to help trace the issue
Samuel Tardieu
2014-03-12
1
-0
/
+7
*
Use a subscription model for GeoDirHandler
Samuel Tardieu
2014-03-10
1
-11
/
+1
*
Automatically pair subscriptions in onResume/onPause
Samuel Tardieu
2014-03-10
1
-1
/
+2
*
Always use a combined geodata and direction provider
Samuel Tardieu
2014-03-06
3
-114
/
+65
*
refactoring: create cgeo.geocaching.sensors package
Samuel Tardieu
2014-03-06
5
-0
/
+551