From 990a35c47500c6a3f4292d41450a5f6cb689c7b1 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 11 Jan 2017 14:47:25 +0100 Subject: Custom toast view added --- src/main/res/drawable-hdpi/ic_toast.png | Bin 0 -> 1708 bytes src/main/res/drawable-hdpi/ic_toast_error.png | Bin 0 -> 1764 bytes src/main/res/layout/cplus_toast_container.xml | 22 ++++++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 src/main/res/drawable-hdpi/ic_toast.png create mode 100644 src/main/res/drawable-hdpi/ic_toast_error.png create mode 100644 src/main/res/layout/cplus_toast_container.xml (limited to 'src/main/res') diff --git a/src/main/res/drawable-hdpi/ic_toast.png b/src/main/res/drawable-hdpi/ic_toast.png new file mode 100644 index 00000000..fd5d1d8b Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_toast.png differ diff --git a/src/main/res/drawable-hdpi/ic_toast_error.png b/src/main/res/drawable-hdpi/ic_toast_error.png new file mode 100644 index 00000000..31de0901 Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_toast_error.png differ diff --git a/src/main/res/layout/cplus_toast_container.xml b/src/main/res/layout/cplus_toast_container.xml new file mode 100644 index 00000000..f2aa09e3 --- /dev/null +++ b/src/main/res/layout/cplus_toast_container.xml @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 0a9bba28616e594279cd659ec2eb57da2074b3cd Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 11 Jan 2017 14:55:53 +0100 Subject: Improved error handling for filetransfer:http:delete, Check for httpupload feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil' --- src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/res') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index b4b4d2c5..251db18e 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -682,4 +682,6 @@ No file on remote host Original Filename Open + Remote File Deletion Service currently unavailable. Please try again later. + Failed to delete remote file. -- cgit v1.2.3 From cd633f13b8d7327e47994bb5a000f0c0b7089e7f Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 11 Jan 2017 15:12:53 +0100 Subject: Formatting of remote file status adjusted --- src/main/res/layout/message_sent.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res') diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index f59c51f3..8bda9c8f 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -117,7 +117,7 @@ android:textColor="@color/secondaryText" android:textSize="?attr/TextSizeInfo" android:visibility="gone" - android:textStyle="italic"/> + android:textStyle="normal|italic"/> -- cgit v1.2.3