From cca4c2cc64c214fd2ed6058d18bc348fe4c0a03d Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 4 Nov 2023 16:29:59 +0100 Subject: [PATCH 1/2] A bit more options explained --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e956c75..50f690f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ important fields are: - `app_name`, the title of the app - `zim_url`, the ZIM online URL (to download to create the app) - `enforced_lang`, the language code of the content (and the app UI) +- 'disable_sidebar', a boolean value, when set to `true`, it hides the sidebar +- 'disable_tabs', a boolean value, when set to `true`, it deactivates the multi-tabs feature +- 'disable_read_aloud', a boolean value, when set to `true`, it disable the text-to-speech feature You can also create this new file using Github IO. Go to https://github.com/kiwix/kiwix-android-custom/new/master and type From 9f69467c8a2dcd89c77941bcf407bee6dc781eb7 Mon Sep 17 00:00:00 2001 From: MohitMali Date: Mon, 6 Nov 2023 16:58:21 +0530 Subject: [PATCH 2/2] Improved the display of feature titles, such as those displayed for 'enforced_lang', to enhance the appearance of feature titles. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50f690f..db1a64a 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ important fields are: - `app_name`, the title of the app - `zim_url`, the ZIM online URL (to download to create the app) - `enforced_lang`, the language code of the content (and the app UI) -- 'disable_sidebar', a boolean value, when set to `true`, it hides the sidebar -- 'disable_tabs', a boolean value, when set to `true`, it deactivates the multi-tabs feature -- 'disable_read_aloud', a boolean value, when set to `true`, it disable the text-to-speech feature +- `disable_sidebar`, a boolean value, when set to `true`, it hides the sidebar +- `disable_tabs`, a boolean value, when set to `true`, it deactivates the multi-tabs feature +- `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature You can also create this new file using Github IO. Go to https://github.com/kiwix/kiwix-android-custom/new/master and type