Closed tostc closed 4 years ago
Thanks again for the help! This issue has been sitting in the backlog for quite some time, so I really appreciate you having taken it on.
Just now, I've pushed two changes to your branch:
android:name="androidx.multidex.MultiDexApplication"
to the AppManifest, as stated in the docs. Without this, the app would not build.Other than that, everything works well; I'm able to get the full upload process to work on my end.
One thing I have noticed, though, is that World folders are uploaded to the user's root folder on Nextcloud. Do you know if it would be possible to group all World folders under a parent "WorldScribe" folder, like what we do for Dropbox?
(This isn't a critical issue, but more of a nice-to-have. I'll still merge the branch even if it isn't possible.)
Yes it's possible to group all worlds to a folder like Dropbox. I've added the group function.
Thanks, works like a charm!
I've implemented the feature request of Issue #20. You can now backup your world to nextcloud. I've generalize some texts, for example
is now
DropboxActivity
is now namedCloudActivity
and is also used by Nextcloud. It's also in the cloud package.Hope I haven't forget anything. The new texts for Nextcloud are translated to german and english.
P.S.: Maybe Owncloud will also work, but this is not tested.