You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates changelog, adds default gradle value (#2070)
Adds a filler gradle value for the URI scheme since without that, it will have a build time failure even if the user isn't using HostedUI.
Also updates the Changelog with the documentation users will need to migrate.
*Version 2.18.0 introduces breaking changes against 2.17.1.*
6
+
7
+
### Breaking Updates
8
+
- aws-android-sdk-mobile-client:
9
+
- No breaking changes code-wise but if you already setup HostedUI for an older version of the SDK,
10
+
you'll need to follow the steps in the [updated documentation](https://docs.amplify.aws/sdk/auth/hosted-ui/q/platform/android#setup-amazon-cognito-hosted-ui-in-android-app)
11
+
to properly handle the response going forward.
12
+
- aws-android-sdk-cognitoauth:
13
+
-`getSession()` method has been refactored to `getSession(Activity activity)`, where `activity` is an instance of
14
+
the activity the user is calling this method from. It uses this to launch HostedUI if it needs to sign in again.
15
+
-`getSession(boolean launchWebUIIfExpired)` has been refactored to `getSessionWithoutWebUI()`. It will get session
16
+
information if the refresh token is still valid, otherwise will throw an exception indicating the user must sign in
0 commit comments