COVIDSafe code from version 1.0.16

This commit is contained in:
covidsafe-support 2020-05-08 15:23:03 +10:00
commit b827cf3cce
341 changed files with 28036 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="au.gov.health.covidsafe">
<application
android:name=".TracerApp"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/MyTheme.DayNight">
</application>
</manifest>

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources tools:ignore="MissingTranslation" xmlns:tools="http://schemas.android.com/tools">
<string name="mp_feedback_host" />
<string name="mp_feedback_apikey" />
<string name="mp_feedback_projectkey" />
<string-array name="mp_feedback_components">
<item>Android</item>
</string-array>
</resources>