aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/network/HtmlImage.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the Android-provided API to stream-decode base64-encoded dataSamuel Tardieu2014-04-101-20/+3
* Do not use AndroidObservableSamuel Tardieu2014-04-051-5/+5
* Do not open images from geocheck.org in external applicationSamuel Tardieu2014-03-221-9/+1
* Better handling of unsubscriptionsSamuel Tardieu2014-03-221-7/+6
* Fixes #3608, TB details emptyrsudev2014-02-221-4/+7
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-2/+2
* 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-161-20/+12
* remove some nullness warnings in EclipseBananeweizen2014-01-271-6/+6
* 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-191-1/+1
* remove eclipse warnings about potential null pointerBananeweizen2014-01-181-12/+13
* When storing a cache, download images concurrentlySamuel Tardieu2014-01-121-0/+64
* refactoring: extract some methods for easier readingSamuel Tardieu2014-01-111-46/+55
* 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: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|/
* refactoring: fix findbugs issuesBananeweizen2013-08-181-3/+8
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-2/+2
* fix #2861: blacklist another counterBananeweizen2013-06-091-1/+2
* Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-191-1/+2
|\
| * refactoring: share the name of the shared image directorySamuel Tardieu2013-05-191-1/+2
* | #1348: use buffered ioBananeweizen2013-05-111-11/+6
* | #2537 reduce memory usage of downloaded imagesBananeweizen2013-04-261-0/+1
* | #2613: log error if image cannot be decodedBananeweizen2013-03-301-1/+5
|/
* refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
* Add counter to blacklistcampbeb2013-01-041-1/+2
* #2083: target level 17 changesBananeweizen2012-11-191-6/+5
* block another counterBananeweizen2012-10-081-1/+2
* Merge branch 'release' into upstreamSamuel Tardieu2012-06-171-1/+18
|\
| * Fix #1790: use correct freshness information for picturesSamuel Tardieu2012-06-171-1/+18
* | Add some more counters to the blacklistSammysHP2012-06-031-1/+5
|/
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-1/+1
* Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-161-27/+3
* Removed deprecated warningsblafoo2012-05-101-2/+2
* Fix #1395: use "shared" pseudo-geocode for smileys imageSamuel Tardieu2012-05-091-10/+14
* refactoring: remove some activity contexts from non activity codeBananeweizen2012-05-031-6/+8
* Refactoring: remove final modifier on some methodsSamuel Tardieu2012-04-221-1/+1
* Add FIXME: message and ask for clarificationSamuel Tardieu2012-04-201-18/+17