aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/PocketQueryList.java
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-2/+2
|
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-4/+5
|
* Do not use AndroidObservableSamuel Tardieu2014-04-051-4/+3
| | | | This lets us return to an unmodified version of RxJava.
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-221-1/+1
| | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
|
* Update for RxJava 0.17.0-RC1Samuel Tardieu2014-02-161-10/+6
| | | | | | | | | This is the release candidate version, which is being currently tested at Netflix. In a few days, I'll update with the final version. This release cleans up some bits of RxJava by integrating the subscription inside a subscriber (which is an observer holding a subscription) and fixes a leak with recurring tasks.
* fix deprecationsBananeweizen2014-01-191-2/+3
| | | | * remove rxjava deprecations * silence commons lang deprecations
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-4/+3
|
* Simplify pocket query selection processSamuel Tardieu2014-01-111-85/+51
|
* fix #3397: remove number of caches from pocket queryBananeweizen2013-11-091-2/+1
|
* Merge remote-tracking branch 'mucek4/fix2830'Bananeweizen2013-10-261-4/+5
| | | | | * fix HTML parsing * simplify activity API * disable the action for non premium members
* Fix 2830 Browse PQs as nearby searchmucek42013-09-041-0/+124