Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 3.72 KB

Changelog

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