- Mar 08, 2021
-
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Lukas Lechner authored
* Change button design in "Risiko-Ermittlung" Screen * Fix touch highlighting area * Use AppCompatImageView instead of ImageView Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
- Mar 05, 2021
-
-
Lukas Lechner authored
* Adjust flag ImageView so that the quadratic flag of switzerland is not taller than the other flags * Change country flag resource of Switzerland
-
BMItter authored
* Drop exposure window when no risklevel is associated - wip * improved logging in DefaultRiskLevels * Adapted new trasmission risk level calc * Added placeholder for transmission risk value mapping * Adjusted calculation test, updated test data * Updated path for appconfig v2 * Replaced Transmission Risk Level Multiplier with Transmission Risk Value Mapping * cleanUp * Use protobufs * better readable risk calculation parameters * Updated default config * adjusted tests * Return null instead of throwing an exception * Removed obsolete exceptions Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
-
Matthias Urhahn authored
* Remove duplicate SingleLiveEvent.kt class * Remove redundant qualifier. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
-
- Mar 04, 2021
-
-
Ralf Gehrer authored
-
Lukas Lechner authored
* Change light-mode version of interoperability illustration * Change dark-mode version of interoperability illustration Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Alex Paulescu authored
* Added new strings. * Reverted back to old string naming for other languages. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
Matthias Urhahn authored
* Small refactoring, a review of used scopes for coroutines. Use AppScope instead of ViewModelScope, if there is a reasonable expectation that the a screen could be closed prematurely, and we still want an operation scoped to it's viewmodel to complete. * Fix tests Co-authored-by:
ralfgehrer <mail@ralfgehrer.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
AlexanderAlferov authored
-
- Mar 02, 2021
-
-
fynngodau authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Mar 01, 2021
-
-
Matthias Urhahn authored
-
CWA Technical User authored
-
Chilja Gossow authored
* data storage and collection * collect data * storage * repository * collect data * collect data * revert unrelated changes * revert unrelated changes * fix tests * fix tests * fix instrumentation tests * review comments * submitted at * submitted at * fix test * fix test Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
-
CWA Technical User authored
-
- Feb 26, 2021
-
-
Ralf Gehrer authored
* Update default strings (DEV) * Add one more testcase to ensure translation is complete
-
Matthias Urhahn authored
Make the diary overview list modular and make the subheader scrollable by making it part of the list. Flatten layouts. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: I89fcab45c7de4a3abbc4875d1798b739740dc9cd
-
Lukas Lechner authored
* Restrict name, phone number and email text field to 250 characters in contact diary * Trim name, phone and mail when mapping to entity in contact diary * Remove unnecessary styles items * Don't trim whitespaces * Remove trim() for all values of persons and locations Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Merge 1.13 into 1.14 (DEV)
-
Lukas Lechner authored
* Adapt screenshots for contact diary extension * Fix wrong location icon, Remove location "Bäcker" Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/androidTest/java/de/rki/coronawarnapp/ui/contactdiary/DiaryData.kt # Corona-Warn-App/src/androidTest/java/de/rki/coronawarnapp/ui/onboarding/OnboardingAnalyticsFragmentTest.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/release/NewReleaseInfoFragment.kt # gradle.properties
-
CWA Technical User authored
* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/9407efff72fa1fa8e55ce45809d2cea3447e6404 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/4033ef872478e2d4b0d64becfaa33342616b92d4 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/d8011ec8efba92d7aae3c5b50c24d3d43d256d38 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
Matthias Urhahn authored
* Align behavior of toResolvingString with Context.getString * Fix unit test mocking getString(). Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mo authored
* Support testing firebase screenshots * Revert * lint * Add flag for testing screenshots locally Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Feb 25, 2021
-
-
axelherbstreith authored
* adapted initial minute state * lint
-
AlexanderAlferov authored
* Fix delta onboarding for ppa * Add additional unit tests for ppa onboarding version check. * Run `setAnalyticsEnabled` on AppScope, to prevent that leaving the viewmodel cancels the operation and leaves the modules in a weird state. * Fix failing tests due to missing parameter. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
Merge branch 1.14 into 1.15 (DEV), build repair
-
BMItter authored
-
Lukas Lechner authored
* Refactor function to extension function * Change scope of ContactDiaryExporter to @Reusable * Move .toReadableDuration() into extension functions and add tests
-
CWA Technical User authored