summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DeleteDropTarget.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up warnings and some private API usageMichael Jurka2012-06-121-1/+0
| | | Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
* Lowering the threshold for flinging on larger devices. (Bug 6575670)Winson Chung2012-05-291-8/+10
| | | | Change-Id: I969057d6135babef430c60f5b2705179210719bb
* Fixing issue where landscape delete button is not centered. (Bug 6493651)Winson Chung2012-05-151-2/+3
| | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* Fixing issue where shortcuts and widgets were not being removed when the ↵Winson Chung2012-04-271-1/+11
| | | | | | | | | package was uninstalled (Bug 2657997, Bug 6335843) - Also fixes issue if we are dragging a shortcut/widget and it is removed. - Also exposes App Info for shortcuts and widgets Change-Id: I3bd5056f50f20e8b277dde6456df26eac815bcde
* Tweaking fling-to-delete to make the fade out animation longer and harder to ↵Winson Chung2012-04-091-2/+3
| | | | | | trigger. Change-Id: Ie444420d2cf81e209d4bbca9c77edaad39bda000
* Allow fling gesture while dragging from AllApps to dismiss drag.Winson Chung2012-03-221-8/+26
| | | | Change-Id: I5eea14336579a1374aded63dda9ad1a33e8b8d4a
* Adding fling-to-delete.Winson Chung2012-03-201-2/+182
| | | | | | - Also fixing issue where the drop target icon changes color slower than the text. Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
* Fixing flashing icon on delete, and offset of delete animation.Winson Chung2012-02-291-27/+11
| | | | Change-Id: I993f2d8e54cc7052e16f318a09ada80e9b766147
* Improving widget transitions:Adam Cohen2012-02-131-8/+16
| | | | | | | | | | | | | -> When a widget has no configuration activity, we bind and inflate it when the user picks it up. This allows us to smoothly transition between it's preview and some actual state of the widget when it is dropped. -> When a widget has a configuration activity, we delay the above process until the configuration activity has been run at which time we transition between the preview and the actual widget. Change-Id: I5265cd98400d70e5e75c3dcd21e322ed0b352d7b
* Fixing subtle animation jank when dropping icon on adjacent pageAdam Cohen2011-12-141-1/+1
| | | | | | -> The old path of the icon wasn't correct from a motion standpoint Change-Id: Icb4b06b5cd5649e983d43953ff369d1d8d8cdee2
* Clean up unused code and import declarationsMichael Jurka2011-11-281-1/+0
| | | | Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-8/+26
| | | | | | -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
* Fixing minor bugs (5085316, 5082963, 5042828)Winson Chung2011-07-271-14/+13
| | | | | | | | - Adding separator between qsb and workspace content - Adding a bit of spacing between drawables and text in all apps - Making the drop target area smaller... Change-Id: I1bebe7dff20fc30e4896de1dcf23d23b62a31a07
* Smoothing out transitions when adding from AllAppsCustomizeAdam Cohen2011-07-211-3/+3
| | | | | | | -> Making sure the dragview animates to the proper final position -> Preventing add if item is released too early in the transition Change-Id: I77882c02a6ce569436a6c8b5c3f4ed0023d5807e
* Adding animations when dropping on delete / uninstall drop targetAdam Cohen2011-07-191-2/+39
| | | | | | -> issue 5043661 Change-Id: I4e4830acc15e006e637b35c3d0dcc72c23414b95
* Cleaning up some drop-target issues.Winson Chung2011-07-121-0/+6
| | | | | | | | - Setting text color during drag over transitions - Fixing regression in drop target padding = Using old drop-down animation where possible Change-Id: Ia1c5ec9e58fc734d28133349d9920d123ed71ae6
* Tweaking drop target transition to prevent flash.Winson Chung2011-07-111-1/+4
| | | | Change-Id: I7a0204685f1d377117b4d8e39b1c0d32e7b37a76
* Fix bug: deleting items in foldersd does not persistMichael Jurka2011-07-101-6/+9
| | | Bug# 5010678
* Adding new assets.Winson Chung2011-07-011-12/+6
| | | | Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
* Need to remove views and not just hide them after animations.Winson Chung2011-06-201-0/+9
| | | | | | | | - Removing Manage Apps button from workspace and renaming it in AppsCustomize - Fixing foolish string play in resources from initial change for search bar - Using proper way to get full screen dims for wallpaper fix Change-Id: I1319d225135436468f1feb3057cd9f28eda7c89c
* Fixing drop target area, and adding bg color indicators.Winson Chung2011-06-131-16/+18
| | | | | | - Merging wallpaper fix and PagedViewIconCache key fix Change-Id: I2a65bc4b642f020dfc4d2223a36d3ebcf41de5f5
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-1/+1
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Modifying AppsCustomize behaviour to use springloaded mode.Winson Chung2011-06-081-1/+1
| | | | Change-Id: I21d181ad3d245731ee8402915f8918b91bfc4553
* Adding drag target bar.Winson Chung2011-06-011-0/+164
Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20