MarquisLP / World-Scribe

An Android app for fictional world-building
MIT License
41 stars 7 forks source link

Nextcloud support #29

Closed tostc closed 4 years ago

tostc commented 4 years ago

I've implemented the feature request of Issue #20. You can now backup your world to nextcloud. I've generalize some texts, for example

"An error occurred while uploading to Dropbox"

is now

"An error occurred while uploading to {Placeholder}"

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.

MarquisLP commented 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:

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.)

tostc commented 4 years ago

Yes it's possible to group all worlds to a folder like Dropbox. I've added the group function.

MarquisLP commented 4 years ago

Thanks, works like a charm!