summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherBackupAgentHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Clearing DB before restore starts.Sunny Goyal2015-09-271-6/+16
| | | | | Bug: 18362052 Change-Id: Ic4faf04db2f76c0c434907f1c41c8b708283eeb7
* Updating backup restore logicSunny Goyal2015-09-271-23/+11
| | | | | | | | | | | | | | | > Adding DeviceProfile information in the backup > Removing SharedPreference backup > Adding helper methods to abort backup in the middle > Comparing keys against the backup journal during restore to avoid restoring corrupt/lost entries > Old backups are still compatible, but lost keys verification will be ignored in that case. Bug: 17937935 Bug: 17951775 Bug: 17260941 Change-Id: Iad48646cfdd69abaff5c163b2055f3b8a9b39b19
* Disabling restore for below L devicesSunny Goyal2015-09-271-0/+6
| | | | Change-Id: I262f52e88421637e0d50c048f6d53c6b5754da4e
* Resetting launcherProvider data if restore set was emptySunny Goyal2014-09-281-3/+23
| | | | | Bug: 17332300 Change-Id: I6d2187cd1b1fa7a53e49b96eb109263f6b74b258
* enable restore by default in master (for 3.7)Chris Wren2014-06-271-1/+1
| | | | Change-Id: I3f64a9248602925c17d2e89295f02cbe64160a6a
* disable launcher restore by default, for nova launchChris Wren2014-05-291-1/+1
| | | | Change-Id: I54aa2de71f8fcc660922a59ff280ae141e066f73
* enable launcher restore by defaultChris Wren2014-03-111-1/+1
| | | | | | | shortcuts are wroking, widgets are todo Bug: 10778992 Change-Id: I938b6d6ba5b68769628337955a17badaece1433f
* rationalize launcher backup loggingChris Wren2014-01-151-1/+4
| | | | | | | | | enough data to debug dogfood issues easy switch to move to quieter production mode common switch across all three classes Bug: 12545310 Change-Id: Icb4ad7174f20884c6993140149db590d66f6e006
* hide launcher restore behind a flag.Chris Wren2014-01-131-3/+12
| | | | | | | | enable with 'adb shell settings put secure launcher_restore_enabled 1' before signing into wiped device Bug: 12532845 Change-Id: I1471c39dac2e6e1412f7720b1ba8edf46273c593
* backup launcher preferencesChris Wren2013-12-031-0/+16
| | | | | Bug: 11267816 Change-Id: I12a32477164fe2205bc8cb02e0a23c561a7f9189
* move to backup helper architectureChris Wren2013-10-071-0/+46
add journals to DecoderRing, for backup debugging Bug: 10778984 Change-Id: I38e93853c05f72468b3800c172b96effc70a63e0