Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 3.3 KB

Changelog

What's Changed

  • Fix type signature of writeBackup in androidTest by @udenr in #11
  • Add CI workflows by @udenr in #12
  • Update gradle and target sdk by @udenr in #13
  • Upgrade target API, build tools and dependencies by @morckx in #10

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup-api/compare/v1.2.0...v1.3.0

Changes

What's Changed

  • Added the ability to send pfa error back to backup app by @Kamuno in #4
  • Fix missing sqlite_sequence table by @coderPaddyS in #7
  • Remove deprecated plugin 'kotlin-android-extensions' by @coderPaddyS in #8
  • Remove unused permissions added through androidx.work:work-runtime dependency by @udenr in #9

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup-api/compare/v1.1.0...v1.1.1

Changes

What's Changed

  • add utility methods to get the correct database version on backup creation by @Kamuno in #3

Full Changelog: https://github.com/SecUSo/privacy-friendly-backup-api/compare/v1.0.0...v1.1.0

Changes

  • Added support for Backup App from F-Droid

Changes