TrixiEther / DashchanFork

Imageboards client for Android
GNU General Public License v3.0
53 stars 2 forks source link

Cache improvements #145

Closed N3-M3-S1S closed 7 months ago

N3-M3-S1S commented 7 months ago

Some users have reported an issue with the cache resulting in an error message "cache is not available" in the gallery. However, I have not been able to replicate this issue on my own devices.

Commit 2f3fdccead9c688e1c71a8ff72cc86063bc93e8d adds an option to use internal storage for cache, that should help if the problem is that some devices / roms don't create the app's specific directory or cache directory on external storage until proper fix is implemented.

Commit c5f31927da699248cba025483437e84534d110b2 replaces generic "cache is not available" error message in the gallery with more specific message to make it easier to find the real cause of the issue.