summaryrefslogtreecommitdiffstats
path: root/libs/utils/BackupData.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-301-1/+1
| | | | | | | The core logging in BackupManagerService and in the Google backup transport are still enabled at this point. Change-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a
* Clear the device's data from the transport when backup is disabledChristopher Tate2009-09-241-1/+2
| | | | | | | | | | | | | | | | Turning off backup in the Settings UI constitutes an opt-out of the whole mechanism. For privacy reasons we instruct the backend to wipe all of the data belonging to this device when the user does this. If the attempt fails it is rescheduled in the future based on the transport's requestBackupTime() suggestion. If network connectivity changes prompt the transport to indicate a backup pass is appropriate "now," any pending init operation is processed before the backup schedule is resumed. The broadcasts used internally to the backup manager are now fully protected; third party apps can neither send nor receive them. (Also a minor logging change; don't log 'appropriate' EOF encountered during parsing of a backup data stream.)
* Only restore the bits for wallpapers that aren't built in.Joe Onorato2009-07-291-1/+6
|
* Fix the IOException in wallpaper restore -- the padding isn't required at ↵Joe Onorato2009-07-281-2/+13
| | | | the end.
* Need to skip the padding after reading.Joe Onorato2009-07-151-3/+5
| | | | | m_dataEndPos points to the end of the data, not the beginning of the next entity.
* Better (and less) logging from backup.Joe Onorato2009-06-261-1/+4
|
* Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-3/+18
| | | | | because they'll always go in the same order, and this lets us not have to write headers to keep them paired.
* backup stuffJoe Onorato2009-06-181-23/+32
|
* FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-171-4/+4
|
* checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-161-134/+17
|
* Add RestoreFileHelper, BackupDataInput, and add java wrappers for the ↵Joe Onorato2009-06-121-1/+1
| | | | methods on BackupDataOutput.
* rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-0/+439