summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-06172-27140/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Fix display bug with highresnicolasroard2013-08-022-1/+25
| | | | Change-Id: I8961beca6bf80efdf3cf1c3b6cae691dd0f473ed
* Add quality selector to export.Ruben Brunk2013-08-025-26/+132
| | | | | | | - Adds the option to change the quality of the jpeg compression when flattening an exported bitmap. Change-Id: I252913fc15ff32a0fcff683edb5b33e17b5daac4
* add Per Channel SaturationJohn Hoford2013-08-019-3/+773
| | | | Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
* Refactoring Geometry handling.Ruben Brunk2013-08-0138-2759/+1421
| | | | | | | | | | | | | Bug: 9170644 Bug: 9366654 Bug: 9366263 - Consolidates all the geometry transforms in GeometryMathUtils and significantly reduces complexity. - Removes GeometryMetadata object and dependent code. - Removes ImageGeometry and geometry update callbacks. Change-Id: I59add51907459593244c9ebaadef585efc7486d5
* Fix problem with N-1 caching when no filters / one filternicolasroard2013-07-317-10/+93
| | | | | | - also fix equals() for geometry Change-Id: I6f6f21d1e274b3b95ac4b5189b2fa7f419912864
* Implements N-1 Cachingnicolasroard2013-07-314-1/+209
| | | | Change-Id: Ief1a04dbe4f6ced15f937177a556733cfcdb5879
* Merge "Do antialiasing on wallpaper preview." into gb-ub-photos-carlsbadRuben Brunk2013-07-311-0/+2
|\
| * Do antialiasing on wallpaper preview.Ruben Brunk2013-07-301-0/+2
| | | | | | | | | | Bug: 9052851 Change-Id: I890fae2d4bb9907c7204cc6fa34c42c7fe7c7309
* | Merge "clean up some bugs and update the icons" into gb-ub-photos-carlsbadJohn Hoford2013-07-304-66/+26
|\ \ | |/ |/|
| * clean up some bugs and update the iconsJohn Hoford2013-07-304-66/+26
| | | | | | | | Change-Id: I6952bae8cfea2ec64064f3126eece93687c02eae
* | Add user presets saving/loadingnicolasroard2013-07-3012-20/+658
|/ | | | Change-Id: I85c5dd0df1e9264a01c8d7a6d44602e87799890c
* Merge "add Grad filter" into gb-ub-photos-carlsbadJohn Hoford2013-07-309-0/+1683
|\
| * add Grad filterJohn Hoford2013-07-299-0/+1683
| | | | | | | | Change-Id: I30fc0810c54f3daa31726188a4c3762df33953a7
* | Fix disappearing fragmentnicolasroard2013-07-261-0/+1
|/ | | | Change-Id: Ic478ad75a458bb36001c91f8627aab7643fa0a47
* Fix geometry serializationnicolasroard2013-07-261-15/+0
| | | | Change-Id: I3040cfdb08f6cc6dbd4fd1eb5444b3395a68c7da
* Added support to export to a flattened photo.Ruben Brunk2013-07-254-19/+35
| | | | | | | | | | Bug: 10008212 - Adds a menu item to allow a photo with edits to be flattened into a separate photo. - Fixes bug where crop intents fail to save cropped images. Change-Id: I1dcf1bb9ba22e72378f24e7971a74f81b8db7564
* Fix geometry transformnicolasroard2013-07-231-6/+1
| | | | Change-Id: I0c3af6f4122d045f5a8656bc709127aa7ae2ecab
* Merge "Move ImageCurves to the ImageShow package" into gb-ub-photos-carlsbadnicolasroard2013-07-227-10/+8
|\
| * Move ImageCurves to the ImageShow packagenicolasroard2013-07-227-10/+8
| | | | | | | | Change-Id: I458d20df930b9228dcbc60c3ec27f74b152d38cf
* | Fix saving issues with online image.ztenghui2013-07-221-11/+22
|/ | | | | | bug:9468909 Change-Id: I10762dba307999d87fac08b3a2ce7e104264a813
* Merge "Remove FilteringPipeline" into gb-ub-photos-carlsbadnicolasroard2013-07-1911-264/+356
|\
| * Remove FilteringPipelinenicolasroard2013-07-1911-264/+356
| | | | | | | | | | | | | | | | | | Reorganize things around the filtering service. - add HighresRenderingTask - add RenderingRequestTask - add UpdatePreviewTask Change-Id: I3da34fee8c624fb55311c3e1639857fc1bcdadad
* | Merge "Update Uri instead of removing" into gb-ub-photos-carlsbadztenghui2013-07-191-51/+31
|\ \
| * | Update Uri instead of removingztenghui2013-07-191-51/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | In this way, the processing service can have a better presentation. The cache key now include the file Uri and local abs path if exists. bug:9468909 Change-Id: I0919c09ad26bea2e798c99ad376996547f8f2bf8
* | | Refactoring GeometryMetadata.Ruben Brunk2013-07-1712-280/+755
|/ / | | | | | | | | | | | | | | | | | | Bug: 9170644 - First part of multi-step refactor, splits GeometryMetadata functionality into 4 FilterRepresentation subclasses as requested. Change-Id: I212193db8c154f64c550adb9735c0502bcaa7468
* / remove cloneJohn Hoford2013-07-1716-95/+143
|/ | | | Change-Id: Ia9f4c1778e06416018eeb07be657bcdd0af1496b
* Add background processing servicenicolasroard2013-07-1614-205/+781
| | | | | | bug:7298624 Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
* Add equality check into FilterCurveRepztenghui2013-07-154-2/+64
| | | | | | | Consequently add equality check support in Spline and ControlPoint. bug:9468909 Change-Id: I8078b994beac4056ca92e76da0e15d618389e56e
* FilterDirectRepresentation always should be considered as has modification.ztenghui2013-07-151-4/+0
| | | | | | | Therefore isNil should be false. bug:9468909 Change-Id: I9946d060e7a1c73b6dc27c73d8f3b7986343de98
* Combine ImageLoader and CropLoader utility classes.Ruben Brunk2013-07-158-518/+291
| | | | | | | | | | | Bug: 9356969 Bug: 9170644 - Refactor to eliminate code duplication in image loading classes. - Fix bugs caused by the inability to determine MIME types for images that aren't in Gallery's content provider (causes b/9356969). Change-Id: I30c2ba5c0cd37aac624681a2cec9abddaa78f9c2
* Refactoring ImageLoader.Ruben Brunk2013-07-1020-269/+203
| | | | | | | | - Moves state (history, loadlisteners, bitmaps, etc.) from ImageLoader to MasterImage. - Makes ImageLoader into a utility class. Change-Id: I7a8a988c61848694a86a4b2919bf8f30bfd2be8c
* Fix selection in categoriesnicolasroard2013-07-102-1/+3
| | | | Change-Id: Ica9ff5ba4a6d195f8b1ea1a686e9bbc6772d655f
* Fix state panelnicolasroard2013-07-103-10/+8
| | | | | | | Labels were not reflecting looks changes bug:9746512 Change-Id: Ia2dd2a760f38dbd48c8a4d43e3d46ee2b875771f
* Remove FilterIconButtonnicolasroard2013-07-033-373/+0
| | | | Change-Id: Ie1d7c4e8d3f397323f702eba2809f2589b8071f0
* Merge "Improves portrait categories buttons" into gb-ub-photos-carlsbadnicolasroard2013-07-035-56/+63
|\
| * Improves portrait categories buttonsnicolasroard2013-07-025-56/+63
| | | | | | | | | | | | | | | | | | - use only CategoryView, no FilterIconButton - add xml values for the font size/margins - for now reuse the same Action bitmap - add accessibility contentDescription Change-Id: Ic1ae8015abba27bea0b3c4a2bccbd1a7c9ff4731
* | Try to restore the original file instead of copying when appropiate.ztenghui2013-07-021-10/+33
|/ | | | | | bug:9468909 Change-Id: I09ac244459389b0fdf6f64a79987c176ba8756d8
* Move classes to pipeline packagenicolasroard2013-07-0232-72/+44
| | | | Change-Id: I9d664537d845d9daeb352c8006d0296a3f546dca
* Fix crash in geometrynicolasroard2013-07-021-1/+1
| | | | Change-Id: I4c9292b539643f2e2738d788dcb58f0a129254f9
* Speed up load timesnicolasroard2013-07-024-23/+46
| | | | | | | Compute the small res image on the fly Load the high res preview image after first load Change-Id: Icc556c2204cb4fd25766d90064a5756c877b11cc
* Add stop check in ImageFilterFXnicolasroard2013-07-022-4/+20
| | | | | | speed up switching / interrupting of rendering. Change-Id: I3ef4b1d16047b00a062c86d72cdfff2bfe9817a2
* Pipeline refactoringnicolasroard2013-07-028-83/+121
| | | | | | | Remove the temp representations and instead use a triple buffer for ImagePresets. Change-Id: I4cdcfbe4941af72b38fe42385085ff4a20eb78cc
* Pipeline refactoringnicolasroard2013-07-016-44/+108
| | | | | | Add SharedBuffer and Buffer class Change-Id: I823a9520541e3be5321a3deb5e58a358588b6cf3
* Merge "Fix the save button issue." into gb-ub-photos-carlsbadztenghui2013-07-015-7/+42
|\
| * Fix the save button issue.ztenghui2013-07-015-7/+42
| | | | | | | | | | | | | | | | | | When dealing with non Fx filters, the hasModification() really need to go deep to figure out whether things has changed. bug:9468909 Change-Id: I89495f147f7af7c35490def84805aae98e3f917f
* | Merge "Add a switch to turn on/off the aux directory saving" into ↵ztenghui2013-06-281-7/+17
|\| | | | | | | gb-ub-photos-carlsbad
| * Add a switch to turn on/off the aux directory savingztenghui2013-06-281-7/+17
| | | | | | | | | | | | bug:9468909 Change-Id: Iaecda20a74a02556d883f0e97250e9ec4d856677
* | small bug in reading presetsJohn Hoford2013-06-271-16/+2
|/ | | | Change-Id: I791a8407d72b92f5e46a33c254d44747308b2ba5
* Refactor HistoryAdapternicolasroard2013-06-275-104/+51
| | | | | | | - Remove the adapter part - Rename into HistoryManager Change-Id: I58de5661770f8796882ff4a633aec700bd8bc1a5