summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/AppWidgetsRestoredReceiver.java
AgeCommit message (Expand)Author
2023-12-12Adds more in depth logging of Launcher restore functionalityCharlie Anderson
2023-10-23Adds unit tests for AppWidgetsRestoredReceiverCharlie Anderson
2023-09-20Make sure to set Launcher restore pending as false after setting in RestoreDb...Charlie Anderson
2023-09-13Revert "Move AppWidgetsRestoredReceiver methods to enable adding tests for re...Alex Chau
2023-08-28Move AppWidgetsRestoredReceiver methods to enable adding tests for restoring ...Charlie Anderson
2023-05-23Add additional logs for widget restorationSihua Ma
2023-05-13Revert "Revert "Revert "Revert "Revert "Revert "Changing GridMigrationTask to...Sunny Goyal
2023-05-12Add logs for deleting widget during restorationSihua Ma
2023-05-11Revert "Revert "Revert "Revert "Revert "Changing GridMigrationTask to use Mod...Sunny Goyal
2023-05-10Revert "Revert "Revert "Revert "Changing GridMigrationTask to use ModelDbCont...Sunny Goyal
2023-05-06Revert "Revert "Revert "Changing GridMigrationTask to use ModelDbController d...Sunny Goyal
2023-05-05Revert "Revert "Changing GridMigrationTask to use ModelDbController directly""Sunny Goyal
2023-05-04Revert "Changing GridMigrationTask to use ModelDbController directly"Charlie Anderson
2023-05-03Changing GridMigrationTask to use ModelDbController directlySunny Goyal
2023-04-14Moving ModelDbController from LauncehrProvider to LauncherModelSunny Goyal
2023-04-12Removing remaining code around ENABLE_DATABASE_RESTORESunny Goyal
2023-03-09Use app widget host instead of holder to get rid of deleteHostSihua Ma
2022-11-16Move LauncherWidgetHolder to widget packageSihua Ma
2022-11-16Move most of the functions in LauncherAppWidgetHost to LauncherWidgetHolderSihua Ma
2021-03-01Move widget files into widget folder + add tests.Yogisha Dixit
2020-11-20fix the issue widget id wasn't being migrated in backupPinyao Ting
2020-10-28fix the issue widget id can be wrong after restorePinyao Ting
2020-04-09Moving model data structures to a separate fileSunny Goyal
2019-12-11Removing static instances of UserManagerCompat and AppWidgetManagerSunny Goyal
2019-09-12Removing flag overrides. All flags should be defined as togglable flags instead.Sunny Goyal
2019-07-30Fix bug where work profile widgets are restored with main profile provider.Jon Miranda
2019-05-14Ensure app widget ids are restored after database is sanitized.Jon Miranda
2018-08-14Migrating to android-xSunny Goyal
2017-07-21Adding A feature flag to disable widgets and a corresponding buildSunny Goyal
2017-07-12Fixing widget id restore broadcast.Sunny Goyal
2017-06-06Moving LoaderTask to a separate class fileSunny Goyal
2017-02-22Simplifying Model data load state managementSunny Goyal
2017-01-11Fixing AppWidgetsRestoredReceiver updating model on UI threadSunny Goyal
2017-01-10Refactoring some loadWorkspace logic in a separate classSunny Goyal
2016-03-18Deleting the unrestored widget id synchronouslySunny Goyal
2015-09-23Using custom threadpool executor instead of the one defined in AsyncTaskSunny Goyal
2015-08-14Disabling auto restore of widgets.Sunny Goyal
2015-04-01Removing ContentObserver from LauncherModel, and calling reloadSunny Goyal
2014-08-08Adding support to restore widgets even for jelly beans.Sunny Goyal
2014-07-29Modify code so it compiles on google3Sameer Padala
2014-07-21Adding app widget restore support in Launcher3 for android LSunny Goyal