From e89dc12bb93da0a638d9a199af4d91a54aa3556e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 22 Oct 2013 17:43:28 +0200 Subject: Save my work until now --- res/layout/client_dashboard.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/client_dashboard.xml b/res/layout/client_dashboard.xml index 16e152be..9bda6d2e 100644 --- a/res/layout/client_dashboard.xml +++ b/res/layout/client_dashboard.xml @@ -5,7 +5,7 @@ android:layout_height="match_parent" android:orientation="vertical" tools:context=".Dashboard" > - + - \ No newline at end of file + -- cgit v1.2.3 From 0bcf72490f726825121e355afbeaf5b14636eb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 7 Nov 2013 10:43:03 +0100 Subject: Retry button on failed downloads. Next step: remove the provider from the list (big security hole, since all providers present on the list are assumed to be secure). --- res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 2598d452..747ce85e 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -11,6 +11,7 @@ Select Cancel OK + Retry No Data LZO Compression No Certificate -- cgit v1.2.3