diff --git a/.travis.yml b/.travis.yml index 9dfaa515..9b46f1ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,40 +22,7 @@ jobs: - stage: deploy # flavors sorted alphabetically with three per job script: - - fastlane deploy flavor:unbranded - - fastlane deploy flavor:medicmobiledemo - - fastlane deploy flavor:bracuganda - - script: - - fastlane deploy flavor:cic_guatemala - - fastlane deploy flavor:cmmb_kenya - - fastlane deploy flavor:ebpp_indonesia - - fastlane deploy flavor:hope_through_health - - script: - - fastlane deploy flavor:livinggoods - - fastlane deploy flavor:livinggoodskenya - - fastlane deploy flavor:livinggoods_assisted_networks - - script: - - fastlane deploy flavor:livinggoods_innovation_ke - - fastlane deploy flavor:livinggoods_innovation_ke_supervisor - - fastlane deploy flavor:livinggoods_innovation_ke_hivst - - script: - # - fastlane deploy flavor:moh_kenya_siaya_white - - fastlane deploy flavor:moh_kenya_siaya_red - - fastlane deploy flavor:moh_kenya_siaya_green - - fastlane deploy flavor:moh_kenya_siaya_black - - fastlane deploy flavor:moh_mali - - script: - - fastlane deploy flavor:moh_zanzibar_training - - fastlane deploy flavor:moh_zanzibar - - script: - - fastlane deploy flavor:musomali - - fastlane deploy flavor:pih_malawi - - fastlane deploy flavor:pih_malawi_supervisor - - script: - - fastlane deploy flavor:simprints - - fastlane deploy flavor:surveillance_covid19_kenya - - fastlane deploy flavor:vhw_burundi - - script: + - fastlane deploy flavor:covid_moh_mali before_install: - openssl aes-256-cbc -K $encrypted_323c4a109760_key -iv $encrypted_323c4a109760_iv -in secrets.tar.gz.enc -out ./secrets.tar.gz -d - tar -xf ./secrets.tar.gz @@ -80,4 +47,4 @@ deploy: on: tags: true repo: medic/medic-android - branch: master + branch: covid_moh_mali diff --git a/build.gradle b/build.gradle index c59be806..f10c7f83 100644 --- a/build.gradle +++ b/build.gradle @@ -259,6 +259,9 @@ android { surveillance_covid19_kenya { applicationId = 'org.medicmobile.webapp.mobile.surveillance_covid19_kenya' } + covid_moh_mali { + applicationId = "org.medicmobile.webapp.mobile.covid_moh_mali" + } } splits { diff --git a/src/covid_moh_mali/ic_launcher-web.png b/src/covid_moh_mali/ic_launcher-web.png new file mode 100644 index 00000000..c611f8a9 Binary files /dev/null and b/src/covid_moh_mali/ic_launcher-web.png differ diff --git a/src/covid_moh_mali/res/drawable-v24/ic_launcher_foreground.xml b/src/covid_moh_mali/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..c7bd21db --- /dev/null +++ b/src/covid_moh_mali/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/src/covid_moh_mali/res/drawable/ic_launcher_background.xml b/src/covid_moh_mali/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..2408e30d --- /dev/null +++ b/src/covid_moh_mali/res/drawable/ic_launcher_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/covid_moh_mali/res/mipmap-anydpi-v26/ic_launcher.xml b/src/covid_moh_mali/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..4ae7d123 --- /dev/null +++ b/src/covid_moh_mali/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/covid_moh_mali/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/covid_moh_mali/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..4ae7d123 --- /dev/null +++ b/src/covid_moh_mali/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher.png b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..333323fa Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_background.png b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_background.png new file mode 100644 index 00000000..8538bed3 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_background.png differ diff --git a/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_foreground.png b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..fdb6c6e8 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_round.png b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..9efc169f Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher.png b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..11b22da3 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_background.png b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_background.png new file mode 100644 index 00000000..a92ccfaf Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_background.png differ diff --git a/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_foreground.png b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..b682e686 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_round.png b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..ea065686 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher.png b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..58fec185 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_background.png b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_background.png new file mode 100644 index 00000000..3ba37c9e Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_foreground.png b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..b15e1666 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_round.png b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..78e7775a Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher.png b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..a49bf608 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_background.png b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_background.png new file mode 100644 index 00000000..07f6de5a Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_foreground.png b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..9b866fdc Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_round.png b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..f7016801 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher.png b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..fb7e19c5 Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_background.png b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_background.png new file mode 100644 index 00000000..5ae3008f Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..e64c354d Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_round.png b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..e9a7dddd Binary files /dev/null and b/src/covid_moh_mali/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/src/covid_moh_mali/res/values/strings.xml b/src/covid_moh_mali/res/values/strings.xml new file mode 100644 index 00000000..89d48fae --- /dev/null +++ b/src/covid_moh_mali/res/values/strings.xml @@ -0,0 +1,5 @@ + + + MaliKaKeneya + https://mali-ka-keneya-msas.app.medicmobile.org +