summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change how stitched images are inserted into Gallery.George Mount2012-10-108-112/+35
| | | | | | | | | 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
* 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
* | Added the rest of the Geometryfilter stubs.Ruben Brunk2012-10-084-19/+140
| | | | | | | | | | | | Bug: 7224232 Bug: 7218935 Change-Id: I9ebbc4a98b5696e1514995e465aa4e145fdfa4f8
* | Merge "Fix crash introduced with the GeometryMetadata" into gb-ub-photos-archesnicolasroard2012-10-086-43/+67
|\ \
| * | Fix crash introduced with the GeometryMetadatanicolasroard2012-10-086-43/+67
| |/ | | | | | | | | | | | | | | | | | | | | bug:7224232 bug:7279964 bug:7298708 - Also remove the slide gesture (only use the slider widget) - use scaleFactor to apply sharpen proportionally Change-Id: Icce786cb53f2d3d6feada76c63108a563aaab7a3
* / Fix details dialog not being dismissedDoris Liu2012-10-081-0/+2
|/ | | | | Bug: 7300997 Change-Id: I0d0dad50a9777f8ea49889a4517b8704a03021c5
* Use framework orientationJohn Reck2012-10-082-25/+0
| | | | | | Bug: 7292373 Change-Id: I66e0c3a3b43a5d544ecc3fc9a4a04fa5521d36b2
* Merge "add redeye and improve shadow removal" into gb-ub-photos-archesJohn Hoford2012-10-084-36/+57
|\
| * add redeye and improve shadow removalJohn Hoford2012-10-084-36/+57
| | | | | | | | | | bug:7234321 Change-Id: I12c2eb28555d7594fddf86dfa224219b70137681
* | Correct undo behaviorBobby Georgescu2012-10-082-9/+4
|/ | | | | Bug: 7307293 Change-Id: I72f814acd3625024f1e2aeccec4abfd28ad3319b
* Added stub for applying geometry flip.Ruben Brunk2012-10-083-8/+54
| | | | | | Bug: 7224232 Bug: 7218935 Change-Id: Iaeea6a94f4fea44a8046f09a0fce72fe32ed7cc0
* Adding Crop, Rotate, Flip.Ruben Brunk2012-10-0811-217/+1686
| | | | | | | | | Bug: 7224232 Bug: 7218935 Adding geometry manipulation UI features. Change-Id: If924313c18121e6d192a1934e76691bd578d8eb0
* Share only 360-degree panoramas with new MIME typeMangesh Ghiware2012-10-089-14/+56
| | | | | | | | | | Bug: 7302972 Instead of using the UsePanoramaViewer attribute in XMP metadata, ensure that the panorama is full 360 degree by checking if the cropped width is same as the full panorama width. Change-Id: I66d864df96052f96db5fa19fb02b3abe214b4dec
* Launch correct photo when tapping grid item in Camera rollBobby Georgescu2012-10-071-2/+2
| | | | | Bug: 7303049 Change-Id: Ie3dd2b010d60669cd000a2ed9b52e0611b0977bd
* Merge "Fix ANR in creating the fallback animation." into gb-ub-photos-archesOwen Lin2012-10-071-3/+4
|\
| * Fix ANR in creating the fallback animation.Owen Lin2012-10-051-3/+4
| | | | | | | | | | bug: 6620501 Change-Id: Ibb798cce5dd49bb5083de6f29225bae512d589f8
* | No Camera recenter on resume after editing or viewing itemsBobby Georgescu2012-10-071-2/+8
| | | | | | | | | | Bug: 7302361 Change-Id: I7420f89a766dc86d873166789b1875539541825c
* | Merge "Show progress indicator dialog when saving edited image" into ↵Bobby Georgescu2012-10-071-7/+28
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Show progress indicator dialog when saving edited imageBobby Georgescu2012-10-071-7/+28
| | | | | | | | | | | | | | | Bug: 7301277 Change-Id: Ied4f9abeeaa950a0c78c0a652b3be4634dd96ce3
* | | Merge "Show stitched panorama in secure album." into gb-ub-photos-archesGeorge Mount2012-10-072-4/+25
|\ \ \ | |/ / |/| |
| * | Show stitched panorama in secure album.Wu-cheng Li2012-10-072-4/+25
| | | | | | | | | | | | | | | bug:7285105 Change-Id: I36801d4e5b19cceb10600d41a3a3c78244c5ee4a
* | | Fix orientation locking issues when going back to CameraBobby Georgescu2012-10-071-6/+6
| | | | | | | | | | | | | | | Bug: 7287039 Change-Id: Ib993266706b24269fd759f1ded1b6a85c2c5c7ba
* | | Merge "Change display of 360 panorama button" into gb-ub-photos-archesBobby Georgescu2012-10-071-2/+13
|\ \ \
| * | | Change display of 360 panorama buttonBobby Georgescu2012-10-061-2/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7300866 -Move pano button to center and make larger -Pano button visible even when in full-screen mode -Show edit button only when image editor is available -Correctly hide bottom controls when switching from filmstrip mode to grid mode Change-Id: I485b1988733bedd0c03e89a261a6ce80be46b9bc
* / / Implement new grid layout in GalleryBobby Georgescu2012-10-061-0/+10
|/ / | | | | | | | | Bug: 7300836 Change-Id: Iab2b4f1caa52c5aa7638983fec194b3f81cc4c31
* | Tune swipe to delete in filmstripBobby Georgescu2012-10-061-2/+2
| | | | | | | | | | Bug: 7277872 Change-Id: I01da98f4528b92308984e6ec7f1bc68e3e55697d
* | Merge "Animation support" into gb-ub-photos-archesJohn Reck2012-10-061-0/+3
|\ \
| * | Animation supportJohn Reck2012-10-061-0/+3
| | | | | | | | | | | | | | | | | | Bug: 7300696 Change-Id: I80bfb27114a06dfc6f0f1aa866224cd547cc929d
* | | Fix display of spinner and SQL exception for view intentBobby Georgescu2012-10-062-22/+6
|/ / | | | | | | | | | | | | | | | | | | Bug: 7288544 Bug: 7219163 Remove the query for photo DISPLAY_NAME in view intent since it is no longer used, and hide the spinner when launching PhotoPage via this intent. Change-Id: Id41ff3d623e7fd2e708b1042782333b48e8ba4a7
* | Revert "Upload screennails in tiles to prevent jank"Bart Sears2012-10-068-430/+56
| | | | | | | | | | | | | | | | | | | | This CL is reported to cause images to not be displayed correctly when opened via the view intent. Bug: 7299123 This reverts commit e29fc4a51b99f12f7fae13fae272858df2e1af36 Change-Id: I5052548a826c275cb4559eeb4721c19f06861b3d