Releases: khushpanchal/Ketch
Releases · khushpanchal/Ketch
Release 2.0.3
- Add method to get Download by Id
- Made Notification click as single top to avoid relaunching the app
- Added method to make sure each filename is unique, for same filename added (1), (2) at the suffix.
Release 2.0.2
- Remove Gson, using Kotlin serialization
- Introduce temp file while download in progress
- Add option to pass custom Okhttp client
- Add option to skip actual file deletion on clearing DB
Release 2.0.1
- Fix Null Pointer crash
- Add distinctUntilChanged in observeDownloadsById
Release 2.0.0
Pause Resume functionality (#7) * Add Pause Resume Functionality * Added ETag Handling * Add Pause Resume functionality from Notification, Update sample * Integrated Room, Update logic to single source of truth
Release 1.0.0
First Version Release
- Implementation of File Downloader Library
- WorkManager and Notification Implementation
- Retrofit Implementation