Releases: AzureAD/azure-activedirectory-library-for-android
Releases · AzureAD/azure-activedirectory-library-for-android
Version 4.3.0
- [PATCH] Update common @10.0.0
Version 4.2.4
- [PATCH] Update common@9.1.0
Version 4.2.2
- [PATCH] Update common@8.0.2
Version 4.2.1
- [PATCH] Update common@8.0.0
Version 4.2.0
Version 4.1.0
Version 4.0.2
- [PATCH] Update common@4.0.2 (#1681 )
- [MINOR] Migrate BaseController to common4j (#1636)
- [MAJOR] Migrate Token Caches to Common4j (#1633)
- [MINOR] Adapt to migration of shared preferences. (#1624)
- [PATCH] Adds API23 WebViewClient#onReceivedError overload (#1580)
- [PATCH] Fixes for MFA setup using Authenticator app.(#1579)
- [MINOR] Changes to Broker Validation to allow setting whether to trust debug brokers (prod brokers are always trusted).
- [PATCH] Replaced deprecated PackageInfo.versionCode with PackageInfoCompat.getLongVersionCode(packageInfo) (#1584)
- [PATCH] Fixes deprecated PackageInfo.signatures (#1587)
- [PATCH] Deprecated ADAL namespaced AuthenticationSettings#setSecretKey(), #getSecretKey() (#1586)
- [PATCH] Disregard pageload errors for the non-primary frame during interactive auth (#1603)
- [PATCH] Updates Nimbus version 8.2 -> 9.9 (#1600)
- [PATCH] Fix for ADAL cache replication to Msal/Common-Cache (#1616)
This version depends on common@4.0.2. With common v4.+, we have moved our internal methods/classes to new namespaces as part of refactoring work.
Version 4.2.3
- [PATCH] Update common@9.0.0
Version 3.1.3
- Adds exception handling for ADAL cache crash on malformed JSON (#1606)
- Implements a fix for ADAL cache replication (#1616)
NOTE:
There are changes in some of the constants files. If your application depends on these, you may need to change your import statements, particularly if you’re using com.microsoft.aad.adal.AuthenticationConstants. Constants that have moved include:
• COMPANY_PORTAL_APP_PACKAGE_NAME
• AZURE_AUTHENTICATOR_APP_PACKAGE_NAME
These are now located in com.microsoft.identity.common.adal.internal.AuthenticationConstants.
Version 3.1.2
- Android changes for SDK30, see the Android Developers Notice.
- Updates common dependency to 3.0.6
- Provides Android 11 support fixes; see common@3.0.6 changelog for details.