- Feb 24, 2021
-
-
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
# Conflicts: # 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 # gradle.properties
-
Matthias Urhahn authored
* Cleanup screenshot export * Chown dir pulled with sudo back to our user. * $USER was empty? * Doh, CircleCI doesn't keys with ENV Vars in config specific commands. * Iterating * Update config.yml Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Feb 23, 2021
-
-
Mohamed authored
* Un-comment TestDonor * Rename to TestResultDonor * Implement basic setup * Handle donation conditions * Collect test result metadata after user consent * Move test-metadata to ViewModel and save risk level * Use RiskLevelStorage * Map RiskLevel according to specs * Map some metadata * klint * formatting * Save time at pending result received * Refactoring * Add unit tests * lint * Calculate hoursDifference based on test type * Calculate hoursSinceHighRiskWarningAtTestRegistration * Fix test * Add more tests * Calculate hoursSinceHighRiskWarningAtTestRegistration * Rename * Add comment * Save test result at registration time * Add logs * Fix detekt * Refactor testResultAtRegistration * Add unit tests and refactor clearing the settings * Add more unit tests * Reformat * Use timestamper * Change flag * Ignore flaky test * Ignore flaky test * Remove view model tests which cause sonar to fail all the time * Clean on success * Use config provided through request * Create test result donor settings * lint * Revert test visibility * Create a separate class for TestResult collection Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
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
-
Mohamed 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
-
CWA Technical User authored
-
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>
-