webdav-provider icon indicating copy to clipboard operation
webdav-provider copied to clipboard

Add release apk

Open linwei5d opened this issue 1 year ago • 4 comments

can you add a release apk file so that I can use this project without building it?

linwei5d avatar Sep 13 '23 01:09 linwei5d

that would be great

liqlos avatar Jan 02 '24 21:01 liqlos

Building is not that hard If anyone have some sort of trouble building this project I have builded and uploaded the apk to a telegram channel

Also I uploaded here the apk with client certificate mutual TLS authentication from defkev repo There is an open pull request 7 months now

ippocratis avatar Jan 03 '24 10:01 ippocratis

Please publish it to https://f-droid.org/

I also added the app to Awesome WebDAV list

stokito avatar Jan 05 '24 19:01 stokito

I think I need a more recent build. When I tried to add with the build given in the telegram channel, it started printing

‘Couldnt establish webdav connection: expected leading [0-9a-fA-F] character but was 0x1f‘

If I try to use curl with the urls for the sever it prints the html of the page you get on localhost:8008 as expected.

I'm using python webdav installed with

pip install PyWebDAV3 --break-system-packages

And run with

davserver -D /media/ -n -H 0.0.0.0

Before listening on all hostnames I failed connecting, you probably should put the 0.0.0.0 trick on the readme.

I can't build because my PC only has 2gb of memory and a few gib of free / space too (it's a eeepc).

Edit: started using RSAF and apache webdav instead.

i30817 avatar Mar 26 '24 19:03 i30817

The app is now available on the Google Play Store: https://play.google.com/store/apps/details?id=dev.rocli.android.webdav

alexbakker avatar May 14 '24 17:05 alexbakker