- Mar 09, 2021
-
-
chris-cwa authored
* repo for checkins * repo for checkins * renamed param * added more crud methods * added fields from new specs version * fixed ktlint issue * fixed class hierarchy * fixed UnnecessaryAbstractClass * fixed nullable types * renamed to Event* to TraceLocation* to be in sync with spec * moved database one package level up * use app scope for insert * renamed const * convert data between repo and database * removed interface for data class, renaming, housekeeping * entity is no parcel anymore * + update method in checkin repo
-
- Mar 05, 2021
-
-
Mohamed Metwalli authored
-
Mohamed Metwalli authored
-
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
-
Mohamed authored
* Generate QR-Code PDF * lint * Update QrCodeGenerationTestFragmentViewModel.kt * Share internal file * Move qr code under event registration * Reduce size * Refactoring * Remove padding * Fix unresolved reference * Lint * Increase qr-code quality * Merge two actions in Event main screen * klint * Adjust sizes
-
Mohamed authored
* Setup deep-linking to confirmation * Update ConfirmCheckInFragment.kt * Update fragment_confrim_check_in.xml * Create Uri.kt * Add navUri extension * Handle deep-linking in MainActivity * Check event decoding * Add scan check-in qr code fragment * Create viewModel and DI modules * lint * Create ViewModel * Delegate work to view model * use viewmodel * Add unit test for navUri * Adjust data * Add unit tests for deep-linking * lint * Remove + from id references * Add TODO * Add unit tests * Add tests * add ToDo * Fix test * Deep linking for Event Registration (EXPOSUREAPP-5305) (#2502) * Handle deep-linking and shortcuts * lint * Fillin intent in Onboarding * Lint * Delete ConfirmCheckInFragment.kt * Fix test
-
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
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/deviceForTesters/java/de/rki/coronawarnapp/test/menu/ui/TestMenuFragmentViewModel.kt # Corona-Warn-App/src/deviceForTesters/res/navigation/test_nav_graph.xml
-
- Feb 26, 2021
-
-
Matthias Urhahn authored
* Skeleton classes for event registration. * Add trailing commas Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
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>
-
Mo authored
* Add Base32 wrapper and unit tests for it * Extend base test * Convert into extensions * Added a new variant for ByteString * Include decoding for ByteString only * Add unit testing for ByteString Encoding to String
-
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>