You've already forked FIDO2_Bridge
mirror of
https://github.com/token2/FIDO2_Bridge.git
synced 2026-03-13 11:12:26 -07:00
Release 1.1.0
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
||||
applicationId = "pl.lebihan.authnkey"
|
||||
minSdk = 34
|
||||
targetSdk = 36
|
||||
versionCode = 4
|
||||
versionName = "1.0.3"
|
||||
versionCode = 5
|
||||
versionName = "1.1.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
15
fastlane/metadata/android/en-US/changelogs/5.txt
Normal file
15
fastlane/metadata/android/en-US/changelogs/5.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
- Add keyboard type toggle to switch between numeric and alphanumeric PIN input
|
||||
- Add support for setting a PIN when none is configured
|
||||
- Enforce device minimum PIN length in PIN set and change dialogs
|
||||
- Add credential management UI for viewing and deleting passkeys
|
||||
- Detect USB security keys automatically in main activity
|
||||
- Show dedicated instructions when NFC connection is lost
|
||||
- Report unsupported device state in provider status banner
|
||||
- Fix repeated USB permission prompts
|
||||
- Material Design dialogs and other UI improvements in main activity
|
||||
|
||||
New translations:
|
||||
- Chinese by Poesty Li
|
||||
- French by Token2
|
||||
- Romanian by Vuzzy
|
||||
- Russian by Bob, Yurt Page
|
||||
Reference in New Issue
Block a user