History log of /packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac9408a5cd7744a8dbc66a61114665ab6e4051de 18-Oct-2017 Mario Bertschler <bmario@google.com> Enable work profile tab in all apps.

This CL will bring two tabs to all apps: Personal and Work,
currently only if the user has a workfile set up and
behind a feature flag defaulting to disabled.

Bug: 68713881

Change-Id: Ib5a558281ef3593359db3ad593ee1d0cf279f547
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
6e13dd3aa867d01f3f1d196ac82eca184328577c 17-Aug-2017 Sunny Goyal <sunnygoyal@google.com> Simplifying some package matching code by using common itemInfo mathcher

Change-Id: Ib98d528391e19c0de3fe11304330dfa37710548c
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
3fe4a146cf774261ab3552dd8ab392439c771e54 16-Dec-2016 Sunny Goyal <sunnygoyal@google.com> Simplifying IconCache access code

Providing a way to access icon cache without LauncherAcitivtiyInfo.
This allows fetching LauncherActivityInfo only when required, thus
avoiding system RPC when the icon is already in cache.

Change-Id: I92918c7a0d0d0796e5f7b70d4ecb6787c52c6600
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
7c74e4ae641e76f73d74348e293c244a157f6585 16-Dec-2016 Sunny Goyal <sunnygoyal@google.com> No more UserHandleCompat

Bug: 32745285
Change-Id: I762fb4e268c1afe48a1860ab12a4ccb3f626aa95
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
40452cf468b44a4173338cc83000b4ad84860ebc 02-Sep-2016 Sunny Goyal <sunnygoyal@google.com> Using ItemInfoMatcher in place of similar interfaces and utility methods

Change-Id: I7337b819fe8f42f7a5a1481b5ed5d99a8cf583c4
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
fc02c1b446ee54561ac7351fb6ff0f8294785f0e 30-Aug-2016 Tony Wickham <twickham@google.com> Use promisedIntent instead of intent when deep shortcuts are restored.

This ensures that the intent has the package corresponding to the
shortcut publisher, rather than a market intent. It also ensures that
the intent has the EXTRA_SHORTCUT_ID attached.

Bug: 31123204

Change-Id: I05d56396b629880322e915f52bfc0605b921b0b1
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java
d3b87ef1963fb96177ca85bcd6a25879e27e419c 28-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Adding quiet mode support for shortcuts

> LauncherApps returns empty list when the user is locked. Not relying on
LauncherApps in this case
> When the user is locked, removing all dynamic shortcuts
> Loading shortcuts from DB when the user is locked
> Verifying the shortcuts again when the user is available

Bug: 30411561
Change-Id: Ib6eb372c5b009cadb86a8f6e781f3f3cbf787ceb
/packages/apps/Launcher3/src/com/android/launcher3/util/ItemInfoMatcher.java