aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/playservices
Commit message (Expand)AuthorAgeFilesLines
* Use operator TakeUntil from RxJava 1.0.5Samuel Tardieu2015-02-051-2/+2
* fix #4585: split play servicesBananeweizen2015-01-041-13/+17
* fix #4540: no current position since last updateSamuel Tardieu2014-12-181-8/+3
* fix #4529: missing back pressure on location observableSamuel Tardieu2014-12-131-2/+2
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-15/+14
* Work on #4410Samuel Tardieu2014-10-101-17/+22
* fix #4381: no caches nearby after restartSamuel Tardieu2014-10-041-1/+1
* Use all data until the GPS fix is acceptableSamuel Tardieu2014-08-311-2/+2
* In low power mode, consider all GPS data until the accuracy is at least 20mSamuel Tardieu2014-08-311-2/+2
* Get the initial location from Android at startup timeSamuel Tardieu2014-08-261-1/+4
* Reinstate low-power mode indication on the main and compass screensSamuel Tardieu2014-08-191-0/+4
* Use a single LocationClient to get all location informationSamuel Tardieu2014-08-191-54/+81
* Distinguish visually between low-power and regular fused providersSamuel Tardieu2014-08-191-0/+1
* Implement low geolocation power mode for main activity and listsSamuel Tardieu2014-08-181-11/+53
* Use simpler code for location and direction providersSamuel Tardieu2014-08-151-36/+19
* Do not make firstRun variable staticSamuel Tardieu2014-08-121-1/+1
* fix #4140: blocking geodata call in emulatorSamuel Tardieu2014-08-121-3/+1
* Use the Google Play fused location service when availableSamuel Tardieu2014-08-051-0/+99