Skip to content

Releases: muxinc/android-upload-sdk

v1.0.1

21 Aug 16:33
d44cb18
Compare
Choose a tag to compare

Improvements

  • fix: possible bad behavior if the hosting app doesn't have a version set
  • chore: update to kotlin 2.0.10 + others (#144)

Co-authored-by: Emily Dixon edixon@mux.com
Co-authored-by: GitHub noreply@github.com

v1.0.0

13 Jun 00:39
1fb2d37
Compare
Choose a tag to compare

New

  • 4k and 720p input standardization (#139)
  • Background-Uploading example in sample app (#140)

Fixes

  • fix: currentStatus always reports READY (#135)
  • fix: upload success reported as failure in some cases (#134)

v0.5.0

30 Oct 20:00
70c32bb
Compare
Choose a tag to compare

New

  • Audio transcoding (#82)

Improvements

  • Improved performance reporting (#89)

Co-authored-by: Emily Dixon edixon@mux.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AJ Lauer Barinov abarinov@mux.com
Co-authored-by: Tomislav Kordic 32546640+tomkordic@users.noreply.github.com
Co-authored-by: GitHub noreply@github.com

v0.4.2

31 Jul 20:39
9bd7e8a
Compare
Choose a tag to compare

New

  • feat: Add UploadResult class for java users to interpret Result (#73)

Fixes

  • Fix: Some methods on MuxUpload.Builder don't return Builder (#74)
  • Fix: the application context shouldn't be visible (#76)
  • Fix: Transcoding errors handled incorrectly (#79)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Emily Dixon edixon@mux.com
Co-authored-by: Tomislav Kordic 32546640+tomkordic@users.noreply.github.com
Co-authored-by: GitHub noreply@github.com

v0.4.1

21 Jul 22:25
796e4d6
Compare
Choose a tag to compare

New

  • feat: Add API for listening to and retrieving the status of an upload (#70)
  • feat: Add Input Standardization, to process videos device-side (#65)

Fixes

  • fix: Metrics events not properly redirected (#63)

Known Issues

  • There's no notification/callback for the result of input standardization

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AJ Lauer Barinov abarinov@mux.com
Co-authored-by: Emily Dixon edixon@mux.com
Co-authored-by: AJ Lauer Barinov 102617203+andrewjl-mux@users.noreply.github.com
Co-authored-by: Tomislav Kordic 32546640+tomkordic@users.noreply.github.com
Co-authored-by: GitHub noreply@github.com

v0.4.0

07 Jun 16:33
73fd6dc
Compare
Choose a tag to compare

Improvements

  • doc: Finish out the public KDoc (#49)
  • doc: Improve KDocs and add logo (#51)
  • nfc: Hide some internal classes from java. This should not affect anyone using the SDK

Fixes

  • fix: pausing uploads shouldn't create errors (#55)

Co-authored-by: Emily Dixon edixon@mux.com

v0.3.1

10 May 22:45
3c79d38
Compare
Choose a tag to compare

Improvements

  • fix: Restarts broken due to invalid progress data (#41)

Co-authored-by: Emily Dixon edixon@mux.com

v0.3.0

10 May 22:44
67c562b
Compare
Choose a tag to compare
## Breaking

* breaking: Remove extraneous MIME type and Retry Time Builder fields. Configuring these did nothing (#36)

## Updates

* update: Add the ability to resume all failed or paused uploads  (#35)

## Improvements

* Greatly improved the example app

v0.2.0

12 Apr 17:13
bbc5dbe
Compare
Choose a tag to compare

Improvements

  • fix: Hide some constructors to prevent unintended use by java callers (#23)
  • feat: Add Performance Metrics Tracking (#24)

Co-authored-by: Emily Dixon edixon@mux.com

v0.1.0

05 Apr 21:47
515ee80
Compare
Choose a tag to compare

🥳 First beta release of the Mux Android SDK

Features

  • Upload multiple files at once
  • Pause and resume uploads, even after process death
  • Observe upload progress from anywhere in your app without extra code