Skip to content

Releases: kee-org/keevault2

Build 35

21 Jul 12:13
Compare
Choose a tag to compare
build-35

Fix analysis

Build 34

12 Jul 13:57
Compare
Choose a tag to compare
build-34

Improve biometric refresh messaging

Build 33

08 Jul 13:32
Compare
Choose a tag to compare
build-33

No longer show "Exported" message if export cancelled

Build 31

22 Jun 13:40
Compare
Choose a tag to compare
build-31

Skip build for x86 since Flutter does not support it

Build 30

22 Jun 10:13
Compare
Choose a tag to compare
build-30

Remove unnecessary fastlane lane

Build 29

22 Jun 09:29
Compare
Choose a tag to compare
build-29

Release notes for +29

Build 28

20 Apr 11:37
Compare
Choose a tag to compare
build-28

Re-enable AutoFill saving on Android 8.0

Build 27

20 Apr 10:44
Compare
Choose a tag to compare
build-27

Fix a crash on Android 8.1 when AutoFill is invoked by other apps

Build 26

11 Apr 16:26
Compare
Choose a tag to compare
Fix missing context bug in VaultLoader listener

Is a specific instance of a more general fault where context could be
lost during async operations. This case was noticed because the recently
added code to store and flush data to shared storage takes long enough
that Flutter has an increased chance to destroy the old context and this
actually happened on some devices. I've investigated other instances
of this problem and either developed a more defensive algorithm or
commented when it is uncertain whether the problem is applicable or not.