GitHunt
RE

RebelliousX/webdav-provider

An Android app that can expose WebDAV storage to other apps through Android's Storage Access Framework (SAF)

WebDAV-Provider CI

WebDAV Provider is an Android app that can expose WebDAV storage to other
apps through Android's Storage Access Framework (SAF).

Development

This project is automatically tested against a variety of different WebDAV servers. The tests run in an Android emulator and connect to the WebDAV servers running in separate containers on the host machine.

To spin up the test environment:

docker compose --project-directory tests up -d --wait --force-recreate --build --renew-anon-volumes --remove-orphans

Assuming an Android emulator is running, use the following command to run the tests:

./gradlew connectedCheck

To shut the test environment down:

docker compose --project-directory tests down -v

Languages

Kotlin95.9%Shell1.9%Dockerfile1.2%HTML0.8%Python0.3%

Contributors

GNU General Public License v3.0
Created May 23, 2022
Updated June 2, 2022