phpbg / easysync

Synchronize your android phone/tablet with your DAV server, the easy way.
MIT License
106 stars 6 forks source link

Use WebDAV library #10

Open stokito opened 10 months ago

stokito commented 10 months ago

There are some existing libraries for Android with WebDAv support: https://github.com/WebDAVDevs/awesome-webdav/tree/main?tab=readme-ov-file#java

It would be really great if you can reuse or contribute to this libraries. This will make it easier to support many servers with their quirks and also avoid known bugs. But what is more important is that it will make other app creators easier to add the WebDAV support.

Some libraies:

I don't know what the NextCloud app uses itself but the owbCloud has a separate lib https://github.com/owncloud/android-library

phpbg commented 10 months ago

Hi, I like the idea to share a common lib. I guess I didn't find something suitable whan i started the project.

There is one important prerequisite: the selected lib shoud be compatible with android and have support for kotlin coroutines.

I guess we need to compare them to see which one is the more appropriate.

stokito commented 10 months ago

I'm not an Android developer so if you can leave your notes about the libs and their difference I'll really appreciate. I maintaining the Awesome WebDAV list and I wish to create a website with tutorials about the DAV development. I created a the @WebDavDevs organization to make it easier to find all DAV related info and projects. The original WebDAV protocol developers aren't responding anymore and the protocol staled. If you wish I can add you to the org and also you can transfer the project under its umbrella.

phpbg commented 10 months ago

If you wish I can add you to the org and also you can transfer the project under its umbrella.

I am not ready for such responsibilities ^^

I'll start following it for now ;-)