Releases: AzureAD/azure-activedirectory-library-for-android
Version 1.1.16
Hot fix for catching RuntimeException thrown due to AndroidKeyStore bug, so App won't crash due to keystore got reset
Version 1.1.15
Update check for null to prevent null pointer exception
Update AuthenticationException to extend from Exception instead of RuntimeException
Update for PoliCheck result
Typo update for Challenge
Hot fix Version 1.1.14
Add the support for FamilyClientID
Fix the bug of redirect URI verification for silent request (hot fix)
Refactor the broker usage flag and change the public API for using broker and broker is not used by default
Add the UsageAuthenticationException to handle the errors that the developer might have made in their usage of ADAL
Fix breaking tests
Version 1.1.13
Remove catching generic exceptions and catch only expected ones
Add broker redirect uri verify before talking to broker
Fix for default token cache removing token when there is decryption failure
Remove static class variable for solving decryption problem when two both broker apps are involved
Version 1.1.12
Update cert prompt for TLS request(not responding to TLS request for device authentication)
Update Travis to compile Android 21
Remove warnings for unused code
Version 1.1.11
Fix for reading tenant id, and expiration data from broker return
Add support for authenticating user using client certificate
Update target version to android 5
Version 1.1.10
fix issue #420: pick up device cert based on either cert authority or cert thumbprint
Version 1.1.9
Version 1.1.7
Fix issue with acquireTokenSilent for new authenticator version.
Version 1.1.6
Fix issue with failing wpj through Azure Authenticator