summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Merge "Pipeline refactoring" into gb-ub-photos-carlsbadnicolasroard2013-07-028-83/+121
|\
| * Pipeline refactoringnicolasroard2013-07-028-83/+121
| | | | | | | | | | | | | | Remove the temp representations and instead use a triple buffer for ImagePresets. Change-Id: I4cdcfbe4941af72b38fe42385085ff4a20eb78cc
* | Add in carlsbad: Avoid duplicated location popupsDoris Liu2013-07-023-24/+43
|/ | | | | Bug: 9505556 Change-Id: I00859d8d851ea3c75d3bda4fcf5df373f06c2ee0
* 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
* | Ensure no account duplicates.George Mount2013-07-011-2/+2
| | | | | | | | | | | | | | Bug 9502314 Add a uniqueness constraint to account name. Change-Id: I1f0607e5ce9b90054b3b98bed1557b223d7e89a7
* | 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
* Save button now behaves correctly for filter changes.ztenghui2013-06-275-39/+65
| | | | | | | | | | | | 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-277-7/+11
| | | | Change-Id: Ib4f50c56b445788cad3b973673008d8a89244867
* Fix selected frame in looks and bordersnicolasroard2013-06-277-1/+84
| | | | Change-Id: Id1839a028f3044929043d7c910df30a1fcabdda1
* ImagePreset cleanupnicolasroard2013-06-2712-157/+105
| | | | | | 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
* Merge "support non destructive edits of Curves" into gb-ub-photos-carlsbadJohn Hoford2013-06-273-19/+132
|\
| * support non destructive edits of CurvesJohn Hoford2013-06-263-19/+132
| | | | | | | | Change-Id: I597be6570a17072a4116bf6227a6a35796266bc3
* | Fix totnicolasroard2013-06-262-1/+1
|/ | | | Change-Id: I75b28ac56f9c3b295280690078f5c854fda7eb66
* Merge "Cleanup in ImagePreset" into gb-ub-photos-carlsbadnicolasroard2013-06-267-63/+99
|\
| * Cleanup in ImagePresetnicolasroard2013-06-267-63/+99
| | | | | | | | | | | | Move GeometryMetadata to the list of filters Change-Id: I0bef13ca0d9cb41e68eddd108000ff7bd426b313
* | Merge "Clean up PreviewGestures" into gb-ub-photos-carlsbadMichael Kolb2013-06-262-64/+3
|\ \ | |/ |/|
| * Clean up PreviewGesturesMichael Kolb2013-06-262-64/+3
| | | | | | | | | | | | | | - remove dead code and state - fix zoom only mode during video recording Change-Id: I2238f99b9823ba091d300046d07448c67bc2ad78
* | Merge "Fix ambiguous naming and typo" into gb-ub-photos-carlsbadztenghui2013-06-265-6/+6
|\ \
| * | Fix ambiguous naming and typoztenghui2013-06-265-6/+6
| | | | | | | | | | | | | | | bug:9468909 Change-Id: Ic52f3b6f6b5d0c874e8291ce7b3a76cb6c22f60f
* | | Merge "Add fullscreen mode." into gb-ub-photos-carlsbadAngus Kong2013-06-262-70/+168
|\ \ \ | |_|/ |/| |
| * | Add fullscreen mode.Angus Kong2013-06-262-70/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Single tap to center a picture. 2. Double tap to fullscreen 3. In fullscreen, the next picture is on the left but the previous one is under the current one. Change-Id: I728da2487ea649162be4f1858a8524331c625157
* | | Merge "Fix check of failing decoding boundaries calls" into ↵Angus Kong2013-06-262-15/+6
|\ \ \ | | | | | | | | | | | | gb-ub-photos-carlsbad
| * | | Fix check of failing decoding boundaries callsAngus Kong2013-06-262-15/+6
| |/ / | | | | | | | | | Change-Id: I7b7780de9988312f9ce79c2a27132b7f6acb1c4e
* | | Merge "Cleanup ImagePreset to remove special-casing for borders" into ↵nicolasroard2013-06-261-75/+60
|\ \ \ | |/ / |/| | | | | gb-ub-photos-carlsbad
| * | Cleanup ImagePreset to remove special-casingnicolasroard2013-06-251-75/+60
| | | | | | | | | | | | | | | | | | for borders Change-Id: I6410a7a44d72c3dfa51c1d18f5a6fcba854ba9c2
* | | Don't use post-ICS API View.setBackground().Angus Kong2013-06-251-22/+34
| | | | | | | | | | | | | | | | | | View.setBackground() is API level 16. Change-Id: I7e56939efbcaa6e152c19c37a4a54a133bed3b47
* | | Synchronize camera access in start preview thread.Angus Kong2013-06-251-8/+6
| |/ |/| | | | | Change-Id: Iba953fea3bd17ecb085d75fb3b2e350c0bf5d3b1
* | Merge "Clean up camera switcher" into gb-ub-photos-carlsbadDoris Liu2013-06-255-25/+8
|\ \
| * | Clean up camera switcherDoris Liu2013-06-245-25/+8
| | | | | | | | | | | | Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14
* | | Merge "Fix the missing filter name after deserialization." into ↵ztenghui2013-06-251-1/+2
|\ \ \ | |_|/ |/| | | | | gb-ub-photos-carlsbad
| * | Fix the missing filter name after deserialization.ztenghui2013-06-241-1/+2
| | | | | | | | | | | | | | | | | | bug:9468909 Change-Id: I63aaf0bad02c2afdddf9b162f695fc0a9165befa
* | | Merge "Add a MatrixFit class" into gb-ub-photos-carlsbadnicolasroard2013-06-241-0/+200
|\ \ \
| * | | Add a MatrixFit classnicolasroard2013-06-191-0/+200
| | | | | | | | | | | | | | | | Change-Id: I67d2eb92fe5bbdff56ff50330c7eed48e7593f75
* | | | Merge "MTP Importer: show overlay icon on video items" into ↵Bobby Georgescu2013-06-211-0/+44
|\ \ \ \ | |_|_|/ |/| | | | | | | gb-ub-photos-carlsbad
| * | | MTP Importer: show overlay icon on video itemsBobby Georgescu2013-06-211-0/+44
| | | | | | | | | | | | | | | | | | | | Bug: 4099088 Change-Id: Ia785f889aff91329e9d7c7026238b2588336963d
* | | | Merge "Remove SRI panorama" into gb-ub-photos-carlsbadDoris Liu2013-06-2150-10286/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove SRI panoramaDoris Liu2013-06-2050-10286/+0
| | | | | | | | | | | | | | | | Change-Id: Icbe154aede474fb678ae4e0b2088626a4a8b31d8
* | | | MTP Importer: improve experience when importing large filesBobby Georgescu2013-06-201-0/+21
| |_|/ |/| | | | | | | | | | | Bug: 4099088 Change-Id: Ie5d9da1be0b8891b9123eceaadfe9c2ec2d3e408
* | | Merge "Add support for importing videos in MTP importer" into ↵Bobby Georgescu2013-06-203-9/+40
|\ \ \ | | | | | | | | | | | | gb-ub-photos-carlsbad