Releases: privacybydesign/irmamobile
Releases · privacybydesign/irmamobile
v7.4.0
Added
- Show notification on startup that the app name has changed
Changed
- Upgrade to Flutter 3
- Bump irmago version to 0.12.5
- Pin the personal category to the top of credential store
- Report warnings from irmago to Sentry
Fixed
- QR scanner library is not FOSS (#163)
- Dutch translations link to English version of the privacy policy
- Some newlines are preceded by whitespace
- App screenshots are not placed in the right directory for FDroid
- Arrow back screen shows a message about signing when doing issuance
Internal
- Use 'flutter build ipa' in Fastlane to build iOS app
- Bump fastlane version to 2.212.2
v7.3.1
Changed
- Randomize which success graphic is shown
- Set color of browser toolbar in custom tabs on Android to white
- Clarify texts to better distinguish signing sessions from regular disclosure sessions
Fixed
- Scheme update mechanism is not called at every app start-up
- Anonymous app health information is being collected when error reporting is disabled
- Text could overflow its UI container on the PIN screen
- Options menu to delete data is not visible when data is expired or revoked
- Unsafe irma.SessionError type cast causes panics
- Exclude superfluous x86 library assets from Android app bundle
Internal
- Bump native_device_orientation Flutter dependency to 1.1.4
- Bump activesupport Ruby dependency to 6.1.7.3
- Improved stability of entering PIN codes in integration tests
v7.3.0
v7.2.0
v6.4.1
Fixed
- Leftover 'oldscheme...' and 'tempscheme...' directories cause issues when parsing IrmaConfiguration (privacybydesign/irmago#284)
v6.4.0
Added
- Use the device's Trusted Execution Environment / Secure Enclave as additional security factor for the PIN authentication
- 'IRMA becomes Yivi' announcement
Fixed
- Bug in error message parsing causes panics (#28)
- Issuer schemes can get out-of-sync after interrupted scheme update (#66)
- Avoid gocron panics in revocation code during irmaclient startup (privacybydesign/irmago#249)