aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/RxUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoringSamuel Tardieu2015-01-011-1/+1
* Add thread information in debug messagesSamuel Tardieu2015-01-011-5/+5
* Use an initial value in rotation sensorsSamuel Tardieu2015-01-011-2/+2
* fix #4503: cache with repeated images may corrupt the on-disk copySamuel Tardieu2014-11-281-0/+40
* Use Scheduler and helper for consecutive action on different threadsSamuel Tardieu2014-11-281-0/+20
* Do not refresh more than 3 caches at the same timeSamuel Tardieu2014-11-211-0/+2
* fix #4458: no arrow without play services on the mapSamuel Tardieu2014-11-081-0/+19
* refactoring: use longer parameter namesSamuel Tardieu2014-11-081-5/+5
* Use default priority for sensors threadSamuel Tardieu2014-11-061-1/+2
* Use shorter form for cloned subscriberSamuel Tardieu2014-10-271-17/+2
* Remove a potential race conditionSamuel Tardieu2014-10-241-2/+19
* Close takeUntil observable streams soonerSamuel Tardieu2014-10-101-11/+38
* cleanup: remove redundant type specificationBananeweizen2014-09-011-2/+2
* In low power mode, consider all GPS data until the accuracy is at least 20mSamuel Tardieu2014-08-311-2/+25
* Use a single LocationClient to get all location informationSamuel Tardieu2014-08-191-1/+4
* Use simpler code for location and direction providersSamuel Tardieu2014-08-151-20/+22
* Further factoring of ConnectableObservable behaviourSamuel Tardieu2014-08-031-53/+53
* Factor out looper thread activity schedulingSamuel Tardieu2014-08-031-2/+58
* Use the same handler thread for GpsStatus and GeoDataSamuel Tardieu2014-08-031-0/+11
* Use a shared download scheduler for all network accessSamuel Tardieu2014-07-061-1/+6
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-1/+1
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-0/+11
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-7/+1
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-33/+0
* Do not use AndroidObservableSamuel Tardieu2014-04-051-0/+51