History log of /packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5bd67dfa9ee5fda2384a75231b7a68ceb8e9bd5 11-Mar-2016 Sunny Goyal <sunnygoyal@google.com> Adding support for result callback when starting uninstall-application activity

Change-Id: Ieaca4fbd0ae0156f24c8863ccbef61d4d6d30ba1
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
ce86e194c41d37b40bd4423bd1954d05bde24840 19-Sep-2015 Tony Wickham <twickham@google.com> Show App Info when dragging widgets from the workspace.

Bug: 24190195
Change-Id: I65f67b7c1a1ae895035942aa97e40186ea5a206f
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
734dfbe2726c748b70eca6a2e3742a7443757bbe 17-Sep-2015 Tony Wickham <twickham@google.com> Dragging app from workspace to App Info doesn't consume the app.

In other words, the app stays on the workspace after showing the info.

Change-Id: Ibcf925c2c4c083b16ce0510a9fcedbe3fcef5b9d
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
c268148f06f5c6c30deb1678e74530ef5aa85a67 17-Aug-2015 Sunny Goyal <sunnygoyal@google.com> resolved conflicts for merge of 9fc953b9 to ub-launcher3-master

Change-Id: Ia3e845a2e336c846cceefdc2d1e8c6786753f1b1
9fc953b94dbc6b99e6de08c9dcc80a0cb8e3e319 17-Aug-2015 Sunny Goyal <sunnygoyal@google.com> Version code cleanup

> Renaming Lmp to Lollipop
> Lollipop_MR1 instead of directly using 22
> Using M APIs directly instead of reflection

Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
aa8ef119f18864f4ab41c12f9c2ad6d7f643a0a9 13-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Refactoring ItemInfo

> Changing dragObject to ItemInfo
> Removing dropPos which is always null
> Removing requiresDbUpdate which is only used in CellLayout

Change-Id: I753ddaae0880c8a9bfee5a1266095ff34610284a
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
40b626b930a1cf51f422fc3c41661fed14fedb84 05-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Updating assets

Bug: 21304080
Change-Id: I26cf435779b477f0961d8e0d56dd6b86b418a3be
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
3a644ed1ce12554fcdf5c499e959bda986d10551 21-May-2015 Sunny Goyal <sunnygoyal@google.com> Using color filter when animating the drop target instead to TransitionDrawable

> 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
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
7066003b2032a49ae5e59dab9b706259bdeb7e6e 14-May-2015 Sunny Goyal <sunnygoyal@google.com> Various lint error fixes.

> 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
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
3a2698b3087c027b81a99a5d429cb0c07977029a 29-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Updating drop target assets

Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
1a70cef9884270f2f0a760f079a10fdfb1544c98 22-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Accessibility fixes

> 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
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java
fa401a10e7e9341daf6f3c5949bf9331902c26d0 10-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Updating drop button targets

> Splitting DeleteDropTarget into delete and uninstall
> Showing UninstallDropTarget for app shortcuts on workspace
> Showing InfoDropTarget only when developer options is enabled

Change-Id: I4396571d2199d1581bb9c733aef88ab9b0ebd79d
/packages/apps/Launcher3/src/com/android/launcher3/UninstallDropTarget.java