Skip to content

Latest commit

 

History

History
112 lines (69 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

112 lines (69 loc) · 6.02 KB

Changelog

What's Changed

  • Fix crash on devices running API 22 or lower by @udenr in #36
  • Update dependencies by @udenr in #37
  • Change project structure by @udenr in #38

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup/compare/v1.3.3...v1.3.4

Changes

What's Changed

  • Feature: Export and import multiple backups at once by @udenr in #31

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup/compare/v1.3.2...v1.3.3

Changes

What's Changed

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup/compare/v1.3.1...v1.3.2

Changes

What's Changed

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup/compare/v1.3...v1.3.1

Changes

What's Changed

  • Switch to using SHA256 instead of insecure SHA1 by @Kamuno in #8
  • Fixed restore actions not completing correctly and encryption api support by @Kamuno in #9

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup/compare/v1.2...v1.3

Changes

  • Added support for the Pedometer from F-Droid

Changes

  • Added query elements to integrate the package visibility changes on API 30

Changes

Privacy Friendly Backup is an application that works with other privacy friendly apps to enable backups. The app allows you to create and manage backups. This includes importing backups into the app and exporting backups to external storage media. The Privacy Friendly Backup app communicates with other Privacy Friendly apps and extracts or injects data into and out of the app to enable the creation and restoration of backups.

The app provides encryption via an interface to another app that provides encryption as functionality via the openpgp-api. The user is free to choose their own encryption provider via the app's settings. For encryption to work, the provider must be installed externally. We recommend https://www.openkeychain.org/ , as this app is available in the regular PlayStore as well as in the F-Droid Store and is completely open source.

Changes