Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
52a3801810fb06e73d1be9874c892fefa6a1bdc2
/
services
/
backup
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
· 5 years ago
d222a61
Infer the activation state from the presence of a BackupManagerService.
by Al Sutton
· 5 years ago
66fa3fb
[Cleanup] Rename variable to match standards
by Al Sutton
· 5 years ago
a440552
replace "android" by PLATFORM_PACKAGE_NAME
by nathch
· 5 years ago
c255afd
Merge "remove unused code from PerformAdbRestoreTask"
by TreeHugger Robot
· 5 years ago
4c37ddb
remove unused code from PerformAdbRestoreTask
by nathch
· 5 years ago
77feda8
Merge "Ports over BackupStreamEncrypter and related classes."
by Bram Bonné
· 5 years ago
bfb4faa
Ports over BackupStreamEncrypter and related classes.
by Bram Bonné
· 5 years ago
3c870a7
Merge "remove unused code"
by Chandan Nath
· 5 years ago
eefaaa5
remove unused code
by nathch
· 5 years ago
8b8c2d6
Ports DecryptedChunkFileOutput and related classes.
by Bram Bonné
· 5 years ago
798a07f
Merge "Readable constant in BackupManagerConstants"
by TreeHugger Robot
· 5 years ago
3d460b9
Readable constant in BackupManagerConstants
by Bernardo Rufino
· 5 years ago
e0e4c82
Unsubscribe listeners when stopping UserBackupManagerService and remove unused code
by nathch
· 5 years ago
db31ab6
Set DEBUG_SCHEDULING to dalse by default
by Al Sutton
· 5 years ago
279a46b
Merge "Add dumpsys param to dump users running backup service" into qt-dev am: 1d6b6aea68
by Ruslan Tkhakokhov
· 5 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
5c3f8c6
Switch from Byte.toHexString() to HexEncoding
by Neil Fuller
· 6 years ago
7053e28
[Multi-user] Clean up user state stored in the system user directory
by Chandan Nath
· 6 years ago
4fe554a
isBackupServiceActive should not depend on whether the user is started
by Chandan Nath
· 6 years ago
4eb4efc
API Review: Make dataManagementLabel a CharSequence
by Annie Meng
· 6 years ago
507e6f8
API Review: Internal RestoreSession#restorePackages
by Ruslan Tkhakokhov
· 6 years ago
57263a6
Fix runtime restart: at com.android.server.backup.restore.FullRestoreEngine
by Ruslan Tkhakokhov
· 6 years ago
70afec3
Fix BackupManager#getUserForSerialNumber
by Ruslan Tkhakokhov
· 6 years ago
d894401
BackupManager shouldn't clear app's data during restore if agent wasn't invoked yet
by Ruslan Tkhakokhov
· 6 years ago
aee28fd
Use new manifest flag to gate clearing data during restore
by Ruslan Tkhakokhov
· 6 years ago
9536821
[Multi-user]: R backwards compatibility in activating/deactivating the service
by Chandan Nath
· 6 years ago
985b180
Renames ChunkListing.java to ChunkListingMap.java.
by Bram Bonné
· 6 years ago
af4ba04
Merge "Ports DiffScriptBackupWriter from gmscore to AOSP."
by Bram Bonné
· 6 years ago
bd84918
Merge "Create API in BackupManagerService for work profile serial id mapping."
by Stefano Tommasini
· 6 years ago
02cf411
Ports DiffScriptBackupWriter from gmscore to AOSP.
by Bram Bonné
· 6 years ago
471a35d
Create API in BackupManagerService for work profile serial id mapping.
by Stefano Tommasini
· 6 years ago
924c8a9
[Multi-user] Whitelist "android" for non-system user backup
by Annie Meng
· 6 years ago
db19aa4
Merge "[Multi-user] Clear calling identity for backup activation"
by Annie Meng
· 6 years ago
312e780
[Multi-user] Clear calling identity for backup activation
by Annie Meng
· 6 years ago
9778ed5
Merge "[Multi-user] Properly check for system apps in multi-user context"
by Annie Meng
· 6 years ago
5a8e6fe
[Multi-user] Properly check for system apps in multi-user context
by Annie Meng
· 6 years ago
21a91fb
[Multi-user] Schedule full backup jobs immediately
by Annie Meng
· 6 years ago
7535077
Merge "[Multi-user] Disable backup by default in non-system users"
by Annie Meng
· 6 years ago
bdb8848
[Multi-user] Disable backup by default in non-system users
by Annie Meng
· 6 years ago
6712b72
[Multi-user] Verfiy full backup/restore flow
by Ruslan Tkhakokhov
· 6 years ago
25b5405
Merge "Make Trampoline support multi-user backup."
by Stefano Tommasini
· 6 years ago
72d03de
Make Trampoline support multi-user backup.
by Stefano Tommasini
· 6 years ago
fcdfa01
[Multi-user] Remove dir management for non-system users
by Annie Meng
· 6 years ago
53cf520
[Multi-user] Convert various calls to use user id
by Annie Meng
· 6 years ago
2c9ae09
[Multi-user] Change ActivityManagerService to use userId.
by Chandan Nath
· 6 years ago
f87b8c8
Merge "Updating certain services to be final fields."
by Varun Shah
· 6 years ago
ca1b5b9
Merge "[Multi-user] Convert key-value flow to use user id"
by Annie Meng
· 6 years ago
1cf011c
Merge "[Multi-User] Make JobScheduler logic multi-user aware"
by Ruslan Tkhakokhov
· 6 years ago
99c350d
[Multi-user] Convert key-value flow to use user id
by Annie Meng
· 6 years ago
Next »