- May 07, 2021
-
-
harambasicluka authored
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Natalia Lemmerth authored
-
- May 06, 2021
-
-
DerVogel2020 authored
-
- May 04, 2021
-
-
InkenTownsend authored
To change typo of Check-ins according to IOS
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 03, 2021
-
-
DerVogel2020 authored
* align error message to the one from the iOS repo * Update strings.xml Co-authored-by:
Natalia Lemmerth <83214960+NataliaLemmerth@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* default strings * added comment for explanation Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Apr 30, 2021
-
-
axelherbstreith authored
* fixed your consent legal strings * fixed no consent strings * updated no consent legal texts * updated no consent bullet points * revert changes * reverted changes * added missing lines Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 29, 2021
-
-
Chilja Gossow authored
* add strings for 0 and 1 day since installation * klint * change calculation * fix test * use get Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 28, 2021
-
-
Matthias Urhahn authored
* Incompatibility warning card on main screen * Fix lint * Fix lint further * Really fix lint * Refactor BluetoothSupport.kt to be injectable, to allow mocking. * Unit test draft. * adapt tests * tests and refactoring * tests and refactoring * screenshots * add icon * add dimen again * change text * klint Co-authored-by:
Fynn Godau <fynngodau@mailbox.org> Co-authored-by:
chilja <chiljamgossow@gmail.com>
-
- Apr 26, 2021
-
-
AlexanderAlferov authored
* Removed obsolete home screen card * Remove unused layout and strings. * Only remove german, otherwise CI and translation tool are not going to be friends. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Apr 23, 2021
-
-
BMItter authored
* Reworked invalid qr code dialog for 2.0 * clean, ktlint, detekt, sourcecheck, Cetegories, reports, Annotations imports etc. * string cleanup * version bump * huge UI change Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
- Apr 22, 2021
-
-
axelherbstreith authored
* updated bullet points * updated strings * added missing comma * updated strings * added missing comma Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com>
-
- Apr 21, 2021
-
-
harambasicluka authored
* default string update * strings...
* some strings only existed in the default strings... Co-authored-by:AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Matthias Urhahn authored
Revert "Revert "Change texts to stipulate TAN hotline for PCR tests only (EXPOSUREAPP-6585) (#2878)"" This reverts commit 523a37b3
-
Matthias Urhahn authored
This reverts commit 01c5ec80.
-
Alex Paulescu authored
* Started schnelltest result screen. * Adapting current result screens to new design. * Adjusted string and id names. * Removed separate result screen. * Added time counter layout. * Started schnelltest result screen. * Finished styling the negative rapid test result screen. * Added routing for Negative PCR result. * Submission states for RAT cards. * Supporting classes for negative antigen result fragment. * Routing for result screens. * New logic for displaying test cards on the homescreen. * Added negative result screen to SubmissionModules. * Fixed errors caused by merge and fixed binding issue. * Fixed tests and merge conflicts. * Addressed PR comments and fixed instrumentation test. * Lint check * Added navargs to instrumentation test. * Lint Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 20, 2021
-
-
janetback authored
-
Lukas Lechner authored
* Share error log instead of storing it locally * Remove remaining "store-locally" logic * Refactor DebugLogFragment.kt * Fix string descriptions * Fix DebugLogFragmentTest.kt * Update strings.xml Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 19, 2021
-
-
axelherbstreith authored
* updated layout and strings * update legal strings for different languages * adding onboarding strings & some cleanup * add legacy strings for ktlint - will be removed with next translation update Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
harambasicluka authored
-
- Apr 15, 2021
-
-
Alex Paulescu authored
* Added hotline number to TAN and Tech hotline screens. * Fix detekt * Removed test for "Call" button press since there's no more call button. * Added spacing between international number and next text line. * Updated strings and text size. * Changed TAN button to blue. * Removed blank line. Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Apr 12, 2021
-
-
axelherbstreith authored
* added basic files * updated layout * added strings * changed string naming * linting * addressed comments * updated strings
-
- 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>
-