History log of /packages/apps/Launcher3/src/com/android/launcher3/PromiseAppInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c06af333cbcebb183d13d004cccf5c9d69a70af0 28-Mar-2017 Mario Bertschler <bmario@google.com> Minor Refactoring only: no functional change

- organizing imports
- remove redundant modifiers on LauncherCallback interface
- fix typos

Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
/packages/apps/Launcher3/src/com/android/launcher3/PromiseAppInfo.java
08ffaae3b627a124eaaf8610f5ea8f1898700d45 20-Mar-2017 Mario Bertschler <bmario@google.com> Show promise app icon progress in All Apps and setup market intent
on clicking promise app icon in All Apps.

Only the progress will be changed with animation on progress update,
no relayout is performed. If the icon is newly bound, the progress
will not be animated.

Bug: 23952570
Change-Id: I98d3f945f08a2abadf53f20e6007c15e56d5d410
/packages/apps/Launcher3/src/com/android/launcher3/PromiseAppInfo.java
817afa34472dba49b1dee0489da11f410ff09fcd 15-Mar-2017 Mario Bertschler <bmario@google.com> Show promise app icon in All Apps while installation process.

This CL only modifies the model and is behind a feature flag
which per default is set to false.
The app icon will appear as a promise icon, it reacts on icon
or label changes and the icon will be remove on finishing the
installation process. With this CL the progress of the installation
process is not visible.

Bug: 23952570

Change-Id: I510825d0b0b1b01eb14f7e50f0a2358b0d8b99b5
/packages/apps/Launcher3/src/com/android/launcher3/PromiseAppInfo.java