summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/SelectionManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix performance and other issues related to multi-selectionBobby Georgescu2013-04-121-7/+33
| | | | | | Bug: 8606565 Bug: 8607510 Change-Id: I5bd01745b6d1047571d562e1637a2999afddfec2
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-3/+3
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Fix 6360834 Select All is shown in place of Deselect all optionRay Chen2012-05-221-11/+22
| | | | | | | | | | The CL changes the SelectionManager's toggle method so it changes itself to inverse selection mode when all items are already selected, and onSelectionModeChange will be triggered so the listener can update the selection menu (Select all/Deselect all) and ActionBar. Change-Id: I9aa5507067415e52f6800c254ecb4d68e7395ffa b: 6360834
* Revert "Fix 6360834 Select All is shown in place of Deselect all option"Ray Chen2012-05-091-17/+7
| | | | This reverts commit c90170e80b934700c3e2b9978374fb73a910f68c.
* Fix 6360834 Select All is shown in place of Deselect all optionRay Chen2012-05-091-7/+17
| | | | | | | | | | The CL changes the SelectionManager's toggle method so it changes itself to inverse selection mode when all items are already selected, and onSelectionModeChange will be triggered so the listener can update the selection menu (Select all/Deselect all) and ActionBar. Change-Id: I570a299cc8fd7d1d5acab948f9c6531a9adde486 b: 6360834
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-051-9/+0
| | | | Change-Id: Iaa50b2a78beb95fc83208a5f74cf612650cd8643
* Remove unused code.Chih-Chung Chang2012-02-231-4/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Fix 5341761 gallery vibrate on confirm deleteRay Chen2011-09-271-7/+0
| | | | Change-Id: I819855f28246c91324ea86ab9e0ac1ec1c19783c
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-0/+9
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* Fix 5288270 PTP camera gallery launch, prompts the user to "select all" ↵Ray Chen2011-09-141-1/+1
| | | | | | instead if "Deselect all" Change-Id: I80bcb347d3d2384e3fd18d2692ab459e0d39e86f
* Initial code for Gallery2.Owen Lin2011-08-181-0/+221
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c