History log of /packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86feafc1e5413f3b73fd228b65a49f1f43850029 25-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Merge "Revert "Disabling som attributes so that dependencies can use compat libraries"" into ub-launcher3-burnaby-polish
am: 81131edc8e

* commit '81131edc8ed9c1d866d98bef3f08bbd9eb4d47fc':
Revert "Disabling som attributes so that dependencies can use compat libraries"
59871ef875810d646475aab4ad5856513d7e57b9 24-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Revert "Disabling som attributes so that dependencies can use compat libraries"

This reverts commit e1bd986d77afc9426e320b7cce53993086f9d8ba.

Change-Id: I27490d0cb241b2e58ce45998f7f9e9bc8d84993c
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
1a187d4e3750e335a05eb83e73afedb8b03b3e1a 23-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Disabling som attributes so that dependencies can use compat libraries
am: e1bd986d77

* commit 'e1bd986d77afc9426e320b7cce53993086f9d8ba':
Disabling som attributes so that dependencies can use compat libraries
e1bd986d77afc9426e320b7cce53993086f9d8ba 23-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Disabling som attributes so that dependencies can use compat libraries

Bug: 27101533
Change-Id: I18de77cffbbb234f25fb85dfe0334ed7fe113a74
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7 16-Jan-2016 Adam Cohen <adamcohen@google.com> Refactor FolderIcon to separate the preview effect into it's own class

-> Created com.android.launcher3.folder package to house most folder-related files
(aside from the FolderInfo) which is more related to the model than the UI.

Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
c088049113c261331b5685e64050d14a31cd72df 21-Aug-2015 Winson <winsonc@google.com> Highlighting sectioned apps on fast-scroll.

- This CL fixes an old assumption we had about the height
of rows in AllApps, and ensures that we account for the
difference in height between the predictive icons and the
normal icons.
- In addition, we refactor FastBitmapDrawable to have multiple
states, which it manages in drawing itself, including the
press state and fast scroll focus states. And we also refactor
some of the fast scroll logic in the all apps recycler view
out to its own class.

Change-Id: I1988159b2767df733bbbfc7dc601859cde6c9943
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
3fcab663a141b31916152c8bc185b93b718d79df 12-Aug-2015 Sunny Goyal <sunnygoyal@google.com> Preventing zoom-in animation from running everytime the app updates.

Bug: 22557455
Change-Id: I3ac1212a2f319397cd18be8f4452047d974312b8
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
71b5c0b988a64b3a0613ded5403749bc537ee8a5 09-Jan-2015 Sunny Goyal <sunnygoyal@google.com> Adding accessibility controls

> Adding 'Remove' option to workspace items
> Adding 'Add to workspace' to all apps and widget list items, which
adds the item to the first available space, giving preference to
the current workspace screen
> Adding 'App info' and 'Uninstall' options to appropriate items

Bug: 18482913
Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
349426234e8c5a0e5bcf2c8d94dbb9844b5f724a 30-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Handling label and icon from SessionInfo.

> The ShortcutInfo stores state as bit flags and not as ints
> Intents of auto-install shortcut are automatically updated
upon installation
> Icons/titles for active sessions are cached in IconCache

Change-Id: I2047849f67d4a8aaf2bc346b58110325bb4807d4
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
4f88bfb7af74930aee99e10abe3c0ad3ab54b06c 26-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Clear the promise flag once the restore animation is run
and no more restore related tasks are pending

issue: 17214102

Change-Id: I54c486ff001d74b4961f85947f41848cf92243a3
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
95abbb330ce9bbaf23594245f0f8a795c8118038 04-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Updating the virtual preloader UX.

> No click feedback when in preloader mode
> No preloader UI when drawn in drag layer
> The preloader consists of a background 9 patch image and a circular progress
is drawn in the content region of the background.
> The preloader is drawn in a slightly larget area than the actual bounds to
make the circular progress more prominent compared to the icon.

issue: 15835307
Change-Id: Ifec3d93ecf1fac994d1128b517da3797247e7ed6
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java
3484638cad97e255a412b0489a63873fb3ca4218 09-Jul-2014 Sunny Goyal <sunnygoyal@google.com> Adding a circular progress bar for preloader icons

Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
/packages/apps/Launcher3/src/com/android/launcher3/PreloadIconDrawable.java