mikifus / padland

Padland is a tool to manage, share, remember and read collaborative documents based on the Etherpad technology in Android.
Apache License 2.0
62 stars 15 forks source link

support for pads with authentication #24

Closed obifur closed 7 years ago

obifur commented 7 years ago

It doesn't prompt for authentication.. It says "Authentication required" when I try to access the pad. (I'm running a custom server)

mikifus commented 7 years ago

I guess you mean this happens with http auth, right?

obifur commented 7 years ago

yes

mikifus commented 7 years ago

Hi,

Please, try the apk version in the following link and confirm it fits your needs. https://github.com/mikifus/padland/releases/tag/v1.2.2-alpha

It should be available in F-droid in a couple of days.

obifur commented 7 years ago

Hello, yes, it is working as expected. Thank you very much for your effort and this app! :)

obifur commented 7 years ago

Hi, up to now it hasn't reached f-droid..

mikifus commented 7 years ago

@obifur Yes, my bad, I forgot a parameter. It should be available in one to two days.

obifur commented 7 years ago

Unfortunately 1.3-beta doesn't work for me.. it just crashes when I try to open the pad.

https://gist.github.com/anonymous/c93ac9dc8610ad9fecabad26fd095cb4

mikifus commented 7 years ago

Hi @obifur,

You mean on trying to do auth or the whole App? In the second case let's open a new issue.

obifur commented 7 years ago

The app starts normally and I could enter my custom server etc. But when I try to open the pad the app crashes. I don't get to enter the credentials.

This is a catlog from another device (android 6):

https://gist.github.com/anonymous/a91d7cee41d429886212480cad3bcf3a

obifur commented 7 years ago

1.3.1-beta works, but the login looks like this (Text is missing, but it works):

screenshot_20161030-172032

P.S.: I will close this issue, because the authentication is working.. thanks