Update upload service to use work manager#19755
Closed
ravishanker wants to merge 3 commits intotrunkfrom
Closed
Conversation
Decompose UploadService to use WorkManager in place of Service
Decompose UploadService to use WorkManager in place of Service
For - UploadPostWorker - UploadMediaWorker
Generated by 🚫 dangerJS |
Contributor
|
| App Name | Jetpack |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr19755-8e38e4a | |
| Commit | 8e38e4a | |
| Direct Download | jetpack-prototype-build-pr19755-8e38e4a.apk |
Contributor
|
| App Name | WordPress |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr19755-8e38e4a | |
| Commit | 8e38e4a | |
| Direct Download | wordpress-prototype-build-pr19755-8e38e4a.apk |
Contributor
|
We are slowly stepping away from FluxC which this PR depends, and considering the PR hasn't been updated in a long time, I think it's best to close and re-visit if necessary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Fixes #18714
This PR is an effort update UploadService to user WorkManager in place of current Service. Cause, there are crashes due to foreground operations, and also will not work when migrated to Android 14
It is work in progress
TO-DO
To Test:
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR Submission Checklist:
RELEASE-NOTES.txtif necessary.UI Changes Testing Checklist: