All changes to this project will be documented in this file.
- Add transcript feature
- Add API to get rate limiting headers
- Add missing proguard rules for gson and jackson
- Upgrade dependencies, gradle and Kotlin
- Add support for API level >= 34 for WorkManager
- Extend Android minSdkVersion to 21
- Fix cancellation of upload workers for the WorkManager API
- Improve cancel of upload workers for the WorkManager API
- Fix upload with upload token and video id when video is smaller than chunk size
- Fix upload notification resources name
- Add upload token and videoId in WorkManager tags
- Add custom tag for WorkManager
- Fix tag for progressive upload in WorkManager
- Worker now returns the file in case developer want to delete it after upload.
- Use api.video theme and icon for examples
- Introduce WorkManager dedicated API
- Fix the UploadService notification level
- In example, add support for Android 13
- Improve the upload Service
- Add an upload Service
- Add SDK origin header
- Publicized chunk maxChunkSize
- Add a progressive upload API to upload a specific part
- Fix
video.publishedAt
type
- Fix metadata query param in GET /videos
- Add Origin identification headers
- Add applicationName parameter (to allow user agent extension)
- Increase chunked and progressive upload speed
- Update min Sdk version to Android API 24
- Add an interface for progressive upload session
- Add
name
attribute in player themes
- Simplify VideosApi() constructor
- Publish AAR instead of JAR