summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/ButtonDropTarget.java
Commit message (Collapse)AuthorAgeFilesLines
* Version code cleanupSunny Goyal2015-08-171-5/+4
| | | | | | | | > Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
* Ensure that we use the system long press duration when dragging from AllApps.Winson Chung2015-06-051-6/+3
| | | | | | | - Removing some old code out of LauncherAppState Bug: 21559400 Change-Id: I3c586094efb7ad8a17d2169bc8aaccf6b0df40a2
* Removing some synthetic method creationSunny Goyal2015-06-021-1/+1
| | | | | | > Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
* Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-211-13/+46
| | | | | | | > No more flickering when crossfading between two bitmaps in small duration > Allows us to control the color directly without depending on the assets Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
* Setting drawable to droptarget in the code to avoid multiple drawable inflationSunny Goyal2015-05-201-25/+8
| | | | Change-Id: Ib713b3051e2707d46a4ee0090aed2db1d2e641b9
* Various lint error fixes.Sunny Goyal2015-05-141-7/+8
| | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* Updating fling to delete animSunny Goyal2015-04-301-1/+1
| | | | Change-Id: I1c63e88b3e605113ea66afca9dcfbc30de1d4c8e
* Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnabySunny Goyal2015-04-301-0/+3
|\
| * Enabling accessibility drag and drop in folderSunny Goyal2015-04-281-0/+3
| | | | | | | | | | | | | | | | | | | | > Moving DragAndDropAccessibilityDelegate to a separate class > Using getFocusedVirtualView() instead of using DownX and downY > Updating various accessibility strings Bug: 19776741 Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6
* | Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-291-11/+38
|/ | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* Accessibility fixesSunny Goyal2015-04-241-2/+17
| | | | | | | | > Enabling top bar buttons in accessibility drag-drop > Unifying logic to show delete/uninstall/app-info targets > Announcing cell loction as 1-index instead of 0-index Change-Id: Ibc7801f77e938b2646f0655462cbe9b7f781818b
* Updating drop button targetsSunny Goyal2015-04-161-18/+114
| | | | | | | | > Splitting DeleteDropTarget into delete and uninstall > Showing UninstallDropTarget for app shortcuts on workspace > Showing InfoDropTarget only when developer options is enabled Change-Id: I4396571d2199d1581bb9c733aef88ab9b0ebd79d
* Revert "Adding debugging and naive fix for issue 15334203"Adam Cohen2014-06-041-1/+0
| | | | | | This reverts commit ed11c14003ca4ae5f702b6eb3f6b5dd8f4e7d4a4. Change-Id: Ifc46769477e590512cc5ab79a69063c0341f52b2
* Adding debugging and naive fix for issue 15334203Adam Cohen2014-06-031-0/+1
| | | | | | -> To be reverted, just need signed build. Change-Id: I6a83e55067d8d2564bb3c4f0c314befbb2793f09
* Clean up importsMichael Jurka2013-12-131-2/+0
|
* Fixing issue where migration all apps folder couldn't be picked up.Winson Chung2013-07-121-0/+4
| | | | | | | - Ensuring that we add items to the non-primary home page - Fixing issue with drop-target touch handling on tablets Change-Id: Iea5a383dc735a8f6044a00982f05789f8328ab63
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-6/+1
| | | | | | | | | | | | -> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+166
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b