index
:
Project-1CE/packages_apps_Launcher3
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
launcher3
/
model
/
UserLockStateChangedTask.java
Age
Commit message (
Expand
)
Author
2020-07-10
Creating a common method to iterate over all model items.
Sunny Goyal
2020-04-09
Moving model data structures to a separate file
Sunny Goyal
2020-04-09
Fix the issue "Turn on work profile?" dialog not displayed for
Pinyao Ting
2020-02-06
Various icon cache fixes
Sunny Goyal
2020-01-02
Removing static reference of deep shortcut manager
Sunny Goyal
2019-12-11
Removing static instances of UserManagerCompat and AppWidgetManager
Sunny Goyal
2019-10-28
Storing BitmapInfo instead of icon and color directly in itemInfo
Sunny Goyal
2019-07-25
Separating apps list callback from model callback and simplifying various events
Sunny Goyal
2019-07-17
Removing global state from DeepShortcutManager
Sunny Goyal
2019-04-22
Removing ShortcutInfoCompat and directly using ShortcutInfo
Sunny Goyal
2019-04-16
ShortcutInfo renamed to WorkspaceItemInfo
Sunny Goyal
2019-01-29
Changing min sdk to 25
Sunny Goyal
2018-11-30
Fixing shortcut icons are not getting correct color extraction.
Sunny Goyal
2018-10-22
Deepshortcuts - only keep the per package shortcut count in memory.
Zak Cohen
2018-10-19
Setup make icon-loader library
Hyunyoung Song
2018-09-26
Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package
Hyunyoung Song
2018-01-09
Making LauncherIcons thread safe
Sunny Goyal
2018-01-03
Dominant color is part of icon cache
Sunny Goyal
2017-10-31
Moving various runtime flags into the common base class.
Sunny Goyal
2017-08-17
Simplifying some package matching code by using common itemInfo mathcher
Sunny Goyal
2017-07-28
Use deep shortcuts' icons as a fallback when updating
Tony
2017-06-08
Adding support for loading workspace in the absence of Launcher.
Sunny Goyal
2017-03-28
Minor Refactoring only: no functional change
Mario Bertschler
2017-02-16
Separating methods for updating the model to a sepatate class.
Sunny Goyal
2017-01-18
Moving icon generation out of ShortcutInfo constructor so that it
Sunny Goyal
2017-01-03
Simplifying IconCache access code
Sunny Goyal
2016-12-15
No more UserHandleCompat
Sunny Goyal
2016-11-21
Changing DeepShortcutManager to have a singleton contructor instead
Sunny Goyal
2016-11-09
Moving various runnables in LauncherModel to individual tasks
Sunny Goyal