summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/cache/ImageLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Gallery3d : Fix CROP_ACTION for third party appsDanesh M2015-09-141-1/+1
* Fixed NullPointerException when EXIF data is invalidUday Kiran jandhyala2014-11-041-0/+4
* fix crop not supporting non-normal orientationJohn Hoford2013-10-221-26/+42
* Add missing flag for bounds decodenicolasroard2013-10-081-0/+1
* Fix full-res geometrynicolasroard2013-09-121-19/+11
* Handle IllegalStateException when cursor contents are emptyAmith Yamasani2013-09-111-0/+2
* Improves memory managementnicolasroard2013-09-081-2/+4
* fix gif issueJohn Hoford2013-08-201-0/+3
* Improves bitmap reuse / memory usagenicolasroard2013-08-151-8/+41
* Fix crash when we can't load the exifnicolasroard2013-08-101-0/+3
* Add version categorynicolasroard2013-08-081-2/+31
* Add background processing servicenicolasroard2013-07-161-6/+16
* Combine ImageLoader and CropLoader utility classes.Ruben Brunk2013-07-151-154/+209
* Refactoring ImageLoader.Ruben Brunk2013-07-101-168/+39
* Move classes to pipeline packagenicolasroard2013-07-021-1/+1
* Speed up load timesnicolasroard2013-07-021-17/+19
* Refactor HistoryAdapternicolasroard2013-06-271-6/+6
* Move history classes to their own packagenicolasroard2013-06-271-1/+1
* Setup the saving framework to support hiding original photo for editor.ztenghui2013-06-191-1/+3
* Removed unused ZoomCache class.Ruben Brunk2013-05-281-2/+0
* Removed unused handling for intent extras in editor.Ruben Brunk2013-05-281-120/+0
* Implements progressive renderingnicolasroard2013-03-291-3/+28
* Moves ownership of the environment to the pipelinenicolasroard2013-03-261-41/+16
* Refactoring iconbutton.Ruben Brunk2013-03-151-0/+5
* Exif parser modifications.Ruben Brunk2013-03-131-31/+19
* Revert "Clear Gallery's bitmap pool on photo editor start. Minor refactoring."Ruben Brunk2013-03-111-7/+4
* Clear Gallery's bitmap pool on photo editor start. Minor refactoring.Ruben Brunk2013-03-111-4/+7
* Memory usage improvements, speed improvementnicolasroard2013-03-081-0/+2
* fix importsJohn Hoford2013-03-011-9/+1
* crop fixJohn Hoford2013-02-271-9/+0
* Fix scale and full res previewnicolasroard2013-02-271-1/+2
* refactor the geometry codeJohn Hoford2013-02-271-0/+12
* Fix crash on applying bordersnicolasroard2013-02-251-2/+3
* Merge "Stopgap fixes for more of the photo editor's memory issues." into gb-u...Ruben Brunk2013-02-221-5/+5
|\
| * Stopgap fixes for more of the photo editor's memory issues.Ruben Brunk2013-02-221-5/+5
* | Merge "Revert "Stopgap fixes for more of the photo editor's memory issues."" ...Ruben Brunk2013-02-221-5/+5
|\ \
| * | Revert "Stopgap fixes for more of the photo editor's memory issues."Ruben Brunk2013-02-221-5/+5
* | | Merge "Stopgap fixes for more of the photo editor's memory issues." into gb-u...Ruben Brunk2013-02-221-5/+5
|\| |
| * | Stopgap fixes for more of the photo editor's memory issues.Ruben Brunk2013-02-221-5/+5
| |/
* / Don't apply the filters twice in partial rendering...nicolasroard2013-02-221-0/+4
|/
* Pinch to zoom refinenicolasroard2013-02-211-4/+17
* Temporary handling when running out of heap in filtershow.Ruben Brunk2013-02-211-16/+109
* Fixed crop display for setting contacts/wallpapers.Ruben Brunk2013-02-141-0/+1
* Add null check on the source URInicolasroard2013-02-121-1/+1
* Limit preview sizenicolasroard2013-02-121-1/+1
* refactor quality to be intJohn Hoford2013-02-121-2/+2
* fix draw and curves to use FilterRepresentationJohn Hoford2013-02-071-0/+4
* Refactor to use direct manipulations of FilterRepresentations.nicolasroard2013-02-061-4/+0
* Fix scaling + quality parametersnicolasroard2013-01-291-1/+4
* Better caching for RS filtersnicolasroard2013-01-221-58/+3