Neo-Store icon indicating copy to clipboard operation
Neo-Store copied to clipboard

Save downloaded apks until they're installed or after a timeout

Open jm355 opened this issue 2 years ago • 5 comments

It's not a big deal, but I just tried to install an app for the first time with droid-ify and had to go to the settings to allow it to install apps, and when I got back I had to redownload the app. It would be nice if droid-ify held on to the apk till it was installed or at least long enough that I wouldn't have to redownload it after the install process got interrupted. I'm sure this would be useful in other situations too where the install process could get interrupted, like if you get a call right before installing an app

jm355 avatar Feb 28 '22 22:02 jm355

Or simply save them for 24 hours after install.

I think aurora store does something like this. You can even navigate to the apk files in a file explorer.

Donkey-Doug avatar Mar 05 '22 15:03 Donkey-Doug

Yeah, it'll be helpful to install an apk file if it's saved to the storage by the app.

sudo-nautilus avatar Apr 09 '22 15:04 sudo-nautilus

It used to store downloaded apks in cache but idk why it doesn't anymore.

neekless avatar Apr 14 '22 04:04 neekless

It used to store downloaded apks in cache but idk why it doesn't anymore.

I think it does cached for certain time, but delete the apk once you have seen the screen of installation. So just don't delete them so fast, add a trigger to set a time period for delay (actually this is how the official F-Droid app implements). then that's all fine.

momobobe avatar May 30 '22 13:05 momobobe

Actually we plan to allow setting a custom download folder (this would cover two issues: retention and only-downloading) , but this won't come with v0.9, it's more a thing for v1.

machiav3lli avatar May 31 '22 07:05 machiav3lli

Since couple of releases there's an option to set how long the apks should be cached

machiav3lli avatar Oct 11 '22 10:10 machiav3lli