summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move LightCycle to render directly to GLRootView.George Mount2012-12-174-7/+74
| | | | Change-Id: I298ef7127d86ca37067ffa953640aad1747961f9
* Added sobel filter for edge function.Ruben Brunk2012-12-122-1/+43
| | | | Change-Id: I4d59a96585f4902cd01d26ff68c777b542041132
* Added photonegative filter.Ruben Brunk2012-12-125-2/+61
| | | | Change-Id: I73594573b26873cb3fda49aca6d40761dec3707f
* Merge "remove actionbar sherlock" into gb-ub-photos-bryceJohn Reck2012-12-1296-30584/+67
|\
| * remove actionbar sherlockJohn Reck2012-12-1296-30584/+67
| | | | | | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* | Merge "Remove LongSpareArray + some cleanups" into gb-ub-photos-bryceYour Name2012-12-117-438/+58
|\ \ | |/ |/|
| * Remove LongSpareArray + some cleanupsYour Name2012-12-117-438/+58
| | | | | | | | Change-Id: If5bb44ebca70bd735e426aeb3d9aac2d4bac646e
* | Merge "GL packaging refactor" into gb-ub-photos-bryceJohn Reck2012-12-1166-77/+180
|\ \
| * | GL packaging refactorJohn Reck2012-12-1166-77/+180
| |/ | | | | | | Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
* / Cleanup filters creation in presetsnicolasroard2012-12-113-52/+23
|/ | | | | | bug:7688780 Change-Id: If330d02e3c0f43cffbce5327b26f0af44d2416c8
* am 695e1aa0: Force a layout pass if the display rotation changesJohn Reck2012-12-101-1/+5
|\ | | | | | | | | * commit '695e1aa059cbc2cb2988f6beb0fee8ff7952b229': Force a layout pass if the display rotation changes
| * Force a layout pass if the display rotation changesJohn Reck2012-12-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7687209 DisplayRotation is used to map camera orientation to the display and is updated in layoutContentPane(). However, in the case of a 180 rotate framework doesn't send an onConfigurationChanged nor does the layout dimensions change, thus layoutContentPane doesn't fire and we don't update mDisplayRotation, resulting in an upside-down preview. To handle this, check each draw whether or not the display rotation has changed and if it has force a layout pass. Change-Id: I610ea235d1bf7de2743f4cdb8e42ba1ddcb41404
* | More refactoring...nicolasroard2012-12-077-93/+77
| | | | | | | | | | | | | | Simplify management of filters in PanelController bug:7688780 Change-Id: I0d07711cb2be127f064d476c6e98f4363b69b06c
* | Merge "More refactoring. Makes it easy to specify how the button should look ↵nicolasroard2012-12-075-91/+48
|\ \ | | | | | | | | | like (overlay img or not)." into gb-ub-photos-bryce
| * | More refactoring. Makes it easy to specifynicolasroard2012-12-075-91/+48
| | | | | | | | | | | | | | | | | | | | | how the button should look like (overlay img or not). bug:7688780 Change-Id: If883c6886ade409dac7d72c87a514bd3fcd3ad7f
* | | Decode screenshots when they show 0x0 dimensionsDoris Liu2012-12-072-1/+57
|/ / | | | | | | | | Bug: 7470758 Change-Id: If4012899e120ad68cdc8ca12bf6f8de8c5c96019
* | Refactor filters to simplify their creation/additionnicolasroard2012-12-0614-32/+155
| | | | | | | | | | Bug:7688780 Change-Id: I9e1bb860dc9150bed4a255118654f2ca7f1ec3f0
* | Fixed Autocolor not getting saved.Ruben Brunk2012-12-061-0/+5
| | | | | | | | | | Bug: 7541348 Change-Id: Ie62aa8abec78441ae0e42cb4069ddbd7d2f3e199
* | Removed old crop.Ruben Brunk2012-12-0612-1862/+29
| | | | | | | | | | Bug: 7441237 Change-Id: I29801f798a1d1ad3af81a82950edbb8a72ccae82
* | Added support for Crop extras. Wallpaper & Widget use editor crop.Ruben Brunk2012-12-0612-68/+597
| | | | | | | | | | | | Bug: 7561976 Bug: 7441237 Change-Id: I0d6644171177650568ed911fc63c0c7e104f8d8c
* | Implements Redeye fixnicolasroard2012-12-057-19/+344
| | | | | | | | | | bug:7223838 Change-Id: I21d8d2c8f858fca2e86d18b927cbf6878eb64263
* | Merge "Add GLES20 canvas implementation." into gb-ub-photos-bryceGeorge Mount2012-12-0512-69/+1218
|\ \
| * | Add GLES20 canvas implementation.George Mount2012-12-0512-69/+1218
| | | | | | | | | | | | Change-Id: I5680909f31dc097599d0e063aa1f6daba834d3e2
* | | am db99a10b: Fix NPE in PhotoPageBobby Georgescu2012-12-051-1/+3
|\ \ \ | | |/ | |/| | | | | | | * commit 'db99a10b6ac9296d612db8ba51e37f141fee4170': Fix NPE in PhotoPage
| * | Fix NPE in PhotoPageBobby Georgescu2012-12-041-1/+3
| | | | | | | | | | | | | | | Bug: 7673141 Change-Id: I264f28d127f47e5f4f8c6a7c2df1c021401d03f2
* | | am 870e62ac: Handle the case where the orientation column is not here...nicolasroard2012-12-041-0/+2
|\| | | | | | | | | | | | | | * commit '870e62ac801064f83bffc9095cbaee5fe46bdd80': Handle the case where the orientation column is not here...
| * | Handle the case where the orientation column is not here...nicolasroard2012-12-041-0/+2
| | | | | | | | | | | | | | | bug:7537610 Change-Id: I4f64891a789358c20206aea3033fd17514199d62
* | | am 7a537732: Merge "Prevent Camera UI in Gallery" into gb-ub-photos-archesMichael Kolb2012-12-041-1/+3
|\| | | | | | | | | | | | | | * commit '7a5377322dcebdaad98df9a31cadc7ff0f464d8a': Prevent Camera UI in Gallery
| * | Prevent Camera UI in GalleryMichael Kolb2012-12-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7668856 At startup, the PhotoView wouldn't execute the onFullScreenChanged callback, so the Camera UI believed it was in Camera. Change-Id: I6794c2a5a4eb06d39161a681b7a0afc27d5e4b3f
* | | Merge "Fix call to Toast outside UI thread." into gb-ub-photos-bryceRuben Brunk2012-12-032-71/+93
|\ \ \
| * | | Fix call to Toast outside UI thread.Ruben Brunk2012-12-032-71/+93
| | |/ | |/| | | | | | | | | | Bug: 7412281 Change-Id: I976ccd28f696a65a1159b6a092b8aa2f2a2d0e08
* / | Move MenuExecutor operations into ServiceBobby Georgescu2012-12-036-8/+110
|/ / | | | | | | | | Bug: 6680729 Change-Id: I538bb0a8783f7c1ff467ba8d8eb0deefdc0b6ea2
* | Merge "Separate GL calls into GLCanvas in preparation for adding GLES2." ↵George Mount2012-11-3013-238/+459
|\ \ | | | | | | | | | into gb-ub-photos-bryce
| * | Separate GL calls into GLCanvas in preparation for adding GLES2.George Mount2012-11-2013-238/+459
| | | | | | | | | | | | Change-Id: I2756c14294a36af7905766ee650fa08fb95e9477
* | | Improve fling to delete gesture handlingBobby Georgescu2012-11-302-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7419862 Bug: 7301456 Allows flings to start anywhere within the width bounds of the image, even if outside the height bounds, making deletion of panoramas more feasible, and gestures are filtered by length to be able to make flinging easier while still avoiding accidental input. Change-Id: Iac933bfee85865a718ed47eadfed76683eb771d2
* | | Refactoring crop, made unconstrained.Ruben Brunk2012-11-298-630/+915
| | | | | | | | | | | | | | | | | | Bug 7401363 Change-Id: I3ef10c43fd2a01216d6d6c8cc77b31ddef3fdd9b
* | | am 599393ec: (re-)add vertical/horizontal lines when moving Curves Align ↵nicolasroard2012-11-292-7/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | histogram with Curves grid. * commit '599393ecad6803161d5e901ef625e34cfe088009': (re-)add vertical/horizontal lines when moving Curves Align histogram with Curves grid.
| * | (re-)add vertical/horizontal lines when moving Curvesnicolasroard2012-11-292-7/+12
| | | | | | | | | | | | | | | | | | | | | Align histogram with Curves grid. bug:7361722 Change-Id: I327f3fb0ba844cc09f8b899e59f74d368478d30a
* | | am 65025459: Merge "Added dashed diagonal for crop." into gb-ub-photos-archesNicolas Roard2012-11-293-7/+62
|\| | | | | | | | | | | | | | * commit '6502545991948769bc9ca725dafb9899c2635a01': Added dashed diagonal for crop.
| * | Merge "Added dashed diagonal for crop." into gb-ub-photos-archesNicolas Roard2012-11-293-7/+62
| |\ \
| | * | Added dashed diagonal for crop.Ruben Brunk2012-11-283-7/+62
| | | | | | | | | | | | | | | | | | | | Bug: 7634466 Change-Id: I14c778766d4b00495b2f5f6fa5f87f4877f76381
* | | | am 0a624bb8: Fix potential crash (regression introduced with fix for 7406402)nicolasroard2012-11-282-0/+6
|\| | | | | | | | | | | | | | | | | | | * commit '0a624bb8db70f1e71ca511756b886c68f32fedbe': Fix potential crash (regression introduced with fix for 7406402)
| * | | Fix potential crashnicolasroard2012-11-282-0/+6
| |/ / | | | | | | | | | | | | | | | | | | (regression introduced with fix for 7406402) bug:7406402 Change-Id: I7ba92b4cb4fe2976583eba54a5bd25a29eae9d5c
* | | am 6d867ce0: Set crop ratio to unconstrained by default.nicolasroard2012-11-282-3/+2
|\| | | | | | | | | | | | | | * commit '6d867ce03ea96495d531d7e3f35a21b5aab257ef': Set crop ratio to unconstrained by default.
| * | Set crop ratio to unconstrained by default.nicolasroard2012-11-282-3/+2
| | | | | | | | | | | | | | | bug:7634466 Change-Id: I4b0e82ca77ab19527293334cc96e7b80f2d75535
* | | am 6e9123a6: Merge "Fix flashing in geometry panel" into gb-ub-photos-archesnicolasroard2012-11-282-2/+5
|\| | | | | | | | | | | | | | * commit '6e9123a658d4ed0dcb80dd376c676f043e2f4baa': Fix flashing in geometry panel
| * | Merge "Fix flashing in geometry panel" into gb-ub-photos-archesnicolasroard2012-11-282-2/+5
| |\ \
| | * | Fix flashing in geometry panelnicolasroard2012-11-282-2/+5
| | | | | | | | | | | | | | | | | | | | bug:7406402 Change-Id: If2c6156349b90dfc57c56284ad6d821731e48e1a
* | | | am 3507b925: Merge "Add new borders assets" into gb-ub-photos-archesnicolasroard2012-11-281-1/+11
|\| | | | | | | | | | | | | | | | | | | * commit '3507b925ce1edb2563c076d2d9f01bfadf9f61e5': Add new borders assets
| * | | Merge "Add new borders assets" into gb-ub-photos-archesnicolasroard2012-11-281-1/+11
| |\ \ \