android app for otb-cloud uploading https://otb-cloud.outsidethebox.top/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
def670 50637f5baa v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
app v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
gradle/wrapper v0.2.2 initial commit: android uploader with batching 2 weeks ago
.gitignore v0.2.2 initial commit: android uploader with batching 2 weeks ago
PROJECT_STATE.md v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
README.md v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
build.gradle v0.2.2 initial commit: android uploader with batching 2 weeks ago
client v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
gradle.properties v0.2.2 initial commit: android uploader with batching 2 weeks ago
gradlew v0.2.2 initial commit: android uploader with batching 2 weeks ago
gradlew.bat v0.2.2 initial commit: android uploader with batching 2 weeks ago
patch.sh v0.2.2 initial commit: android uploader with batching 2 weeks ago
patch1.sh v0.2.2 initial commit: android uploader with batching 2 weeks ago
patch2.sh v0.2.2 initial commit: android uploader with batching 2 weeks ago
patch3.sh v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
server v0.3.0: streaming upload rewrite with per-file teardown 2 weeks ago
settings.gradle v0.2.2 initial commit: android uploader with batching 2 weeks ago

README.md

OTB Cloud Android Client

Version

v0.3.0

v0.3.0 notes

  • Reworked upload path to use chunked streaming mode
  • Forces per-file HTTP connection teardown
  • Keeps batched upload handling
  • Aims to eliminate memory buildup during long video runs

Notes

  • Images: working
  • Videos: streaming rewrite under live testing

Android uploader for OTB Cloud.

Version

v0.2.2

Features

  • Scan images and videos
  • Multi-select upload
  • Batched upload throttling
  • Server-side duplicate check

Notes

  • Images: working
  • Videos: improved, still under stability work