Skip to content

Releases: AzureAD/azure-activedirectory-library-for-android

Version 4.3.0

08 Feb 02:17

Choose a tag to compare

  • [PATCH] Update common @10.0.0

Version 4.2.4

09 Jan 13:33

Choose a tag to compare

  • [PATCH] Update common@9.1.0

Version 4.2.2

20 Oct 22:18
80df2d3

Choose a tag to compare

  • [PATCH] Update common@8.0.2

Version 4.2.1

14 Oct 06:40

Choose a tag to compare

  • [PATCH] Update common@8.0.0

Version 4.2.0

21 Sep 19:11
7b56ac8

Choose a tag to compare

  • [PATCH] Update androidx appcompat version from 1.0.2 -> 1.1.0 (#1691)
  • [MINOR] Added keyboard flag to configChanges in Manifest for YubiKey compatibility. (#1699)

Version 4.1.0

07 Jun 22:09
e4b38cd

Choose a tag to compare

  • [PATCH] Update common@4.2.0
  • [MINOR] Remove PKeyAuth support from ADAL (#1685)
  • [PATCH] Update gson version to 2.8.9 (#1680)

Version 4.0.2

24 Mar 23:44
2427857

Choose a tag to compare

  • [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

12 Nov 12:13
06f327c

Choose a tag to compare

  • [PATCH] Update common@9.0.0

Version 3.1.3

16 Jul 17:03
06f327c

Choose a tag to compare

  • 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

16 Nov 21:08
9b4f256

Choose a tag to compare

  • 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.