AWS SDK for Android 2.12.3
·
1392 commits
to main
since this release
Enhancements
-
AWS Core
- The
SharedPreferencesused byCognitoCachingCredentialsProvideris now encrypted. - Added a method
CognitoCachingCredentialsProvider.setPersistenceEnabled(boolean), which is enabled (set to true) by default therefore the information is persisted in SharedPreferences. When disabled (set to false), the information will only be kept in memory.
- The
-
Amazon CognitoIdentityProvider
- The
SharedPreferencesused byCognitoUserPoolis now encrypted. - Added a method
CognitoUserPool.setPersistenceEnabled(boolean), which is enabled (set to true) by default therefore the information is persisted in SharedPreferences. When disabled (set to false), the information will only be kept in memory.
- The
-
Amazon CognitoAuth
- The
SharedPreferencesused byAuthis now encrypted. - Added a method
Auth.setPersistenceEnabled(boolean), which is enabled (set to true) by default therefore the information is persisted in SharedPreferences. When disabled (set to false), the information will only be kept in memory.
- The
-
AWSMobileClient
- The
SharedPreferencesused byAWSMobileClientis now encrypted.
- The