From 328c7b78c87931246a1694add9d29bfed4d64928 Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Fri, 27 Oct 2023 01:42:58 +0530 Subject: [PATCH 1/4] Updated DWDS 10-26 --- .github/workflows/publish.yml | 5 ++--- dwds/info.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0575f5f..3de27b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Retrieving Kiwix Android source code - run: git clone --depth=1 --single-branch --branch develop https://github.com/kiwix/kiwix-android.git + run: git clone --depth=1 --single-branch --branch Issue#3508 https://github.com/kiwix/kiwix-android.git - name: Copying custom app configuration into Kiwix Android code base run: ./copy_files_to_kiwix_android.sh @@ -27,7 +27,6 @@ jobs: run: | echo "$playstore_json" > kiwix-android/playstore.json echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore - - name: Set tag variable run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV @@ -39,4 +38,4 @@ jobs: DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }} run: | cd kiwix-android - eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile" + eval "./gradlew publish${TAG^}ReleaseBundleWithPlayAssetDelivery" \ No newline at end of file diff --git a/dwds/info.json b/dwds/info.json index 37e5e8f..27e1206 100644 --- a/dwds/info.json +++ b/dwds/info.json @@ -1,5 +1,5 @@ { "app_name": "Dwds", - "zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-09-12.zim", + "zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-10-26.zim", "enforced_lang": "de" } \ No newline at end of file From 9fc507413c7cec8a93b67443f0c427957d9fc7d9 Mon Sep 17 00:00:00 2001 From: Gregor Middell Date: Fri, 3 Nov 2023 14:55:19 +0100 Subject: [PATCH 2/4] Disables TTS (read aloud) for DWDS custom app --- dwds/info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dwds/info.json b/dwds/info.json index 27e1206..09dc465 100644 --- a/dwds/info.json +++ b/dwds/info.json @@ -1,5 +1,6 @@ { "app_name": "Dwds", "zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-10-26.zim", - "enforced_lang": "de" -} \ No newline at end of file + "enforced_lang": "de", + "disable_read_aloud": true +} From 05e94eafc5f7dd94575e9cdb78dc3c72a82c4c21 Mon Sep 17 00:00:00 2001 From: Gregor Middell Date: Fri, 3 Nov 2023 14:27:42 +0100 Subject: [PATCH 3/4] Changed DWDS app name to all caps; DWDS is an acronym --- dwds/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwds/info.json b/dwds/info.json index 09dc465..c55f75a 100644 --- a/dwds/info.json +++ b/dwds/info.json @@ -1,6 +1,6 @@ { - "app_name": "Dwds", + "app_name": "DWDS", "zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-10-26.zim", "enforced_lang": "de", "disable_read_aloud": true -} +} \ No newline at end of file From 9b1645d14a5d415678e28cbc92d9184c989c5f81 Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Wed, 8 Nov 2023 14:07:34 +0530 Subject: [PATCH 4/4] updated to develop branch --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3de27b6..9fe36b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Retrieving Kiwix Android source code - run: git clone --depth=1 --single-branch --branch Issue#3508 https://github.com/kiwix/kiwix-android.git + run: git clone --depth=1 --single-branch --branch develop https://github.com/kiwix/kiwix-android.git - name: Copying custom app configuration into Kiwix Android code base run: ./copy_files_to_kiwix_android.sh