tus-android-client icon indicating copy to clipboard operation
tus-android-client copied to clipboard

The tus client for Android.

Results 13 tus-android-client issues
Sort by recently updated
recently updated
newest added

Bumps appcompat from 1.4.2 to 1.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.4.2&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

**Describe the bug** Hello, i am facing strange issue while uploading file from android device using tus client. It gives "javax.net.ssl.SSLException: Write error: ssl=0xb400007824f03618: I/O error during system call, Software...

bug

**Question** 1) In tus android library , how we can terminate or abort a on going upload from client side ? 2) While a upload is in process, when I...

question

If you upload a file of size equal to payload size, the upload fails. Because it tries to make 1 extra attempt to upload the last chunk with 0 file...

bug

**Question** After a few seconds from the beginning of the video upload process, the progress bar stops without displaying any errors. Sometimes (when I debug my code and it stops...

question

https://developer.android.com/about/versions/11/behavior-changes-11

bug

When i try to call uploader.finish(); its giving io.tus.java.client.ProtocolException: unexpected status code (400) while uploading chunk please help

**Describe the bug** When trying to upload a file thats exactly divisible by `requestPayloadSize`. An additional empty PATCH request will be made that will result in 404. The cause of...

bug

https://github.com/tus/tus-android-client/blob/master/example/src/main/java/io/tus/android/example/MainActivity.java#L166 loops `while(!isCancelled() && uploader.uploadChunk() > 0)`. However, according to https://github.com/tus/tus-java-client/blob/master/src/main/java/io/tus/java/client/TusUploader.java#L18 and https://github.com/tus/tus-java-client/blob/master/src/main/java/io/tus/java/client/TusUploader.java#L182, `uploadChunk()` *may* return 0 while the upload is not finished yet (for example, while the connection is...

bug

When i try to upload video on cloudflare unable to upload it and get io.tus.java.client.ProtocolException: unexpected status code (400) while uploading chunk error. **To Reproduce** Steps to reproduce the behavior:...

bug