summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/ImageFilterExposure.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-56/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Removing unused UI fields in FilterRepresentation.Ruben Brunk2013-06-051-1/+0
| | | | | | Bug: 9170644 Change-Id: Ic197123286e06d9eb64d30eb345f8cc5797659a2
* Support for save state in imagesJohn Hoford2013-04-171-1/+2
| | | | | | bug:8626775 Change-Id: I2a34a6027b23dab9c1802f672bfbf399cac0c4f7
* Pinch to zoom refinenicolasroard2013-02-211-0/+1
| | | | Change-Id: I538defa55a4ed898dd7c936ec813f052ac1b9e0a
* fix ranges for various filtersJohn Hoford2013-02-121-1/+5
| | | | Change-Id: I6790b06c5c4094c442ce19cb2ed7ddb6a4152f3a
* refactor quality to be intJohn Hoford2013-02-121-1/+1
| | | | Change-Id: I0470abdbe75cf48c5228e80b9dc060ae6f3d8bbd
* Cleaning filtersnicolasroard2013-02-111-10/+2
| | | | Change-Id: I413b935f90cebdab37d3db73d7fcb0fe77a64579
* Refactor filters parametersnicolasroard2013-02-051-3/+12
| | | | | | | - introduce FilterRepresentations - change filters lifecycle Change-Id: I9416fca47a334d532a347cd5577795738c870933
* Refactor filters to simplify their creation/additionnicolasroard2012-12-061-0/+12
| | | | | Bug:7688780 Change-Id: I9e1bb860dc9150bed4a255118654f2ca7f1ec3f0
* Add copyright noticesnicolasroard2012-10-231-0/+15
| | | | | bug:7387634 Change-Id: Iaac0b55c9857f609312b78a613d074d323174ea1
* Add scale factor / quality parameters in filtersnicolasroard2012-10-051-1/+2
| | | | | bug:7248352 Change-Id: I2e4ca86d681eba2e97ddc550f88d9f702ecba65d
* Fix exposure and fixed warningsJohn Hoford2012-10-011-0/+22
bug:7234321