wallabag / wallabag/android-app

Option to specify storage location

Open
#954 0 comments 1 reaction 0 assignees View on GitHub
Improvement
Dominant language
Java
Stars
587
Forks
276
PR merge metrics
No merged PRs in 30d

Description

Add options to specify where to store the following content:
* Main SQLite DB (with all article content). Currently stored in the internal storage, but can be moved to external storage via an option in settings.
* Cached images. Currently stored in external storage.
* Default download location (for articles downloaded as files).

There are two main reasons to have these options:
* Obviously, some may have limited storage. It seems to be less of an issue with modern devices, but it's usually good to have a choice.
* Privacy issue: storing data in external storage exposes it to other apps with storage access (there's plenty of proprietary apps that refuse to function without the storage access permission). An argument can be made that a user doesn't care about their privacy if they allow storage access to untrusted apps, but I'd prefer wallabag app to store everything in the private storage (internal) by default with an option to change that.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.