summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherProvider.java
Commit message (Expand)AuthorAgeFilesLines
* resolve merge conflicts of b171e5675b to ub-launcher3-calgary.Sunny Goyal2016-01-291-0/+3
|\
| * Adding a method to throttle backup manager callsSunny Goyal2016-01-291-0/+3
* | Adding support for migrating the grid between any two valid screens sizes.Sunny Goyal2016-01-201-15/+43
* | resolve merge conflicts of ffa1237698 to ub-launcher3-master.Sunny Goyal2015-12-181-1/+1
|\|
| * Using SharedPrefenrece.apply instead of commit to prevent disk IO on main threadSunny Goyal2015-12-171-2/+1
* | resolve merge conflicts of e5ef3d2e9b to ub-launcher3-master.Sunny Goyal2015-12-101-14/+2
|\|
| * Clearing DB instead of deleting the DB file.Sunny Goyal2015-11-301-8/+1
* | Moving DB creation to background threadSunny Goyal2015-12-081-43/+54
* | resolve merge conflicts of 7bce5f7988 to ub-launcher3-master.Sunny Goyal2015-11-241-0/+4
|\|
| * Tying LauncherAppState lifecycle with LauncherProviderSunny Goyal2015-11-241-0/+4
* | Making all provider calls using content resolver.Sunny Goyal2015-10-201-34/+51
* | resolve merge conflicts of fe3db428ab to ub-launcher3-master.Sunny Goyal2015-10-201-20/+7
|\|
| * Refactoring getPreferenceKey methodSunny Goyal2015-10-201-20/+7
* | am 6fb929e0: Verifying that the table was successfully created during initial...Sunny Goyal2015-10-071-42/+62
|\|
| * Verifying that the table was successfully created during initialzationSunny Goyal2015-10-061-42/+62
* | Adding some information in bug reportsSunny Goyal2015-10-011-16/+7
* | am c74e4197: Restoring provider behavior for reloading app on old devices >...Sunny Goyal2015-09-091-4/+16
|\|
| * Restoring provider behavior for reloading app on old devicesSunny Goyal2015-09-091-4/+16
* | resolved conflicts for merge of 9fc953b9 to ub-launcher3-masterSunny Goyal2015-08-171-1/+1
|\|
| * Version code cleanupSunny Goyal2015-08-171-1/+1
* | Removing some eclipse warningsSunny Goyal2015-08-171-7/+0
|/
* 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