amplify-android icon indicating copy to clipboard operation
amplify-android copied to clipboard

The fastest and easiest way to use AWS from your Android app.

Results 248 amplify-android issues
Sort by recently updated
recently updated
newest added

It seems there's no way to handle push notification with PinPoint through the Amplify lib directly. We must use the old one, the AWSMobileClient. Is there anything plan to use...

feature-request

_This is a Request For Comments (RFC). RFCs are intended to elicit feedback regarding a proposed change to the Amplify Framework. Please feel free to post comments or questions here._...

rfc

There should be a way to pass arguments to subscriptions so that only a subset is subscribed. Model schema - ```graphql type MyData @model { id: ID! x: Int other_data:...

feature-request
GraphQL API
api

Right now, the "walk depth" for a generated GraphQL query is hard-coded to [1 level for DataStore](https://github.com/aws-amplify/amplify-android/blob/master/aws-datastore/src/main/java/com/amplifyframework/datastore/appsync/AppSyncRequestFactory.java#L61), and [2 levels for API](https://github.com/aws-amplify/amplify-android/blob/master/aws-api/src/main/java/com/amplifyframework/api/aws/AppSyncGraphQLRequestFactory.java#L63). Seems like this would be a nice thing...

good first issue
feature-request
GraphQL API
datastore
api

CustomTabs supports customizing the color of the top bar, as well as several other things. Amplify should support: * Setting the Top Bar color * Specifying whether to display the...

feature-request
auth

Hi, Currently datastore has the ability for sorting in ASC and DESC. It would be great if we could have this enabled in the API piece as well.

feature-request
GraphQL API
api

It will be extremely useful to be able to allow Amplify take in custom query Field. This way one can tailor the query to get the required data in the...

feature-request
GraphQL API
datastore
api

AWS Cognito Android SDK "GET MFA API" (getUserMfaSettingsInBackground) needed from CognitoUserPool class **Need to get the current user MFA setting as an API** In Amplify JavaScript library this get method...

feature-request
auth

Currently, the underlying SDK doesn't support this. Please +1 this issue if you'd like to use Transcribe in Amplify so that we can prioritize it.

feature-request
predictions
feature-parity

- [x] PR title and description conform to [Pull Request](https://github.com/aws-amplify/amplify-android/blob/main/CONTRIBUTING.md#pull-request-guidelines) guidelines. *Issue #, if available:* *Description of changes:* - add sign in test case generator and mock responses *How did...