Waboodoo / HTTP-Shortcuts

Android app to create home screen shortcuts that trigger arbitrary HTTP requests
https://http-shortcuts.rmy.ch
MIT License
1.17k stars 113 forks source link

Download directly into the destination directory #344

Closed opk12 closed 1 year ago

opk12 commented 1 year ago

Is your feature request related to a problem? Please describe. I download large files on the SD card, with the new feature introduced in version 2.31.0. As mentioned in from 323 (comment), the HTTP response body is stored in a temporary location in the internal memory, then it is copied to the destination directory. Saving directly to the designated directory would avoid a copy and be a bit faster. It would also help when the internal memory has little free space.

Waboodoo commented 1 year ago

This is now implemented and available as part of the 3.0.0 release.