summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-78/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Add menu item to start the simple editornicolasroard2013-04-081-0/+4
| | | | Change-Id: Iac3ca76838a5f91186527863b3d990cbcad3faf0
* remove actionbar sherlockJohn Reck2012-12-121-2/+2
| | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* Video: Add the mute functionality.Teng-Hui Zhu2012-11-141-0/+3
| | | | | | | | | 1. Enable the mute video functionality. 2. Consolidate the sharing code, especially for file handling. bug:7543943 Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc
* Gingerbread support-ishJohn Reck2012-10-311-2/+2
| | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
* Revert "Add a overflow menu item to view 360-degree panorama."Mangesh Ghiware2012-10-031-3/+0
| | | | | | This reverts commit d84ae72adb147c0e8517a438b3dea3e87d319bb7 Change-Id: I5921cbb476034da2798480534e9084e287312f04
* Add a overflow menu item to view 360-degree panorama.Mangesh Ghiware2012-10-031-0/+3
| | | | | Bug: 7276026 Change-Id: Ib4979e45867e22267b34fb77342ca625337c7ee4
* Remove ActionBarSherlockOwen Lin2012-10-021-2/+2
| | | | | | bug: 7242682 Change-Id: Ibf1fa136cafdca25273ee39ae9c065560b2db5cb
* Improve display of ActionBar album mode switcherBobby Georgescu2012-10-011-1/+1
| | | | | | | | | | | Bug: 7265942 Bug: 7266862 - Ellipsize the title of the album when appropriate - Show correctly title when swiping from camera to gallery - Hide the delete icon in the overflow menu to match the latest UX mocks, making more room for title Change-Id: Ief77f65c972e75086c5dbf4229c9462cbcc17940
* Move grid/filmstrip switching to ActionBar title "spinner"Bobby Georgescu2012-10-011-4/+0
| | | | | | | | | | | | | | Bug: 7233818 Bug: 7240846 Bug: 7258973 Tapping the title of the album, whether in filmstrip or grid mode, allows switching between these modes using a menu. The album name is now displayed when viewing pictures in the filmstrip or zoomed in modes. Finally, no longer allow switching to grid mode when not appropriate. Change-Id: I4ee511feb7a74581fe185933ddd5110e5eb9feb0
* Update to sharing panoramaMangesh Ghiware2012-09-271-2/+10
| | | | | | | | | | | | | Bug: 7150324 Use separate share intents for sharing panoarma and regular JPGs. If photo is a 360 panorama, promote sharing it on the action bar, and move sharing as JPG to overflow menu. MIME type changed to specify panorama360. Change-Id: I8d52733d105820ac17ff36a6ad9d7525893f6d27
* Reskin: switching between filmstrip and grid in albumBobby Georgescu2012-09-091-0/+4
| | | | | | | | | | | Bug: 7050303 Bug: 6541425 Allows switching between the filmstrip and the grid views within albums and launches camera roll in filmstrip mode by default. Also fixes animation issue when animating from full-screen to grid view. Change-Id: I2a37b92c129cc090fd807973f7e3e82fed207cd3
* add the menu button to support trimmingTeng-Hui Zhu2012-08-271-0/+3
| | | | | | This is only visible for video item. Change-Id: I17f8e902f3560cc8524f890705c020901331df74
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-0/+1
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-011-1/+0
| | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* Expose delete button in action bar in portrait.Wu-cheng Li2012-04-301-4/+4
| | | | | bug:6411759 Change-Id: I135edad5ab7d1194c774e7d5ee680cf3ba3206ad
* Fix 6046544 Deleting a photo takes multiple steps and the flow is ↵Ray Chen2012-04-231-7/+1
| | | | | | | | | inconsistent with other deleting flows on other core apps This CL adds a confirm dialog to delete command and removes all confirm/cancel menu items from the actionbar. b:6046544 Change-Id: I3afe7b59b4f6d1216e192a621621f7bf544e1919
* Fix b/6046544 Deleting a photo takes multiple steps and the flow is ↵Ray Chen2012-04-021-3/+0
| | | | | | | | inconsistent with other deleting flows on other core apps This CL removes the cancel options, the next one will address the undo feature. Change-Id: I99bb24fee0add0ffe6b4fcc9d32528abdd0ed418
* Fix 5213252 [UI] Updated action bar layouts and action ordersRay Chen2011-11-101-1/+1
| | | | Change-Id: I798a86ed1f6883af1ea3cd3e9c67a6603d0273cc
* Fix 5213252 [UI] Updated action bar layouts and action ordersRay Chen2011-10-191-12/+12
| | | | Change-Id: I46e993014e578be2e948ecea775522abc2f38a46
* Get rid of "flashies" in the action bar.Evan Millar2011-10-031-0/+2
| | | | | | | | | | | -Filter out short spinner events. All spinner events that last <1sec are now ignored. We also enforce a minimum delay time of 2 sec. -Mark the share and delete menu items as visible="false" by default to get rid of the quick display/removal of them under scenarios where they are ultimately removed. bug:5398336 Change-Id: I0620532f3ab59d9fde46123620eb781a87445b54
* Move PhotoEditor strings into Gallery2.Yuli Huang2011-09-101-1/+1
| | | | | | | 1. Rename Gallery string "crop" to "crop_action". 2. Rename PhotoEditor string "app_name" to "photoeditor_name". Change-Id: I22279e7e45b690f22fe8e0e8dd645bb4df821646
* Fix 5158515 [UI] Slideshow action in portrait Photo/Video and Video playback ↵Ray Chen2011-08-191-11/+8
| | | | | | views should be in the overflow/menu Change-Id: If3171b9db1ad2f9f238f1fd5625ac9a1ed7d5ef0
* Initial code for Gallery2.Owen Lin2011-08-181-0/+70
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c