- Mar 04, 2021
-
-
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
- Feb 24, 2021
-
-
Lukas Lechner authored
* Use time stamper instead of LocalDate.now() in ContactDiaryOverviewViewModel.kt to improve testability * Add test for the current contact diary export * Move export logic from ContactDiaryOverviewViewModel.kt into ContactDiaryExporter.kt * Create tests for new attributes * Adapt ContactDiaryExporter.kt to also export the new attributes * Fix long -> duration change issue * Fix tests * Fix instrumentation test * Update contact_diary_strings.xml * Integration with duration picker * Test navigation to comment info fragment * Navigation to comment info * Duration text overview and tests fix * Fix ContactDiaryOverviewViewModelTest.kt * Fix ktlint issues * Fix issue to not add blank values to export * Fix focus shift due to dialog opening from triggering a text change update. * Fixed dialog styling * Fix focus shift due to dialog opening from triggering a text change update. * changed coroutine scope * linting * linting * Fix test * Add org.jetbrains.kotlinx:kotlinx-coroutines-test dependency to androidTest to fix missing dependency Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
Alexander Alferov <a.alferov@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Chilja Gossow authored
* comments * persistence * database * revert unrelated changes * revert unrelated changes * detekt * extract collector * unused * unit test donor * klint * unit tests * unit tests and db test * naming error * unmock object * clear and unmock object * make static * make static * comments and additional tests * inject probability * check for new before insert * Merge branch 'release/1.14.x' into feature/4819-exposure-window # Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/datadonation/analytics/AnalyticsModule.kt * fix test * review comments * review comments * measure time for db insertion * adjust test * klint
-
Lukas Lechner authored
* Add unit tests for Surveys.isConsentNeeded() * Adress PR feedback: Add fixed timesource, Extend from BaseTest Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Juraj Kusnier authored
* Update DiaryData * Update circelci config * remove screenshot task again Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
-
Matthias Urhahn authored
Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Alex Paulescu authored
* Removed trailing comma when elements from list were empty. * Changed takeWhile to filter. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Ralf Gehrer authored
* Change name hint * Onboarding data donation text changes (DEV) * Revert name hint change Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
Matthias Urhahn authored
-