summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
Commit message (Collapse)AuthorAgeFilesLines
* Move calls to LightCycleHelper off the UI thread.Mangesh Ghiware2012-10-118-84/+224
| | | | | | | | | Bug: 7320303 Replace multiple methods in LightCycleHelper with a single one that returns relevant metadata. Change-Id: Iaa75b3c1ccc8a5b724b253cec654b5b5acb4878e
* Merge "Clear cached stitching preview thumbnails." into gb-ub-photos-archesGeorge Mount2012-10-111-0/+12
|\
| * Clear cached stitching preview thumbnails.George Mount2012-10-111-0/+12
| | | | | | | | | | | | Bug 7328408 Change-Id: Ifbc469dc9eef95025cd8e828a0df80e76d2ff064
* | Merge "Fix size of peripheral items when first opening filmstrip" into ↵Bobby Georgescu2012-10-111-0/+1
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Fix size of peripheral items when first opening filmstripBobby Georgescu2012-10-101-0/+1
| | | | | | | | | | | | | | | Bug: 7327570 Change-Id: I168a0297e9ac65786dbb05c02228665a67f80dff
* | | Merge "Fix application of FX to not wipe out borders etc." into ↵John Hoford2012-10-1110-31/+90
|\ \ \ | | | | | | | | | | | | gb-ub-photos-arches
| * | | Fix application of FX to not wipe out borders etc.John Hoford2012-10-1110-31/+90
| | | | | | | | | | | | | | | | | | | | bug:7289442 Change-Id: I9efdfdc1d8a8c02a718e91a089b531ff26fd582d
* | | | Fix portrait orientation on landscape devicesJohn Reck2012-10-111-1/+9
|/ / / | | | | | | | | | | | | | | | Bug: 7328349 Change-Id: I0f871ea56e6afb5ba0b54cac15c18f79db07f4f9
* | | Remove compare and reset from apply bar and fix text.Ruben Brunk2012-10-112-56/+5
| | | | | | | | | | | | | | | Bug: 7326079 Change-Id: Ifb4d42ec9f30b9c2c6d46e943ca36c915a15c024
* | | Behavior of camera filmstrip in gallery closer to cameraBobby Georgescu2012-10-111-1/+1
| | | | | | | | | | | | | | | Bug: 7329118 Change-Id: I0a5753db301cc53050251455439555aa7ae414c4
* | | Fix NPE in PhotoPage.updateMenuOperationsBobby Georgescu2012-10-101-6/+10
|/ / | | | | | | | | Bug: 7324012 Change-Id: If09d20b7ab64abe9020f7f6301356ed9a4155d5b
* | Merge "Make album set grid view reflect latest UI mocks" into ↵Bobby Georgescu2012-10-102-6/+5
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Make album set grid view reflect latest UI mocksBobby Georgescu2012-10-102-6/+5
| |/ | | | | | | | | Bug: 7300836 Change-Id: I3024b8ffbba7ee08642012c80509992335bbd5bf
* / Defer expensive UI updates in filmstripBobby Georgescu2012-10-101-7/+38
|/ | | | | | | | | | | Bug: 7322925 When using the filmstrip, delay expensive updates to the action bar and share menus, some of which may require disk accesses, until the rate of change of photos slows down, instead of doing this work for every single image that flies by. Change-Id: Ie82adb4d54c96fec837d5954a91e1d4a17f548dd
* Merge "Fix NPE due to progress bar not existing." into gb-ub-photos-archesGeorge Mount2012-10-101-6/+8
|\
| * Fix NPE due to progress bar not existing.George Mount2012-10-101-6/+8
| | | | | | | | | | | | Bug 7325685 Change-Id: I5e24b4f8a0ee4016c122e14702e3ae575f5bb56f
* | Merge "Change FilterShow theme and extra remove gray line" into ↵Bobby Georgescu2012-10-101-3/+0
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Change FilterShow theme and extra remove gray lineBobby Georgescu2012-10-101-3/+0
| | | | | | | | | | Bug: 7326326 Change-Id: Ie2286e36da77fb22907f21d084177268f919d10e
* | forced fx bitmaps to load unscaledJohn Hoford2012-10-101-1/+3
| | | | | | | | | | bug:7327105 Change-Id: I780638f6919e89ae957993732fdbe123e8d8e866
* | Merge "add White balance & disable UI elements" into gb-ub-photos-archesJohn Hoford2012-10-103-11/+38
|\ \ | |/ |/|
| * add White balance & disable UI elementsJohn Hoford2012-10-103-11/+38
| | | | | | | | | | bug:7234321 Change-Id: Ic44bfe30b5d25e7d4442c4e6d4fd9e0e8410c7af
* | Merge "Disable in-place crop for 360 panorama" into gb-ub-photos-archesMangesh Ghiware2012-10-102-2/+4
|\ \ | |/ |/|
| * Disable in-place crop for 360 panoramaMangesh Ghiware2012-10-102-2/+4
| | | | | | | | | | Bug: 7281479 Change-Id: Id89e25a883a5eab8a91604ebfeab4f178ba1066f
* | Fix missing camera thumbnail in filmstripBobby Georgescu2012-10-101-0/+1
|/ | | | | Bug: 7319894 Change-Id: Id1cf4f4bf718853aec73c0765732ac59e448c5d6
* Merge changes Ic62822a4,Ie6505c8e into gb-ub-photos-archesGeorge Mount2012-10-107-72/+120
|\ | | | | | | | | | | * changes: Change how stitched images are inserted into Gallery. Move panorama stitch progress outside the image.
| * Change how stitched images are inserted into Gallery.George Mount2012-10-106-87/+30
| | | | | | | | | | | | | | | | | | Bug 7299396 Stitching images now use normal LocalImages for their MediaItem instead of LightCycleItems. They are no longer part of a special album. Change-Id: Ic62822a44b9743829dee50bcfa6f455cd538afa7
| * Move panorama stitch progress outside the image.George Mount2012-10-102-4/+109
| | | | | | | | | | | | Bug 7302513 Change-Id: Ie6505c8ed2125b878e54a93c4b8c0f51d80a1385
* | Support REVERSE in lockOrientationJohn Reck2012-10-101-2/+8
| | | | | | | | | | | | Bug: 7314703 Change-Id: Id459e49496f562e75c1485d9d717daa28020a587
* | Fix inverted panorama previewJohn Reck2012-10-091-0/+4
| | | | | | | | | | | | | | | | Bug: 7314703 Panorama only support rotations of 0 and 90, so if it is greater than that flip the output surface texture Change-Id: I9885feb88d2d1c3e0dabaa7ecd8db66c2ddfb93b
* | small fix to red eye codeJohn Hoford2012-10-091-1/+2
|/ | | | | bug:7234321 Change-Id: I796b11fd3050bf3582749e02f7d8173bc78ea292
* Latest UInicolasroard2012-10-0914-35/+221
| | | | | | | | | bug:7233983 bug:7233980 Also fixes border scaling issues. Change-Id: Ia9365800e057f481936ffdd13a5d8c5a9dab14b5
* add filtersJohn Hoford2012-10-093-1/+107
| | | | | bug:7234321 Change-Id: I4c9695c3ad90fcb7f4d67d40faa0a7da85f99030
* Merge "Correct stale background on completely empty gallery" into ↵Bobby Georgescu2012-10-091-0/+1
|\ | | | | | | gb-ub-photos-arches
| * Correct stale background on completely empty galleryBobby Georgescu2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | Bug: 7314560 When the last album is delete by long pressing and pressing the delete icon, and the gallery is left completely empty, the slotview was not being correctly invalidated. Change-Id: I2d5ec7ac7fb9604fd74ca8fa4fa6df09d6dec49d
* | Merge "Update design for grid/filmstrip switcher" into gb-ub-photos-archesBobby Georgescu2012-10-091-13/+14
|\ \
| * | Update design for grid/filmstrip switcherBobby Georgescu2012-10-091-13/+14
| |/ | | | | | | | | Bug: 7317501 Change-Id: I8975071b2a6d8b9f03c54c4bd3a6aa157fc6dc2e
* | Merge "Fix lack of snapback on very short scroll" into gb-ub-photos-archesBobby Georgescu2012-10-091-3/+2
|\ \
| * | Fix lack of snapback on very short scrollBobby Georgescu2012-10-091-3/+2
| |/ | | | | | | | | | | | | | | | | | | | | Bug: 7318609 snapToNeighborImage returns false if it didn't actually need to move to a neighboring image, so use this information to correctly snapback if needed. Change-Id: I28bbcb5ea224957fefa3838891c4343a1d9b8aff
* | Merge "Implementing Geometry save operations." into gb-ub-photos-archesRuben Brunk2012-10-091-5/+14
|\ \
| * | Implementing Geometry save operations.Ruben Brunk2012-10-091-5/+14
| | | | | | | | | | | | | | | | | | Bug: 7224232 Bug: 7218935 Change-Id: I83e5f8a5dc29c5b6be0bb69f10eadf823122bb97
* | | Merge "Dejank camera roll scrolling in grid view." into gb-ub-photos-archesBobby Georgescu2012-10-092-5/+3
|\ \ \
| * | | Dejank camera roll scrolling in grid view.Pin Ting2012-10-092-5/+3
| |/ / | | | | | | | | | | | | Bug:7302644 Change-Id: I280be430101f57dde5a5a6f427cf48e725e39b45
* | / Fix share crash after closing photo editorBobby Georgescu2012-10-091-0/+16
| |/ |/| | | | | | | Bug: 7306707 Change-Id: If589e1d84bc05c4d68a02feed7aaed05a568359d
* | Merge "Add procedural borders" into gb-ub-photos-archesnicolasroard2012-10-094-48/+142
|\ \
| * | Add procedural bordersnicolasroard2012-10-084-48/+142
| |/ | | | | | | | | bug:7233980 Change-Id: I81008efa3d256061ec27d1ca2333debfb0ab6dd5
* | Handle stitching progress in secure album.Wu-cheng Li2012-10-093-28/+58
| | | | | | | | | | | | | | | | | | | | | | - In secure album, show stitching progress only if it is captured after the device is locked. - Make sure image capture intent does not show stitching progress. bug:7285105 Change-Id: I0b3ba60fe3c03f488bea25e2f09843dd84ab6dfb
* | Fix sharing as photo option for 360 degree panoramaMangesh Ghiware2012-10-092-25/+28
|/ | | | | | | | | Bug: 7310190 Bug: 7302023 Also, fix disappearing sharing menu item in action bar. Change-Id: Id555426cce5f25d21405c885b6f7331d238cdd07
* Merge "Start Camera album in grid mode" into gb-ub-photos-archesBobby Georgescu2012-10-081-3/+2
|\
| * Start Camera album in grid modeBobby Georgescu2012-10-081-3/+2
| | | | | | | | | | Bug: 7304603 Change-Id: I537f74cd0d34b4b095c031572f8d817dd49b6388
* | Fix crash when starting the editornicolasroard2012-10-081-2/+2
| | | | | | | | | | | | | | | | Bug: 7224232 CL 236429 readded offending lines after the merge... Change-Id: I670c60ba366d2c8ec343b26c65580e8900c67819