History log of /packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
19026b2527d01117171164d8c3d9c521884c980f 09-Mar-2018 Sunny Goyal <sunnygoyal@google.com> Using new APIs for disabling metaData table

Bug: 70863722
Change-Id: Ib6bb554212da2c5d5d23a51aa0eff52bae97bce1
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
740e90144adb9d4815015378acbff5cc1d8bf398 04-Apr-2017 Sunny Goyal <sunnygoyal@google.com> Adding support for dynamically change icon shape for AdaptiveIcons
am: ca18746163

Change-Id: Ic4c14ad1760930735a881926aac8b45efe0cdba0
ca18746163621211847a2f184d19a6b3e2b4a1c0 01-Apr-2017 Sunny Goyal <sunnygoyal@google.com> Adding support for dynamically change icon shape for AdaptiveIcons

> This would allow developers to verify their icon designs on different
device configurations
> This settings is only visible when developer settings is enabled

Change-Id: I7e32abfede001c134f23390734dcd39c93b68b9a
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
3d706ad70365052e3224fc4f4b0e7d1f5e8abf22 07-Mar-2017 Sunny Goyal <sunnygoyal@google.com> Separating the config and flags in different directories so that
it is easier to override one or the other

Bug: 36001650
Change-Id: I713f4f5dbcf902614ce9f6c7a73bdace7bdf1ea0
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
3c7d9cbb209107a8c8d41211beff7bf5af6fe285 31-Jan-2017 Hyunyoung Song <hyunyoungs@google.com> Clean up around 1) Log.VERBOSE and 2) dump
b/31772480

Note: in the follow up CL, I will add the dump result of the bgDataModel
to a proto

Change-Id: I5261cff0fb29cedd1dd772b8b15f67095ad5b967
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
ea383c312c57a65234bd7734903913aefa779184 18-Jan-2017 Hyunyoung Song <hyunyoungs@google.com> Changes required to use MaskableIconDrawable inside Launcher3
This CL will bake the legacy icons inside a grey background

Note: There will be follow up CL to change the color and shadow of the
legacy icon. The idea of this CL is to first test if MaskableIconDrawable
methods and class work properly.

Bug: 32063838
Bug: 33553066

Change-Id: I3d02e619fcb0cd9879baa22a025b5d95c829f26c
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
caa52918f17158ac779b6faab1735e87f0702e48 07-Oct-2016 Sunny Goyal <sunnygoyal@google.com> Using add/replace instead of update when updating an entry.

Update operation was not including version and updateTime columns
leading to a update operation getting called wheneven launcher loads.

Bug: 32004297
Change-Id: I5f1793633ce3bb72d5641a82502b3ba8b9cdff7d
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
bf67f3b1847c435bbaf19600ec7babbb9d4c7674 15-Mar-2016 Sunny Goyal <sunnygoyal@google.com> Creating database without localized collators on NYC and above

Android automatically creates and maintains a metaData table to
store the current device locale. This is used when fetching
sorted results. Since Laucher does not require string based
sorting on its tables, we can avoid unnecessary IO by disabling
this feature

Bug: 24608776
Change-Id: I8bbf5ca3abd505be95a85cfc99dd0438966575e9
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java
6f70936f7fb7cb45ef6a2a3d1019b6ecf3e49440 18-Dec-2015 Sunny Goyal <sunnygoyal@google.com> Preventing launcher crashes due to low disk space.

In case of low disk space, all write operations to the IconCache are
silently ignored. This will not affect the Launcher behavior and
user will still see the latest icons, but in some cases, icon loading
would appear slow

Bug: 24585352
Change-Id: I85ccc519046fc3708403388bba89e019a3f2ce3d
/packages/apps/Launcher3/src/com/android/launcher3/util/SQLiteCacheHelper.java