- Feb 10, 2021
-
-
axelherbstreith authored
* added settings entry * added basic layout for the settings screen * updated fragment layout and navigation * linting * adapted settings entry icon * linting * fixed strings and nav_graph * added analytics disabled icon for settings entry * fixed settings entry icon and text * added layout to new navgraph items * updated the layout and addressed the comments * removed blank lines from layout
-
AlexanderAlferov authored
* Strings for onboarding * view and image * View attached to onboarding process * Complete onboarding screen * Tests and screen capture * Accessibility * Reformatting * New screen with additional info * New screen with routing * Small change in legal text * Missing sentence in description of contact journal (EXPOSUREAPP-4941) #2309 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> * Change statistics overview header to 'bundesweite' Statistiken (EXPOSUREAPP-4975) #2305 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> * Show normal behavior box when tracing disabled (EXPOSUREAPP-4768) #2306 use toolbar Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> * Delta onboarding analytics screen * Delta onboarding navigation * Strings fix * Comment for Kolya * Layout, nav grav and fragments refactoring * Merge conflicts and formatting * Add missing tools:layout and format the file Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
- Feb 09, 2021
-
-
Maximilian Lenkeit authored
* remove redundant district prefixes proposal from UA after reviewing the rather technical names of the initial version * Adjust unit test to new districts JSON. * add missing spaces to district names * remove trailing whitespace from distict names Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Kolya Opahle authored
* Switched protobuf container to builder to allow for instantiation added UserMetadataDonor Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Update UserMetadataDonor.kt
-
Matthias Urhahn authored
Add additional test menu options to test requirement validation.
-
- Feb 08, 2021
-
-
BMItter authored
* Implemented survey mapping * Disable/enable high risk survey by app config * ktlint & detekt * Create available surveys lazily, run flow on coroutine context * Use default params * Added test für survey mapping * adjusted TracingDetailsItemProviderTest * Reworked survey config mapping * Map safety net requirements * lint, detekt * Adjusted tests * Changed url string to http url
-
Matthias Urhahn authored
* PPA User Input Strings * Align string order.
-
axelherbstreith authored
* changed contact journal edit screen announcement * reverted change of app label Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
Philipp Nowak authored
* Fix autoLink being too aggressive on some devices (#2275) * - Fix linkification of phone numbers to work across all android versions - Add autolink for onboarding privacy text (EXPOSUREAPP-4992) (#2275) * Fix ktlint issue * Add text color link to onboarding privacy text view (EXPOSUREAPP-4992) * Fix autoLink being too aggressive on some devices (#2275) * - Fix linkification of phone numbers to work across all android versions - Add autolink for onboarding privacy text (EXPOSUREAPP-4992) (#2275) * Fix ktlint issue * Add text color link to onboarding privacy text view (EXPOSUREAPP-4992) Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Lukas Lechner authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
- Feb 05, 2021
-
-
Chilja Gossow authored
Scrolling issues with back navigation from Statistics Info screen to Homescreen (EXPOSUREAPP-4771) #2264 * remove state fetching when submission is done * keep instance * test * rollback * rollback * rollback * rollback * save state * clean up * refactor refreshUiState to not issue unnecessary states * remove references after usage * move to home adapter * remove reference to holder * adds tests to make sure ui states are still correct * rename * Add an adapter module that handles a voluntary ViewHolder state saving mechanism. * Merge branch 'fix/4771-home-flickering-polish' into fix/4771-home-flickering # Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/statistics/ui/homecards/StatisticsHomeCard.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/main/home/HomeAdapter.kt * revert Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
axelherbstreith authored
-
Kolya Opahle authored
* added implementation for ExposureRiskMetadataDonor, the de.rki.coronawarnapp.server.protocols.internal.ppdd.PpaData namespaces is populated by protos that are not yet present but will be added soon Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * updated imports to match new proto root classes, (still missing from repo) Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * switched to kotlin only solution for proto <-> settings string conversion Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * added unit test for exposure risk metadata serialisation Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added error handling to previousExposureRiskMetadata Added test that checks for changes in ExposureRiskMetadata serialization Signed-off-by:
Kolya Opahle <k.opahle@sap.com>
-
axelherbstreith authored
* added content description * added translations Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
-
- Feb 04, 2021
-
-
Matthias Urhahn authored
* First safetynet draft. TODO: Additional integrity checks. * Add nonce and APK check. Move JWS data access helpers up to the wrapper. * Add device time and time_since_onboarding check. * Increase test coverage, check for null jwsResults. * Add data donation test menu. (Currently only shows SafetyNet JWS) * Improve exception message. * Additional test cases for different JSON fields. Log optional error message that may be returned. * Fix test regression due to missing mock * Address Lukas PR comments. * Add attestation max timeout (30s) + test. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
chris-cwa authored
* Skeleton classes for SafetyNet and EventSurveys. * Fix LINTs, test compile error. * Remove lint breaking TODOs. * Add SafetyNet requirement validation call to the attestation interface. * Don't return salt/nonce, just offer the caller directly the PPACAndroid protobuf class. * Add documentation, fix test build error. * Add documentation, fix test build error. * + otp repo * unit test * requested changes * + timestamp * using gson * mockFlowPreference * https://github.com/corona-warn-app/cwa-app-android/pull/2232#discussion_r567892814 * additional tests * fixed test * https://github.com/corona-warn-app/cwa-app-android/pull/2232#discussion_r569357630 * https://github.com/corona-warn-app/cwa-app-android/pull/2232#discussion_r569358473 * https://github.com/corona-warn-app/cwa-app-android/pull/2232#discussion_r569557960 * https://github.com/corona-warn-app/cwa-app-android/pull/2232#discussion_r569559428 * https://github.com/corona-warn-app/cwa-app-android/pull/2232#discussion_r569359216 * Test formatting. * made reading otp from storage failsafe * fail fast in case gson does not initialize members * take advantage of compilereturn flow check, no Elvis-Op in unit tests * better name for test Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
Mohamed Metwalli authored
-
- Feb 03, 2021
-
-
Mohamed Metwalli authored
* Add bottom bar * Fix di * Adjust theme * Align content on top of bottom bar * Enhance findNavController * Adjust Bottom Bar * Remove diary card * Remove up button * lint * Adapt MD theme * Fix ui tests * Delete contact diary , handle onboarding * Remove x button * Show bottom nav only for Home and contact diary destinations * Only contact diary overview screen * Adjust alert dialog theme * update docs * Fix close button issue * Revert close button changes * Rename text resources * Make visibility logic flexible for future additions * Fix typo * Setup main activity tests * Add diary overview screenshot test * lint * Disable unmocking * Update Gemfile.lock * Contact diary onboarding's bottom bar behaviour * Update ContactDiaryOnboardingFragmentTest.kt * Refactor screenshots tests * Update Corona-Warn-App/src/main/res/values/strings.xml Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> * Update contact_diary_overview_fragment.xml * Small refactoring * Remove un required gravity * Use accent colour * Move diary settings into vm * Update tests * Update MainActivityViewModelTest.kt * Fix styling in bottom sheet dialog * Keep default delay * klint * Keep default delay Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* tracing survey card implemented - wip * Added user survey to risk details * Fixed button noch clickable * use card as parent, minor adjustments * new layouts for survey, vectors, fragment, viewmodel - wip * Moved fragment and viewmodel to correct spot * Adjusted fragment and vm * align with package structure * Added module * event handling for upcomiing navigation * Navigation from tracing details to survey consent fragment * ktlint, detekt * adjusted res * Pass type of survey * klint * Add click listener for next button, Request url from surveys (example) * ktlint * string res cleanup * Added states * delete obsolet layout * empty space removed * comment- data class added * addressed reformatting issues * bigger headline for survey headline * adjusted view behaviour to match figma
-
SAP LX Lab Service Account authored
Change-Id: I1468362a4f668e54f3dc1b2936d9da9c23f6e5e0
-
Mohamed Metwalli authored
* Add bottom bar * Fix di * Adjust theme * Align content on top of bottom bar * Enhance findNavController * Adjust Bottom Bar * Remove diary card * Remove up button * lint * Adapt MD theme * Fix ui tests * Delete contact diary , handle onboarding * Remove x button * Show bottom nav only for Home and contact diary destinations * Only contact diary overview screen * Adjust alert dialog theme * update docs * Fix close button issue * Revert close button changes * Rename text resources * Make visibility logic flexible for future additions * Fix typo * Contact diary onboarding's bottom bar behaviour * Update ContactDiaryOnboardingFragmentTest.kt * Update Corona-Warn-App/src/main/res/values/strings.xml Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> * Update contact_diary_overview_fragment.xml * Small refactoring * Remove un required gravity * Use accent colour * Move diary settings into vm * Update MainActivityViewModelTest.kt * Fix styling in bottom sheet dialog Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* PPA User Input Strings * Data Donation: PPA User Input. First draft. TODO: Districts Tests * Fix interaction with radio button.. Fix state matching for NRW Add district mapping and display. Fix "unspecified" element position. * Test skeletons. * Finish unit tests. * Wish the LINTer a nice evening. * Move extension functions into their own file and make them public to allow label-related code to be reused on the settings screen. Additional unit tests that check the federal state short code mapping. * XML formatting. * Address additional PR comments. * Adjust radiobutton accent color.
-
- Feb 02, 2021
-
-
axelherbstreith authored
* added announcements for individual statistics * added speech output for individual information on key submission statistics card * enhanced speech output for InfectionsCard * updated speech output for statistics incidence card * removed typo * updated speech output for seven day r value card * enhanced speech output to announce complete cord when focusing it * linting * fixed announcement issue on some phones * linting * removed test transations * changed accessibility string creation to string builder * changed terminology * used extension functions for more comprehensive code * linting max lines * updated string on seven day r value card * renamed extension method * linting max lines Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
Matthias Urhahn authored
* Let NetworkRequestWrapper enforce more specific generics. No nulls and errors need to be `Throwable` * Align error dialog generation and remove unnecessary casting. * Use less specific exception type for `filterIsInstance`. The expectation is that due to type erase, the filter will let any type of `RequestFailed` through anyways. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Lukas Lechner authored
* Fix issue of not showing delta onboarding about interoperability before showing release notes * Suppress failure to give the chance for other steps to continue in Firebase TestLab * Fix instrumentation test * Revert "Suppress failure to give the chance for other steps to continue in Firebase TestLab" This reverts commit 5d642b66 * Use when statement instead of if-else conditions Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com>
-
Lukas Lechner authored
* Replace strings "on one day" to "on 1 day" for low risk card * Change content description of low risk card * Adapt low risk card - display date when last encounter occurred - similar to high risk card * Update Corona-Warn-App/src/main/res/values-de/strings.xml Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> * Update Corona-Warn-App/src/main/res/values/strings.xml Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> * Update strings.xml * Rename input parameters of LowRisk data class from c to context * Fix instrumentation tests Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
* Change escaping of percentage sign (DEV) * minor improvement
-
Lukas Lechner authored
* Adjust high risk card * Adjust high risk card * Fix accessibility to read "einem Tag" instead of "eins Tag" * Rename input parameters of IncreasedRisk data class from c to context Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
* Adjusted TracingDetailsItemProvider for tracing inactive status. * Tests added, refactoring * Tests refactored Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Chilja Gossow authored
* new release info items update * unit test move package * clean up * fix bottom spacing/ scrolling behavior * more tests * replace illustration * replace text * delete empty files
-
- Feb 01, 2021
-
-
axelherbstreith authored
* added new faq bullet point to increased risk detail card * added faq link * updated spacing * linting * remove trailing dot Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com>
-
Ralf Gehrer authored
-
harambasicluka authored
-