Tyler Roach

Results 134 comments of Tyler Roach

Ah, I see I made changes on same day as others that got merged. I'll update here in a few

Ready for review again. Merged dev, accepting dev Nextion files, then re-applied my changes.

Ha, TIL. I didn't realize as I had never used the other brew screen. I'll add to that as well tonight.

Here's the code I updated with. Looks like timer only goes to 99. I wasn't entirely sure what tm1 was doing but I think this will work. ![auto](https://user-images.githubusercontent.com/634763/187933462-7946817b-e76d-4377-8df0-42864a3a3fcd.JPG)

Hi @meavydev, I'm hoping I can clear this up. I believe the AWS SDK documentation is missing the cancellation scenario that is documented in Amplify (which is using the SDK...

Thank you for feedback. We are still researching the optimal way to provide flexibility on when to show the Foreground notification, or if we can remove it entirely in the...

Correct, the notification was introduced in 1.35.6, so 1.35.5 would be the last version that didn't show the notification. The Storage library has always used a `Service` to manage transfers....

Correct, there isn't too much to it. Check out: https://github.com/aws-amplify/amplify-android/blob/main/aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/service/AWSS3StorageService.java. You can see that we just `startTransferService` when a transfer start/resume is initiated. Just start your own service before calling...

@lokalathlet I think the first step is to look into your implementation of your sign out redirect uri? Could you post the activity block in your manifest that handles sign...

@lokalathlet SignOutRedirectURI of "elbaapp://signout" doesn't match "sibaapp://signout" defined in the manifest.