39aldo39 / DecSyncCC

Android app to sync contacts, calendars and tasks without a server using DecSync
GNU General Public License v3.0
237 stars 10 forks source link

SD Card Support #11

Closed tokenmath closed 4 years ago

tokenmath commented 5 years ago

Support for saving and changing files on the sdcard. Even changing the data directory in the app can not save or change data

39aldo39 commented 5 years ago

I think newer Android versions give limited access to the SD card. There is a new way to access the files, but DecSync currently has no support for it.

tokenmath commented 5 years ago

@39aldo39 Will it be supported for this?

39aldo39 commented 5 years ago

It won't be supported for the time being. I don't have a lot of time right now to work on it, and this isn't high on the list.

But if someone knows an easy way to add SD card support, I will look at it.

moritztk commented 4 years ago

Hi Aldo, are there any news to this?

39aldo39 commented 4 years ago

I have experimented what with the Storage Access Framework, which is the new way of accessing files. It does work and will try adding it. This should add SD card access as well!