OpenArchive / Save-app-ios

Secure Mobile Media Preservation
https://open-archive.org/
GNU General Public License v3.0
10 stars 3 forks source link

make "enable nextcloud chunking" global setting / App Setting like in Android UI #169

Closed foundscapes closed 4 years ago

foundscapes commented 4 years ago

This is hard to find and is server-specific - we should map it to Android's UI to be in the "app settings" screen instead

tladesignz commented 4 years ago

As you said - it's server-specific. That's why I recommend against it and actually propose to change it in the Android version.

Consider the following case: A user has set up multiple WebDAV servers, one is a Nextcloud server, the other isn't. The app can't distinguish the difference. Having this as a global option makes the one server work, the other not. It will be very hard for the user to understand, why one works and the other not.

@n8fr8?

foundscapes commented 4 years ago

This makes total sense, @tladesignz - just trying to map Android features to iOS and thought it was cool to have it be so accessible, but since you can only use with nextcloud, we should absolutely change Android to match. Thank you!