diff --git a/.travis.yml b/.travis.yml index e9331ffb8..dd3652443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ before_script: - adb shell input keyevent 82 & script: - - ./gradlew jacocoInstrumentationTestReport ktlintCheck lint jacocoTestReport app:assembleRelease + - ./gradlew jacocoInstrumentationTestReport ktlintCheck app:lintDebug core:lintDebug custom:lintCustomexampleDebug jacocoTestReport app:assembleRelease after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/buildSrc/src/main/kotlin/custom/CustomApps.kt b/buildSrc/src/main/kotlin/custom/CustomApps.kt index 18f67b754..47c7e0ea6 100644 --- a/buildSrc/src/main/kotlin/custom/CustomApps.kt +++ b/buildSrc/src/main/kotlin/custom/CustomApps.kt @@ -26,34 +26,155 @@ import java.util.Date import java.util.Locale object CustomApps { + private val example = CustomApp( + name = "customexample", + url = "http://download.kiwix.org/zim/wikipedia_fr_test.zim", + enforcedLanguage = "en", + displayName = "Test Custom App" + ) + private val phet = CustomApp( + name = "phet", + url = "http://download.kiwix.org/zim/phet/phet_mul_2018-09.zim", + enforcedLanguage = "en", + displayName = "PhET" + ) + private val tunisie = CustomApp( + name = "tunisie", + url = "http://download.kiwix.org/zim/wikipedia_fr_tunisie_novid.zim", + enforcedLanguage = "fr", + displayName = "Encyclopédie de la Tunisie" + ) + private val venezuela = CustomApp( + name = "venezuela", + url = "https://download.kiwix.org/zim/wikipedia/wikipedia_es_venezuela_2018-07.zim", + enforcedLanguage = "es", + displayName = "Enciclopedia de Venezuela" + ) + private val wikimed = CustomApp( + name = "wikimed", + url = "http://download.kiwix.org/zim/wikipedia_en_medicine_novid.zim", + enforcedLanguage = "en", + displayName = "Medical Wikipedia" + ) + private val wikimedar = CustomApp( + name = "wikimedar", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_ar_medicine_novid_2018-08.zim", + enforcedLanguage = "ar", + displayName = "وِيكيبيديا الطبية (بلا اتصال بالانترنت)" + ) + private val wikimedde = CustomApp( + name = "wikimedde", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_de_medicine_novid_2018-10.zim", + enforcedLanguage = "de", + displayName = "Wikipedia Medizin (Offline)" + ) + private val wikimedes = CustomApp( + name = "wikimedes", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_es_medicine_novid_2018-10.zim", + enforcedLanguage = "es", + displayName = "Wikipedia Médica (Offline)" + ) + private val wikimedfa = CustomApp( + name = "wikimedfa", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_fa_medicine_novid_2018-07.zim", + enforcedLanguage = "fa", + displayName = "ویکی‌پدیای پزشکی (آفلاین)" + ) + private val wikimedfr = CustomApp( + name = "wikimedfr", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_fr_medicine_novid_2018-07.zim", + enforcedLanguage = "fr", + displayName = "Wikipédia médicale" + ) + private val wikimedja = CustomApp( + name = "wikimedja", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_ja_medicine_novid_2018-07.zim", + enforcedLanguage = "ja", + displayName = "医療ウィキペディア(オフライン)" + ) + private val wikimedmini = CustomApp( + name = "wikimedmini", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_en_medicine_nodet_2018-07.zim", + enforcedLanguage = "en", + displayName = "Offline WikiMed mini" + ) + private val wikimedor = CustomApp( + name = "wikimedor", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_or_medicine_novid_2018-07.zim", + enforcedLanguage = "or", + displayName = "ମେଡିକାଲ ଉଇକିପିଡିଆ (ଅଫଲାଇନ)" + ) + private val wikimedpt = CustomApp( + name = "wikimedpt", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_pt_medicine_2018-10.zim", + enforcedLanguage = "pt", + displayName = "Wikipédia Médica (Offline)" + ) + private val wikimedzh = CustomApp( + name = "wikimedzh", + url = "http://download.kiwix.org/zim/wikipedia/wikipedia_zh_medicine_novid_2018-07.zim", + enforcedLanguage = "zh", + displayName = "醫學維基百科(離線版)" + ) + private val wikispecies = CustomApp( + name = "wikispecies", + url = "http://download.kiwix.org/zim/wikispecies/wikispecies_en_all_novid_2018-08.zim", + enforcedLanguage = "en", + displayName = "WikiSpecies" + ) + private val wikivoyage = CustomApp( + name = "wikivoyage", + url = "http://download.kiwix.org/zim/wikivoyage/wikivoyage_en_all_novid_2018-10.zim", + enforcedLanguage = "en", + displayName = "Wikivoyage" + ) + private val wikivoyageeurope = CustomApp( + name = "wikivoyageeurope", + url = "http://download.kiwix.org/zim/wikivoyage/wikivoyage_en_europe_novid_2018-10.zim", + enforcedLanguage = "en", + displayName = "Wikivoyage European Travels" + ) + private val wikivoyagede = CustomApp( + name = "wikivoyagede", + url = "http://download.kiwix.org/zim/wikivoyage/wikivoyage_de_all_novid_2018-10.zim", + enforcedLanguage = "de", + displayName = "Wikivoyage auf Deutsch" + ) val all = listOf( - CustomApp( - name = "customexample", - versionName = "2017-07", - url = "http://download.kiwix.org/zim/wikipedia_fr_test.zim", - enforcedLanguage = "en", - displayName = "Test Custom App" - ), - CustomApp( - name = "wikimed", - versionName = "2018-08", - url = "http://download.kiwix.org/zim/wikipedia_en_medicine_novid.zim", - enforcedLanguage = "en", - displayName = "Medical Wikipedia" - ) + example, + phet, + tunisie, + venezuela, + wikimed, + wikimedar, + wikimedde, + wikimedes, + wikimedfa, + wikimedfr, + wikimedja, + wikimedmini, + wikimedor, + wikimedpt, + wikimedzh, + wikispecies, + wikivoyage, + wikivoyageeurope, + wikivoyagede ) data class CustomApp( val name: String, - val versionName: String, - val versionCode: Int = Date().let { - SimpleDateFormat("YYDDD0", Locale.ROOT).format(it).toInt() - }, + val versionName: String = formatDate("YYYY-MM"), + val versionCode: Int = formatDate("YYDDD0").toInt(), val url: String, val enforcedLanguage: String, val displayName: String ) + + private fun formatDate(pattern: String) = + Date().let(SimpleDateFormat(pattern, Locale.ROOT)::format) } + fun NamedDomainObjectContainer.create(customApps: List) { customApps.forEach { customFlavor -> create(customFlavor.name) { diff --git a/custom/src/wikimedes/ic_launcher-web.png b/custom/src/wikimedes/ic_launcher-web.png new file mode 100644 index 000000000..a33191f38 Binary files /dev/null and b/custom/src/wikimedes/ic_launcher-web.png differ diff --git a/custom/src/wikimedes/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedes/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..d38ee0d79 Binary files /dev/null and b/custom/src/wikimedes/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedes/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedes/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedes/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedes/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedes/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedes/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..d115c0bcc Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..623374074 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..eb014138e Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..7ab68a8cf Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..4a33a0511 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..71b14f8af Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..ef8d64b8f Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..f00d682f5 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..eb5e9f6e0 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..5cef15d84 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..12f72aba2 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..0cbc1e837 Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..dbb2ca4dc Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..dab0bfb1e Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..0f692005a Binary files /dev/null and b/custom/src/wikimedes/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedes/res/values/ic_launcher_background.xml b/custom/src/wikimedes/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedes/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedfr/ic_launcher-web.png b/custom/src/wikimedfr/ic_launcher-web.png new file mode 100644 index 000000000..d12ee123b Binary files /dev/null and b/custom/src/wikimedfr/ic_launcher-web.png differ diff --git a/custom/src/wikimedfr/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedfr/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..a080a6473 Binary files /dev/null and b/custom/src/wikimedfr/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedfr/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedfr/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedfr/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedfr/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedfr/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedfr/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..3e8f7a8bc Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..e29a63b56 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..7d2ae8442 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..a522543e4 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..5f4c539d9 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..dd7737419 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..bce1b5b66 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..c754006fd Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..f35006860 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..2a7be7ed4 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..d6d2c5b5d Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..f6d767848 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..af4d6c604 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..5524424e7 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..7ecc15042 Binary files /dev/null and b/custom/src/wikimedfr/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedfr/res/values/ic_launcher_background.xml b/custom/src/wikimedfr/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedfr/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedja/ic_launcher-web.png b/custom/src/wikimedja/ic_launcher-web.png new file mode 100644 index 000000000..52ce84a7b Binary files /dev/null and b/custom/src/wikimedja/ic_launcher-web.png differ diff --git a/custom/src/wikimedja/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedja/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..4005e9698 Binary files /dev/null and b/custom/src/wikimedja/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedja/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedja/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedja/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedja/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedja/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedja/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..17f1861d7 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..ad6f9eb76 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..8760e9750 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..df2d1abd2 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..1d822fdc7 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..8f535e1a1 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..c79d2e6a4 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..eb2534076 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..49a8218ab Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..3f5875cac Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..ef5e7e723 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..3787fc5d8 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..3b1cbdef2 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..7b856f78f Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..aa9765ba1 Binary files /dev/null and b/custom/src/wikimedja/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedja/res/values/ic_launcher_background.xml b/custom/src/wikimedja/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedja/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedmini/ic_launcher-web.png b/custom/src/wikimedmini/ic_launcher-web.png new file mode 100644 index 000000000..ff3678afb Binary files /dev/null and b/custom/src/wikimedmini/ic_launcher-web.png differ diff --git a/custom/src/wikimedmini/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedmini/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..6949a3960 Binary files /dev/null and b/custom/src/wikimedmini/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedmini/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedmini/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedmini/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedmini/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedmini/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedmini/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..8339e8c95 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..41529f05b Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..10c10f380 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..466f1c63f Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..8eda9179d Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..1c0596564 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..9da64b6e8 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..7b4cdd11a Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..348c8a1ca Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..638523394 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..7efd244e9 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..361962a52 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..106c70c8b Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..e563706e6 Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..ab63e064e Binary files /dev/null and b/custom/src/wikimedmini/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedmini/res/values/ic_launcher_background.xml b/custom/src/wikimedmini/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedmini/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikimedor/ic_launcher-web.png b/custom/src/wikimedor/ic_launcher-web.png new file mode 100644 index 000000000..ce202a036 Binary files /dev/null and b/custom/src/wikimedor/ic_launcher-web.png differ diff --git a/custom/src/wikimedor/res/drawable/kiwix_icon_with_title.png b/custom/src/wikimedor/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..4a67147ed Binary files /dev/null and b/custom/src/wikimedor/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikimedor/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikimedor/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedor/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedor/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikimedor/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikimedor/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..3b25c71ca Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..26e747d66 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..cf2e6ebaa Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..027d12c98 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..21cbfe7ae Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..29b9af60c Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..8d54b328f Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..883f45e30 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..afb071df6 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..373f26f54 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..1ef7318b3 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..50e662f13 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..c45b4a24b Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..60e12e489 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..49f6cf806 Binary files /dev/null and b/custom/src/wikimedor/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikimedor/res/values/ic_launcher_background.xml b/custom/src/wikimedor/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikimedor/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikispecies/ic_launcher-web.png b/custom/src/wikispecies/ic_launcher-web.png new file mode 100644 index 000000000..2542478f7 Binary files /dev/null and b/custom/src/wikispecies/ic_launcher-web.png differ diff --git a/custom/src/wikispecies/res/drawable/kiwix_icon_with_title.png b/custom/src/wikispecies/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..196418926 Binary files /dev/null and b/custom/src/wikispecies/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikispecies/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikispecies/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikispecies/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikispecies/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikispecies/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikispecies/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..87114cc43 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..5cb86c383 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..ee524d616 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..30204b47e Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..c4b8c7411 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..e9ccd4394 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..54ac9dde8 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..336633a0f Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..b2077daac Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..f52de60ae Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..7dc7bea8d Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..c471afea0 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..63d494f92 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..9865b6a6f Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..0d20d74f0 Binary files /dev/null and b/custom/src/wikispecies/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikispecies/res/values/ic_launcher_background.xml b/custom/src/wikispecies/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikispecies/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikivoyage/ic_launcher-web.png b/custom/src/wikivoyage/ic_launcher-web.png new file mode 100644 index 000000000..437b14e92 Binary files /dev/null and b/custom/src/wikivoyage/ic_launcher-web.png differ diff --git a/custom/src/wikivoyage/res/drawable/kiwix_icon_with_title.png b/custom/src/wikivoyage/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..2530e5f25 Binary files /dev/null and b/custom/src/wikivoyage/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikivoyage/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikivoyage/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikivoyage/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikivoyage/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikivoyage/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikivoyage/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..bf22c39ff Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..e901afd9c Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..08b8749d1 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..e5d6233f7 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..809d4dbc3 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..c20c65f5a Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..cfa84ea42 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..1a9e8ebf2 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..851b1d0cf Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..183978af4 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..f1e12b926 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..186894d26 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..217598d02 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..fa4a00653 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..81903c8e0 Binary files /dev/null and b/custom/src/wikivoyage/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyage/res/values/ic_launcher_background.xml b/custom/src/wikivoyage/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikivoyage/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/custom/src/wikivoyagede/ic_launcher-web.png b/custom/src/wikivoyagede/ic_launcher-web.png new file mode 100644 index 000000000..2ff55ceda Binary files /dev/null and b/custom/src/wikivoyagede/ic_launcher-web.png differ diff --git a/custom/src/wikivoyagede/res/drawable/kiwix_icon_with_title.png b/custom/src/wikivoyagede/res/drawable/kiwix_icon_with_title.png new file mode 100644 index 000000000..0f4e42918 Binary files /dev/null and b/custom/src/wikivoyagede/res/drawable/kiwix_icon_with_title.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-anydpi-v26/ic_launcher.xml b/custom/src/wikivoyagede/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikivoyagede/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikivoyagede/res/mipmap-anydpi-v26/ic_launcher_round.xml b/custom/src/wikivoyagede/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/custom/src/wikivoyagede/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher.png b/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..bbe2fa7cb Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher_foreground.png b/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..b6988d72f Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher_round.png b/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..d190a7a99 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher.png b/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..ae55ab56c Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher_foreground.png b/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..53fa1bb19 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher_round.png b/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..236d0aec8 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher.png b/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..0261b872a Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher_foreground.png b/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..4f89eceef Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher_round.png b/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..77f186b0f Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher.png b/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..c9da07577 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher_foreground.png b/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..dd6d36cf7 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher_round.png b/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..553039eab Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher.png b/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..34a056eca Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..57de10666 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher_round.png b/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..7439bc250 Binary files /dev/null and b/custom/src/wikivoyagede/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/custom/src/wikivoyagede/res/values/ic_launcher_background.xml b/custom/src/wikivoyagede/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/custom/src/wikivoyagede/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file diff --git a/team-props/git-hooks/pre-commit.sh b/team-props/git-hooks/pre-commit.sh index 297062c39..ae77f216e 100644 --- a/team-props/git-hooks/pre-commit.sh +++ b/team-props/git-hooks/pre-commit.sh @@ -2,7 +2,7 @@ echo "Running lint..." -./gradlew ktlintCheck lint --daemon +./gradlew ktlintCheck app:lintDebug core:lintDebug custom:lintCustomexampleDebug --daemon status=$?