AWS SDK for Android 2.13.1
sunchunqiang
released this
06 Apr 00:43
·
1377 commits
to main
since this release
Enhancements
- AWS Mobile Client
- Updated Google or Facebook refresh when using the drop-in UI. See issue #809, issue #700.
Bug Fixes
-
Amazon S3
- Fixed an issue where the transfer state is not set to
WAITING_FOR_NETWORK
when the network disconnects. See issue #616 - Shorten
RepeatableFileInputStream
log tag to be within the 23 character limit imposed by android on certain API Levels. See issue #787
- Fixed an issue where the transfer state is not set to
-
AWS Mobile Client
- Fixed a bug that caused repetitive sign-in using the drop-in UI to the same provider to not federate the correct credentials. See issue #809
-
Amazon Cognito Auth
- Fixed a bug that caused
isAuthenticated()
to return false after sign-in when no scopes were requested. See issue #813
- Fixed a bug that caused
-
Amazon Pinpoint
- Fix a bug where the image that is part of a push notification is persisted in the subsequent notifications.
- Fix a bug where the events recorded and stored in the device will not be deleted when the network is not available. See issue #773. With this change, the events will be kept in the local database when there is a retryable error or device is offline. For all other exceptions during
submitEvents
, the exception is logged and the events will be removed from the local database.