aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/StatusFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Status subject does not need a particular scheduler to runSamuel Tardieu2014-08-311-2/+1
|
* remove some findbugs issuesBananeweizen2014-07-091-3/+6
| | | | * unused code * convert explicit type casts to generic method invocations
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-2/+3
|
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-42/+43
|
* Do not use AndroidObservableSamuel Tardieu2014-04-051-2/+2
| | | | 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
* Use onDestroyView() for symmetrySamuel Tardieu2014-03-061-2/+2
|
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
|
* Use RxJava for status updates rather than own observersSamuel Tardieu2014-01-081-75/+54
|
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|
* close #2915: add a closeout status message for sdk < 7Samuel Tardieu2013-06-221-1/+1
|
* Use Fragment for displaying statusSamuel Tardieu2013-01-091-0/+110