COVIDSafe code from version 2.0 (#38)

This commit is contained in:
COVIDSafe Support 2020-12-19 16:14:54 +11:00 committed by GitHub
parent 6bf46ded07
commit 26ca20fc3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 6415 additions and 651 deletions

View file

@ -124,7 +124,8 @@
app:layout_anchorGravity="center"
android:background="@color/white"
android:elevation="12dp"
visibility="@{viewModel.collectionMessageVisible}">
visibility="@{viewModel.collectionMessageVisible}"
android:visibility="gone">
<LinearLayout
android:layout_width="match_parent"
@ -178,6 +179,85 @@
</FrameLayout>
</LinearLayout>
</FrameLayout>
<FrameLayout
android:id="@+id/layout_herald_upgrade"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_anchor="@+id/swipeRefreshLayout"
app:layout_anchorGravity="center"
android:background="@color/white"
android:elevation="12dp"
visibility="@{viewModel.heraldUpgradeMessage}">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="@dimen/space_32"
android:paddingEnd="@dimen/space_32"
android:paddingTop="@dimen/space_40"
android:scrollbarStyle="outsideInset"
android:scrollbars="vertical">
<ImageView
android:id="@+id/permission_img"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/ic_permission"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/txt_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/space_8"
android:text="@string/update_heading_android"
android:textAlignment="viewStart"
android:textAppearance="?textAppearanceHeadline1"
android:textSize="28sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/permission_img" />
<TextView
android:id="@+id/txt_update_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/space_16"
android:layout_marginBottom="@dimen/space_16"
android:text="@string/update_description_android"
android:textAlignment="viewStart"
style="?textAppearanceBody1"
android:textSize="16sp"
android:lineHeight="@dimen/space_24"
android:linksClickable="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/txt_title" />
<Button
android:id="@+id/btn_proceed"
style="?attr/textAppearanceButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/space_40"
android:layout_marginBottom="@dimen/space_32"
android:layout_weight="1"
android:text="@string/permission_button"
app:layout_constraintTop_toBottomOf="@+id/txt_update_description"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</FrameLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</layout>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">التسجيل والخصوصية</string>
<string name="data_privacy_headline_content_description">العنوان والتسجيل والخصوصية</string>
<string name="deaths">الوفيات</string>
<string name="dialog_error_uploading_message">حدث خطأ أثناء تحميل معلوماتك، يرجى المحاولة مرة أخرى.</string>
<string name="dialog_error_uploading_negative">إلغاء</string>
<string name="dialog_error_uploading_positive">حاول مرة أخرى</string>
<string name="dialog_uploading_message">يتم الآن تحميل معلومات COVIDSafe الخاصة بك. \n\n الرجاء عدم إغلاق التطبيق.</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">Εγγραφή και προστασία του απορρήτου</string>
<string name="data_privacy_headline_content_description">Επικεφαλίδα, Εγγραφή και προστασία του απορρήτου</string>
<string name="deaths">Θάνατοι</string>
<string name="dialog_error_uploading_message">Παρουσιάστηκε πρόβλημα κατά την ανάρτηση των στοιχείων σας. Δοκιμάστε ξανά.</string>
<string name="dialog_error_uploading_negative">Ακύρωση</string>
<string name="dialog_error_uploading_positive">Προσπαθήστε ξανά</string>
<string name="dialog_uploading_message">Τα στοιχεία σας αναρτίζονται στην COVIDSafe αυτή τη στιγμή. \n\nΜην κλείσετε την εφαρμογή.</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">Registrazione e privacy</string>
<string name="data_privacy_headline_content_description">Titolo, Registrazione e privacy</string>
<string name="deaths">Decessi</string>
<string name="dialog_error_uploading_message">Si è verificato un errore durante il caricamento delle informazioni. Riprova.</string>
<string name="dialog_error_uploading_negative">Annulla</string>
<string name="dialog_error_uploading_positive">Riprova</string>
<string name="dialog_uploading_message">I dati di COVIDSafe sono attualmente in fase di caricamento. \n\nNon chiudere l\'app.</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">등록 및 개인정보 보호</string>
<string name="data_privacy_headline_content_description">제목, 등록 및 개인정보 보호</string>
<string name="deaths">사망자</string>
<string name="dialog_error_uploading_message">정보를 업로드하는 동안 오류가 발생했습니다. 다시 시도하세요.</string>
<string name="dialog_error_uploading_negative">취소</string>
<string name="dialog_error_uploading_positive">다시 시도</string>
<string name="dialog_uploading_message">당신의 COVIDSafe 정보가 현재 업로드 중입니다. \n\n앱을 닫지 마세요.</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">ਪੰਜੀਕਰਨ ਅਤੇ ਪ੍ਰਾਈਵੇਸੀ</string>
<string name="data_privacy_headline_content_description">ਸਿਰਲੇਖ, ਪੰਜੀਕਰਨ ਅਤੇ ਪ੍ਰਾਈਵੇਸੀ</string>
<string name="deaths">ਮੌਤਾਂ</string>
<string name="dialog_error_uploading_message">ਤੁਹਾਡੀ ਜਾਣਕਾਰੀ ਨੂੰ ਅੱਪਲੋਡ ਕਰਨ ਦੌਰਾਨ ਇੱਕ ਗਲਤੀ ਆਈ, ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।</string>
<string name="dialog_error_uploading_negative">ਰੱਦ</string>
<string name="dialog_error_uploading_positive">ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ</string>
<string name="dialog_uploading_message">ਤੁਹਾਡੀ COVIDSafe ਜਾਣਕਾਰੀ ਨੂੰ ਇਸ ਵੇਲੇ ਅੱਪਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।\n\nਕਿਰਪਾ ਕਰਕੇ ਐਪ ਬੰਦ ਨਾ ਕਰੋ।</string>
@ -347,6 +346,7 @@
<string name="IssueFooter">ਤੁਹਾਡੇ ਫੀਡਬੈਕ ਬਾਰੇ ਹੋਰ ਵਿਸਥਾਰਾਂ ਲਈ ਅਸੀਂ ਤੁਹਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰ ਸਕਦੇ ਹਾਂ| ਤੁਹਾਡੀ ਈਮੇਲ ਦੀ ਵਰਤੋਂ ਕਿਸੇ ਹੋਰ ਉਦੇਸ਼ ਲਈ ਨਹੀਂ ਕੀਤੀ ਜਾਵੇਗੀ|</string>
<string name="jwt_description">ਤੁਹਾਡੇ ਪੰਜੀਕਰਨ (ਰਜ਼ਿਸਟ੍ਰੇਸ਼ਨ) ਦੇ ਵਿਸਥਾਰਾਂ ਵਿੱਚ ਕੋਈ ਸਮੱਸਿਆ ਹੈ।</string>
<string name="jwt_heading">ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਰਜਿਸਟਰ ਕਰੋ</string>
<string name="jwt_success">ਰਜਿਸਟਰੇਸ਼ਨ ਸਫਲਤਾਪੂਰਵਕ ਰਿਨਿਯੂ ਕੀਤਾ ਗਿਆ</string>
<string name="loading_numbers">ਤਾਜ਼ਾ ਅੰਕੜੇ ਲੋਡ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ</string>
<!-- Splash Screen -->
<string name="migration_in_progress">COVIDSafe ਅੱਪਡੇਟ ਚੱਲ ਰਿਹਾ ਹੈ। \n\nਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਤੁਹਾਡਾ ਫ਼ੋਨ ਤਦ ਤੱਕ ਬੰਦ ਨਹੀਂ ਹੋਣਾ ਚਾਹੀਦਾ ਜਦ ਤੱਕ ਅੱਪਡੇਟ ਪੂਰਾ ਨਹੀਂ ਹੋ ਜਾਂਦਾ।</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">Kayıt ve gizlilik</string>
<string name="data_privacy_headline_content_description">Başlık, Kayıt ve gizlilik</string>
<string name="deaths">Ölümler</string>
<string name="dialog_error_uploading_message">Bilgileriniz sisteme yüklerken bir hata oluştu, lütfen tekrar deneyin.</string>
<string name="dialog_error_uploading_negative">İptal</string>
<string name="dialog_error_uploading_positive">Tekrar deneyin</string>
<string name="dialog_uploading_message">COVIDSafe bilgileriniz şu anda sisteme yükleniyor. \n\n Lütfen uygulamayı kapatmayın.</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">Đăng ký và bảo mật</string>
<string name="data_privacy_headline_content_description">Tiêu đề, Đăng ký và bảo mật</string>
<string name="deaths">Tử vong</string>
<string name="dialog_error_uploading_message">Bị lỗi trong khi đăng tải thông tin của bạn, vui lòng thử lại.</string>
<string name="dialog_error_uploading_negative">Hủy bỏ</string>
<string name="dialog_error_uploading_positive">Thử lại</string>
<string name="dialog_uploading_message">Thông tin COVIDSafe của bạn hiện đang được đăng tải. \n\n Vui lòng không đóng ứng dụng.</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">注册及隐私</string>
<string name="data_privacy_headline_content_description">Heading注册及隐私</string>
<string name="deaths">死亡人数</string>
<string name="dialog_error_uploading_message">个人信息上传时发生错误,请重试。</string>
<string name="dialog_error_uploading_negative">取消</string>
<string name="dialog_error_uploading_positive">重试</string>
<string name="dialog_uploading_message">您的COVIDSafe信息正在上传中。 \n\n请不要关闭该应用程序。</string>

View file

@ -242,7 +242,6 @@
<string name="data_privacy_headline">註册及私隱權</string>
<string name="data_privacy_headline_content_description">標題,註册及私隱權</string>
<string name="deaths">死亡人數</string>
<string name="dialog_error_uploading_message">個人資料上傳時發生錯誤,請重試。</string>
<string name="dialog_error_uploading_negative">取消</string>
<string name="dialog_error_uploading_positive">重試</string>
<string name="dialog_uploading_message">正在上傳你的 COVIDSafe 資料。 \n\n請勿關閉應用程式。</string>

View file

@ -242,7 +242,7 @@
<string name="data_privacy_headline">Registration and privacy</string>
<string name="data_privacy_headline_content_description">Heading, Registration and privacy</string>
<string name="deaths">Deaths</string>
<string name="dialog_error_uploading_message">An error occurred while uploading your information, please try again.</string>
<string name="dialog_error_uploading_message">Try uploading your data again.\n\nRefer to this error code if a state or territory health official asks for it: %@</string>
<string name="dialog_error_uploading_negative">Cancel</string>
<string name="dialog_error_uploading_positive">Try again</string>
<string name="dialog_uploading_message">Your COVIDSafe information is currently being uploaded.\n\nPlease do not close the app.</string>
@ -313,7 +313,7 @@
<string name="home_set_complete_external_link_self_isolation_register_url">https://covid-form.service.gov.au</string>
<string name="home_set_complete_external_link_share_content">Invite others to help. Together, were stronger.</string>
<string name="home_set_complete_external_link_share_title">Share COVIDSafe</string>
<string name="home_set_location_why">Google requires Location permission for Android apps to access Bluetooth®. COVIDSafe does not store or use location data.</string>
<string name="home_set_location_why">Google requires Location permission for Android apps to access Bluetooth®. COVIDSafe does NOT track or store your location data.</string>
<string name="home_setup_help">Help</string>
<string name="home_setup_incomplete_subtitle">COVIDSafe needs permission to access these features.</string>
<string name="home_setup_incomplete_title">Check\npermissions</string>
@ -383,12 +383,12 @@
<string name="numbers_refresh">Refresh now</string>
<string name="options_for_australia">Options for Australia</string>
<string name="permission_button">Proceed</string>
<string name="permission_content">COVIDSafe needs Bluetooth® and notifications enabled to work.\n\nSelect Proceed to:\n\n1. Enable Bluetooth\n\n2. Allow Location permission\n\n3. Disable Battery optimisation\n\nGoogle requires Location permission for Android apps to access Bluetooth. COVIDSafe does not store or use location data.\n\nCOVIDSafe does not send pairing requests.</string>
<string name="permission_content">COVIDSafe needs Bluetooth® and notifications enabled to work.\n\nSelect Proceed to:\n\n1. Enable Bluetooth\n\n2. Allow Location permission\n\n3. Disable Battery optimisation\n\nGoogle requires Location permission for Android apps to access Bluetooth. COVIDSafe does NOT track or store your location data.\n\nCOVIDSafe does not send pairing requests.</string>
<!-- OnBoarding Permission -->
<string name="permission_headline">App settings</string>
<string name="permission_location_rationale">Android requires location access to enable Bluetooth® functions for COVIDSafe. COVIDSafe cannot work properly without it</string>
<string name="permission_success_button">Done</string>
<string name="permission_success_content">1. When you leave home, keep your phone with you and make sure COVIDSafe is active.\n\n2. Bluetooth® should be kept ON.\n\n3. Battery optimisation should be OFF.\n\n4. COVIDSafe does not send pairing requests. *Learn more*.\n\n5. Google requires *Location permission for Android apps* to access Bluetooth. COVIDSafe does not store or use location data.</string>
<string name="permission_success_content">1. When you leave home, keep your phone with you and make sure COVIDSafe is active.\n\n2. Bluetooth® should be kept ON.\n\n3. Battery optimisation should be OFF.\n\n4. COVIDSafe does not send pairing requests. *Learn more*.\n\n5. Google requires *Location permission for Android apps* to access Bluetooth. COVIDSafe does NOT track or store your location data.</string>
<!-- OnBoarding Permission Success -->
<string name="permission_success_headline">You\'ve successfully registered</string>
<string name="permission_success_warning">Keep push notifications on for COVIDSafe so we can notify you quickly if the app isn\'t working properly.</string>
@ -457,11 +457,14 @@
<string name="update_available_message_android">Weve been making improvements to COVIDSafe.\nUpdate through the Google Play Store</string>
<string name="update_available_play_store_btn">Go to Google Play Store</string>
<string name="update_available_title">Update available!</string>
<string name="update_screen_location">Google requires *Location permission for Android apps* to access Bluetooth®. COVIDSafe does not store or use location data.</string>
<string name="update_description_android">This update improves COVIDSafes Bluetooth performance with new ways for COVIDSafe to better capture your close contacts. <a href="https://www.covidsafe.gov.au/help-topics.html#herald">Find out more about how weve improved COVIDSafe</a>\n\nGoogle requires Location permission for Android apps to access Bluetooth. <a href="https://www.covidsafe.gov.au/help-topics.html#location-permissions">COVIDSafe does NOT collect, store or use your location data</a></string>
<string name="update_heading_android">Improved performance</string>
<string name="update_screen_location">Google requires *Location permission for Android apps* to access Bluetooth®. COVIDSafe does NOT track or store your location data.</string>
<string name="upload_answer_no">No</string>
<!-- Upload flow -->
<string name="upload_answer_yes">Yes</string>
<string name="upload_consent_button">I agree</string>
<string name="upload_fail_heading">Your upload failed</string>
<string name="upload_failed">Upload failed</string>
<string name="upload_finished_header">Thank you for helping to stop the spread of COVID-19!</string>
<string name="upload_finished_header_content_description">Heading, Thank you for helping to stop the spread of COVID-19!</string>