android-upload-service
android-upload-service copied to clipboard
Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.10.0. Changelog Sourced from okhttp's changelog. Change Log Version 5.0.0-alpha.8 2022-06-08 Fix: Change how H2_PRIOR_KNOWLEDGE works with HTTP proxies. Previously OkHttp assumed the proxy itself...
> Android 5.0 (API 21) to Android 12 (API 31) support. Beware you cannot start uploads while your app is the background on Android 12 due to recent Service limitations...
**Is your feature request related to a problem? Please describe.** In our Application we have both (potentially) long-running uploads and very quick ones (
How can I observe the progress in Jetpack compose as I need to get the lifecycleowner and context. Can't we observe the progress in ViewModel? Simple Explanation will be very...
Hi , **Describe the bug** I am using the upload manager in my fragment but I get **You have tried to perform startUpload() using the same uploadID of an "...
**Describe the bug** The library has been fully functional and setup as documented. Has been working in production for months now. Targeted the latest SDK 34 when building for release....
**Describe the solution you'd like** There are times when we want to declare the contentType of a parameter, as in this case: https://stackoverflow.com/a/60968768/6015400 Currently there is no way to declare...
Google is pressuring those using services for reliable uploads (as this library does) to use WorkManager (or another solution, but primarily WorkManager). As best I can tell the reason they...
This API was introduced in SDK 33, but wasn't required until you targeted SDK 34. Once you target SDK 34, running the app on a 33 device will trigger an...
From Android 8 onwards, Google started to push back on Android Services. With the release of Android 12, services are no longer considerable "first class citizens", as clearly Google is...