File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.2.0] - 2019-03-01
2
+ ### Added
3
+ - Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.
4
+
1
5
## [ 0.1.2] - 2019-02-11
2
6
### Fixed
3
7
- Downgrade SDK target version to 26 due to [ #15 ] ( https://github.com/stevesoltys/backup/issues/15 ) .
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ A backup application for the [Android Open Source Project](https://source.androi
6
6
## Features
7
7
- Backup application data to a zip file.
8
8
- Restore application data from a zip file.
9
+ - Password-based encryption.
9
10
10
11
## Getting Started
11
12
- Check out [ the wiki] ( https://github.com/stevesoltys/backup/wiki ) for information on building the application with
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.stevesoltys.backup"
5
- android : versionCode =" 3 "
6
- android : versionName =" 0.1.2 " >
5
+ android : versionCode =" 4 "
6
+ android : versionName =" 0.2.0 " >
7
7
8
8
<uses-permission android : name =" android.permission.BACKUP" />
9
9
You can’t perform that action at this time.
0 commit comments