- Feb 04, 2021
-
-
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
-
- 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
-
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>
-
- Feb 02, 2021
-
-
Ralf Gehrer authored
-
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>
-
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>
-
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>
-
Kolya Opahle authored
Protocol Buffer update for release 1.13.x at Mon Feb 1 14:10:59 UTC 2021
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jan 28, 2021
-
-
Ralf Gehrer authored
-
Matthias Urhahn 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. * Add environment variables for data donation server and SafetyNet API key. * Remove unused function. * Fix EnvironmentSetupTest.kt
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
Mohamed Metwalli authored
-
- Jan 27, 2021
-
-
CWA Technical User authored
-
Matthias Urhahn authored
-
Mohamed Metwalli authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Copy directly from main bucket folder * Setup BUCKETDIR as bash environment variable to persist across consoles. * Don't reevaluate the bucket dir on each console spawn. Fail job if gsutil fails. * Specify sub-folder Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
Chilja Gossow authored
* write test for DiagnosisTestResultRetrievalPeriodicWorker * klint * Use TimeStamper
-
Juraj Kusnier authored
* fix tests * Implement StatisticsExplanationFragmentTest * Implement StatisticsTest * Fix old tests * Rename StatisticsTest > StatisticsCardsTest * Fix marge Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
chris-cwa authored
* no pop up for no info on symptoms * fixed test Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Alex Paulescu authored
* Added strings for release 1.12 * Added layout. * Updated translation config file and removed strings for other languages. * Added release string to defaults. * Adding UI components and images to the fragment. * Added fragment class. * Added fragment logic. * Freshened code smell. * Addressed PR comments. * Simplified screen display logic and addressed PR comments. * Removed "Next" button when opening fragment from app-info and changed close icon to back icon. * Fixed lint errors. * Fixed lint errors. * Changed import. * Change the position of the new release menu item at the top of the app-info screen. * Removed statistics section. * Lazy string evaluation with UI context. * Removed unused function and cleaned up code. * Spotted a minor mistake in the strings. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Lukas Lechner authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
-
Matthias Urhahn authored
-
Mohamed Metwalli authored
* Initial draft with instrumentation tests. * Obviously checkout the project and restore build caches before running instrumentation tests. * Disable unrelated tests for faster iteration. * Fix environment variable. * Adjust APK paths * Fix broken tests for DBPasswordTest.kt * Comment out neglected tests that require more time to fix. * Fix test by adding required theme. * Update gitignore to have a general purpose directory for local scripts. * Adjust firebase options. * Fix upload paths. * Comment out failing tests for now. * Task for running screenshots only. * Fix paths for screenshots * Comment out failing tests. * Test random bucket dir generation. * Test random bucket dir generation. * Test random bucket dir generation. * Test random bucket dir generation. * Test random bucket dir generation. * Downgrade testing library, the alpha was just needed for API30 support. * Comment out additional tests. * Retry without orchestrator and data reset. * Previous attempts worked, either the orchestrator or the clearData was the issue. * The orchestrator is the issue... * Debugging the test orchestrator... * Adding previously commented out tests due to orchestrator likely being the cause. * Disable additional flaky tests. * Store artifacts and try to pull screenshots. * Re-add previous jobs. * Config syntax. * Config syntax. * Artifacts are not stored? * Iterate path for storing artifacts. * Try pulling directories * Add missing slash * Try api 28 * Specify screenshots path * lint * Api 28 * try sdcard * Use sdcard path * Create screenshots wrapper * Add devices for other locales * Use Pixel2 model * Correct locale names * Adapt code for both Friebase TL and Fastlane * Use sdcard path * Clean tests * Move to ScreenShotter in all tests * Add permissions rule * lint * Test on Android 10 devices * Try physical device and locales list * Remove pull flag sdcard seems already there * Remove slash * Try bucket name * List screenshots only * Use wildcards to list folders only * Remvoe '' * Specify folders individually * Try DE only * Put files into Circle CI Artifacta folder * add -U option * root bucket url * add flame* to exclude APKs * Try suppressing error * add -d * Try suppress errors * Avoid suppressing error * Fix import * lint * Move to screenshot wrapper * Run instrumentation tests on FTL * Fix tests * Extract test results * Try -R and use Circle CI folder * Upload test results only * Add ~ * Store test results only * Specify type instrumentation * Specify file path explicitly * Try path not file * Reset changes in tests based on 1.12.x * Reset changes based on 1.12 * Disable recording videos * Simplify path and use gradle opitmizations * move requires to workflow * align * Add colon Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Lukas Lechner authored
* Fix issue of cutting off decimal place .00 in statistics cards * Fix number formatting issue when decimal value is 3 * Fix number formatting issue for values below zero Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
* Translation Delivery (DEV) #2218 Change-Id: Ied040942f5acaf2107add5181b4bdfd1f28ed516 * fix percentage values (DEV) * update default strings (DEV) Co-authored-by:
SAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com>
-
Ralf Gehrer authored
* Change person entry label (DEV) * Change FAQ Link Label (DEV) * Release Info placeholder fix (DEV) * revert - release info placeholder fix (DEV) * Update strings.xml Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com>
-
Mohamed Metwalli authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Mohamed Metwalli authored
* Move to launch*2 to have app theme * Fix failing test * Fix import * Add hw properties * update sdk manager * Add more emulator options * Unmock after tests * Retry for failure * Revert changes in CI yaml
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
- Jan 26, 2021
-
-
CWA Technical User authored
-
Lukas Lechner authored
-