summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherBackupHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Removing icon_type columnSunny Goyal2016-05-111-30/+20
* Changing the widget loading strategySunny Goyal2016-03-091-11/+14
* Adding support for migrating the grid between any two valid screens sizes.Sunny Goyal2016-01-201-5/+4
* Merge "Extending the grid migration logic to handle density changes" into ub-...Sunny Goyal2016-01-071-2/+2
|\
| * Extending the grid migration logic to handle density changesSunny Goyal2016-01-061-2/+2
* | Adding a .nano prefix in the proto package nameSunny Goyal2016-01-061-9/+9
|/
* Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-181-6/+2
* Disabling home screen migration logicSunny Goyal2015-08-111-1/+3
* Homescreen migration from a larger grid to a smaller grid.Sunny Goyal2015-07-311-15/+39
* Adding rank column in backupSunny Goyal2015-07-221-3/+12
* Merge "Shifting hotseat icons to aling with all-apps icon, if the hotseat siz...Sunny Goyal2015-07-211-2/+16
|\
| * Shifting hotseat icons to aling with all-apps icon, if the hotseatSunny Goyal2015-07-201-2/+16
* | Resizing the bitmap before caching it in the DBSunny Goyal2015-07-201-4/+5
|/
* Adding minSpanX and minSpanY for all the launcher widgetsSunny Goyal2015-07-171-7/+19
* Fixing backup restoreSunny Goyal2015-06-251-22/+25
* Fixing crash in restoreSunny Goyal2015-06-051-41/+20
* Removing some synthetic method creationSunny Goyal2015-06-021-5/+5
* Refactoring DeviceProfileAdam Cohen2015-05-211-64/+40
* Using utility method for serializing bitmapSunny Goyal2015-04-281-19/+5
* Removing ContentObserver from LauncherModel, and calling reloadSunny Goyal2015-04-011-1/+1
* Rewrite: Widget preview loader logicSunny Goyal2015-03-201-8/+6
* Don't clobber widgets with the same component.Robin Lee2015-03-191-3/+6
* Cleaning up widget preview loaderSunny Goyal2015-03-181-3/+3
* Updating IconCache to maintain a persistent of iconsSunny Goyal2015-02-261-6/+19
* Replacing hotseat icon to an appropriate system appSunny Goyal2015-01-221-5/+112
* Avoiding writing the Metadata in the backup if nothing was changed in the backupSunny Goyal2015-01-161-8/+24
* Adding a rank column for itemInfoSunny Goyal2015-01-131-2/+2
* Merge "Supporting custom widgets provided by launcher" into ub-now-masterAdam Cohen2014-12-061-14/+2
|\
| * Supporting custom widgets provided by launcherAdam Cohen2014-12-051-14/+2
* | Don't try to create an app state instance during restore.Chris Wren2014-11-241-10/+3
|/
* Failing restore, if we have an item outside screen boundsSunny Goyal2014-10-291-15/+62
* Updating backup restore logicSunny Goyal2014-10-281-11/+77
* Refactoring LauncherBackupHelper.javaSunny Goyal2014-10-231-390/+222
* Resetting launcherProvider data if restore set was emptySunny Goyal2014-09-281-4/+2
* Fixing loadWorkspace being called multiple timesSunny Goyal2014-09-261-1/+1
* Adding support for managed profiles in widgetSunny Goyal2014-08-201-26/+21
* Updating the ui for widget restore flowSunny Goyal2014-08-121-0/+3
* Adding support to restore widgets even for jelly beans.Sunny Goyal2014-08-081-8/+13
* Log the component name for restored icons.Chris Wren2014-05-231-0/+1
* Reset profile ids when backing up / restoring favorites.Kenny Guy2014-05-131-3/+14
* Fix missing space in select statement in backup helper.Kenny Guy2014-05-091-10/+23
* Launcher3 multi-profile supportKenny Guy2014-04-301-4/+11
* also backup icon assets for shortcuts.Chris Wren2014-03-131-1/+2
* skip backup if launcher is in a bad stateChris Wren2014-02-271-10/+32
* use restored icon for restored app shortcutsChris Wren2014-02-141-20/+45
* Fix deprecated EMPTY_ARRAY usage (nanoprotos).Mac Duy Hai2014-02-051-2/+2
* handle shortcut restore for missing packagesChris Wren2014-01-271-0/+4
* rationalize launcher backup loggingChris Wren2014-01-151-42/+49
* Merge "restore app favorites and screens" into jb-ub-now-kermitDan Sandler2014-01-151-8/+77
|\
| * restore app favorites and screensChris Wren2014-01-141-8/+77