Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2018-05-11 16:50:14 +0300
committerDavid Luhmer <david-dev@live.de>2018-05-11 16:50:14 +0300
commit51463ca4726a55b67dcb9a0363119384557390ab (patch)
treebb673d4570f22f8ae0da9f529694e43c5e899f1a /News-Android-App/src/main/res
parent632cac0e2aec06a987fcac633bda8e0ee3cbc31f (diff)
Update gradle dependency / fix typo
Diffstat (limited to 'News-Android-App/src/main/res')
-rw-r--r--News-Android-App/src/main/res/values/strings.xml2
-rw-r--r--News-Android-App/src/main/res/xml/file_provider_paths.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/values/strings.xml b/News-Android-App/src/main/res/values/strings.xml
index 55b29314..231c0437 100644
--- a/News-Android-App/src/main/res/values/strings.xml
+++ b/News-Android-App/src/main/res/values/strings.xml
@@ -63,7 +63,7 @@
<string name="action_link_open">Open Link in Browser</string>
<string name="action_link_copy">Copy Link</string>
<string name="toast_img_download_wait">Downloading… please wait</string>
- <string name="toast_img_saved">Image saved.</string>
+ <string name="toast_img_saved">Image saved</string>
<string name="toast_img_notwriteable">Failed to write Image.</string>
<string name="toast_copied_to_clipboard">Copied to clipboard</string>
<string name="error_download_failed">Download failed</string>
diff --git a/News-Android-App/src/main/res/xml/file_provider_paths.xml b/News-Android-App/src/main/res/xml/file_provider_paths.xml
new file mode 100644
index 00000000..abda59e5
--- /dev/null
+++ b/News-Android-App/src/main/res/xml/file_provider_paths.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<paths>
+ <external-path
+ name="external_files" path="." />
+</paths> \ No newline at end of file