- Feb 23, 2021
-
-
axelherbstreith authored
-
Matthias Urhahn authored
* Cleanup clearAllMocks() and unmockAll() usage. * If we call `MockKAnnotations.init(this)`, in "Before" then we don't need to clear the mocks in each "After" call, as the mocks will be replaced by new ones. * Fix textreplace error. * Split up BaseTest class for unit and instrumentation tests. * Move BaseTest and BaseTestInstrumentation to the right packages * Update BaseTestInstrumentation.kt * Move it back Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
axelherbstreith authored
* added padding * added layout adaption to location screen Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com>
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Alex Paulescu authored
* Attributes view disappears when empty. * Fixed lint. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
-
Matthias Urhahn authored
* Generalize the lifecycle callback extension on views and extract it. * Use `addOnWindowFocusChangeListener` to detect when the user puts the app into the background. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
BMItter authored
* Adjusted risk logic * Added tests for various risk states * Location to location * adjusted testcases * Added option to test high risk due to low risk encounters * enhanced encounter json * Fix test take * test without mockkstatic for oberservation * tests.... * test ci observation * fix for circle CI cannot mokkstatic * adjusted test to work again Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Contact journal extension (main-feature-branch) (EXPOSUREAPP-4741)
-
Matthias Urhahn authored
-
Matthias Urhahn authored
Merge remote-tracking branch 'origin/feature/4741-contact-journal-extension-main' into feature/4741-contact-journal-extension-main # Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/contactdiary/ui/overview/adapter/ContactDiaryOverviewNestedAdapter.kt
-
Alex Paulescu authored
* Added arguments for persons and locations on the diary homescreen. * Adjusted instrumentation test. * Cleaned up code. * Changed textview to self closing.
-
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 # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/contactdiary/ui/day/ContactDiaryDayViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/contactdiary/util/ContactDiaryExtensions.kt # Corona-Warn-App/src/main/res/navigation/contact_diary_nav_graph.xml # Corona-Warn-App/src/main/res/values-de/contact_diary_strings.xml # Corona-Warn-App/src/main/res/values-de/strings.xml # Corona-Warn-App/src/main/res/values/contact_diary_strings.xml # Corona-Warn-App/src/main/res/values/strings.xml
-
Juraj Kusnier authored
* Add app shortcut for contact diary (#2130) * Fix ktlint issue (#2130) * Fix merge: ContactDiary Activity > Fragment * Introduce dynamic shortcuts * Update Test Menu (Onboarding) * Update Test Menu * Handle onboarding * Update strings * App shortcut improvements * Code formatting * Update tests * Use ShortcutManagerCompat instead of ShortcutManager * Update contact diary shortcut icon * Update test menu * Onboarding refactoring (EXPOSUREAPP-4659) (#2398) * Move NewRelease and DeltaOnboarding Fragments to OnboardingActivity * Update method names * Refresh shortcuts in non UI thread * Use deeplinks for navigation * Code cleaning and refactoring * Update shortcut name after UA Feedback Co-authored-by:
PhilippNowak96 <dev@philipp-nowak.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
Matthias Urhahn authored
* Analytics.kt should provide the current config to all DonorModule.kt in the donation request. This prevents unnecessary config refreshes and raceconditions where the config may change mid process. * Resolve error due to merge.
-
axelherbstreith authored
* added basic button style * removed divider * refactoring * Removed comments
-
AlexanderAlferov authored
* Initial commit * Duration picker fragment * Cleaned navigation * Clean up
-
Matthias Urhahn authored
Merge branch 1.13 into 1.14 (DEV)
-
Ralf Gehrer authored
* Update release info strings (EXPOSUREAPP-5158) * Update heading * Extend release notes to allow for linkified labels on an per-entry basis * Fix ktlint issues * Fix and add tests * Update default strings * Add tests to ensure string arrays are correct in all locales Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Feb 22, 2021
-
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/http/HttpErrorParser.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/resultavailable/SubmissionTestResultAvailableViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/warnothers/SubmissionResultPositiveOtherWarningNoConsentViewModel.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/util/TimeAndDateExtensionsTest.kt # gradle.properties
-
Mohamed authored
* Create firebase screenshots job * Target screenshot tests * Adjust screenshots logic for firebase TL * Align steps * Updated config.yml * Store test results from both folders * Store tests result for both locales * Specify parent path for test results * Remove un-required locales from Screengrabfile * Run for release build * Pull screenshots folder * Revert "Pull screenshots folder" This reverts commit 0aff2004916343599e7195c36bb56a14b4f93ac4. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Improve Analytics and SafetyNet timeout handling and logging. * Tweak comment & log message. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
* Moved analytics worker scheduling to MainActivity from CoronaWarnApplication to make sure scheduling also happens on first app launch Removed the inital 24 Hours start delay offset from the DataDonationAnalyticsScheduler, a random delay between 0 and 24 Hours is still generated Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixed MainActivityTest for instrumentation runs Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed invalid logging from DataDonationAnalyticsScheduler * Removed Timber import from DataDonationAnalyticsScheduler Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
* Add check for positive test in DownloadDiagnosisKeysTask * Update DownloadDiagnosisKeysTaskTest * Suppress detekt rule Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
Signed-off-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
chris-cwa authored
Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Lukas Lechner authored
* Skip consent screen on subsequent survey participates * Import Surveys.ConsentResult to make code more readable * Improve wording, change ConsentResult.NotNeeded to ConsentResult.AlreadyGiven
-
chris-cwa authored
* keep otp auth result to check month later on * modified unit test for survey settings
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: I4d9b7b63cd01d90f4468fed6f99157d86e1148b2
-
Matthias Urhahn authored
* Remove legacy config check, not necessary anymore. * Unknown serialized fields should be 0. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Feb 19, 2021
-
-
Lukas Lechner authored
* Add styles for diary circumstances text field * Improve design of text field, Align info button * Expand EditText to multiple lines if long enough, but don't allow new lines "\n". Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Juraj Kusnier authored
* Add status to fragment_settings_tracing.xml * Fix formatting in fragment_settings_tracing.xml Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
CWA Technical User authored
-
Mohamed authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Show data donation server URL in test fragment for server environments. * Fix test not working. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Format `mostRecentDateAtRiskLevel` in seconds, not milliseconds. * Introduce `val Instant.seconds Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-