From 25a8c94c8184cf950996ec7aefa07ccb5fd90241 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2012 11:04:08 +0400 Subject: [PATCH] offline up arrow fixes; bump version; make amount of articles downloaded in offline mode configurable --- AndroidManifest.xml | 4 ++-- res/values/arrays.xml | 6 +++++- res/values/strings.xml | 5 +++-- res/xml/preferences.xml | 12 +++++++++--- .../fox/ttrss/offline/OfflineDownloadService.java | 2 +- src/org/fox/ttrss/offline/OfflineFeedsActivity.java | 2 +- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 56fb223d..2c2b4235 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="116" + android:versionName="0.9" > HEADLINES ARTICLES - + + 150 + 250 + 500 + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index df40d273..c85634ef 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -52,7 +52,7 @@ Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication Your tt-rss login. Not needed for single user mode URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/ - Download and display feed icons + Enable feed icons Enable feed categories No feeds to display No headlines to display @@ -144,6 +144,7 @@ SSL Error: SSL hostname not verified Show oldest articles first - Dim status bar when reading + Dim status bar + Dim status bar when reading %1$d comments \ No newline at end of file diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index c1a69321..0f143b15 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -90,7 +90,7 @@ android:defaultValue="false" android:key="combined_mode" android:summary="@string/combined_mode_summary" - android:title="@string/combined_mode" /> + android:title="@string/combined_mode" /> --> - - +