From 37f4010e8f81db354085ca5b7b8fc40100169376 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 27 Nov 2011 16:57:05 +0300 Subject: add support for http basic authorization --- res/values/strings.xml | 10 ++++++++-- res/xml/preferences.xml | 14 ++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index c0615976..222e8444 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -13,15 +13,16 @@ Password http://example.domain/tt-rss/ Authentication - Look and feel + Interface Theme - Changes color theme of the application. + Changes color theme of the application Tiny Tiny RSS URL Login automatically Dark Preferences Light Connection + HTTP Authentication Login failed: API disabled. Login failed: no data received. Login failed: username or password incorrect. @@ -48,4 +49,9 @@ Toggle starred Toggle published Mark unread + Optional. Fill this if your tt-rss installation is protected by HTTP Basic authorization + Your tt-rss login. Not needed for single user mode + Your tt-rss password + URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/ + diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 4fb2c5ec..3bc482f3 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -5,12 +5,17 @@ - - - + + + + + + + + - + + -- cgit v1.2.3