summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat/PackageInstallerCompat.java
Commit message (Collapse)AuthorAgeFilesLines
* Show promise app icon in All Apps while installation process.Mario Bertschler2017-03-171-6/+25
| | | | | | | | | | | | | 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
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-7/+1
| | | | | Bug: 32745285 Change-Id: I62971908e3e4402941fab627bbdfd47be64473a3
* Version code cleanupSunny Goyal2015-08-171-1/+1
| | | | | | | | > Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
* Fixing missing updates in package install sessionsSunny Goyal2015-04-221-11/+6
| | | | | | | | | | | | > 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
* Merge "Adding support to delete unrestored icons and widgets" into ↵Sunny Goyal2014-09-191-1/+3
|\ | | | | | | ub-now-porkchop
| * Adding support to delete unrestored icons and widgetsSunny Goyal2014-09-191-1/+3
| | | | | | | | | | Bug: 17584719 Change-Id: If8e76fc80ea885c9004c50b7b6a9353525a50105
* | Update calls now we have an L API version.Kenny Guy2014-09-181-1/+1
|/ | | | | Bug: 17543647 Change-Id: I92c652a4ced5a5e783b24e42f9da4d9dfe1118ba
* Handling label and icon from SessionInfo.Sunny Goyal2014-09-041-0/+6
| | | | | | | | | > 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
* Implementing a package install progress listener for LSunny Goyal2014-08-011-0/+67
issue: 15835307 Change-Id: I71aaea087963f2e0e1206447190cbe23c174057d