mpcjanssen / simpletask-android

GNU General Public License v3.0
547 stars 128 forks source link

Android Q will remove storage permission. #969

Open mpcjanssen opened 5 years ago

mpcjanssen commented 5 years ago

See https://developer.android.com/preview/privacy/scoped-storage

This will be an issue for Simpletask Cloudless.

smichel17 commented 5 years ago

I believe the thing to do is migrate to the storage access framework. We may need to add a couple different file selection dialogs, though (for todo and archive file).

mpcjanssen commented 5 years ago

Storage access frameword doesnt support listening for updates on a file. It also doesnt support appending to a file.

mpcjanssen commented 5 years ago

It does suppport appending. The storageframework branch has a working implementation. Added benefit all storage providers are supported in one app.