Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use custom upload ID on Android (MITM-706) #13

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

hojason117
Copy link

Overview

Previously on Android, customUploadId wasn't used throughout the upload process due to ModifiedHttpUploadRequest and UploadRequest having their own uploadId, and this resulted in the completed listener being called on a different UUID than the one given to startUpload.

This PR ensures that the customUploadId used to startUpload is the one called in the listeners.

@hojason117 hojason117 requested a review from Karthz July 27, 2023 19:02
Copy link

@Karthz Karthz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, just one change

@hojason117 hojason117 force-pushed the mitmAndroidUseCustomUploadId branch from 6a8d8a5 to 5a55065 Compare July 27, 2023 20:10
@hojason117 hojason117 changed the title Use custom upload ID on Android Use custom upload ID on Android (MITM-705) Jul 27, 2023
@hojason117 hojason117 changed the title Use custom upload ID on Android (MITM-705) Use custom upload ID on Android (MITM-706) Jul 27, 2023
Co-authored-by: Karthik Subramaniam <karthik@appfolio.com>
@hojason117 hojason117 force-pushed the mitmAndroidUseCustomUploadId branch from 5a55065 to 28cfa3f Compare July 27, 2023 20:38
@hojason117 hojason117 merged commit 566636e into master Jul 27, 2023
@Karthz
Copy link

Karthz commented Jul 27, 2023

🎉 This PR is included in version 6.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants