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
/
AddWorkspaceItemsTask.java
Age
Commit message (
Expand
)
Author
2021-11-12
Fix LauncherProvider newScreenId issue
Andras Kloczl
2021-08-26
Two panel home empty page removing logic change
Andras Kloczl
2021-08-13
Remove widget panel
Alex Chau
2021-07-22
Removing UI dependency from LauncherModel in case of 2-panel layout
Sunny Goyal
2021-07-06
Fix icon adding issue on two panel home
Andras Kloczl
2021-06-25
Remove expensive logging.
Schneider Victor-tulias
2021-06-15
Skip item infos that fail session info verification.
Schneider Victor-tulias
2021-05-06
Updated launcher logging.
Schneider Victor-tulias
2021-04-22
Add logging for adding pending icons to the workspace.
Schneider Victor-tulias
2021-04-06
Add logging for adding pending icons to the workspace.
Schneider Victor-tulias
2021-01-12
Revert "Revert "Add UI updates for incremental app installs.""
Schneider Victor-tulias
2021-01-07
Revert "Add UI updates for incremental app installs."
Schneider Victor-tulias
2021-01-05
Add UI updates for incremental app installs.
Schneider Victor-tulias
2020-04-09
Moving model data structures to a separate file
Sunny Goyal
2019-12-11
Updating some non-final static objects
Sunny Goyal
2019-11-04
Add additional shortcutExists check to prevent same app from being auto added.
Jon Miranda
2019-11-04
Add additional shortcutExists check to prevent same app from being auto added.
Jon Miranda
2019-10-30
Merge "Fix bug where Files app keeps getting added to the workspace." into ub...
Jon Miranda
2019-10-30
Fix bug where Files app keeps getting added to the workspace.
Jon Miranda
2019-10-28
Storing BitmapInfo instead of icon and color directly in itemInfo
Sunny Goyal
2019-10-24
Add support for work profile promise icons.
Jon Miranda
2019-10-24
Fix work profile promise icon bugs.
Jon Miranda
2019-10-02
Removing static instance of LauncherAppsCompat and unnecessary wrapper classes
Sunny Goyal
2019-09-30
Removing static listeners from PackageInstallerCompat
Sunny Goyal
2019-08-22
Fix RequestPinItemTest, broken by my manual merge.
Jon Miranda
2019-08-22
Add support for adding promise icons for new install sessions by user.
Jon Miranda
2019-07-25
Separating apps list callback from model callback and simplifying various events
Sunny Goyal
2019-07-17
Moving some utilities methods to separate class
Sunny Goyal
2019-04-16
ShortcutInfo renamed to WorkspaceItemInfo
Sunny Goyal
2019-01-07
Fixing workspace screens not including page 0
Sunny Goyal
2018-12-10
Bye bye workspace screens table
Sunny Goyal
2018-10-08
Converting long item IDs to int
Sunny Goyal
2018-02-27
Deprecate work folder
Tony Mak
2017-10-06
Moving install queue updates to worker thread.
Sunny Goyal
2017-08-17
Fixing duplicate/inconsistent definitions for model and callbacks
Sunny Goyal
2017-06-14
Replace use of java.util.HashMap with android.util.ArrayMap in
Rajeev Kumar
2017-06-08
Adding support for loading workspace in the absence of Launcher.
Sunny Goyal
2017-05-22
Simplifying logic for managed for icon addition
Sunny Goyal
2017-03-28
Minor Refactoring only: no functional change
Mario Bertschler
2017-03-21
Enable Promise App Icon in All Apps.
Mario Bertschler
2017-02-16
Separating methods for updating the model to a sepatate class.
Sunny Goyal
2017-01-18
Adding support for requesting addition of shortcut/widget
Sunny Goyal
2017-01-12
Removing promiseIntent property from ShortuctInfo
Sunny Goyal
2016-12-15
No more UserHandleCompat
Sunny Goyal
2016-12-12
Adding support for app widgets in the InstallQueue
Sunny Goyal
2016-11-30
Moving ShortcutInfo creation in InstallShortcutReceiver to background thread
Sunny Goyal
2016-11-09
Moving various runnables in LauncherModel to individual tasks
Sunny Goyal