aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Expand)AuthorAgeFilesLines
* Do not use AndroidObservableSamuel Tardieu2014-04-051-5/+5
* Remove redundant prefixSamuel Tardieu2014-03-221-14/+14
* Do not open images from geocheck.org in external applicationSamuel Tardieu2014-03-221-9/+1
* Better handling of unsubscriptionsSamuel Tardieu2014-03-221-7/+6
* Use DecompressingHttpClient instead of our ownSamuel Tardieu2014-02-271-42/+2
* Use LaxRedirectStrategy instead of our ownSamuel Tardieu2014-02-271-22/+2
* Fixes #3626, Can not authorize to oc.plrsudev2014-02-251-1/+2
* Finally fixes #3267, Detect and report time-skew that prevents okapi accessrsudev2014-02-221-27/+61
* Fixes #3608, TB details emptyrsudev2014-02-221-4/+7
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-182-3/+3
* Make explicit use of Schedulers and document itSamuel Tardieu2014-02-171-56/+72
* Proper use of schedulers with RxJava downloadingSamuel Tardieu2014-02-171-10/+11
* Update for RxJava 0.17.0-RC1Samuel Tardieu2014-02-162-37/+27
* remove some nullness warnings in EclipseBananeweizen2014-01-272-8/+10
* Fix @Nullable/@NonNull annotationsSamuel Tardieu2014-01-201-2/+3
* When we have a cached image, return it before checking its validitySamuel Tardieu2014-01-201-90/+142
* fix #3540: corrupted images on image tabSamuel Tardieu2014-01-191-7/+5
* fix deprecationsBananeweizen2014-01-192-3/+4
* remove eclipse warnings about potential null pointerBananeweizen2014-01-181-12/+13
* Ensure that we do not generate a NPE while reading response streamSamuel Tardieu2014-01-181-0/+25
* When storing a cache, download images concurrentlySamuel Tardieu2014-01-121-0/+64
* refactoring: use Observable.from() instead of Observable.just()Samuel Tardieu2014-01-111-1/+1
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-113-3/+0
* Use 1800 seconds instead of 30 minutesSamuel Tardieu2014-01-111-1/+1
* refactoring: extract some methods for easier readingSamuel Tardieu2014-01-111-46/+55
* Use RxJava for status updates rather than own observersSamuel Tardieu2014-01-081-23/+34
* Implements part of #3267, Detect and report time-skew that prevents okapi accessrsudev2013-10-141-0/+6
* refactoring: remove unused codeBananeweizen2013-10-051-4/+0
* Fixes #3318, OC Authorization activity is black on black with light skin and ...rsudev2013-10-041-1/+1
* fix #3320: OAuth signing is wrongBananeweizen2013-10-021-2/+14
* Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-151-0/+4
* Add comment about using streaming version of base64Samuel Tardieu2013-09-151-0/+2
* Merge branch 'release' into upstreamSamuel Tardieu2013-09-151-1/+1
|\
| * Use Base64 class from our HTTP librarySamuel Tardieu2013-09-151-1/+1
* | Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-151-1/+1
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-151-16/+38
|\ \ | |/
| * fix #3262: c:geo does not handle inline imagesSamuel Tardieu2013-09-151-16/+38
* | refactoring: typos, formatting, visibilityBananeweizen2013-09-151-1/+1
* | refactoring: adjust method name to purposeSamuel Tardieu2013-09-141-6/+6
* | refactoring: further qualify resource to silent lint warningSamuel Tardieu2013-09-141-1/+1
* | Use the right string for substitutionSamuel Tardieu2013-09-141-5/+5
* | refactoring: better names for methodsSamuel Tardieu2013-09-141-4/+4
* | Remove out-of-band registration for OAuthSamuel Tardieu2013-09-141-79/+19
* | refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
* | Reorganize strings for oauth authenticationsSamuel Tardieu2013-09-131-12/+40
* | Allow an OAuth process to specify a callback URISamuel Tardieu2013-09-131-35/+69
* | refactoring: use view injection in OAuth processSamuel Tardieu2013-09-132-19/+18
* | refactoring: remove useless parenthesesSamuel Tardieu2013-09-131-1/+1
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-132-5/+5
* | fix: null warnings and errorsSamuel Tardieu2013-09-121-1/+1