Demizo / Daily_You

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

Use Storage Access Framework #76

Closed Demizo closed 10 months ago

Demizo commented 10 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