khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
448 stars 34 forks source link

Download as temp file and rename later #10

Closed KhunHtetzNaing closed 3 months ago

KhunHtetzNaing commented 3 months ago

Write to a temporary file during download and rename it to the destination file upon completion.

khushpanchal commented 3 months ago

@KhunHtetzNaing I have merged the master-add-pause-resume branch into the master with version bump to 2.0.0 as plan was to do it today.

Please feel free to create separate PR to master with above changes (Kotlin serialization and temp file). Also need to delete the temp file at deleteFileIfExists function inside FileUtil.kt class. I will merge it in next release.

Closing this PR.