diff --git a/buildSrc/src/main/kotlin/custom/CustomApps.kt b/buildSrc/src/main/kotlin/custom/CustomApps.kt index 5ca7247f2..059872c9c 100644 --- a/buildSrc/src/main/kotlin/custom/CustomApps.kt +++ b/buildSrc/src/main/kotlin/custom/CustomApps.kt @@ -175,7 +175,7 @@ object CustomApps { ) private fun parseVersionNameFromUrlOrUsePattern(url: String, pattern: String) = - (url.substringAfterLast("_") + url.substringAfterLast("_") .substringBeforeLast(".") .takeIf { try { @@ -184,7 +184,7 @@ object CustomApps { false } } - ?: formatDate(pattern)) + ?: formatDate(pattern) private fun formatDate(pattern: String) = Date().let(SimpleDateFormat(pattern, Locale.ROOT)::format) diff --git a/custom/src/wikimedar/ic_launcher-web.png b/custom/src/wikimedar/ic_launcher-web.png new file mode 100644 index 000000000..92ab0cf2d Binary files /dev/null and b/custom/src/wikimedar/ic_launcher-web.png differ diff --git a/custom/src/wikimedar/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedar/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..83fc34c25 Binary files /dev/null and b/custom/src/wikimedar/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedar/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedar/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedar/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedar/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedar/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedar/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..0532818a3 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..39e9aa699 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..82c6e15b1 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..ec39d505d Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..6c6e5ff80 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..956e7c8ae Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..425e2ccc9 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..120fa7350 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..30b85b269 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..e93dea38e Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..6aa93735b Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..874a6baf2 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..4f598d40e Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..64a658531 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..63ddce7d7 Binary files /dev/null and b/custom/src/wikimedar/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedar/res/values/ic_launcher_background.xml b/custom/src/wikimedar/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedar/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedde/ic_launcher-web.png b/custom/src/wikimedde/ic_launcher-web.png new file mode 100644 index 000000000..fe5b24c17 Binary files /dev/null and b/custom/src/wikimedde/ic_launcher-web.png differ diff --git a/custom/src/wikimedde/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedde/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..bb26abce9 Binary files /dev/null and b/custom/src/wikimedde/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedde/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedde/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedde/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedde/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedde/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedde/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..33b4beeb6 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..915417bcc Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..50a158b29 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..81e3e5ebc Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..c728d85d7 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..a7cccf1c8 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..6de9cf549 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..0785052ad Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..2b373df47 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..f8e2f8fbc Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..ef7c66f8e Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..9af1f79b0 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..ab711f786 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..a7e36b97f Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..d6a327ba6 Binary files /dev/null and b/custom/src/wikimedde/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedde/res/values/ic_launcher_background.xml b/custom/src/wikimedde/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedde/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedfa/ic_launcher-web.png b/custom/src/wikimedfa/ic_launcher-web.png new file mode 100644 index 000000000..c70006e8a Binary files /dev/null and b/custom/src/wikimedfa/ic_launcher-web.png differ diff --git a/custom/src/wikimedfa/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedfa/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..12b27bf23 Binary files /dev/null and b/custom/src/wikimedfa/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedfa/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedfa/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedfa/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedfa/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedfa/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedfa/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..a9659e24d Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..71a98282a Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..af7b6f133 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..37a126708 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..c41bf9269 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..73d78a38c Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..8ec757513 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..afed98b0f Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..47fd53833 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..f7ccaca36 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..e4b67798a Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..553c4bdb0 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..10779fdd9 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..bfd1fea50 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..ed243f307 Binary files /dev/null and b/custom/src/wikimedfa/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfa/res/values/ic_launcher_background.xml b/custom/src/wikimedfa/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedfa/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedpt/ic_launcher-web.png b/custom/src/wikimedpt/ic_launcher-web.png new file mode 100644 index 000000000..a9d8e2fbb Binary files /dev/null and b/custom/src/wikimedpt/ic_launcher-web.png differ diff --git a/custom/src/wikimedpt/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedpt/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..d54ddb8fa Binary files /dev/null and b/custom/src/wikimedpt/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedpt/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedpt/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedpt/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedpt/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedpt/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedpt/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..8321becdd Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..e6cf91048 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..e96415928 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..e3142d0f9 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..429d68f41 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..c047e59d0 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..461c4c076 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..82fc0d190 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..3eb19624d Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..40b45b182 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..d939664f5 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..db794f5aa Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..c1e5a6377 Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..df81e91be Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..8767ca1bc Binary files /dev/null and b/custom/src/wikimedpt/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedpt/res/values/ic_launcher_background.xml b/custom/src/wikimedpt/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedpt/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file