yDelouis / selfoss-android

Android application for Selfoss
MIT License
41 stars 9 forks source link

send username password also as basic auth in header #31

Closed SSilence closed 9 years ago

SSilence commented 9 years ago

If authentication is enabled the username/password will be sent in header as http basic auth. This is necessary if user doesn't use selfoss built in authentication but a own basic auth.

btw. awesome app, I love the ui. Just awesome! In next release I will link to your app on selfoss homepage. thanks a lot!!!

SSilence commented 9 years ago

In my commit there is not considered that images will be loaded by using the ImageView. There is also basic authentication necessary otherwise no icons and thumbnails will be shown.

A solution would be http://stackoverflow.com/a/17986504 for android query but then you need the newest version of android query.

yDelouis commented 9 years ago

Thanks for your contribution. I have added basic header for image loading with the help of your link.