summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-0/+19
|\
| * Don't back up / restore EAP network definitionsChristopher Tate2015-12-101-0/+19
* | SettingsBackupAgent : Filter out cm settings on restorationDanesh M2015-11-171-0/+33
* | Wifi: Maintain configKey generation logic same in backup agentNalla Kartheek2015-10-061-4/+4
|/
* Fix wifi disable during restoreChristopher Tate2015-08-071-16/+49
* Wait a bit longer for wifi to shut down before rewriting the configChristopher Tate2015-08-071-2/+4
* Require explicit userId in LockPatternUtilsAdrian Roos2015-04-281-2/+3
* Notification listener backup & restoreChristopher Tate2015-03-161-9/+3
* Backup/restore owner info from locksettingsAmith Yamasani2015-02-181-4/+108
* am 32f216c3: am 8cd95aba: am 56238eaa: am 129ea76a: Fix wifi AP backupChristopher Tate2015-02-181-0/+1
|\
| * Fix wifi AP backupChristopher Tate2015-02-171-0/+1
* | Rewrite of the settings provider.Svetoslav2015-02-111-10/+9
* | am a97fe138: Merge "Exclude ephemeral networks from wifi backup" into lmp-mr1...Christopher Tate2015-01-091-29/+105
|\ \ | |/
| * Exclude ephemeral networks from wifi backupChristopher Tate2015-01-081-29/+105
* | Buffer SettingsBackupAgent checksum writesMarvin Paul2014-12-161-1/+1
|/
* Always give wifi a chance to quiet down during restoreChristopher Tate2014-09-191-2/+2
* Allow for a configurable WiFi restore bounce delayEvan Charlton2014-01-151-1/+5
* Merge "Don't restore EAP-TLS networks from backup" into klp-devVinit Deshapnde2013-09-121-0/+14
|\
| * Don't restore EAP-TLS networks from backupVinit Deshapnde2013-09-061-0/+14
* | Backup and restore ringtone and notification ringtoneAmith Yamasani2013-09-101-1/+3
|/
* Need to explicitly disable scan-always when turning off wifiChristopher Tate2013-06-101-0/+14
* Defer wifi bounce following restore for 1 minute...Christopher Tate2012-10-091-41/+80
* Fix settings restoreChristopher Tate2012-10-051-2/+4
* Settings (and general) restore fixesChristopher Tate2012-10-041-2/+8
* Make settings backup/restore work in the new multi-user worldChristopher Tate2012-10-021-27/+75
* Log all individual settings restoredChristopher Tate2012-09-071-1/+1
* Merge restored wifi APs, don't overwriteChristopher Tate2012-05-151-10/+161
* Fetch WifiManager instance at the time of useIrfan Sheriff2012-04-271-0/+5
* Fix Cursor leak in SettingsBackupAgent.Jeff Brown2011-10-091-5/+10
* Settings are restored in alphabetical order rather in order of dependency.Svetoslav Ganov2011-09-211-121/+125
* Support full-backup encryption and global backup passwordChristopher Tate2011-07-281-5/+11
* Make full backup API available to appsChristopher Tate2011-07-061-53/+56
* Fix settings restore even harderChristopher Tate2011-06-281-1/+6
* Fix settings restoreChristopher Tate2011-06-241-1/+6
* Restore from a previous full backup's tarfileChristopher Tate2011-06-011-33/+119
* Full local backup infrastructureChristopher Tate2011-05-101-10/+45
* Backup and restore IP and proxy settingsIrfan Sheriff2011-03-101-15/+91
* More cleanups from CloseGuard reports.Brad Fitzpatrick2010-11-171-4/+15
* API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate2010-03-291-2/+2
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-3/+3
* Turn off the last of the STOPSHIP verbose debuggingChristopher Tate2009-09-301-1/+0
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-301-1/+1
* Don't restore any setting that we don't think should be backed upChristopher Tate2009-09-221-14/+25
* Don't back up / restore certain sync-related settingsChristopher Tate2009-09-181-15/+19
* Don't backup/restore telephony material from secure settingsChristopher Tate2009-09-111-0/+24
* Save and restore partial supplicant data, not the whole file.Amith Yamasani2009-09-111-39/+51
* Bluetooth: API change.Nick Pelly2009-08-181-2/+2
* Change WIFI keyChristian Sonntag2009-08-071-2/+7
* Retain state of wifi connection after restoreChristian Sonntag2009-08-071-3/+10
* Restore audio settings and wifi.Amith Yamasani2009-07-091-22/+83