summaryrefslogtreecommitdiffstats
path: root/res/menu
Commit message (Collapse)AuthorAgeFilesLines
...
* Move grid/filmstrip switching to ActionBar title "spinner"Bobby Georgescu2012-10-012-8/+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
* Fix border bug and filter applicationnicolasroard2012-09-291-3/+8
| | | | | | | | | | | | | | - fix layout (use framelayout) - fix copy imagepreset - added a current image state panel - remove title for border images for now bug:7256090 bug:7249672 bug:7234317 bug:7225150 Change-Id: I958628a1604c7e436e5d121556c8744f5748b1ec
* Improve ActionBarnicolasroard2012-09-281-3/+3
| | | | | | | | | - show both undo and redo - add the checkmark with done instead of the up mark bug:7233986 Change-Id: I32af8068b08763461b720054f270cb6acabefbbf
* Merge "Update to sharing panorama" into gb-ub-photos-archesMangesh Ghiware2012-09-272-3/+21
|\
| * Update to sharing panoramaMangesh Ghiware2012-09-272-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Use an actionbarnicolasroard2012-09-271-5/+29
|/ | | | | | | | | | | - move the "show original" button to the bottom left - move the history button to the overflow menu for now - add a reset item in the overflow menu. bug:7234317 bug:7233975 bug:7233986 Change-Id: Icc1d03d1e1ce18f38b1169b466be62645424bc7e
* Trimming: clean up the UI for trimming.Teng-Hui Zhu2012-09-271-21/+0
| | | | | | | | | | Get rid of the home button and use the done button only in the action bar. Switch back to use system actionbar / activity. Rename the ShortenExample. bug:7093240 Change-Id: I61684e9723af12cecc212bbd911c23aab0258463
* Trimming: switch to use sherlock action barTeng-Hui Zhu2012-09-261-2/+1
| | | | | | | | | Show a "done" instead of the icon according to the UX team. And we don't have API level dependency. bug:7093240 Change-Id: Ib331495dd233c4dcbeb3d587bd5a4d0d89039d49
* Initial import of the new image editornicolasroard2012-09-262-0/+23
| | | | | bug:7165910 Change-Id: I756d6594f5bddd233772c979410362ca22e232a3
* Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Reskin: switching between filmstrip and grid in albumBobby Georgescu2012-09-092-1/+9
| | | | | | | | | | | 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-273-0/+3
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-013-3/+0
| | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* Make CustomMenu compatible with API level 10.Owen Lin2012-07-171-18/+0
| | | | | bug: 6802855 Change-Id: I230c91bd9744935a181881131dcd2275ed89d819
* Fix 6213053 Add Help entry point to Gallery (targeted for J release)Ray Chen2012-05-171-0/+1
| | | | | | b: 6213053 Change-Id: Ib94a8bbdb3114a198b775025c5864a3d83cdd5ad
* Add camera icon for camera roll.Chih-Chung Chang2012-05-031-0/+4
| | | | | Bug: 6411709 Change-Id: I2476dba7edb2b763f3b7727f0034fa300cf0287a
* 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-232-14/+2
| | | | | | | | | 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/6213053 Add Help entry point to Gallery (targeted for J release)Ray Chen2012-04-171-0/+3
| | | | | | b:6213053 Change-Id: Ib9d9c5e69f09d6c2fffb4e6ecb09b2c3ae700365
* Fix b/6046544 Deleting a photo takes multiple steps and the flow is ↵Ray Chen2012-04-022-6/+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-102-2/+2
| | | | Change-Id: I798a86ed1f6883af1ea3cd3e9c67a6603d0273cc
* resolved conflicts for merge of 71c8cbb7 to masterRay Chen2011-10-192-21/+21
|\ | | | | | | Change-Id: Ia5dc7bc54bba46218a53959076777e695ebb9dfe
| * Fix 5213252 [UI] Updated action bar layouts and action ordersRay Chen2011-10-192-21/+21
| | | | | | | | Change-Id: I46e993014e578be2e948ecea775522abc2f38a46
* | Merge "Fix 5434523 No affordance in Gallery to share a video other than ↵Ray Chen2011-10-121-0/+23
|\ \ | | | | | | | | | long-press in album view"
| * | Fix 5434523 No affordance in Gallery to share a video other than long-press ↵Ray Chen2011-10-111-0/+23
| | | | | | | | | | | | | | | | | | in album view Change-Id: I99361fa209ee5ba4200ccb8c1708f649c04519c2
* | | Merge "Fix 5413911 Gallery app does not recognize that no files are selected ↵Ray Chen2011-10-121-0/+5
|\ \ \ | |_|/ |/| | | | | for delete"
| * | Fix 5413911 Gallery app does not recognize that no files are selected for deleteRay Chen2011-10-071-0/+5
| |/ | | | | | | Change-Id: I90efb3d7676a0810025dd37890c1251725a48223
* / Fix 5199444 In crop interface, check button and X button should be switchedRay Chen2011-10-111-3/+1
|/ | | | | | | Fix 5424781 Two "Tick mark" and "OK" option shows together in crop picture screen in Crespo IRL06. Fix some other UI issues. (HOME_UP) Change-Id: Idfa5a258af17b22f13a238cee63a43f3abff776b
* 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-102-2/+2
| | | | | | | 1. Rename Gallery string "crop" to "crop_action". 2. Rename PhotoEditor string "app_name" to "photoeditor_name". Change-Id: I22279e7e45b690f22fe8e0e8dd645bb4df821646
* Fix 5134299 [UI] Select photo or album activities should have a Cancel label ↵Ray Chen2011-08-301-1/+0
| | | | | | not x icon Change-Id: I77c4cd2f8b27e48786d410bd39a16c918a7407b3
* Fix 5199444 In crop interface, check button and X button should be switchedRay Chen2011-08-251-5/+5
| | | | Change-Id: I96e83c6a7afe9aef7c3ac54d8902fb5495e4b76d
* 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-1810-0/+336
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c