Skip to content

Commit fc289ca

Browse files
committed
apks/COVIDSafe_v1.0.15.apk
1 parent 3ffa70a commit fc289ca

File tree

182 files changed

+23079
-19860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+23079
-19860
lines changed

src/resources/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="11" android:versionName="1.0.11" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="au.gov.health.covidsafe" platformBuildVersionCode="29" platformBuildVersionName="10">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="1.0.15" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="au.gov.health.covidsafe" platformBuildVersionCode="29" platformBuildVersionName="10">
33
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
44
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
55
<uses-permission android:name="android.permission.INTERNET"/>
@@ -20,7 +20,7 @@
2020
<category android:name="android.intent.category.LAUNCHER"/>
2121
</intent-filter>
2222
</activity>
23-
<activity android:name="au.gov.health.covidsafe.ui.onboarding.OnboardingActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
23+
<activity android:name="au.gov.health.covidsafe.ui.onboarding.OnboardingActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan"/>
2424
<activity android:name="au.gov.health.covidsafe.WebViewActivity" android:screenOrientation="portrait"/>
2525
<activity android:name="au.gov.health.covidsafe.HomeActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan"/>
2626
<activity android:name="au.gov.health.covidsafe.SelfIsolationDoneActivity" android:screenOrientation="portrait"/>
0 Bytes
Binary file not shown.

src/resources/META-INF/BNDLTOOL.SF

Lines changed: 290 additions & 263 deletions
Large diffs are not rendered by default.

src/resources/META-INF/MANIFEST.MF

Lines changed: 289 additions & 262 deletions
Large diffs are not rendered by default.
21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)