- Mar 23, 2021
-
-
Lukas Lechner authored
* Create button to send event to server in Test Menu * Build TraceLocation protobuf in CreateEventTestViewModel.kt * Perform backend request to create trace locations * Store TraceLocation in database after creation * Add signature check * Add TraceLocationCreatorTest.kt * Rename function in TraceLocationServer.kt * Refactor TraceLocationServer.kt * Add Tests for TraceLocationServer.kt * Adapt code to latest protobuf changes * Fix small issue in CreateEventTestViewModel.kt * Rename Test * Add SignedTraceLocation to TraceLocation Mapper and add tests * Fix EnvironmentSetupTest.kt * Extend test in EnvironmentSetupTest.kt * Move DI related logic around clients and url to environment package * Change return type to Response<SignedTraceLocation> of retrofit interface * Address PR feedback regarding string templates * Add default values to make the creation of trace locations from the TestMenu faster and easier * Show create-trace-location url in Test Menu * Fix DebugOptionsFragmentViewModelTest.kt * Map byte representation in SignedTraceLocation to TraceLocation mapper * Delete TraceLocationVerifyResult.kt * Fix SignedTraceLocationToTraceLocationMapperTest.kt Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
* Create Event/Location Flow Implementation * Update Event/Location Flow Implementation * Lint format * Code format fix * Update nav_graph * Update DatePicker behaviour * Update layout * Hide keyboard when navigating back * Update strings * Small design fixes * Remove bold text * Keep form values * Add TraceLocationCreateViewModelTest unit test * Small changes * Code refactoring Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Mohamed authored
* Refactoring * lint * Put submission steps together * Default values * Fix tests * klint * Prepare test data * Docs and improvements * Risk transmission tests * Negative age * Simplify default value logic * CheckIn assertions * Use specific date * Improvements of logging and mapping * Mark the class with Singleton - move log statement * Assertion for splitted check-in * Adopt CheckIn changes * Derive 10 minutes intervals * Map location bytes as per specs * Base64 of test trace locations * Create specific data class as deriveTime output Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Matthias Urhahn authored
* Pass the whole `VerifiedTraceLocation` to the confirmation screen so it has all the data needed to create a CheckIn.kt * Fix mapping condition for active checkins. * Fix default ID check. * Fix live update due to multiple instances of the DAO. * Adjust unit tests for CheckInRepository.kt * Resolve conflicts.
-
Ralf Gehrer authored
* Adjust Info Screen to announce new Release-Features for 2.0 (EXPOSUREAPP-5571) * Update defaults * adding space * Add spacing Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
* Add byteRepresentation property for TraceLocation and TraceLocationEntity * Fix TraceLocationVerifierTest.kt and TraceLocationDatabaseData.kt Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Ralf Gehrer authored
-
- Mar 22, 2021
-
-
Mohamed authored
* Fill in data and bundle * lint Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Alex Paulescu authored
* Started work on home even card. * Added event organizer icon. * Added tile to Home Fragment. * Removed databinding <layout> and added more space between text and image. * Update Corona-Warn-App/src/main/res/layout/home_create_event_card.xml Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> * Renamed event to tracing location. Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
Matthias Urhahn authored
* Add deletion for checkins. * Add deletion for checkins. * Fix tests and adjust update call. * Can't enjoy the weekend while unit tests are failing ಠ_ಠ
-
Matthias Urhahn authored
* Align card list item margins between CheckIns, HomeFragment and Diary. * LINTs Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
- Mar 19, 2021
-
-
Chilja Gossow authored
* extension for checkIn risk
-
chris-cwa authored
* updated checkin entity * updated checkin entity * satisfying tests, detekt, ktlint, circle-ci, ... * satisfying instrumented tests * fixed more unit tests, removed unnecessary null-check * renamed field * made signature base 64 * fixed tests * fixed signature tests * ktlint * no more use of blob * updated repository * fixed unit tests * fixed instrumented tests * renamed tests * fixed merge conflicts
-
Matthias Urhahn authored
* Fix duplicate fragment on navstack. * Active checkin card, first draft. * CheckIn cards, second pass. * CheckIn cards, third pass. * CheckIn cards, fourth pass. * Fix textcolor on gradient in nightmode. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Mar 18, 2021
-
-
Matthias Urhahn authored
Merge 1.5.x into 2.0.x (DEV)
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/res/values/strings.xml # gradle.properties
-
Matthias Urhahn authored
-
harambasicluka authored
-
Mohamed authored
* Create stub and test * Prepare tests * Update test data * Mention test example reference * Implement splitting * Fix calculation * Lint * Specify Long values * Split into smaller functions * Improve logging * Refactor testing scenarios * Refactor * Kotlin style * Add some edge cases * Convert to extensions * Use map * Fix 2-days check-in less than a day duration case * lint * More test cases
-
Matthias Urhahn authored
-
CWA Technical User authored
* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f58960da0ff4ce487d863c307b674ae6c2dfbbdb * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/90cbed5ade2e950aa5135a1e3243c18756052f4c Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Adopt new signedTraceLocationFormat * QR Code decoding adjustment. * Adjust failing test & refactoring. * Fix typo. * Remove duplicate data class and re-use DefaultTraceLocation. Adjust to new signature/location bytearray encoding. * Remove extra interface for TraceLocation and use the dataclass directly. * Package refactoring * Fix package import. * Fix package import in nav graph * Fix additional package imports. * Fix additional package imports.
-
- Mar 17, 2021
-
-
Matthias Urhahn authored
* If there is an `initialTestResultReceivedTimestamp` it may be the bug. If there is also a registration value, but no `devicePairingSuccessfulAt` timestamp, then we are being called from `asyncRegisterDeviceViaGUID` or `asyncRegisterDeviceViaTAN`, and it's a new test and `initialTestResultReceivedTimestamp` should be null. * Fix check order and add tests.
-
Kolya Opahle authored
1.14 "Ihr Testergebnis liegt vor" -> 1.15 "Risiko-Überprüfung fehlgeschlagen" (EXPOSUREAPP-5843) (#2632) * Risk Level calculation is now only aborted when the user has seen the positive test result * Fixed tests for Risk Level calc changes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mohamed authored
* Map presence tracing configuration parameters * Give priority to config values * Use presence tracing config in QR Code creation * lint * Fix tests * Create TimeIntervalDeriver.kt * Implement time deriver * Add test class * Adjustment * Add test scenarios * detekt * Specify locale * Set time zone * Make inRange public * Use common in Range - specify the timestamp in seconds * lint * Explicit types Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mohamed authored
* Create new entires in TestDonorSettings * Lint * Improve logging * Add some tests * More tests and more logs * Docs * Use aggregated date * Log right date * Use `RiskLevelResult.lastRiskEncounterAt` * Add unit tests. * Tweak logging. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
* [INTERNAL] Translation delivery: commit by LX Lab Change-Id: Icad98989d5e708235ad3cc3e46bb891b6fa9d49b * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I3e8c10ce666e2deb4e51392c0b602565f46e117b
-
Chilja Gossow authored
* move logic to collector * reset before new registration * more tests * fix test * fix calculation for missing values and more tests * fix test * remove max * use -1 as default if value cannot be calculated * set default to -1 * change date in tests * fix reset Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Lukas Lechner authored
* Add strings for Category Screen * Create TraceLocationCategory lists for event and location * Create base implementation of EventRegistrationTestFragment.kt * Move some classes to sub package * Finalize layout * Some layout and accessibility adaptations * Fix ktlint issues * Refactor TraceLocationCategoryFragment.kt * Fix typo * Use MaterialToolbar * Add tools:layout for category fragment in test_nav_graph.xml * Refactor to RecyclerView with ModularAdapter * Adapt naming of fragment and layouts * Create TraceLocationCategoryViewModel.kt * Move CategoryItemList to ViewModel * Create TraceLocationCategoryViewModelTest.kt * Fix Lint issues * Refactor some DI logic * Move UI components to correct package * Reformat separator layout Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mohamed authored
* Add check-ins to submission payload * Use new classes - map checkin fields * Rename to transformer * Satisfy tests * lint * Use new models * Add space to satisfy ktlint the magnificent * Create DefaultCheckInsTransformerTest.kt * Clear check-ins after submission * Fix tests * Update SubmissionTaskTest.kt Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Lukas Lechner authored
* Use TraceLocationType enums from protobuf * Adapt database tests
-
chris-cwa authored
* test add checkin * test update checkin * test get checkin * - unnecessary equals override * extending base test Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Juraj Kusnier authored
* Customise values * Add sliders for testing * Lint * Fix test * Update strings * Update Duration picker * Update Contact diary test menu * Lint format * Remove runtime exception * Revert changes for fragment-ktx * Formatting * Update DurationExtensionKtTest * Update strings Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
axelherbstreith authored
* Added basic screenshots * added screenshots for active and inactive logging * refactoring * linting * removed empty lines Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Mar 16, 2021
-
-
janetback authored
* Update contact_diary_strings.xml * Update strings.xml
-
Chilja Gossow authored
* matching * hook to ui * add fake data sources * string output * lint * test fragment * merge main branch * add toast * klint * detekt * adaptation for split * klint * add local date Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-