Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@rpdome rpdome released this 16 Jan 19:55
· 1201 commits to master since this release
f1efb2e
  • API change
    • Replaced the following PublicClientApplication#create methods.
      • create(context, clientId, listener)
      • create(context, clientId, authority, listener)
        with
      • create(context, clientId, authority, redirectUri, listener)
  • Fixed issue #850, #890.
  • Fixed issue #770 in common.
  • Return AndroidManifest config error in onError() instead of throwing a runtime exception.
  • Added Fragment support in WebView flow.