summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Trebuchet: Make workspace layout configurable by prebundled mcccretin452016-05-111-1/+48
* Trebuchet : Update default workspace for dialerRichard MacGregor2016-04-261-1/+6
* Trebuchet: Fix some issues with the DB upgrade pathcretin452016-03-151-14/+21
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-4/+17
* Trebuchet: Add Snap to hotseatMichael Bestas2016-01-081-0/+6
* Trebuchet: Add migration for new messaging appcretin452015-12-221-15/+16
* Trebuchet: Add DB migrationcretin452015-12-091-6/+165
* Re-Implementation of hidden foldersVineet Patil2015-11-301-2/+6
* Restoring provider behavior for reloading app on old devicesSunny Goyal2015-09-091-4/+16
* Version code cleanupSunny Goyal2015-08-171-1/+1
* Reloading launcher whenever there is an external update to contentprovider, i...Sunny Goyal2015-08-131-13/+16
* Homescreen migration from a larger grid to a smaller grid.Sunny Goyal2015-07-311-1/+1
* Fixing shortcuts not getting migrated to app iconsSunny Goyal2015-07-131-1/+1
* Fixing backup restoreSunny Goyal2015-06-251-1/+1
* Merge "Deleting empty folders based on DB state" into ub-launcher3-burnabySunny Goyal2015-06-181-0/+37
|\
| * Deleting empty folders based on DB stateSunny Goyal2015-06-121-0/+37
* | Fixing nullpointer when creating new DBSunny Goyal2015-06-161-13/+13
* | Removing ContentObserver in launcherSunny Goyal2015-06-161-23/+22
|/
* Using content provider to update launcher settingsSunny Goyal2015-06-121-0/+34
* Code cleanupSunny Goyal2015-06-051-2/+0
* Removing some synthetic method creationSunny Goyal2015-06-021-2/+2
* Refactoring DeviceProfileAdam Cohen2015-05-211-6/+6
* Icons are not updated to TYPE_APPLICATION during restoreSunny Goyal2015-05-211-3/+10
* Prevent work folder creation when launcher is upgraded.Sunny Goyal2015-05-121-2/+8
* Removing LauncherProvider dependency from LauncherSettingsSunny Goyal2015-04-171-2/+2
* Deduping shortcuts to app-shortcuts if they have a valid intentSunny Goyal2015-04-101-3/+62
* Adding nullcheck when getting app restrictionsSunny Goyal2015-04-061-1/+4
* Removing ContentObserver from LauncherModel, and calling reloadSunny Goyal2015-04-011-12/+14
* Configuration of workspace through app restrictionsSunny Goyal2015-03-271-6/+47
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-8/+9
* Adding sort switch in FolderPagedViewSunny Goyal2015-03-171-22/+21
* Merge "Refactoring max id logic to a common method" into ub-launcher3-burnabySunny Goyal2015-03-091-36/+23
|\
| * Refactoring max id logic to a common methodSunny Goyal2015-03-041-36/+23
* | am c6c8fef3: Clearing DB if necessary, when applying the default layoutSunny Goyal2015-03-051-0/+4
|\ \ | |/ |/|
| * Clearing DB if necessary, when applying the default layoutSunny Goyal2015-03-041-0/+4
* | Merge "Setting workspace id as primary key" into ub-launcher3-burnabySunny Goyal2015-03-021-4/+57
|\ \
| * | Setting workspace id as primary keySunny Goyal2015-02-271-4/+57
* | | am e72f3d53: Fixing wronk rowID check.Sunny Goyal2015-03-021-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fixing wronk rowID check.Sunny Goyal2015-03-021-1/+1
| * DO NOT MERGE: Setting workspace id as primary keySunny Goyal2015-02-251-3/+58
* | Merge "Removing code for the unused 'upgrade path'" into ub-launcher3-masterSunny Goyal2015-02-121-21/+2
|\ \
| * | Removing code for the unused 'upgrade path'Sunny Goyal2015-02-111-21/+2
* | | am c87775d8: Fixing rank migration code to handle null values correctly.Sunny Goyal2015-02-111-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fixing rank migration code to handle null values correctly.Sunny Goyal2015-02-101-1/+2
* | am a258f812: Modify strict mode thread policy for LauncherProvider.Nilesh Agrawal2015-01-261-1/+1
|\|
| * Modify strict mode thread policy for LauncherProvider.Nilesh Agrawal2015-01-261-1/+1
* | am fde11852: Add strict mode exception in LauncherProvider.Nilesh Agrawal2015-01-211-0/+3
|\|
| * Add strict mode exception in LauncherProvider.Nilesh Agrawal2015-01-211-0/+3
* | Changing DB upgrade path to use swith case statement.Sunny Goyal2015-01-211-104/+86
|/
* Adding a rank column for itemInfoSunny Goyal2015-01-131-2/+46