aws-mobile-appsync-sdk-android

Android SDK for AWS AppSync.

APACHE-2.0 License

Stars
105
Committers
41

Bot releases are visible (Hide)

aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.21

Published by minbi over 6 years ago

Enhancements

  • Call onCompleted method of AppSyncSubscriptionCall.Callback when a subscription is disconnected.
  • Remove static references to context. See issue #13
aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.20

Published by minbi over 6 years ago

Bug Fixes

  • Prevent crashing when retrieving credentials to sign AppSync requests. Errors will now be routed to the onError callback. See issue #16
  • Remove references to subscription callback when subscription is cancelled. See issue #13

Enhancements

  • Lazy load token in BasicCognitoUserPoolsAuthProvider.
aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.19

Published by minbi over 6 years ago

Enhancements

  • Improve dependency injection for gradle plugin.
    Uses implementation instead of compile when using higher than gradle version 2.
    Note: gradle version 0 and 1 are note supported.
  • Improve BasicCognitoUserPoolsAuthProvider retrieval of token.

Bug Fixes

  • Fixed dependency com.moowork.gradle:gradle-node-plugin:1.0.0 in gradle plugin
aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.18

Published by minbi over 6 years ago

New Features

  • Adds OpenID Connect (OIDC) support as an authorization option.
aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.17

Published by minbi over 6 years ago

Enhancements

  • Improve synchronization of shared data structures in multiple subscriptions.
  • Fixed bug that caused sigv4 signing not to be attached when okhttp client was specified in builder. See PR #4
aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.15

Published by minbi over 6 years ago

New Features

  • Initial release with support for Cognito UserPools, Cognito Identity, and API key based authentication.
  • Optimistic updates allow the cache to be updated before a server response is received (i.e. slow network or offline)
  • Offline mutation allows mutations to be queued while client is offline until online again.
aws-mobile-appsync-sdk-android - AWS Mobile AppSync SDK for Android 2.6.16

Published by minbi over 6 years ago

New Features

  • Subscription support.
  • Complex objects allow fields to be S3 objects.
  • Conflict resolution surfaces mutation conflicts so that they can be resolved through a callback.