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
395 stars 26 forks source link

Download as temp file and rename later #10

Closed KhunHtetzNaing closed 1 month ago

KhunHtetzNaing commented 1 month ago

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

khushpanchal commented 1 month 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.