From 58cdcbb7c1a1d61c814fb6eab4d751256aeac285 Mon Sep 17 00:00:00 2001 From: Michele Stefanelli Date: Thu, 1 Oct 2020 11:03:34 +0100 Subject: [PATCH 1/5] Fixed translation in english and added italian support --- app/src/main/res/values-it/strings.xml | 5 +++++ app/src/main/res/values/strings.xml | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 app/src/main/res/values-it/strings.xml diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 0000000..d5bf543 --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,5 @@ + + + L\'app ha bisogno di questo permesso per accedere ai documenti del dispositivo. + L\'app ha bisogno di questo permesso per selezionare foto dalla galleria e dalla camera. + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1205d30..2a923e3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,8 +1,7 @@ - Android FilePicker + Android FilePicker - - Hello blank fragment - We require this permission to select photo from gallery and camera. - We need this pemission to read documents from device. + Hello blank fragment + We require this permission to select photo from gallery and camera. + We need this permission to read documents from device. From 507ecb45b5e27a0df48206eca1b0c58133eab446 Mon Sep 17 00:00:00 2001 From: Ivan Morgillo Date: Tue, 10 Nov 2020 10:29:13 +0100 Subject: [PATCH 2/5] Fix a glitch in the README - Styling section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c14e1ae..d32afd3 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ String zipTypes = {"zip","rar"}; addFileSupport("ZIP",zipTypes, R.drawable.ic_zip_icon); ``` -#Styling +# Styling + Just override these styles in your main module to change colors and themes ```xml