summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherBackupAgent.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding some logging around launcher restoreSunny Goyal2017-01-091-0/+8
| | | | | | | | > Also enabling fileLog when the device is debug build (even when launcher is not dogfood build) Bug: 30735662 Change-Id: Ieab2c962d57f6f7f972f8111070d4ecbef06b3e7
* Executing the DB migration during startup instead of restore.Sunny Goyal2016-06-081-107/+2
| | | | | | | This allows proper execution of DB.onUpgrade task if the app updates after the restore Change-Id: I4c40167b30e1d7040b3a38be70d834f7b215e540
* Adding full backup handler for launcher3Sunny Goyal2016-05-101-0/+133
| | | | | | Bug: 28302573 Change-Id: If0889a3b00b88b134b19d7f790159dfafdcdb004
* move to backup helper architectureChris Wren2013-10-071-1004/+0
| | | | | | | add journals to DecoderRing, for backup debugging Bug: 10778984 Change-Id: I38e93853c05f72468b3800c172b96effc70a63e0
* check the state of launcher before running a backup.Chris Wren2013-10-041-3/+13
| | | | | Bug: 11066273 Change-Id: Ie27a7cce4060f0bafedb06dbdb33fddf50a9cc48
* use PNG as the transport encoding for imagesChris Wren2013-10-041-5/+6
| | | | | Bug: 11077365 Change-Id: I0e57fcbcd93916eb04841d2abc9aeabbd40db575
* leave the padding on the backupkeysChris Wren2013-10-041-1/+1
| | | | | | | | this was self-consistent on the device, but the host tool treats lack of padding in a different way. Bug:10778984 Change-Id: I47f653a98f23ff0ce54218d100e0c8e2f92b67fa
* only backup widgets assets onceChris Wren2013-10-041-0/+1
| | | | | Bug: 10778984 Change-Id: I6736f8b699c7fc5669f966a8b25819ea380480ab
* add a proto decoder host utilityChris Wren2013-10-031-2/+9
| | | | | Bug: 10778984 Change-Id: I1c0203a3a5b3a3b1e565af387ccdfa92b53f8335
* backup widget assets.Chris Wren2013-10-031-6/+181
| | | | | Bug: 10778984 Change-Id: I842a88c517401fa4eb3798fd03e0fbc3634e3144
* backup launcher iconsChris Wren2013-10-021-142/+297
| | | | | | | | Only allow a small number of icons to be backed up in any given pass. Also refactor common code out of favorite and screen backups. Bug: 10778984 Change-Id: I54bc769c1d1c1c9087ea4bc58f258bd15c167aea
* add a backup agent.Chris Wren2013-09-241-0/+655
backup only, restore path is just debugging/verification. todo: restore path todo: additional asset backup for widgets and launcher items Bug: 10778984 Change-Id: I01aed4794a02f03daf21bca28f99cfbea90e4967