History log of /packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7066003b2032a49ae5e59dab9b706259bdeb7e6e 14-May-2015 Sunny Goyal <sunnygoyal@google.com> Various lint error fixes.

> Fixing some RTL errors by specifying both marginStart and marginLeft
> Moving all layout direction checks to Utilities
> Explicitely adding @TargetApi before every method

Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
756adbc3e41ee1edb53c580b8c679f343924fab5 17-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Fixing missing updates in package install sessions

> 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
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
091440a9cb9d4f42406631004aa484cbb79214ca 18-Mar-2015 Adam Cohen <adamcohen@google.com> Reducing method count by eliminating synthetic accessors

Elimates 304 methods based on dex analysis

The java compiler generates sythetic accessor methods for all private
fields, methods and contructors accessed from inner classes. By marking them
package-private and @Thunk instead, sythentic accessor methods are no
longer needeed. These annotated elements should be treated as private.

Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
d90e938db0523c13f0301ea8cbb2cef4cf044efc 30-Oct-2014 Sunny Goyal <sunnygoyal@google.com> Moving methods which update internal sets on a separate thread

Bug: 18152117
Change-Id: I5fccd203b5fe65e79dcc5aead6cb1cb6c3b622fe
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
acefecbff3141b43dc55fe18146cf842d1d4a8ae 19-Sep-2014 Sunny Goyal <sunnygoyal@google.com> Merge "Updating promise icon's bitmap and label when onBadgingChanged is received" into ub-now-porkchop
9448536b113afa6ceefce26604a1b44618d1d4f2 19-Sep-2014 Sunny Goyal <sunnygoyal@google.com> Adding support to delete unrestored icons and widgets

Bug: 17584719
Change-Id: If8e76fc80ea885c9004c50b7b6a9353525a50105
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
a22666f68151269853e7ab6ab696ee6361bac793 18-Sep-2014 Sunny Goyal <sunnygoyal@google.com> Updating promise icon's bitmap and label when onBadgingChanged is received

Bug: 17583799
Change-Id: I68b4f9d4086c43bd949ad8b46b574ec78edb32db
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
136882c1950da1e5f0a24a8b6807b186a3297d8e 17-Sep-2014 Sunny Goyal <sunnygoyal@google.com> Merge "Setting context in LauncherAppState before initialising it, as it can be called from a BroadcastReceiver" into ub-now-porkchop
5610fe72e01ac752153f58a3c9e615fcb997df35 16-Sep-2014 Sunny Goyal <sunnygoyal@google.com> Setting context in LauncherAppState before initialising it,
as it can be called from a BroadcastReceiver

Bug: 17519159
Change-Id: I0434a3d1c392e8861eb759d88942deaf98116c19
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
3d0854e4b8c0a6daaa80ac14c6bc7572a4e90916 10-Sep-2014 Dharmesh Mokani <mokani@google.com> Remove STOPSHIPs from GSA 4.0

Added stopships so that GSA won't crash on older L release.

Bug: 17443440
Change-Id: I792eb53d5021118bdb09c44ffae7a8286a0cd69b
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
393afd34566ba51f817c45a55305a9ac150d7f5b 11-Sep-2014 Dharmesh Mokani <mokani@google.com> Dogfood Crash Loop : Fixing crash loop by try and catch

Bug: 17467377
Change-Id: Idb2084339323b4953cbd6bbde2735f814fb75a76
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
f9847b9bd3e5286fe10667ec12dab5b4c43355fa 06-Sep-2014 Dharmesh Mokani <mokani@google.com> Launcher change corresponding to platform change.

Here is platform change : ag/540450

Added try catch block so the APK works on older builds as well.

Bug: 17390424
Change-Id: Id5731c65f036e35b71aa74ce6d8ae031107ed60b
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.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/compat/PackageInstallerCompatVL.java
800a4f217a5b0b7817a70a24974fc13d6b7e4591 18-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Fixing class name change in sdk

Change-Id: Id905f8742d39347cd66e5e79931e1dccdd406126
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
65c6011d0954223c14a0e6127cf307c18f7c2c0d 09-Aug-2014 Sameer Padala <sxp@google.com> Update code so it compiles on google3

Change-Id: I76c6a5264585c8ad4ded22501d2e2ee1672308c3
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java
e755d469d40b95e763a9dcb67d0e4f511d1948dd 22-Jul-2014 Sunny Goyal <sunnygoyal@google.com> Implementing a package install progress listener for L

issue: 15835307

Change-Id: I71aaea087963f2e0e1206447190cbe23c174057d
/packages/apps/Launcher3/src/com/android/launcher3/compat/PackageInstallerCompatVL.java