OSDN Git Service

Updating the ui for widget restore flow
authorSunny Goyal <sunnygoyal@google.com>
Tue, 12 Aug 2014 00:05:23 +0000 (17:05 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Tue, 12 Aug 2014 23:00:03 +0000 (16:00 -0700)
commit0fc1be164e982433e619bcbb16aa67e28ff681ef
treeb72e41365906b7619407950d41375afb6eed5dc3
parent0fe505bf82a265e51c556d7204976651cde7f55c
Updating the ui for widget restore flow

> Pending widget show a PreloadIconDrawable to indicate
installation progress
> Only the concerned widgets are reinflated on package
install and not the whole workspace.
> Adding support for storing default package icon in
IconCache

issue: 10779035
issue: 16737660

Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
20 files changed:
AndroidManifest.xml
res/drawable-hdpi/widget_container_holo.9.png [deleted file]
res/drawable-mdpi/widget_container_holo.9.png [deleted file]
res/drawable-xhdpi/widget_container_holo.9.png [deleted file]
res/drawable-xxhdpi/bg_preloader.png [deleted file]
res/drawable-xxhdpi/bg_preloader_progress.png [deleted file]
res/drawable-xxhdpi/widget_container_holo.9.png [deleted file]
res/drawable/bg_appwidget_not_ready.xml [deleted file]
res/layout/appwidget_not_ready.xml
res/values/colors.xml
res/values/config.xml
res/values/strings.xml
src/com/android/launcher3/IconCache.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/LauncherAppWidgetHost.java
src/com/android/launcher3/LauncherAppWidgetInfo.java
src/com/android/launcher3/LauncherBackupHelper.java
src/com/android/launcher3/LauncherModel.java
src/com/android/launcher3/PendingAppWidgetHostView.java
src/com/android/launcher3/Workspace.java