summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherBackupHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* use restored icon for restored app shortcutsChris Wren2014-06-071-22/+26
| | | | | Bug: 10778992 Change-Id: Ie430a6587d49dc0d78b87b81582c0cef7c281017
* handle shortcut restore for missing packagesChris Wren2014-06-071-0/+4
| | | | | Bug: 10778992 Change-Id: I8766b8d4dd9c0269d52a7ec3da58dd408bc5f09f
* skip backup if launcher is in a bad stateChris Wren2014-06-061-8/+50
| | | | | Bug: 13153542 Change-Id: I4312ebd200e8e652ef841f54301981c2a486b726
* Fix deprecated EMPTY_ARRAY usage (nanoprotos).Mac Duy Hai2014-06-061-2/+2
| | | | | | Newer nanoproto compiler discourages the use of this. Change-Id: Ic27a6d15f2892bb49df3100147c086a2bce20fd4
* rationalize launcher backup loggingChris Wren2014-06-061-42/+49
| | | | | | | | | 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
* search for a valid journalChris Wren2014-06-061-19/+33
| | | | | | | | there are too many bytes, so we need to find the valid subset, without stepping past the end! Bug: 12489602 Change-Id: Ic9d7c804c199740ff50d0864f99632ae68619369
* restore app favorites and screensChris Wren2014-06-061-8/+77
| | | | | | | version 0: restore assuming apps are already installed. Bug: 10779035 Change-Id: I7f9aa418a7d3d5460a79a229c0fbc80305b5eb5c
* hide launcher restore behind a flag.Chris Wren2014-06-061-1/+4
| | | | | | | | enable with 'adb shell settings put secure launcher_restore_enabled 1' before signing into wiped device Bug: 12532845 Change-Id: I1471c39dac2e6e1412f7720b1ba8edf46273c593
* backup keys that might have slipped pastChris Wren2014-06-061-4/+6
| | | | | | | seems a little paranoid, but can't hurt. Bug: 12455866 Change-Id: If9da4cc021ee4fac32c822a91fabda69bf3ff8aa
* first backup should save things from the beginning of timeChris Wren2014-06-061-2/+2
| | | | | Bug: 12455866 Change-Id: Ie9a97ed4110e7b1ded21f609179b5d6ee7f0ead5
* backup launcher preferencesChris Wren2014-06-061-0/+2
| | | | | Bug: 11267816 Change-Id: I12a32477164fe2205bc8cb02e0a23c561a7f9189
* move to backup helper architectureChris Wren2013-10-071-0/+1016
add journals to DecoderRing, for backup debugging Bug: 10778984 Change-Id: I38e93853c05f72468b3800c172b96effc70a63e0