Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_apps_Seedvault
/
c714a4e7e11c2187369af5deefef63b80708e2ce
c714a4e
Show error notification when backup fails
by Torsten Grote
· 5 years ago
683268a
Add a unit test for checking word list integrity
by Torsten Grote
· 5 years ago
74aa62a
Add instrumentation test for testing AES/GCM nonces are really unique
by Torsten Grote
· 5 years ago
e955e02
Add a simple instrumentation test for testing on real devices
by Torsten Grote
· 5 years ago
2685f2b
Don't show rejected packages (usually 0 size) as failed
by Torsten Grote
· 5 years ago
e2a3e3d
Raise importance of backup notifications to show them in status bar
by Torsten Grote
· 5 years ago
bd968be
Remove BackupJobService as the OS is scheduling its own backups
by Torsten Grote
· 5 years ago
a6e9716
Implement clearing full backup data from storage
by Torsten Grote
· 5 years ago
1ee443a
Add a unique ID to the device folder name to avoid collisions
by Torsten Grote
· 5 years ago
2ce625a
Huge refactoring of backup transport
by Torsten Grote
· 6 years ago
8bc110f
Merge pull request #32 from chirayudesai/prebuilt
by Steve Soltys
· 5 years ago
1f7409a
Android.mk: Don't dex preopt
by Chirayu Desai
· 5 years ago
045b1c9
Android.mk: This is a privileged module
by Chirayu Desai
· 5 years ago
e449662
Android.mk: Re-add required modules
by Chirayu Desai
· 5 years ago
726cea0
Merge pull request #31 from chirayudesai/prebuilt
by Steve Soltys
· 5 years ago
6136f58
Android.mk: Download prebuilt apk instead of building it
by Chirayu Desai
· 5 years ago
d41ad38
Merge pull request #30 from grote/settings-gui
by Steve Soltys
· 5 years ago
7b1e63a
Fix Travis CI and add build cache
by Torsten Grote
· 5 years ago
87b25aa
Re-implement manual backup run and show notification during manual backups
by Torsten Grote
· 6 years ago
4c79d41
Show Backup Location screen before letting user choose backup folder
by Torsten Grote
· 6 years ago
3e64c36
Use Android's hardware-backed keystore to store backup key
by Torsten Grote
· 6 years ago
66c0919
Let user write down recovery code on first start
by Torsten Grote
· 6 years ago
ee6cf38
Migrate SettingsActivity and Fragment to Kotlin
by Torsten Grote
· 6 years ago
c801502
Migrate SettingsManager to Kotlin
by Torsten Grote
· 6 years ago
3d5911d
Add a SettingsViewModel in Kotlin including the Kotlin deps
by Torsten Grote
· 6 years ago
b983414
Add custom settings UI
by Torsten Grote
· 6 years ago
3981d3d
Use latest stable AndroidX libraries
by Torsten Grote
· 6 years ago
7fd3810
Add AndroidX dependencies
by Torsten Grote
· 6 years ago
bd599db
Merge pull request #29 from grote/full-key-value-backups
by Steve Soltys
· 6 years ago
7b95256
Fix detection of the end of backup
by Torsten Grote
· 6 years ago
84d9129
Let the BackupManager know that we use client-side encryption
by Torsten Grote
· 6 years ago
2f2fba8
Pre-select all packages and give option to unselect all
by Torsten Grote
· 6 years ago
1185e8d
Merge pull request #28 from grote/upgrade-android-jar
by Steve Soltys
· 6 years ago
ad89ea4
Use new IBackupManager API to filter eligable packages
by Torsten Grote
· 6 years ago
3a9aec5
Upgrade android.jar to API 28
by Torsten Grote
· 6 years ago
a18806c
Merge pull request #27 from grote/background-backups
by Steve Soltys
· 6 years ago
d678566
Exclude key-value backup apps for now
by Torsten Grote
· 6 years ago
7fcd9aa
Resolve review comments about backup compontent refactoring
by Torsten Grote
· 6 years ago
92ce6c1
Refactor transport components to eliminate need to initialize and reset transport
by Torsten Grote
· 6 years ago
b17a55a
Target API 28
by Torsten Grote
· 6 years ago
2037291
Don't start transport service in foreground
by Torsten Grote
· 6 years ago
5401474
Allow the user to schedule full background backups
by Torsten Grote
· 6 years ago
e079aaf
Merge pull request #25 from grote/store-backup-key
by Steve Soltys
· 6 years ago
8a0fe3c
Store backup passphrase insecurely for now
by Torsten Grote
· 6 years ago
6da59c8
Use Android's logging instead of printing stacktraces to STDERR
by Torsten Grote
· 6 years ago
b8e9e60
Add a button to change the backup storage location
by Torsten Grote
· 6 years ago
b3c744b
Store backup folder Uri in default shared preferences
by Torsten Grote
· 6 years ago
f192e64
Choose a backup folder instead of a file
by Torsten Grote
· 6 years ago
0a36405
Merge pull request #23 from grote/gradle-plugin-downgrade
by Steve Soltys
· 6 years ago
1e00d2c
Downgrade Android Gradle plugin
by Torsten Grote
· 6 years ago
ffa5c1f
Merge pull request #22 from grote/small-nitpicks
by Steve Soltys
· 6 years ago
d1f5986
Add signing config for faster testing
by Torsten Grote
· 6 years ago
2434fe3
Several small nitpicks and fixes
by Torsten Grote
· 6 years ago
cdaf842
Version bump - 0.3.0
by Steve Soltys
· 6 years ago
04543a1
Fix transport encryption
by Steve Soltys
· 6 years ago
b16fcf5
Clean up backup service
by Steve Soltys
· 6 years ago
3e2e75a
Ignore 'calendar' and 'contacts' Android provider packages
by Steve Soltys
· 6 years ago
571cecf
Version bump - 0.2.0
by Steve Soltys
· 6 years ago
93f878f
Merge pull request #17 from stevesoltys/feature/encryption
by Steve Soltys
· 6 years ago
828f257
Clean up package and class structure significantly
by Steve Soltys
· 6 years ago
0b5cc1a
Fix logging in content provider restore component
by Steve Soltys
· 6 years ago
03c92ef
Add initialization message to loading popup window
by Steve Soltys
· 6 years ago
bd0c41c
Stop regenerating secret key for each package
by Steve Soltys
· 6 years ago
1519580
Reduce number of key generation iterations to 25
by Steve Soltys
· 6 years ago
b0465f7
Add 'com.stevesoltys.backup' to ignored packages
by Steve Soltys
· 6 years ago
0fd4c78
Reduce number of key generation iterations to 100
by Steve Soltys
· 6 years ago
023750b
Add loading popup when fetching packages for backup or restore
by Steve Soltys
· 6 years ago
9b979b3
Move cipher logic out of backup and restore components
by Steve Soltys
· 6 years ago
b182e74
Add support for encrypted backups
by Steve Soltys
· 6 years ago
8ec0184
Add CHANGELOG.md
by Steve Soltys
· 6 years ago
f21e687
Version bump - 0.1.2
by Steve Soltys
· 6 years ago
77e44aa
Fix whitelist configuration file path for Travis releases
by Steve Soltys
· 6 years ago
31bc653
Version bump - 0.1.1
by Steve Soltys
· 6 years ago
3c9e1e8
Add whitelist configuration files to Travis releases
by Steve Soltys
· 6 years ago
459867c
Update SDK version to 28 for Travis
by Steve Soltys
· 6 years ago
8fe694a
Fix version code
by Steve Soltys
· 6 years ago
656b770
Allow user to select all packages during backup and restore
by Steve Soltys
· 6 years ago
b714952
Ignore 'com.android.providers.downloads.ui' to resolve #14
by Steve Soltys
· 6 years ago
df0b3d6
Update SDK version to 28
by Steve Soltys
· 6 years ago
09c8aad
Update launcher icon
by Steve Soltys
· 6 years ago
7c3bff3
Make transport service start in foreground to resolve #13
by Steve Soltys
· 6 years ago
9829753
Pull commons-io from Maven repository for Gradle builds
by Steve Soltys
· 6 years ago
b00d8d4
Fix Travis release API key
by Steve Soltys
· 6 years ago
2244405
Fix Travis release API key
by Steve Soltys
· 6 years ago
22db457
Add application version to Android manifest
by Steve Soltys
· 6 years ago
6b29cec
Add Travis badge
by Steve Soltys
· 6 years ago
05548bf
Merge pull request #7 from stevesoltys/feature/standalone
by Steve Soltys
· 6 years ago
ab4ae56
Add commons-io dependency to Android makefile
by Steve Soltys
· 6 years ago
7e3ee5d
Add .travis.yml
by Steve Soltys
· 6 years ago
cc4b629
Automatically start transport service when application launches
by Steve Soltys
· 6 years ago
2fa09be
Merge branch 'master' into feature/standalone
by Steve Soltys
· 6 years ago
9f3d01e
Use stub backup and restore components by default in backup transport
by Steve Soltys
· 6 years ago
523c4a3
Set LOCAL_PRIVATE_PLATFORM_APIS flag for Android Pie support
by Steve Soltys
· 6 years ago
e872018
Add experimental support for standalone builds
by Steve Soltys
· 6 years ago
bf17753
Enable backup manager before restore if it's disabled
by Steve Soltys
· 7 years ago
c95655a
Fix module dependencies in Makefile
by Steve Soltys
· 7 years ago
2dad053
Add advantages section to README.md
by Steve Soltys
· 7 years ago
072e9a1
Remove Gradle as build system
by Steve Soltys
· 7 years ago
0bd1596
Fix #2
by Steve Soltys
· 7 years ago
09ff3ba
Clean up packaging of content provider backup/restore components
by Steve Soltys
· 7 years ago
Next »