aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/ImagesList.java
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to send local images to external viewerSamuel Tardieu2014-04-241-1/+1
* Stop all images tab downloads in onDestroy()Samuel Tardieu2014-04-211-3/+2
* cleanup: remove unused importMichael Keppler2014-04-201-1/+1
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-2/+3
* fix #3736: wrong image when opening a spoiler with PhotosSamuel Tardieu2014-04-061-13/+24
* Do not use AndroidObservableSamuel Tardieu2014-04-051-8/+7
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-221-1/+1
* fix #3661: add ability to open image from cache descriptionSamuel Tardieu2014-03-151-2/+1
* refactoring: makes unsubscribing from image loading easierSamuel Tardieu2014-02-201-6/+26
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
* Proper use of schedulers with RxJava downloadingSamuel Tardieu2014-02-171-11/+5
* Intercept InterruptedException in chained observablesSamuel Tardieu2014-02-171-5/+11
* When we have a cached image, return it before checking its validitySamuel Tardieu2014-01-201-7/+8
* fix #3540: corrupted images on image tabSamuel Tardieu2014-01-191-4/+3
* fix deprecationsBananeweizen2014-01-191-1/+1
* When storing a cache, download images concurrentlySamuel Tardieu2014-01-121-29/+3
* refactoring: remove unused codeBananeweizen2014-01-111-2/+2
* fix #3536: exhaustion of simultaneous AsyncTask thread poolSamuel Tardieu2014-01-111-46/+66
* refactoring: findbugs cleanupsBananeweizen2013-10-021-0/+1
* Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-151-1/+1
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
* Correct log messages to account for refactoringcampbeb2013-06-051-1/+1
* refactoring: use menu inflationBananeweizen2013-05-261-7/+3
* #1348: use buffered ioBananeweizen2013-05-111-4/+5
* Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-071-27/+6
* refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
* Do not depend on mapsforge in non-maps related classesSamuel Tardieu2013-01-101-1/+1
* Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-071-7/+7
* Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
* refactoring: remove unused codeBananeweizen2012-12-011-4/+0
* fix #559: images view inside cache detailsBananeweizen2012-10-271-0/+234