Skip to content

AWS SDK for Android 2.12.3

Compare
Choose a tag to compare
@sunchunqiang sunchunqiang released this 08 Mar 02:51
· 1375 commits to main since this release

Enhancements

  • AWS Core

    • The SharedPreferences used by CognitoCachingCredentialsProvider is 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.
  • Amazon CognitoIdentityProvider

    • The SharedPreferences used by CognitoUserPool is 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.
  • Amazon CognitoAuth

    • The SharedPreferences used by Auth is 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.
  • AWSMobileClient

    • The SharedPreferences used by AWSMobileClient is now encrypted.