summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/provider
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix bug where we incorrectly change the default profile id of the data...Sunny Goyal2019-09-031-6/+0
|\
| * Fix bug where we incorrectly change the default profile id of the database.Jon Miranda2019-08-301-6/+0
* | Moving some utilities methods to separate classSunny Goyal2019-07-172-8/+7
|/
* Ensure app widget ids are restored after database is sanitized.Jon Miranda2019-05-141-3/+37
* Fix SDK check to use Utilities.ATLEAST_Q.Jon Miranda2019-05-081-1/+1
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-3/+3
* Make QSB_ON_FIRST_SCREEN a boolean.Jon Miranda2019-03-151-1/+1
* Add launcher support for restoring work profile items onto workspace.Jon Miranda2019-03-071-18/+109
* Adding support for backing up favorites tableSunny Goyal2019-01-033-11/+22
* Bye bye workspace screens tableSunny Goyal2018-12-102-82/+43
* Changing the format for device profile definitionSunny Goyal2018-12-071-8/+8
* Make flags UI available on release build of launcherRyan Lothian2018-10-151-1/+1
* Converting long item IDs to intSunny Goyal2018-10-084-36/+39
* Groundwork for runtime-toggleable feature flagsRyan Lothian2018-10-081-1/+1
* Retiring some feature flagsSunny Goyal2018-07-101-3/+0
* Some launcher3 fixes so that it compiles with different configurationsSunny Goyal2018-05-301-0/+2
* Fixing widget id restore broadcast.Sunny Goyal2017-07-121-1/+1
* Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-091-13/+11
* Adding a utility method for getting device prefsSunny Goyal2017-06-081-5/+2
* Adding support for DB downgradeSunny Goyal2017-05-091-0/+2
* Simplifying some DB managed logicSunny Goyal2017-04-192-27/+42
* Minor Refactoring only: no functional changeMario Bertschler2017-03-281-2/+0
* Separating the config and flags in different directories so thatSunny Goyal2017-03-071-5/+5
* Clean up around 1) Log.VERBOSE and 2) dumpHyunyoung Song2017-02-011-8/+2
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-112-6/+5
* Adding some logging around launcher restoreSunny Goyal2017-01-092-0/+4
* Removing static access to Context through LauncherAppStateSunny Goyal2016-12-291-3/+4
* No more UserHandleCompatSunny Goyal2016-12-151-2/+1
* Code sanitizationHyunyoung Song2016-10-061-1/+1
* Adding a debug flag to prevent broken downlodas from getting removed duringSunny Goyal2016-08-291-5/+15
* Fixing the hotseat import logicSunny Goyal2016-08-241-10/+21
* Adding logic to pull in workspace data from another Launcher3 basedSunny Goyal2016-07-091-0/+451
* Removing Key-Value pair backup logic as Launcher now uses full-data backupSunny Goyal2016-06-231-2/+3
* Adding a DB update path to handle the QSB position changeSunny Goyal2016-06-152-0/+230
* Executing the DB migration during startup instead of restore.Sunny Goyal2016-06-081-0/+137