Skip to content

Commit 7b56ac8

Browse files
authored
Merge pull request #1699 from AzureAD/melissaahn/YubikitVersionAddition
Adding YubiKit Versions and Keyboard Flag
2 parents 9c69ae7 + a29fe3d commit 7b56ac8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

adal/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<application>
66
<activity
77
android:name="com.microsoft.aad.adal.AuthenticationActivity"
8-
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout" />
8+
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout|keyboard" />
99
</application>
1010

1111
</manifest>

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.Next
22
----------
33
- [PATCH] Update androidx appcompat version from 1.0.2 -> 1.1.0 (#1691)
4-
- [MAJOR] Added YubiKit SDK to common, which requires host apps that use ADAL to upgrade to Java Version 8 (#1689)
4+
- [MINOR] Added keyboard flag to configChanges in Manifest for YubiKey compatibility. (#1699)
55

66
Version 4.1.0
77
-------------

common

Submodule common updated 130 files

gradle/versions.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ ext {
4646
uiAutomatorVersion = "2.2.0"
4747
mseberaApacheHttpClientVersion = "4.5.8"
4848
msal4jVersion = "1.10.0"
49-
yubikitAndroidVersion = "2.0.0"
49+
yubikitAndroidVersion = "2.1.0"
50+
yubikitPivVersion = "2.1.0"
5051

5152
// TODO: adal automation test app.
5253
supportLibraryVersion = "27.1.+"

0 commit comments

Comments
 (0)