- Dec 03, 2020
-
-
Matthias Urhahn authored
* Submission upload, first draft. Storing Symptoms and TEKs. TODO: * Change upload task to use stored data. * Blocking upload task * Tests * Update symptoms on each screen. Integrate permission request and automatic TEK history update. TODO: * Cancel dialog * Blocking upload task * Tests * Add submission on cancel behavior. * LINTs and unit tests. * Hooking up navigation and first break through on TAN based submission. * Hook up navigation for QR Code to test result without consent. * Fix positive result consent given submission: Abort to Main Screen * Restore default environment. * Adjust notification target fragment. * Address LINTs * Clean up symptoms introduction nav actions. * Fix tests
-
Matthias Urhahn authored
1.8.x into 1.9.x (DEV)
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
janetback authored
* Update legal_strings.xml * Adding the translatable=false tag Co-authored-by:
ralfgehrer <mail@ralfgehrer.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Oliver Zimmerman authored
Submission - Fix to include headline on TestResultSection
-
Oliver Zimmerman authored
-
Rituraj Sambherao authored
* initial commit : Views / layouts and string resources created * ViewModel Created for SubmissionDoneNoConsentFragment * Removed todo statements to prevent pipeline from breaking * pipeline fix : unused import * Thank you screen refinement, nav_graph, text updated * navigation to home screen and symptom intro screen added * detekt pipeline issue resolved * dimension adjusted upon review * unused import removed , function name changed * minor changes * removed include layouts changed fun name to more readable * redundant guideline removed Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Oliver Zimmerman authored
-
Oliver Zimmerman authored
-
Oliver Zimmerman authored
-
- Dec 02, 2020
-
-
Chilja Gossow authored
* create layout * new fragment * adjust navigation * clean up * clean up * lint * spacing Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Rituraj Sambherao authored
* Andere Warnen screen added * Merge conflict resolve and screen stability improvement * string text header added to ensure translation * using submitTaskState instead of API request state * onDataPrivacyClick() function added in the relevant viewModel * long strings divided * legal strings updated * added navigation to mainfragment removed unnecessary cases fixed colors for under16 layout fixed country list in layout added onDataPrivacyClick method in own ViewModel refactored color value * minor changes in navigation
-
chris-cwa authored
* fixed: tasks are run, even if preconditions not met * test * test * test * Adjust test for preconditions. * Add task state logging messages. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Rituraj Sambherao authored
* missing german string added in illustration and Submission Keys Fragment * Submission Test Result Illustration updated * double quotes updated Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
* Updated test result pending steps and simple step entry custom view * Switch to findViewById * Bottom padding added Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Rituraj Sambherao authored
* Submission Flow no consent given strings * Submission Flow no consent given legal strings * default strings adjusted * '.' added at the end Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Chilja Gossow authored
New texts for the dialog requesting consent for key submission/warning others(EXPOSUREAPP-3979) #1790
-
AlexanderAlferov authored
* All your strings are belong to us! * Submission your consent screen * Unit test fix * Unit test fix * Unit test fix * Refactor view model, tests and events * Fixed test * Lint fix, added id to bottom divider
-
Matthias Urhahn authored
-
harambasicluka authored
-
AlexanderAlferov authored
* Your test result available screen * Formatting * Lint fix
-
Matthias Urhahn authored
Merge 1.8.x into 1.9.x (DEV)
-
Kolya Opahle authored
-
Oliver Zimmerman authored
Submission Flow: Positive test result with given user consent (EXPOSUREAPP-3680)
-
Oliver Zimmerman authored
-
Chilja Gossow authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
Ralf Gehrer authored
* Small translation update (DEV) * Update Corona-Warn-App/src/main/res/values-de/strings.xml Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com>
-
Chilja Gossow authored
* move legal strings adjust grey area to hold legal text * remove duplicates
-
- Dec 01, 2020
-
-
Oliver Zimmerman authored
-
Oliver Zimmerman authored
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/deviceForTesters/java/de/rki/coronawarnapp/test/risklevel/ui/TestRiskLevelCalculationFragmentCWAViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/storage/RiskLevelRepository.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/worker/DiagnosisTestResultRetrievalPeriodicWorker.kt # Corona-Warn-App/src/main/res/values-bg/strings.xml # Corona-Warn-App/src/main/res/values-de/strings.xml # Corona-Warn-App/src/main/res/values-en/strings.xml # Corona-Warn-App/src/main/res/values-pl/strings.xml # Corona-Warn-App/src/main/res/values-ro/strings.xml # Corona-Warn-App/src/main/res/values-tr/strings.xml # Corona-Warn-App/src/main/res/values/strings.xml
-
Oliver Zimmerman authored
-
Matthias Urhahn authored
* Remove "lastTimeDiagnosisKeysFromServerFetch" and replace it with less missleading data. While it was called "lastTimeDiagnosisKeysFromServerFetch" it was actually "last time we submitted keys to google". * To decide whether to refresh in "onResume", we now use "has there been any submission to the ENF?" * To display a timestamp on the risk card, we take the last successful submission to the ENF as the risk card displays the calculation results based on the latest submission. While we could use the last calculated risk level result timestamp, we currently also trigger risk calculations if there are no new submissions to the ENF, which would mean the timestamp is updated even though the result is not based on new data. I've also fixed the test fragment button behavior and added descriptions, the "Reset risk level" button surfaced the initial issue because it behaved like a "do a 75% data reset" button. * Tests and LINTs Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-