Skip to content

Releases: SecUSo/privacy-friendly-backup-api

Backup App Interface Library v1.4.0

22 Oct 07:52
14ee29f
Compare
Choose a tag to compare

What's Changed

  • Update workflows by @udenr in #14
  • Updates API-Level and small improvements by @udenr in #15

Full Changelog: v1.3.0...v1.4.0

Backup App Interface Library v1.3.0

31 Oct 10:24
8687a8d
Compare
Choose a tag to compare

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: v1.2.0...v1.3.0

Backup App Interface Library v1.2.0

25 May 12:27
2548856
Compare
Choose a tag to compare

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: v1.1.0...v1.1.1

Backup App Interface Library v1.1.0

23 Aug 09:10
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.0.0...v1.1.0

Backup App Interface Library v1.0.0

03 Aug 12:06
ec782fb
Compare
Choose a tag to compare
  • Added support for Backup App from F-Droid