Commit Graph

7 Commits

Author SHA1 Message Date
Ian VanSchooten 47e005bdf8 Avoid deprecated imperative apply of gradle plugins
https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
2024-08-29 10:07:40 -04:00
Ian VanSchooten cd83beaa6e Update Gradle 2024-08-28 14:22:23 -04:00
John Maguire ec1af2974a
Fix encryption errors after restoring to a new phone (#143)
When a user restores to a new phone, their TPM will no longer be able to
decrypt the encrypted credentials.

We have code already in place to delete "invalid" sites, which cleans
these up by removing them.

However, when trying to save a new site, Android continues to try to use
the old keys which are no longer decryptable. So, when saving new
encrypted files, simply reset the crypto keys if we are unable to
encrypt.
2023-12-01 15:26:21 -05:00
John Maguire e4bbd0a31c
Fix majority of Android Studio warnings (#88) 2022-11-17 16:48:44 -05:00
John Maguire c7a53c3905
Support DN host enrollment (#86)
Co-authored-by: Nate Brown <nbrown.us@gmail.com>
2022-11-17 16:43:16 -05:00
Nate Brown dbe67c2f81
Upgrade to flutter 3 (#70)
Co-authored-by: John Maguire <contact@johnmaguire.me>
2022-09-21 15:27:35 -05:00
Nate Brown b546dd1c9d Initial commit 2020-07-27 15:43:58 -05:00