summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat/PackageInstallerCompatV16.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing missing updates in package install sessionsSunny Goyal2015-04-221-147/+4
| | | | | | | | | | | | > Ensure icon cache never returns null icon > Enabling install shortuct receiver only after workspace has finished binding > Making all the model changes for package installs on worker thread and only posting the updaes on the UI > Making shortcut exists check on the loaded items and not on the DB > Explicitely using worker thread for PckageInstallListener > Removing backward compatibility support from PackageInstallerCompat Change-Id: I9592771b9670c1c1c84c8208cae8dafa7b393e65
* Adding support to delete unrestored icons and widgetsSunny Goyal2014-09-191-3/+6
| | | | | Bug: 17584719 Change-Id: If8e76fc80ea885c9004c50b7b6a9353525a50105
* Handling label and icon from SessionInfo.Sunny Goyal2014-09-041-3/+5
| | | | | | | | | > 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
* Update code so it compiles on google3Sameer Padala2014-08-081-2/+2
| | | | Change-Id: I76c6a5264585c8ad4ded22501d2e2ee1672308c3
* Implementing a package install progress listener for LSunny Goyal2014-08-011-0/+170
issue: 15835307 Change-Id: I71aaea087963f2e0e1206447190cbe23c174057d