aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/ImageUtils.java
Commit message (Expand)AuthorAgeFilesLines
* fix #4074: unavailable host prevents pictures from being shownSamuel Tardieu2014-07-241-0/+53
* fix some compiler warningsMichael Keppler2014-04-191-3/+5
* fix #3757: NPE while downsampling imageSamuel Tardieu2014-04-131-5/+7
* Explicitely use ASCII when decoding a base64 binarySamuel Tardieu2014-04-101-1/+1
* Use the Android-provided API to stream-decode base64-encoded dataSamuel Tardieu2014-04-101-0/+39
* Merge branch 'release' into upstreamSamuel Tardieu2014-04-071-2/+4
|\
| * fixes #3615 - restrict display image size to 800x800 to prevent OOMMarco Jacob2014-04-071-2/+4
* | Remove compatibility with API < 8Samuel Tardieu2014-04-011-1/+2
|/
* Do not open images from geocheck.org in external applicationSamuel Tardieu2014-03-221-0/+17
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-121-4/+27
|\
| * fixes #3531 - correct rotated protrait photoMarco Jacob2014-01-111-4/+27
* | refactoring: extract some methods for easier readingSamuel Tardieu2014-01-111-1/+1
|/
* Merge pull request #3437 from marco-dev/fixImageUtilsAnnotationsMarco Jacob2013-11-231-4/+5
|\
| * Corrected @NonNull annotationsMarco Jacob2013-11-221-4/+12
* | fix compile errors in ImageUtilsBananeweizen2013-11-161-5/+8
* | fix some FindBugs warningsMarco Jacob2013-11-151-0/+1
|/
* fixes #3230 - downsample and scale preview log image according to display sizeMarco Jacob2013-11-131-20/+51
* refactoring: add more annotationsSamuel Tardieu2013-09-141-1/+7
* Merge branch 'release' into upstreamSamuel Tardieu2013-09-141-3/+13
|\
| * fix #3277: NPE when saving a scaled imageSamuel Tardieu2013-09-141-3/+13
| * Move image scaling code to ImageUtilsMarco Jacob2013-09-051-0/+70
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
* | Move image scaling code to ImageUtilsMarco Jacob2013-09-041-0/+70
* | findbugs: avoid catching raw exception typeBananeweizen2013-08-251-1/+2
|/
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-0/+82