summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/FilterShowActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-1121/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Add quality selector to export.Ruben Brunk2013-08-021-14/+14
| | | | | | | - 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-011-0/+2
| | | | Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
* Refactoring Geometry handling.Ruben Brunk2013-08-011-19/+5
| | | | | | | | | | | | | 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-311-4/+1
| | | | | | - also fix equals() for geometry Change-Id: I6f6f21d1e274b3b95ac4b5189b2fa7f419912864
* Add user presets saving/loadingnicolasroard2013-07-301-1/+78
| | | | Change-Id: I85c5dd0df1e9264a01c8d7a6d44602e87799890c
* Merge "add Grad filter" into gb-ub-photos-carlsbadJohn Hoford2013-07-301-0/+2
|\
| * add Grad filterJohn Hoford2013-07-291-0/+2
| | | | | | | | Change-Id: I30fc0810c54f3daa31726188a4c3762df33953a7
* | Fix disappearing fragmentnicolasroard2013-07-261-0/+1
|/ | | | Change-Id: Ic478ad75a458bb36001c91f8627aab7643fa0a47
* Added support to export to a flattened photo.Ruben Brunk2013-07-251-0/+8
| | | | | | | | | | 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
* Move ImageCurves to the ImageShow packagenicolasroard2013-07-221-1/+1
| | | | Change-Id: I458d20df930b9228dcbc60c3ec27f74b152d38cf
* Remove FilteringPipelinenicolasroard2013-07-191-7/+5
| | | | | | | | | Reorganize things around the filtering service. - add HighresRenderingTask - add RenderingRequestTask - add UpdatePreviewTask Change-Id: I3da34fee8c624fb55311c3e1639857fc1bcdadad
* Add background processing servicenicolasroard2013-07-161-118/+97
| | | | | | bug:7298624 Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
* Combine ImageLoader and CropLoader utility classes.Ruben Brunk2013-07-151-10/+10
| | | | | | | | | | | 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-101-20/+31
| | | | | | | | - Moves state (history, loadlisteners, bitmaps, etc.) from ImageLoader to MasterImage. - Makes ImageLoader into a utility class. Change-Id: I7a8a988c61848694a86a4b2919bf8f30bfd2be8c
* Fix state panelnicolasroard2013-07-101-4/+4
| | | | | | | Labels were not reflecting looks changes bug:9746512 Change-Id: Ia2dd2a760f38dbd48c8a4d43e3d46ee2b875771f
* Improves portrait categories buttonsnicolasroard2013-07-021-3/+0
| | | | | | | | | - 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
* Move classes to pipeline packagenicolasroard2013-07-021-3/+3
| | | | Change-Id: I9d664537d845d9daeb352c8006d0296a3f546dca
* Speed up load timesnicolasroard2013-07-021-5/+20
| | | | | | | Compute the small res image on the fly Load the high res preview image after first load Change-Id: Icc556c2204cb4fd25766d90064a5756c877b11cc
* Fix the save button issue.ztenghui2013-07-011-1/+2
| | | | | | | | | 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
* Refactor HistoryAdapternicolasroard2013-06-271-10/+7
| | | | | | | - Remove the adapter part - Rename into HistoryManager Change-Id: I58de5661770f8796882ff4a633aec700bd8bc1a5
* Save button now behaves correctly for filter changes.ztenghui2013-06-271-4/+7
| | | | | | | | | | | | 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
* Move history classes to their own packagenicolasroard2013-06-271-0/+2
| | | | Change-Id: Ib4f50c56b445788cad3b973673008d8a89244867
* Fix selected frame in looks and bordersnicolasroard2013-06-271-0/+6
| | | | Change-Id: Id1839a028f3044929043d7c910df30a1fcabdda1
* ImagePreset cleanupnicolasroard2013-06-271-8/+9
| | | | | | Get rid of remaining ivars related to history Change-Id: Ic106ef6a96f4727c6dd46d7be3d059bdc42e5a2a
* fix icon repaint on simple loadJohn Hoford2013-06-261-0/+1
| | | | Change-Id: I841475949e67b63fd3d24a2267fda9f2e450898d
* Cleanup in ImagePresetnicolasroard2013-06-261-1/+9
| | | | | | Move GeometryMetadata to the list of filters Change-Id: I0bef13ca0d9cb41e68eddd108000ff7bd426b313
* Fix ambiguous naming and typoztenghui2013-06-261-1/+1
| | | | | bug:9468909 Change-Id: Ic52f3b6f6b5d0c874e8291ce7b3a76cb6c22f60f
* Merge "Setup the saving framework to support hiding original photo for ↵ztenghui2013-06-191-9/+20
|\ | | | | | | editor." into gb-ub-photos-carlsbad
| * Setup the saving framework to support hiding original photo for editor.ztenghui2013-06-191-9/+20
| | | | | | | | | | | | | | | | | | | | | | This new approach will try to hide the original image into an auxiliary directory. User will only see one edited image, while being able to go back to the original image in the editor. Refactor SaveCopyTask for more private funcs and more comments. bug:9468909 Change-Id: I866321d23e6db0b3dbd08fec2a6a7e3142b17b65
* | Add more metrics to EditorBobby Georgescu2013-06-171-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 9467671 Instrument - Editor opened - Number of filters used in save - Undo/redo/reset/state panel - Save completed Change-Id: I4722f36496ccd089829bd616f89d760078922573
* | fix start up crashJohn Hoford2013-06-131-0/+8
|/ | | | | | bug:8734160 Change-Id: Iaf7f6bdbd70ab04011b9af7816a6991724363e49
* Fix panel anim in ICSnicolasroard2013-06-101-1/+6
| | | | Change-Id: Ie2e5a6a36c5bec309b5848e50a90f089f9aeffa9
* Removing unused UI fields in FilterRepresentation.Ruben Brunk2013-06-051-2/+2
| | | | | | Bug: 9170644 Change-Id: Ic197123286e06d9eb64d30eb345f8cc5797659a2
* Cleaning up ImageShow.Ruben Brunk2013-05-291-12/+1
| | | | | Bug: 9170644 Change-Id: Iab44ec425462e9afe8c104c52e4a28c4145d4690
* Removed unused handling for intent extras in editor.Ruben Brunk2013-05-281-110/+32
| | | | | Bug: 9170644 Change-Id: I569b16d278d1813f5a96f9e0231ed71ff9e33687
* am a7a6a3a5: Fix issues with LocalJohn Hoford2013-05-231-0/+1
|\ | | | | | | | | * commit 'a7a6a3a5efaf62cdd5d562a9141678671952d27d': Fix issues with Local
| * Fix issues with LocalJohn Hoford2013-05-221-0/+1
| | | | | | | | | | bug:9085638 Change-Id: I8d10373b4cd65b3f1338d88f1816ccb0b3a0166d
* | am a285bc13: Merge "fix TinyPlanets Filter landscape crash" into ↵John Hoford2013-05-211-1/+5
|\| | | | | | | | | | | | | gb-ub-photos-bryce * commit 'a285bc130ff1175c60085410f317e90f6443c39b': fix TinyPlanets Filter landscape crash
| * fix TinyPlanets Filter landscape crashJohn Hoford2013-05-201-1/+5
| | | | | | | | | | bug:9038163 Change-Id: Ice1e01dfa0e9ac72e5019fac900e76bd38955e05
* | am 5a9716fe: Merge "Fix reset" into gb-ub-photos-bryceJohn Reck2013-05-161-0/+1
|\| | | | | | | | | * commit '5a9716fe6de7af4585a24dd1d749b38a4ab48195': Fix reset
| * Fix resetJohn Reck2013-05-151-0/+1
| | | | | | | | | | | | Bug: 8791729 Change-Id: Id39ef76f013a38bae3d92f45b02de7cd184edfec
* | am 00259461: Fix UInicolasroard2013-05-011-9/+30
|\| | | | | | | | | * commit '00259461be82e601b58d3e970afbf0c012c5f3e7': Fix UI
| * Fix UInicolasroard2013-05-011-9/+30
| | | | | | | | | | bug:8664728 Change-Id: I90b903e8935b2b6c0dbd6590cff36865644c49b4
* | resolved conflicts for merge of d6edcee3 to gb-ub-photos-carlsbadJohn Hoford2013-05-011-1/+2
|\| | | | | | | Change-Id: I24057e85ca5b0409e9bcb92c85577fb9a763fbe4
| * small ui changes based on UX/PM feedbackJohn Hoford2013-04-291-1/+2
| | | | | | | | | | bug:8664728 Change-Id: I4e0651c011b9a6c4742d86c898a0821187f43043
* | am 69f5d8cb: Fixes EDIT intents.Ruben Brunk2013-04-251-1/+43
|\| | | | | | | | | * commit '69f5d8cbf51422454257a00d7959b2e8d50cb0ca': Fixes EDIT intents.
| * Fixes EDIT intents.Ruben Brunk2013-04-251-1/+43
| | | | | | | | | | | | Bug: 8712238 Change-Id: I63bb07dc304b2745a29e3bf7510e8b38ccb59c48
* | resolved conflicts for merge of 6cc7a476 to gb-ub-photos-carlsbadnicolasroard2013-04-251-282/+213
|\| | | | | | | Change-Id: Ide133370403bbcc6a509aa9f064ee8da38abac25
| * UI changesnicolasroard2013-04-241-245/+209
| | | | | | | | | | | | bug:8664728 Change-Id: I133328543af534c745526d0d58aa7a61f5748a9d