summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restore missing "Group by" option in camera roll grid viewBobby Georgescu2012-09-241-0/+3
| | | | | Bug: 7217410 Change-Id: I1488f02919a8702be2eb41696f627f9e3d94ce88
* Fix occasional crash when restoring photo page stateBobby Georgescu2012-09-241-1/+4
| | | | | | | | | Bug: 7216012 If the saved state being used to restore the photo page includes an out-of-bounds index, ignore it and reset the index to 0. Change-Id: I1b8aa82cbc553297189abb57bd274d7eb53f61e0
* The trimming solution with the mp4parser library.Teng-Hui Zhu2012-09-244-6/+332
| | | | | | bug:7093055 Change-Id: I598a81d80c9c5107696f3af7761207e3ec88f3ff
* Use vendor specific MIME type for sharing LightCycle panoramasMangesh Ghiware2012-09-236-14/+27
| | | | | Bug: 7150324 Change-Id: I78d426672e9a8fc69f0b9b564438e40eb0230719
* Snap a photo to the center after fling ends in filmstripBobby Georgescu2012-09-211-3/+1
| | | | | Bug: 7050303 Change-Id: I7770d5642b376a1b888f34c5806f2291b64ecf68
* Support secure image capture mode.Wu-cheng Li2012-09-212-2/+12
| | | | | | bug:7141738 Change-Id: I4ea010609d16da469998ebb40ad8282b9468de25
* Merge "Remove CAN_USE_FLAG_SECURE constant." into gb-ub-photos-archesWu-cheng Li2012-09-201-3/+0
|\
| * Remove CAN_USE_FLAG_SECURE constant.Wu-cheng Li2012-09-201-3/+0
| | | | | | | | | | | | bug:7191713 Change-Id: Ia439970d9b51316ccf003fa17453deed7a27cf2b
* | Merge "Hide grid view menu item in secure album." into gb-ub-photos-archesWu-cheng Li2012-09-201-1/+1
|\ \
| * | Hide grid view menu item in secure album.Wu-cheng Li2012-09-201-1/+1
| |/ | | | | | | | | bug:7200451 Change-Id: I23b6fbc48aac46e9b25b159416bc9f64a357d038
* / Fix metadata of cropped image for details display.Earl Ou2012-09-205-9/+40
|/ | | | | | | | | | + drop the old thumbnail of the cropped image + update DateTime tag in EXIF + add EXIF Software tag + display DATE_MODIFIED in details instead of DATE_TAKEN Bug:7192433 Change-Id: I89dcb29dd3242f58fe96cd25398217e94f42fc97
* Merge "Tests for ExifData" into gb-ub-photos-archesHung-ying Tyan2012-09-197-26/+304
|\
| * Tests for ExifDataEarl Ou2012-09-197-26/+304
| | | | | | | | | | | | Bug:7192363 Change-Id: Ic74ecad2eff50e26efa85f928ef7904a2c51ecc7
* | Merge "Simplify the usage of ExifData" into gb-ub-photos-archesHung-ying Tyan2012-09-198-175/+817
|\|
| * Simplify the usage of ExifDataEarl Ou2012-09-198-175/+817
| | | | | | | | | | | | Bug:7192363 Change-Id: I2c6ab9974f4472f63483a4de814728584944535e
* | Add bottom bar UI for photo pageBobby Georgescu2012-09-192-48/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7050303 Bug: 7170148 Pulled the handling of the display of the edit (FX) button out into a separate file and put in the groundwork for supporting multiple buttons within a container along the bottom of the screen and managing their display as well as animating them in and out. Also added a button for launching the panorama viewer when appropriate Change-Id: Iee3083e0693ef3c1f55264b922f02b9a702d2103
* | Make ActionBar always present in filmstripBobby Georgescu2012-09-192-3/+5
| | | | | | | | | | Bug: 7196718 Change-Id: Id297f28402da20efd99a9f90376a18f041fe8448
* | Merge "Use 565 pixel format for pre-JB; use 888 otherwise." into ↵Pin Ting2012-09-193-6/+27
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Use 565 pixel format for pre-JB; use 888 otherwise.Pin Ting2012-09-193-6/+27
| | | | | | | | | | Bug:7189512 Change-Id: Iec5d528fef4f4fc589370339add299a40fc8f26e
* | Add UriImage support for viewing LightCycle panoramas.George Mount2012-09-187-11/+47
| | | | | | | | Change-Id: I7f61cef39370fd23b9481708dc3c902c17873074
* | Merge "Fix incorrect texture size causing artifacts in animation" into ↵Bobby Georgescu2012-09-183-9/+7
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Fix incorrect texture size causing artifacts in animationBobby Georgescu2012-09-173-9/+7
| |/ | | | | | | | | Bug: 7181383 Change-Id: I3895b89ccdd03e55acc656f0d6944f4a9d398ad5
* / Do not show edit button in secure album.Wu-cheng Li2012-09-181-0/+2
|/ | | | | bug:7183052 Change-Id: I94ca6703e5c3a0e2af552be2065be361210185b2
* Merge "Fix bugs relating to grid/filmstrip switching" into gb-ub-photos-archesBobby Georgescu2012-09-173-1/+2
|\
| * Fix bugs relating to grid/filmstrip switchingBobby Georgescu2012-09-173-1/+2
| | | | | | | | | | | | Bug: 7180582 Bug: 7146147 Change-Id: I3d2ad8866a938f9f162e14f11bc2e021834ba513
* | Don't switch back to fullscreen camera when flingingBobby Georgescu2012-09-171-1/+5
|/ | | | | | | | | | | | Bug: 7145903 Bug: 7050303 It was very annoying to users to fling in the filmstrip and end up in the fullscreen camera mode, so disabling that. Long-term, we want to be smarter about this and do the zoom to the full-screen if it's a short swipe rather than a fling. Change-Id: I40ac4848a267c06fc41e161a7a292b8f03b2ef4c
* Reskin: do not show edit (FX) button in filmstrip modeBobby Georgescu2012-09-171-1/+1
| | | | | Bug: 7050303 Change-Id: Ibab686bc8581e8cc24a722950ff3b8b77023edd4
* Fix build breakageBobby Georgescu2012-09-171-1/+1
| | | | Change-Id: I88f1a9f2f1306d959d6a5398faa2c6f50cb24501
* Show large button to open the camera when gallery is emptyBobby Georgescu2012-09-171-2/+57
| | | | | Bug: 7156303 Change-Id: I0447c3eaee680e80f09cc3aff714aace85ee77d9
* Merge "Only show FX button for photos" into gb-ub-photos-archesBobby Georgescu2012-09-141-1/+3
|\
| * Only show FX button for photosBobby Georgescu2012-09-131-1/+3
| | | | | | | | | | Bug: 7165294 Change-Id: Ia35f5981cba5a69f94964a9c38361b01ea1cdbfd
* | Merge "Show animation when opening albums directly in filmstrip" into ↵Bobby Georgescu2012-09-141-5/+3
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Show animation when opening albums directly in filmstripBobby Georgescu2012-09-131-5/+3
| |/ | | | | | | | | Bug: 7166947 Change-Id: Id67e93431365043673e08b400aea5df9ae53f14c
* | Merge "Cancel the loading task when clicking on back in Cropping." into ↵Owen Lin2012-09-141-1/+9
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Cancel the loading task when clicking on back in Cropping.Owen Lin2012-09-131-1/+9
| | | | | | | | | | bug: 5636363 Change-Id: I0e00b6119c4d184328002d1b2128e33ababc798b
* | Animate correctly when opening single-photo albumBobby Georgescu2012-09-135-36/+45
|/ | | | | Bug: 7164177 Change-Id: I5ce60a8e842e3ddf0e356568f17ee488edef23cd
* When tapping single-photo albums, launch photo directlyBobby Georgescu2012-09-122-2/+3
| | | | | Bug: 7145102 Change-Id: I75c66f2f37fc11f3846fdbd40083787ba38af207
* Reskin: Fix stability bugs introduced by reskinBobby Georgescu2012-09-122-50/+62
| | | | | | | | | | | | | | Bug: 7150348 Bug: 7144206 Bug: 7050303 If PhotoPage is launched/resumed on a completely empty album (for instance, if Gallery was opened to the Camera folder and paused, all photos were deleted via the Camera app, and then Gallery is resumed), bail out of PhotoPage since it cannot handle this. Also fixes an NPE. Change-Id: I162ff5ad149c322704c8af7d4705d87ae6c6098a
* Merge "Reskin: fix bug introduce by Gallery reskin" into gb-ub-photos-archesBobby Georgescu2012-09-121-0/+1
|\
| * Reskin: fix bug introduce by Gallery reskinBobby Georgescu2012-09-111-0/+1
| | | | | | | | | | | | Bug: 7146147 Bug: 7050303 Change-Id: Ia9782868937cc9a03e4c8b5f77033d13d80d5d8a
* | Launch next-gen editor if present and show FX buttonBobby Georgescu2012-09-112-5/+77
|/ | | | | | | | Bug: 7050303 Shows editor button on the photo page and launches the next-gen photo editor if it is present on the device. Change-Id: I4058cffaec3fc4b446bd90dbecb809681d3255ea
* Merge "Reskin: stop at first photo after swipe from camera" into ↵Bobby Georgescu2012-09-111-1/+5
|\ | | | | | | gb-ub-photos-arches
| * Reskin: stop at first photo after swipe from cameraBobby Georgescu2012-09-111-1/+5
| | | | | | | | | | | | Bug: 6399763 Bug: 7050303 Change-Id: I433bead637416f3c6e47fdc7567bb5de7575c01c
* | Merge "Separate build for AOSP and Google panorama modules." into ↵George Mount2012-09-111-0/+6
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Separate build for AOSP and Google panorama modules.George Mount2012-09-111-0/+6
| |/ | | | | | | Change-Id: Icb1059569914711a704334282566d898f58d1a30
* / Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-1111-479/+1210
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Refactored the classes to support both the video play and trim. Now the common code for controller overlay is in CommonControllerOverlay, which is basically the same as the original MovieControllerOverlay without animation. Because in trimming, we don't want to hide all the controller. The specific animations are implemented in the sub-classes which are TrimControllerOverlay and MovieControllerOverlay. At the same time, TrimTimeBar extended TimeBar to support the extra trimming start scrubber and end scrubber. The interface between the timebar and the controllerOverlay are kept almost the same way, except adding the trimming info when necessary. With all these, the activity of TrimVideo now relied on the TrimTimeBar and TrimControllerOverlay. Similarily, the MovieActivity relied on the TimeBar and MovieControllerOverlay. 2. Hook the TrimVideo activity with the trim menu. Note that the icons are temporary for now, still need UX input on that. bug:7093055 Change-Id: Ib9bfbc090106744a569fce4c451ddffc0a2c699b
* Do not accept fling gesture after we changed from/to filmstrip mode.Chih-Chung Chang2012-09-111-6/+2
| | | | Change-Id: Ifb3d692bcf621ff02c6d4e6d91ba8484d702f905
* Merge "Don't start filmstrip mode in Get Content mode." into gb-ub-photos-archesOwen Lin2012-09-101-2/+1
|\
| * Don't start filmstrip mode in Get Content mode.Owen Lin2012-09-111-2/+1
| | | | | | | | | | Change-Id: Ib04f5c134d44b2d8e80e7fdecf2503e950487837 fix: 7135936
* | Ensure peekObject is called in the syncrhonization block.Owen Lin2012-09-119-128/+125
| | | | | | | | | | bug: 7019598 Change-Id: If153287078826afc9827ea64364b4fb64f2b3a5f