aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/sensors/GeoDataProvider.java
Commit message (Expand)AuthorAgeFilesLines
* fix #4529: missing back pressure on location observableSamuel Tardieu2014-12-131-1/+1
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-4/+4
* Remove a potential race conditionSamuel Tardieu2014-10-241-2/+2
* Use shorter warning messagesSamuel Tardieu2014-08-271-2/+2
* Get the initial location from Android at startup timeSamuel Tardieu2014-08-261-98/+31
* Use simpler code for location and direction providersSamuel Tardieu2014-08-151-35/+22
* fix #4140: blocking geodata call in emulatorSamuel Tardieu2014-08-121-1/+2
* Further factoring of ConnectableObservable behaviourSamuel Tardieu2014-08-031-29/+18
* Factor out looper thread activity schedulingSamuel Tardieu2014-08-031-33/+18
* Use the same handler thread for GpsStatus and GeoDataSamuel Tardieu2014-08-031-9/+3
* Remove GPS status from location informationSamuel Tardieu2014-08-031-79/+15
* Remove special handling of pseudo locationSamuel Tardieu2014-08-031-7/+3
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-2/+4
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-8/+6
* Put out as much sensor work as possible onto background threadsSamuel Tardieu2014-03-261-3/+9
* #3586: share location listener instancesSamuel Tardieu2014-03-121-20/+27
* #3586: add debugging information to help trace the issueSamuel Tardieu2014-03-121-0/+7
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-19/+37
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-0/+245