Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
a33bc9b65a799695bdf488ee87eb7c1b8b91ffbf
/
services
/
backup
4d1d7b5
Add custom Error Prone check for SDK comparisons.
by Jeff Sharkey
· 4 years, 9 months ago
f9c5bd8
Skip backup/restore of wallpaper package
by Ruslan Tkhakokhov
· 4 years, 9 months ago
7f87c19
Enforce BACKUP permission for BackupManager#excludeKeysFromRestore()
by Nikhar Agrawal
· 4 years, 9 months ago
c4d9e91
Add userId to log messages - DO NOT MERGE
by Al Sutton
· 4 years, 10 months ago
feebe81
Revert "Add feature flag for "no data" backup calls"
by Al Sutton
· 5 years ago
d5db369
Add debug logging when keys are blocked
by Al Sutton
· 5 years ago
88cb2d9
Merge "Get blocked restore keys directly from UserBMS"
by Ruslan Tkhakokhov
· 5 years ago
9de0b77
Get blocked restore keys directly from UserBMS
by Ruslan Tkhakokhov
· 5 years ago
72b16f6
Merge "Avoid warning logs on blocking Binder calls out of system_server to IBackupTransport"
by Chandan Nath
· 5 years ago
d153d5f
Avoid warning logs on blocking Binder calls out of system_server to IBackupTransport
by nathch
· 5 years ago
555e7c6
Add logging for error conditions when reading or writing backup enabled state.
by nathch
· 5 years ago
9e76d04
Stage 'android' package in PerformUnifiedRestoreTask
by Ruslan Tkhakokhov
· 5 years ago
89c5325
Add log when acquiring and releasing wakelock.
by nathch
· 5 years ago
27c64a3
Add feature flag for "no data" backup calls
by Al Sutton
· 5 years ago
7ab8dc3
Notify transports of empty K/V backups
by Al Sutton
· 5 years ago
f203e2a
Remove RunBackupReceiver
by nathch
· 5 years ago
6b19ce6
Remove unnecessary synchronized block
by nathch
· 5 years ago
179065b
Remove unused messages which are not sent from anywhere.
by nathch
· 5 years ago
b6798a7
Fix bad test for testGetUserForAncestralSerialNumber which was
by nathch
· 5 years ago
5d51c31
Dump information for all users running backup in backup dumpsys.
by nathch
· 5 years ago
e9388da
Handle uncaught exceptions in BackupHandler
by Ruslan Tkhakokhov
· 5 years ago
15d63e4
Replace com.android.internal.util.Preconditions.checkNotNull with
by Daulet Zhanguzin
· 5 years ago
eff34ec
Merge "Rename variable to avoid mis-labelling as a TODO comment"
by Al Sutton
· 5 years ago
e4df2f6
Merge "remove unused private fields and unnecessary TODOs"
by Chandan Nath
· 5 years ago
5e5a448
remove unused private fields and unnecessary TODOs
by nathch
· 5 years ago
1b8c06f
Rename variable to avoid mis-labelling as a TODO comment
by Al Sutton
· 5 years ago
84c99f3
Remove duplicate code in initializing transports
by nathch
· 5 years ago
79dc7ed
Merge "Do not try to do a restore at install if the user is not ready for backup."
by Carmen Agimof
· 5 years ago
4e55418
Do not try to do a restore at install if the user is not ready for backup.
by Carmen Agimof
· 5 years ago
d7f5fdb4
Pass excluded keys to the backup agent in onRestore
by Ruslan Tkhakokhov
· 5 years ago
d1b4b81
Fix NPE while reading leftover journals in BMS
by Ruslan Tkhakokhov
· 5 years ago
9e111f1
Add BackupManager#excludeKeysFromRestore()
by Ruslan Tkhakokhov
· 5 years ago
bae2e90
Add filegroups for services.* libraries
by Jiyong Park
· 5 years ago
004e85f
Route EncryptedLocalTransport KV backup/restore through encryption code
by Ruslan Tkhakokhov
· 5 years ago
07d5c5b
Revert "Route backup data through IntermediateEncryptingTransport"
by nathch
· 5 years ago
e778ed3
Route backup data through IntermediateEncryptingTransport
by nathch
· 5 years ago
52eba65
Add BackupEncryptionService which provides an IntermediateEncryptingTransport
by nathch
· 5 years ago
c5990e6
Add DelegatingTransport which delegates all transport methods to its delegate
by nathch
· 5 years ago
b85b36a
Move transport client code into its own lib
by nathch
· 5 years ago
e4accbe
Capture all exceptions rather than just IO ones.
by Al Sutton
· 5 years ago
ad52c6b
Move backup encryption to separate APK
by Al Sutton
· 5 years ago
15bf74c
Merge Trampoline and BMS
by Bernardo Rufino
· 5 years ago
aa03246
Move getServiceForUserIfCallerHasPermission() to Trampoline
by Bernardo Rufino
· 5 years ago
0948c30
Move dump() to Trampoline
by Bernardo Rufino
· 5 years ago
f410de0
Move adb backup/restore operations to Trampoline
by Bernardo Rufino
· 5 years ago
a83c2e0
Move restore operations to Trampoline
by Bernardo Rufino
· 5 years ago
b6bc6e2
Move backup operations to Trampoline
by Bernardo Rufino
· 5 years ago
7dedc86
Move settings operations to Trampoline
by Bernardo Rufino
· 5 years ago
0c8b84e
Move {get,set}AncestralSerialNumber() to Trampoline
by Bernardo Rufino
· 5 years ago
470f8be
Move updateTransportAttributes() to Trampoline
by Bernardo Rufino
· 5 years ago
b188863
Move more transport operations to Trampoline
by Bernardo Rufino
· 5 years ago
dd1fbf2
Move some transport operations to Trampoline
by Bernardo Rufino
· 5 years ago
ae1b0d8
Move backup agent operations to Trampoline.
by Bernardo Rufino
· 5 years ago
1cc1768
Move isAbleToServeUser() to Trampoline
by Bernardo Rufino
· 5 years ago
9b55bfb
Move start and stop of sub-systems to Trampoline
by Bernardo Rufino
· 5 years ago
99a06db
Merge "Move ACTION_USER_REMOVED broadcast receiver to Trampoline"
by TreeHugger Robot
· 5 years ago
7d04bfd
Move ACTION_USER_REMOVED broadcast receiver to Trampoline
by Bernardo Rufino
· 5 years ago
ce725e3
Merge "Move transport whitelist to Trampoline"
by Bernardo Rufino
· 5 years ago
e736756
Merge "Move sInstance to Trampoline"
by Bernardo Rufino
· 5 years ago
973194f
Move transport whitelist to Trampoline
by Bernardo Rufino
· 5 years ago
11b651c
Move sInstance to Trampoline
by Bernardo Rufino
· 5 years ago
038f7d6
Merge "Add stop method to backup handler thread."
by Chandan Nath
· 5 years ago
15bee2d
Add stop method to backup handler thread.
by nathch
· 5 years ago
d1df67e
Eagerly initialize BMS in Trampoline's constructor
by Bernardo Rufino
· 6 years ago
d222a61
Infer the activation state from the presence of a BackupManagerService.
by Al Sutton
· 6 years ago
66fa3fb
[Cleanup] Rename variable to match standards
by Al Sutton
· 6 years ago
a440552
replace "android" by PLATFORM_PACKAGE_NAME
by nathch
· 6 years ago
c255afd
Merge "remove unused code from PerformAdbRestoreTask"
by TreeHugger Robot
· 6 years ago
4c37ddb
remove unused code from PerformAdbRestoreTask
by nathch
· 6 years ago
77feda8
Merge "Ports over BackupStreamEncrypter and related classes."
by Bram Bonné
· 6 years ago
bfb4faa
Ports over BackupStreamEncrypter and related classes.
by Bram Bonné
· 6 years ago
3c870a7
Merge "remove unused code"
by Chandan Nath
· 6 years ago
eefaaa5
remove unused code
by nathch
· 6 years ago
8b8c2d6
Ports DecryptedChunkFileOutput and related classes.
by Bram Bonné
· 6 years ago
798a07f
Merge "Readable constant in BackupManagerConstants"
by TreeHugger Robot
· 6 years ago
3d460b9
Readable constant in BackupManagerConstants
by Bernardo Rufino
· 6 years ago
e0e4c82
Unsubscribe listeners when stopping UserBackupManagerService and remove unused code
by nathch
· 6 years ago
db31ab6
Set DEBUG_SCHEDULING to dalse by default
by Al Sutton
· 6 years ago
279a46b
Merge "Add dumpsys param to dump users running backup service" into qt-dev am: 1d6b6aea68
by Ruslan Tkhakokhov
· 6 years ago
1ee06b9
Merge "Add dumpsys param to dump users running backup service" into qt-dev
by Ruslan Tkhakokhov
· 6 years ago
e039932
Add dumpsys param to dump users running backup service
by Ruslan Tkhakokhov
· 6 years ago
991aa72
Merge "Add TEST_MAPPING for backup paths"
by Al Sutton
· 6 years ago
508181e
Add TEST_MAPPING for backup paths
by Al Sutton
· 6 years ago
a7fcdc9
Sync OWNERS files with AOSP
by Al Sutton
· 6 years ago
a050ab3
Merge "Restore can begin while clearing app data is in progress" into qt-dev am: c1da324980
by Ruslan Tkhakokhov
· 6 years ago
b5a044d
Merge "Restore can begin while clearing app data is in progress" into qt-dev
by Ruslan Tkhakokhov
· 6 years ago
2962171
Restore can begin while clearing app data is in progress
by Ruslan Tkhakokhov
· 6 years ago
9b6ae90
Re-add the logging to track when a backup transport is used which hasn't been initialised.
by Al Sutton
· 6 years ago
54db33f
Merge "Switch to HexEncoding from ByteStringUtils"
by TreeHugger Robot
· 6 years ago
b9cba44
Merge "BroadcastReceiver in UserBackupManagerService can crash system_server" into qt-dev am: 451e2d843d
by Ruslan Tkhakokhov
· 6 years ago
a92bb9f
Merge "BroadcastReceiver in UserBackupManagerService can crash system_server" into qt-dev
by Ruslan Tkhakokhov
· 6 years ago
451e2d8
Merge "BroadcastReceiver in UserBackupManagerService can crash system_server" into qt-dev
by Ruslan Tkhakokhov
· 6 years ago
8e1ea47
Merge "Fix KeyValueBackupTaskTest shadow errors" into qt-dev am: e6763f287b
by Annie Meng
· 6 years ago
13d6dca
Merge "Fix KeyValueBackupTaskTest shadow errors" into qt-dev am: e6763f287b
by Annie Meng
· 6 years ago
e2f8a0f
Lower log level for errors which are limited to the backup of a single package
by Al Sutton
· 6 years ago
599e9b3
Fix KeyValueBackupTaskTest shadow errors
by Annie Meng
· 6 years ago
dd5e5e3
BroadcastReceiver in UserBackupManagerService can crash system_server
by Ruslan Tkhakokhov
· 6 years ago
a76674f
resolve merge conflicts of fe9b32e4bed2737bc5dfe518a201a0c84fb4aa20 to qt-dev-plus-aosp
by Neil Fuller
· 6 years ago
6f34427
Switch to HexEncoding from ByteStringUtils
by Neil Fuller
· 6 years ago
b5d1c15
Switch from Byte.toHexString() to HexEncoding
by Neil Fuller
· 6 years ago
Next »