summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters
Commit message (Collapse)AuthorAgeFilesLines
* 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-151-3/+4
| | | | | | | | | | | 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-104-5/+12
| | | | | | | | - Moves state (history, loadlisteners, bitmaps, etc.) from ImageLoader to MasterImage. - Makes ImageLoader into a utility class. Change-Id: I7a8a988c61848694a86a4b2919bf8f30bfd2be8c
* Move classes to pipeline packagenicolasroard2013-07-026-10/+7
| | | | Change-Id: I9d664537d845d9daeb352c8006d0296a3f546dca
* Add stop check in ImageFilterFXnicolasroard2013-07-022-4/+20
| | | | | | speed up switching / interrupting of rendering. Change-Id: I3ef4b1d16047b00a062c86d72cdfff2bfe9817a2
* Pipeline refactoringnicolasroard2013-07-021-26/+0
| | | | | | | Remove the temp representations and instead use a triple buffer for ImagePresets. Change-Id: I4cdcfbe4941af72b38fe42385085ff4a20eb78cc
* Fix the save button issue.ztenghui2013-07-011-0/+3
| | | | | | | | | 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
* Save button now behaves correctly for filter changes.ztenghui2013-06-271-1/+3
| | | | | | | | | | | | Basically, save the original filter from the file's XMP. Compare the current filter against original one to decide whether or not the file has been modified and needed to be saved. At the same time, make sure we don't save "None" filter in the ImagePreset. bug:9468909 Change-Id: I5b86ab95556b6b010367c9577b02c0bb42ffb824
* support non destructive edits of CurvesJohn Hoford2013-06-262-6/+106
| | | | Change-Id: I597be6570a17072a4116bf6227a6a35796266bc3
* Cleanup in ImagePresetnicolasroard2013-06-261-1/+1
| | | | | | Move GeometryMetadata to the list of filters Change-Id: I0bef13ca0d9cb41e68eddd108000ff7bd426b313
* Fix ambiguous naming and typoztenghui2013-06-264-5/+5
| | | | | bug:9468909 Change-Id: Ic52f3b6f6b5d0c874e8291ce7b3a76cb6c22f60f
* Fix the missing filter name after deserialization.ztenghui2013-06-241-1/+2
| | | | | | bug:9468909 Change-Id: I63aaf0bad02c2afdddf9b162f695fc0a9165befa
* Merge "Fix LUT3D information lost after re-edit" into gb-ub-photos-carlsbadztenghui2013-06-191-0/+1
|\
| * Fix LUT3D information lost after re-editztenghui2013-06-191-0/+1
| | | | | | | | | | | | bug:9427243 Change-Id: I8535c8776c866fd6c84d391a8de82df9cb214694
* | Fix IDs for analytics, unlocalize serialization IDs.Ruben Brunk2013-06-172-2/+14
|/ | | | | | Bug: 9467671 Bug: 9336168 Change-Id: Icb0037ab853598b8ad6b931808074f824ea706ed
* Fix warningsnicolasroard2013-06-101-3/+3
| | | | Change-Id: I736364e538c2cb03f58c05b9b38252e7771f23e8
* Removing unused UI fields in FilterRepresentation.Ruben Brunk2013-06-0523-82/+17
| | | | | | Bug: 9170644 Change-Id: Ic197123286e06d9eb64d30eb345f8cc5797659a2
* Merge "Add LUT3D filter state saving" into gb-ub-photos-carlsbadztenghui2013-06-032-6/+9
|\
| * Add LUT3D filter state savingztenghui2013-05-312-6/+9
| | | | | | | | Change-Id: I195fad1dcad5639c30a2eb94ce28cfd0a2464018
* | Mirroring google3 for CL 47368174.Ruben Brunk2013-05-301-0/+5
|/ | | | Change-Id: Ic29d8d6784870660e0bd83f870ec2cf0c244746d
* functionality added to transport filter parameter values to following ↵Christian Wichner2013-05-241-0/+9
| | | | | | filters. e.g. FixedFrames use the style from Retrolux or Film to tinting the frame. Change-Id: I87f2497bdaccf8de5d153cbebf9641b979ea15a3
* Revert "Reinitialize all the filters after Crop is applied."Ruben Brunk2013-05-104-25/+2
| | | | This reverts commit 1cfbaca7bef29b7d510c5e1de424e68cd8804022.
* Reinitialize all the filters after Crop is applied.Victor Doba2013-05-104-2/+25
| | | | Change-Id: I192918a3f28eac400e2e35f3b410dc8adc1a8ad4
* resolved conflicts for merge of 9a4fb2dc to gb-ub-photos-carlsbadztenghui2013-05-091-3/+8
|\ | | | | | | Change-Id: I90ffd8732cf34bb3dea7a849fc37fb1f3d82df39
| * Fix the verbose logztenghui2013-05-081-3/+8
| | | | | | | | | | | | | | | | Now use adb shell log.tag.BasicRepresentation VERBOSE to turn on the logging. bug:8771541 Change-Id: Ib9e1e44dbbd4e46798226d8ab5dc7365e8a90e27
* | am 00259461: Fix UInicolasroard2013-05-011-1/+1
|\| | | | | | | | | * commit '00259461be82e601b58d3e970afbf0c012c5f3e7': Fix UI
| * Fix UInicolasroard2013-05-011-1/+1
| | | | | | | | | | bug:8664728 Change-Id: I90b903e8935b2b6c0dbd6590cff36865644c49b4
* | Merge "G+ activity xform stack and pipeline cleanup." into gb-ub-photos-carlsbadRuben Brunk2013-05-011-0/+2
|\ \
| * | G+ activity xform stack and pipeline cleanup.Ruben Brunk2013-04-301-0/+2
| | | | | | | | | | | | Change-Id: I3277dd4e709146ca2c06b56a1db200d3130dd5e3
* | | fix crash due to no ImageFilterDrawJohn Hoford2013-05-011-1/+1
| | | | | | | | | | | | Change-Id: I0c8bfaa7d162f5c1a49f05d853f4700322fe5901
* | | resolved conflicts for merge of d6edcee3 to gb-ub-photos-carlsbadJohn Hoford2013-05-013-3/+4
|\ \ \ | |/ / |/| / | |/ Change-Id: I24057e85ca5b0409e9bcb92c85577fb9a763fbe4
| * small ui changes based on UX/PM feedbackJohn Hoford2013-04-293-4/+5
| | | | | | | | | | bug:8664728 Change-Id: I4e0651c011b9a6c4742d86c898a0821187f43043
* | Modifications for simple editnicolasroard2013-04-299-41/+59
| | | | | | | | Change-Id: Ic200a4f1e843deb119d68f627d5b8adb201f0f7f
* | resolved conflicts for merge of 6cc7a476 to gb-ub-photos-carlsbadnicolasroard2013-04-252-1/+19
|\| | | | | | | Change-Id: Ide133370403bbcc6a509aa9f064ee8da38abac25
| * UI changesnicolasroard2013-04-241-0/+18
| | | | | | | | | | | | bug:8664728 Change-Id: I133328543af534c745526d0d58aa7a61f5748a9d
* | am cc7bcd07: Merge "Fix Curves" into gb-ub-photos-bryceJohn Hoford2013-04-241-3/+30
|\| | | | | | | | | * commit 'cc7bcd0721735723c683b2f27267a52a76ff4244': Fix Curves
| * Fix CurvesJohn Hoford2013-04-241-3/+30
| | | | | | | | | | bug:8710572 Change-Id: I49a8ea124be59de6d246ae0f9fb16f04fe447af7
* | am 91d26f6c: tiny planet fixJohn Hoford2013-04-222-34/+21
|\| | | | | | | | | * commit '91d26f6c3b183862eeffc1856e2d758e800d13f4': tiny planet fix
| * tiny planet fixJohn Hoford2013-04-192-34/+21
| | | | | | | | | | bug:8323524 Change-Id: I39283face7079574dbe25e797323a84141930f9a
* | resolved conflicts for merge of a1939d22 to gb-ub-photos-carlsbadrepo sync2013-04-221-4/+35
|\| | | | | | | Change-Id: Ic6759448c932823720021e85e1232736ff2085f8
| * fixed borders issuesJohn Hoford2013-04-181-4/+35
| | | | | | | | | | bug:8315216 Change-Id: I04d62984c70e7e514b8625e6a4b5ed9395137471
| * Remove redeye filter.Ruben Brunk2013-04-171-2/+2
| | | | | | | | | | Bug: 8609003 Change-Id: I7f10e928fa775e5186146f06877dda34b3df699a
| * Make convertBitmap() protected so that Frames can use it.nicolasroard2013-04-161-1/+1
| | | | | | | | | | bug:8633011 Change-Id: Ic731a1d906a6a388a22568f396111f8ca3b4475e
* | Add extra perf loggingnicolasroard2013-04-181-0/+10
| | | | | | | | Change-Id: Iebbb4491e69d356c0c73cd314c295857a2d6e357
* | Support for save state in imagesJohn Hoford2013-04-1724-15/+185
| | | | | | | | | | | | bug:8626775 Change-Id: I2a34a6027b23dab9c1802f672bfbf399cac0c4f7
* | convertBitmap is needed by ImageFilterFixedFrame.Christian Wichner2013-04-161-1/+1
|/ | | | Change-Id: I2094c54745f94dab2283e2a466371d15d5a57b0a
* support for simplified parameters in filterJohn Hoford2013-04-151-0/+11
| | | | Change-Id: I623e6fb90e8175c7e5e2dfc146f927eecba29817
* Add a direct rendering modenicolasroard2013-04-122-0/+60
| | | | | | | | | | | This takes input and output allocations. Also added a utility method in ImageFilterRS to scale textures at screen resolution. bug:8603245 bug:8588853 Change-Id: Ic5e4dea2289f0edd7518fc07f04b523be5316e82
* Small cleanup in setting resourcesnicolasroard2013-04-101-0/+7
| | | | Change-Id: Icd275aaddcee59a578f916c57903012ce35469ad
* Merge "support icon styles" into gb-ub-photos-bryceJohn Hoford2013-04-101-1/+5
|\