aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network
Commit message (Expand)AuthorAgeFilesLines
* Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-1/+1
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-3/+3
* fix compile errorsBananeweizen2014-05-201-1/+0
* Don't let the OAuth dialogs use the Dialog themeArne Schwabe2014-05-181-2/+3
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+2
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-132-18/+15
* refactoring: add conversion utility methods between File and urlSamuel Tardieu2014-04-241-2/+2
* Return an empty observable rather than null if local image is absentSamuel Tardieu2014-04-241-5/+4
* Add local file loading capabilitySamuel Tardieu2014-04-241-0/+14
* refactoring: move charset definition into TextUtilsSamuel Tardieu2014-04-101-9/+1
* Use the Android-provided API to stream-decode base64-encoded dataSamuel Tardieu2014-04-101-20/+3
* Refactoring opencaching implementationrsudev2014-04-071-27/+67
* 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