- Mar 26, 2021
-
-
axelherbstreith authored
* added qr code generator component * linting * updated error handling * linting * updated exception handling in view model Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* Implement swipe to delete * Swipe to delete in CheckIns screen * Reduce parameters and consider non swiping items * lint * lint * Update docs * Add TODO * Update ic_delete.xml * Rounded background * Increase icon size proportionally * Implemente Swipe contract * Handle dismiss for swipe * Animate FAB onScroll * Avoid drawing out of screen when view is completely swiped * klint * Rearrange code * Rename color * Fix qr-code icon * Nav bar icon * Notify item when dialog is canceled Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
chris-cwa authored
-
- Mar 25, 2021
-
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
* Fix risk card detail screenshots and device time (EXPOSUREAPP-5970) * remove firebase_screenshots task again
-
- Mar 24, 2021
-
-
Lukas Lechner authored
-
Florian König authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Add checkout behavior, 1st draft. * Add checkin edit navigation. * Add tests. * LINTs * Basic error handling * Fix stopship TODO Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
Lukas Lechner authored
* Delete all CheckIns on App Reset * Create DataResetTest.kt Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
-
- Mar 23, 2021
-
-
Lukas Lechner authored
* Add base64 suffix to database table fields for TraceLocation * Add base64 suffix to database table fields for CheckIn Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
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>
-