Demizo / Daily_You

Every day is worth remembering...
GNU General Public License v3.0
112 stars 5 forks source link

Use Storage Access Framework #76

Closed Demizo closed 5 months ago

Demizo commented 5 months ago

Uses the Android Storage Access Framework to access external files. This allows for the use of Content Providers (like Nextcloud) as external storage locations. It also removes the need for the MANAGE_EXTERNAL_STORAGE permission. The file logic is handled in a new FileLayer class to maintain compatibility with desktop.

closes #55, #28