Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use WebDAV library #10

Open
stokito opened this issue Jan 5, 2024 · 3 comments
Open

Use WebDAV library #10

stokito opened this issue Jan 5, 2024 · 3 comments

Comments

@stokito
Copy link
Contributor

stokito commented Jan 5, 2024

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
Copy link
Owner

phpbg commented Jan 17, 2024

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
Copy link
Contributor Author

stokito commented Jan 17, 2024

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
Copy link
Owner

phpbg commented Jan 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants