Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 804 Bytes

[0.3.0] - 2019-03-14

Fixed

  • Transport encryption. Some of the application data was not included during encryption.

Notes

  • This contains breaking changes, any backups made prior to this release can no longer be restored.

[0.2.0] - 2019-03-01

Added

  • Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.

[0.1.2] - 2019-02-11

Fixed

  • Downgrade SDK target version to 26 due to #15.

[0.1.1] - 2019-02-11

Added

  • Action bar options for selecting all packages during backup / restore.
  • Upgrade compile SDK version to 28.
  • Upgrade target SDK version to 28.

Fixed

  • Ignore com.android.providers.downloads.ui to resolve #14.