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

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Java ### Amplify Categories DataStore ### Gradle script...

bug
improvement
datastore
p3

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Java, Kotlin ### Amplify Categories DataStore ### Gradle...

improvement
datastore

In June 2019, the JavaScript library launched a new Amplify Video category. It helps application developers quickly build video-on-demand or live streaming applications. Currently, Amplify Video support only exists in...

storage
feature-request

Problem : For chat application - for example, has 2 contacts with 5,000 messages each. If the sync expression syncMaxRecords is set to 5000, then messages from first contact gets...

feature-request
datastore

Hello, in [amplify-js](https://github.com/aws-amplify/amplify-js/blob/main/packages/amazon-cognito-identity-js/src/CognitoUser.js) there is a `setSignInUserSession` function that allow us to set session tokens without using the `signIn` function, is it possible to have this feature in Android too?...

feature-request
auth

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin ### Amplify Categories Authentication ### Gradle script...

improvement
auth
flutter

Right now `Amplify.Auth.signInWithWebUI` only opens to the login page. The customer can always click "Sign up", but that text is hidden at the bottom of the page and not very...

feature-request
auth

What if the android app needs to interact with more than one bucket? We can do it using the AWS Mobile SDK for Android, but that support does not exist...

storage
feature-request

On Android, [user attributes](https://github.com/aws-amplify/amplify-android/blob/main/core/src/main/java/com/amplifyframework/auth/AuthUserAttributeKey.java) map exactly to cognito user attributes, while iOS's [user attributes](https://github.com/aws-amplify/amplify-ios/blob/eb5b7ff98ae9ac090dc8c71e374b8f3bcb0ee472/Amplify/Categories/Auth/Models/AuthUserAttribute.swift#L34) is missing a few, specifically `zoneinfo`, `website`, `updated_at`, `profile`. Should iOS have these attributes for parity...

improvement
auth