summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/MenuExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused resources and fix some warnings.Owen Lin2012-08-301-4/+3
| | | | Change-Id: I075977150c7da7650e723e29406f24ae2e23ea97
* add the menu button to support trimmingTeng-Hui Zhu2012-08-271-0/+2
| | | | | | This is only visible for video item. Change-Id: I17f8e902f3560cc8524f890705c020901331df74
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-29/+21
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Extract the action bar interface.Owen Lin2012-08-151-18/+12
| | | | | | | | | | | | | So that we can use different implementation for different API levels. **NOTE** This change is going to be replaced by the ActionBar compat library when it gets ready. The purpose of this change is making Gallery/Camera run on GB. bug: 6927267 Change-Id: Ic8bb2518918168ea889db6452d6760de390d96b2
* Hold WakeLock during MTP importBobby Georgescu2012-08-081-1/+15
| | | | | | | Bug: 6680729 Bug: 6827858 Change-Id: Ida82db3288a429dacc5830b82ec6bbd954f75cf1
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-011-0/+14
| | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* Code clean up.Ahbong Chang2012-07-301-0/+1
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Add swipe-to-delete gesture.Chih-Chung Chang2012-06-181-6/+22
| | | | Change-Id: I992e59702f9dfff17da2f4464e48c9228d42b1b3
* Refresh the action bar timeout when button is clicked.Owen Lin2012-05-171-6/+40
| | | | | | | | | Also handle with the confirm dialog, we show the action bar as long as the confirm dialog is shown. And we start to timeout the action bar when the confirm dialog get dismissed. bug: 6478646 Change-Id: I3f0e7e61b43b0dd2bb2b1e2b4444c8dcb5706e1a
* Fix 6046544: Deleting a photo takes multiple steps and the flow is ↵Ray Chen2012-05-161-4/+4
| | | | | | | | | | inconsistent with other deleting flows on other core apps Per request, change the confirm dialog message to "Delete the selected item(s)?" b: 6046544 Change-Id: I46f7fd42a9f9fbf2399aca78ed9b2e67a15acb65
* Fix 'Edit' and 'Crop' behaviors.Yuli Huang2012-05-021-33/+17
| | | | | | | | | 1. Make Gallery show edited local photo after resuming, similar to how it shows cropped local photo after resuming. 2. Fix inconsistency between cropping local/PWA photo. bug:6168430 Change-Id: Ia350e0c67f05969ad42f56b9693c09c3b6433d3c
* Fix crash when select all is pressed.Wu-cheng Li2012-04-301-1/+3
| | | | | bug:6411186 Change-Id: Iaa71a320bc4d6d70aade41d5144f75ba6db36e6d
* Fix 6046544 Deleting a photo takes multiple steps and the flow is ↵Ray Chen2012-04-231-9/+25
| | | | | | | | | 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 5413911 Gallery app does not recognize that no files are selected for deleteRay Chen2011-10-071-12/+10
| | | | Change-Id: I90efb3d7676a0810025dd37890c1251725a48223
* Fix a few monkey issues: 5157713 and 5157712Ray Chen2011-09-021-68/+27
| | | | | | Add debugging message for 5192628. Change-Id: I257cabf1a93be256ed84aeaf3c9a871ecc5b1171
* Fix: 5217165, cannot edit downloaded imageOwen Lin2011-08-261-1/+1
| | | | | | | The contentUri of the download image is "file:///xxx". Thus, it cannot get the correct file type. So, we pass the mimetype in the intent to fix this issue. Change-Id: I49b4b96472eb6a1561fbada95190c829728c037e
* Initial code for Gallery2.Owen Lin2011-08-181-0/+398
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c