Releases: muxinc/android-upload-sdk
v1.0.1
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 [email protected]
Co-authored-by: GitHub [email protected]
v1.0.0
v0.5.0
New
- Audio transcoding (#82)
Improvements
- Improved performance reporting (#89)
Co-authored-by: Emily Dixon [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: Tomislav Kordic [email protected]
Co-authored-by: GitHub [email protected]
v0.4.2
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 [email protected]
Co-authored-by: Tomislav Kordic [email protected]
Co-authored-by: GitHub [email protected]
v0.4.1
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 [email protected]
Co-authored-by: Emily Dixon [email protected]
Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: Tomislav Kordic [email protected]
Co-authored-by: GitHub [email protected]
v0.4.0
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 [email protected]
v0.3.1
Improvements
- fix: Restarts broken due to invalid progress data (#41)
Co-authored-by: Emily Dixon [email protected]
v0.3.0
## 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
Improvements
- fix: Hide some constructors to prevent unintended use by java callers (#23)
- feat: Add Performance Metrics Tracking (#24)
Co-authored-by: Emily Dixon [email protected]
v0.1.0
🥳 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