- Apr 19, 2021
-
-
harambasicluka authored
-
- Apr 08, 2021
-
-
janetback authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
- Apr 07, 2021
-
-
Mohamed authored
* Move CreateTraceLocationApiV1.kt and TraceLocationServer.kt into new sub-package * Move CreateTraceLocation DI logic into sub-package * Create infrastructure code for new Qr-Code Poster Template Endpoint * Add new url to environment * Show new URL in the Test Menu * Implement unzipping, signature verification and parsing * Add possibility to download poster template from TestMenu * Show Android Vector Drawable in TestMenu * Create QrCodePosterTemplateApiV1Test.kt * Remove non-used ProtoConverter from retrofit * Change button position in Test Fragment * Show error if something goes wrong * Improve QrCodePosterTemplateApiV1Test.kt * Create QrCodePosterTemplateServerTest.kt * Initial setup * Connect flow to poster * Fix flow connection * Nice transition * Lint * Allow nullable extras * Adjust icon tint * rename file * Use MutableLive Data to keep the bitmap on back navigation * Fix merge issues * Change title * Display poster * lint * Adjust QR Code margin * Adjust position * Show progress * Print PDF * lint * Update QrCodePosterFragment.kt * Refactoring * Renaming * Position QR Code image * Specify size as A3 * Fix merge issues * Pass location id * lint * Avoid nullable * Avoid creating blank file * Use config to position poster and QR Code * lint * Refactoring * Add info text * Scale info text * Enhancement * Defensive color parsing * typo * Delete testing screens * Revert *
* Rename * Linear progress * Update QrCodePosterViewModel.kt * unify folders * Update QrCodePosterViewModel.kt * Show progress * Use server values * Generate QR Code from location url * Update TraceLocation.kt * Use location data * Remove old views and update layout preview * lint * Extend testing by adding access to qrCode * Add qrcode screen to test graph * Update fragment_test_eventregistration.xml * Rename PDF file * Polishing * Create QrCodePosterViewModelTest.kt * Update QrCodePosterViewModelTest.kt * lint * Use weak reference * Switch context * Updated strings Co-authored-by:Lukas Lechner <office@lukaslechner.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Apr 06, 2021
-
-
janetback authored
Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 01, 2021
-
-
chris-cwa authored
* check in onboarding screen * show onboarding only once * BottomBarBadge exploration * fixed unit test * fixed unit test * renamed strings * comments for translation tool * moved dependency to view model * applied style to button * fixed styles * fixed binding class * moved preferences into settings class * satisfied static code analysis * added missing text * fixed margin * fixed data reset * changed alignment * changed texts again * missing strings in default file * fixed merge issues * fixed nav graph * show information * updated image * hide button if consent is already given * updated images * legal texts <3 * added the close button in information * renamed images files * missing space before {
Co-authored-by:Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
- Mar 31, 2021
-
-
Matthias Urhahn authored
* Add checkout behavior, 1st draft. * Add checkin edit navigation. * Add tests. * LINTs * Basic error handling * Fix stopship TODO * Automatic check-out notifications, first draft. WIP * Update notification channel title and description. * Refactor notification creation code to align private/public visibility. * AutoCheckout, 2nd draft. * Automatic AutoCheckOut refresh D: * Process overdue checkouts before risk calculation. * Process overdue checkouts before risk calculation. * Fix list refresh blinking and add automatic time refresh. * LINTs * Fix pending intent for autocheckout receiver. * Add test cases. * Refactor package names. * Remove unused strings in non-default locales to satisfy linter (instead of waiting for translations delivery). * Adjust sort order of check-ins. For active check-ins we want the one that expires next, first, For completed check-ins we want the most recent event first. * Fix typos. * Solve merge regression. * Fix merge conflict regression, missing argument. * Fix unit test. * Disabled broken lint rule see https://issuetracker.google.com/issues/169249668 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.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 * Create camera card * Add card strings * use strings in layout * Rounded background * Increase icon size proportionally * Implemente Swipe contract * Handle dismiss for swipe * Animate FAB onScroll * Create flow of permission status * Avoid drawing out of screen when view is completely swiped * klint * Pass flag from fragment * Rearrange code * Rename color * Fix qr-code icon * Nav bar icon * Notify item when dialog is canceled * Reduce lines * Small refactoring * Rely on settings * Unit tests * Fix text * lint * clean * Renaming * Smaller functions * Add test * Shrink lines * revert strings changes * Rename to CameraSettings * renaming * Handle exception * Reset flag if rationale can be shown again * create Movable interface * lint * extra line * Tests * More tests * More tests * Check camera settings onResume Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Mar 30, 2021
-
-
Kolya Opahle authored
* the qr code scan screen style is now shared between test and event scan screen as of now layouts are still separate files, may condense later * Removed transitionName from fragment_scan_check_in_qr_code and fragment_submission_qr_code_scan * Readded missing transitionName to fragment_scan_check_in_qr_code * Reverting changes to all translated strings * Re added the old string keys to default file to allow linting to pass (should be overwritten by translation) Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
* dedicated text label for consent and home screen card * update texts and their order * fix lint * Update legal strings * Fix Typo * Update legal translations * Update icons Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Mar 29, 2021
-
-
chris-cwa authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Mar 17, 2021
-
-
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>
-
- Mar 16, 2021
-
-
janetback authored
* Update contact_diary_strings.xml * Update strings.xml
-
Matthias Urhahn authored
* "My Check-Ins" skeleton UI, strings, graphics and refactoring. * Fix padding calculation. * Adjust URL parser test.
-
Juraj Kusnier authored
* Revert string changes * Revert TracingExplanationDialog * Implement TracingExplanationDialog * Update strings * Update tests * Remove unnecessary comment
-
- Mar 15, 2021
-
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Mar 11, 2021
-
-
Juraj Kusnier authored
* Shared preferences migration: SETTINGS DATA (EXPOSUREAPP-5378) (#2468) * Migrate Shared Preferences (SETTINGS) * Code refactoring * Fix tests * Migrate Shared Preferences (SETTINGS) * Cleaning code * Cleaning code * LocalData Migration skeleton (EXPOSUREAPP-5295) (#2509) * EncryptedPreferencesMigration skeleton class * SecurityHelper return nullable SharedPreferences not an exception * Remove Onboarding related Properties from LocalData (EXPOSUREAPP-5375) #2470 * Removed Onboarding related Properties from LocalData Added OnboardingData which provides the FlowPreferences that were defined in LocalData beforehand Currently no migration for these values is implemented Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Turns out MockFlowPreference and MockSharedPreferences were not usable in the device test flavour moved them into testShared Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * OnboardingData -> OnboardingSettings OnboardingSettings: moved to get / set instead of FlowPreferences when subscribing is not needed isOnboarded is now based on onboardingCompletedTimestamp != null instead of set seperately Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed Onboarding Preference key strings from all languages Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added Singleton annotation to OnboardingSettings Added migration code for OnboardingSettings to EncryptedPreferencesMigration Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Migrate Interoperability settings * Remove tracing local data (EXPOSUREAPP-5377) (#2568) * migrate LocalData tracing preferences to TracingSettings * update tests * Remove old code * Update tests * Remove submission local data (EXPOSUREAPP-5379) (#2505) * Moved submission related settings from LocalData to SubmissionSettings Made BackgroundNoise injectable Refactored some of the SubmissionSettings Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Replaced isBeforeNow in BackgroundNoisePeriodicWorker with timeStamper.nowUTC to help with testing Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixed MainActivityTest by providing SubmissionSettings as a mockk Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed all Preference keys removed from LocalData Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added migration code for SubmissionSettings to EncryptedPreferencesMigration Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Moved Instant conversion to extension function to satisfy detekt Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed lazy from dagger injection in BackgroundWorkSchedulerBase * Cleaned up TestResultDonorTest (Removed Instant.now() calls, fixed shouldBe case where Instant.now() would break the calculation) * Moved toInstantOrNull into TimeAndDateExtensions and used it in a few more places * Fixed a unit test that was added by the merge and fixed a merge diff that was resolved wrongly Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Format on commit got rid of these imports for some reason Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * EncryptedPreferencesMigration refactoring * DataReset implementation * Drop storage of active tracing time * Cleaning code * Remove TODO * Call migration earlier * Update tests * Delete PreferencesModule * Update EncryptedPreferencesMigration * Fix lint issue * Update EncryptedPreferencesHelper Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Ralf Gehrer authored
* Fix grammatical error in legal string (EXPOSUREAPP-5576) * remove trailing dot
-
Mohamed authored
* Refactoring - Add basic setup for attendee and organizer - Renaming and re-packing for already implemented screens * Rename * Add check in tab * lint * Connect scan fragment * Navigate to confirm event * Fix import * lint * Add FAB text * Update MDC version * Catch error * Animate transition * Add space * Connect check-in flow * Parse signed event * Import SingleLiveData * Add test * Clean-up * Delete ConfirmCheckInViewModel.kt * Support new deeplink host and requirements * Validate uri * Update LauncherActivityTest.kt * Renaming * Trace location times are in seconds * Delete redundants * Remove destinations from main graph those destinations are part of attendee graph now * Use hard coded string * Verify uri * Pass QRCodeVerifyResult directly * lint
-
- Mar 10, 2021
-
-
Ralf Gehrer authored
* Move strings from legal to strings.xml for translation (EXPOSUREAPP-5642) * fix typo
-
axelherbstreith authored
* added new confirmation alert * linting
-
- Mar 09, 2021
-
-
janetback authored
-
harambasicluka authored
* legal text logging - en & tr - 1 * legal text logging - en & tr - 2
-
Ralf Gehrer authored
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
* Remove date on low risk detail screen explanation (EXPOSUREAPP-5545) * fix lint
-
- Mar 08, 2021
-
-
Matthias Urhahn authored
-
chris-cwa authored
* - database, active tracing time * fixed unit test * fixed unit test * fixed instrumented tests * fixed unit test * - unused test case * removed more unused code * fixed unit test * ktlint * removed optional parameter Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com>
-
Matthias Urhahn authored
* Dialogs for DebugLog screens. * fix navigation * Address PR comments. Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Mar 05, 2021
-
-
axelherbstreith authored
* added basic layout * added strings * formatting * removed spacing * updated string usage * updated header font size * update module * added navigation * refactoring * lint * refactoring * refactoring * refactoring * Changes text to legal strings * changed id reference * Adjust layouts: Toolsbar, titles, icons * Day/Night mode and background color adjustments. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Mar 04, 2021
-
-
Ralf Gehrer authored
-
Matthias Urhahn authored
-
Alex Paulescu authored
* Added new strings. * Reverted back to old string naming for other languages. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
axelherbstreith authored
* added basic layout * updated naming of ids * added strings * added navigation * Updated navigation * linting * formatting * updated header font size * Updated string * Rename DebugLogShare to DebugLogUpload Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
AlexanderAlferov authored
-
- Mar 03, 2021
-
-
Matthias Urhahn authored
* Refactor DebugLogger * Add low storage check * Exposure state information via flow * Improve testing * Print log message via system log if low storage. * Add low storage state and cleanup logic. * LINTs * Small refactoring, group code by feature, not by layer.
-
- Mar 02, 2021
-
-
Matthias Urhahn authored
* Add log upload history screen and data storage. * LINTs ಠ_ಠ * Display timestamps with user's timezone. * Connect log upload history with UI elements on debug log fragment. (Click and to only display if not empty).
-
axelherbstreith authored
* Adapted app information entry * added privacy card * updated layout * adapted texts * added button styling, links and navigation * linting * linting * added id history section * linting * formatting * Address UA feedback. * Format layout files. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Feb 24, 2021
-
-
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>
-