diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a07041e..0575f5f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,7 @@ jobs: KEY_ALIAS: ${{ secrets.KEY_ALIAS }} KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }} + DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION: ${{ secrets.DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION }} run: | cd kiwix-android eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile" diff --git a/dwds/icon.png b/dwds/icon.png new file mode 100644 index 0000000..7db47b3 Binary files /dev/null and b/dwds/icon.png differ diff --git a/dwds/icon_master.png b/dwds/icon_master.png new file mode 100644 index 0000000..7db47b3 Binary files /dev/null and b/dwds/icon_master.png differ diff --git a/dwds/info.json b/dwds/info.json new file mode 100644 index 0000000..37e5e8f --- /dev/null +++ b/dwds/info.json @@ -0,0 +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", + "enforced_lang": "de" +} \ No newline at end of file diff --git a/dwds/res/mipmap-anydpi-v26/ic_launcher.xml b/dwds/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..036d09b --- /dev/null +++ b/dwds/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dwds/res/mipmap-anydpi-v26/ic_launcher_round.xml b/dwds/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..036d09b --- /dev/null +++ b/dwds/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dwds/res/mipmap-hdpi/ic_launcher.png b/dwds/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..8266a5e Binary files /dev/null and b/dwds/res/mipmap-hdpi/ic_launcher.png differ diff --git a/dwds/res/mipmap-mdpi/ic_launcher.png b/dwds/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..aa66c9d Binary files /dev/null and b/dwds/res/mipmap-mdpi/ic_launcher.png differ diff --git a/dwds/res/mipmap-xhdpi/ic_launcher.png b/dwds/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..2571877 Binary files /dev/null and b/dwds/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/dwds/res/mipmap-xxhdpi/ic_launcher.png b/dwds/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..e8166d3 Binary files /dev/null and b/dwds/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/dwds/res/mipmap-xxxhdpi/ic_launcher.png b/dwds/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..8394079 Binary files /dev/null and b/dwds/res/mipmap-xxxhdpi/ic_launcher.png differ