- Feb 11, 2021
-
-
Ralf Gehrer authored
-
Lukas Lechner authored
* Create SurveyUrlProvider.kt and SurveyHighRiskUrlProviderTest.kt * Call SurveyUrlProvider in Surveys.kt * Adapt SurveyUrlProvider.kt so that now the otp has to be passed directly * Add @Reusable annotation to SurveyUrlProvider.kt Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
chris-cwa authored
-
harambasicluka authored
-
Chilja Gossow authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Chilja Gossow authored
* refactor for better preview change font * clean up * resolve includes to simplify layout Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Feb 10, 2021
-
-
Matthias Urhahn authored
* Clean up log spam for CancellationExceptions. * Clean up log spam for CancellationExceptions. * Adjust log level to `error` for flows that completed due to an exception being bubbled up. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
* Set offset to zero instead of 90 when 'fakeCorrectDeviceTime' is active * Add a description of the 'Fake correct device time' feature in the Test Menu Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* survey error code preparation * added dialog stuff * removed numbers * Created internal state flow * Map error codes * Refactoring * Open url in browser and auto close * Added awesome loading spinner (might be improved later by spinner button) * merge conflict (double entry) * adjust survey to use surveyConfig Link & Param (DEMO Survey) * adjusted strings to newest version * replaced Umfrage with Befragung
-
CWA Technical User authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Alex Paulescu authored
* Fixed condition that displays dialog. * Changed strings to represent what they actually mean. * Interchanged title and body string for consent given. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Instead of faking the "disable-device-time-check" which won't work for SafetyNet, we now fake the time offset to be within the acceptable delta. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
-
axelherbstreith authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Lukas Lechner authored
* Update survey consent screen according to the new designs * Refactor bullet points list in survey_consent_fragment.xml * Create Survey Consent Detail Screen * ktlint & detekt clean * Fix ktlint issues * Fix linting issues regarding translations in legal_strings.xml Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
BMItter <berndus@gmx.de>
-
- Feb 09, 2021
-
-
Philipp Nowak authored
First and last item of statistic cards was not reachable on some devices (EXPOSUREAPP-4945) (closes #2259) #2260 * Fix issue that first and last item of statistics recycler view was not reachable on some devices (#2259) * Disable PagerSnapHelper for devices with at least 600dp width (EXPOSUREAPP-4945) (closes #2259) * Fix issue that first and last item of statistics recycler view was not reachable on some devices (#2259) * Disable PagerSnapHelper for devices with at least 600dp width (EXPOSUREAPP-4945) (closes #2259) Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Alex Paulescu authored
* Fixed circle progress text and color. * Changed default color for setter. * Added circle progress color in the rest of the app. * Changed progress color when bluetooth or location is disabled. * Adjusted progress color one last time. * Fix lint issues. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
Juraj Kusnier authored
* Update LocalData implementation * Fix BackgroundWorkScheduler comment * Fix typo in SubmissionData * Skip risk calculation if user got a positive test result * Skip deadman notifications if user got a positive test result * Refresh diagnosis keys when test is removed * Update tests * End of life behaviour UI (EXPOSUREAPP-4641) (#2230) * Added strings. * Added card. * Added missing layout from main. * Removed duplicate layout and switched to different home icon. * Added test registration date. * Prepare UI for End of Life behaviour * Removed unused import. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@gmail.com> * Add ReactivateRiskCheckDialog * Fix comment * Update strings * Not nullable date in SubmissionDone * Fix merge * Fix instrumentation test crash * Increased font size in card layout. * Keep DiagnosisKeyBackgroundWork alive Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Chilja Gossow authored
use toolbar Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
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
-
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
-
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>
-
Matthias Urhahn authored
Merge release/1.12.x into release/1.13.x (DEV)
-
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
-