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 [email protected]
Version 4.2.2
- [PATCH] Update [email protected]
Version 4.2.1
- [PATCH] Update [email protected]
Version 4.2.0
Version 4.1.0
- [PATCH] Update [email protected]
- [MINOR] Remove PKeyAuth support from ADAL (#1685)
- [PATCH] Update gson version to 2.8.9 (#1680)
Version 4.0.2
- [PATCH] Update [email protected] (#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 [email protected]. With common v4.+, we have moved our internal methods/classes to new namespaces as part of refactoring work.
Version 4.2.3
- [PATCH] Update [email protected]
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 [email protected] changelog for details.