seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.31k stars 75 forks source link

Seafile as a backup location #169

Open chirayudesai opened 4 years ago

chirayudesai commented 4 years ago

It supports SAF, shows up in the Files app, can create files inside that.

It has FLAG_SUPPORTS_IS_CHILD - https://github.com/haiwen/seadroid/blob/5a0710c1d8fc4a57c26dfbc9df201b96c903bbd6/app/src/main/java/com/seafile/seadroid2/provider/SeafileProvider.java#L650 - needed for https://developer.android.com/reference/android/content/Intent#ACTION_OPEN_DOCUMENT_TREE

chirayudesai commented 4 years ago

This could be a good addition, it's open source.

https://www.seafile.com/en/home/

https://f-droid.org/en/packages/com.seafile.seadroid2/

jtagcat commented 3 years ago

Duplicate of #84