- Jun 08, 2020
-
-
Thomas Klingbeil authored
This reverts commit 8577f8d4.
-
- Jun 07, 2020
-
-
Fabian-K authored
* - ask for confirmation before removing a test from the app * - fix wrong number "(0)" when calling via submission contact fragment * - remove old string from translations
-
Thomas Klingbeil authored
* Change teleTAN from 7 to 10 characters # Conflicts: # Corona-Warn-App/src/main/res/values/dimens.xml * adjust TAN input to updated design # Conflicts: # Corona-Warn-App/src/main/res/values/dimens.xml * move TAN to upper case centrally * styling of filled/empty TAN input spaces * replace gradient at TAN entry with solid shape * fix TAN input dash style * add teleTAN input validation * ensure valid characters are entered * block further input if character is invalid * mark invalid characters accordingly * show error message if character is invalid * calculate checksum * show error and prevent the user from clicking „next“ if checksum is invalid * code formatting * Add include to TAN fragment * Update teleTAN entry info text * remove code smells * Change detection of valid characters in TAN to whitelist * add tests for TanHelper * add tests for SubmissionTanViewModel Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Jakob Möller authored
* [INTERNAL] Translation delivery: commit by LX Lab Change-Id: Ic0905f66e03544c549ee6bf0edde3707c528215c * Translation branch update (#127) * Implement submission done fragment (#20) * Added submission done fragment (currently dangling in nav graph) * fixed leftover javadoc * Moved QR code scan and registration fragment to submission package (#21) * Dependency Updates and Gradle Fixes (#34) * Bump up Gradle to 4.0.0 / 6.1.1 * Bump up NDK * Bump Up SQLite * adapt circle config * Fix #23: Typo in onboarding screen (#31) Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * Submission UI Additions (#25) * Moved camera permission check to dispatcher fragment * Added illustrations for test result screen * Updated result fragment to match new design * Added constraints to status card * Integrated submission result positive other warning fragment in ui flow * Added submission done fragment to nav graph Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added ability to dialog helper to create dialog without negative button * Switched from AlertDialog.Builder to DIalogHelper * Enable diagnosis key upload to backend (#35) * Moved camera permission check to dispatcher fragment * Added illustrations for test result screen * Updated result fragment to match new design * Added constraints to status card * Integrated submission result positive other warning fragment in ui flow * add TAN fetching to the key submission transaction * remove unneeded function * Fix log message for fetching TAN * Added submission done fragment to nav graph Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added ability to dialog helper to create dialog without negative button * Switched from AlertDialog.Builder to DIalogHelper * use actual TAN (authCode) for key submission set the TAN in the corresponding header field fixes #8 * request permission to retrieve diagnosis keys * permission needs to be requested again after dialog has been presented to the users * trigger transaction to retrieve TAN and upload keys Co-authored-by:
Kolya Opahle <k.opahle@sap.com> * Removed ExposureNotificationIntentService, the functionality is handled by NotificationHelper (#40) * Fixing tele tan registration (#45) * Fixed teleTAN based device registration Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * allowed excluded tan chars for testing Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Revert "allowed excluded tan chars for testing" This reverts commit 253ede4ea9c8ba2b5e6dd324680eed0f8f7e74c1. * Release/0.5.5 (#48) * Release/0.5.5 * Hotfix for resetting Gradle Version (internal pipeline confirmation) (#52) * Gradle Reset to 0.5.4 (#53) * Release/0.5.5 (#48) * Hotfix for resetting Gradle Version (internal pipeline confirmation) (#52) * Minify and Shrink Disabled (#56) * Release/0.5.5 * Gradle Reset to 0.5.4 (#53) * Release/0.5.5 (#48) * Hotfix for resetting Gradle Version (internal pipeline confirmation) (#52) * Disable minify / shrink * Dont obfuscate * 0.5.6 * Update known issues and fixing typo in readme (#44) * added strings wip to known issues * updated readme Co-authored-by:
Muschko <marc.muschko@sap.com> * Updated strings, introduced more details on app-information screens (#88) * updated strings for risk card and risk card details; plural strings are todo when finalized * updated more strings on main / details * added comments * added strings for information about, information technical hotline; changed technical hotline layout * removed hotline test icon * fixed build issues * Cleanup pull_request_template.md (#54) * Update pull_request_template.md * Removed Link to Contribution Guidelines (added by Github on the right hand side, anyhow) * Removed Link to issue #41 from title example (this has been linked quite a lot...) * 0.5.6 * Fix typo Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com> * Add Support for lower case characters in the teleTAN screen (#66) * added support for lower case input in teleTan fragment Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed notice of case insensitivity from temporary strings.xml Signed-off-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> * Correct typos in architecture overview (#67) Co-authored-by:
marcmuschko <marc.muschko@sap.com> * Bluetooth & connection card (#97) * introduced settings navigation helper * added connection and bluetooth stati to main and tracing settings * moved strings * removed unnecessary backgroundTint Co-authored-by:
marcmuschko <marc.muschko@sap.com> * Fix typo in class documentation (#71) * 0.5.6 * fix typo Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com> * spelling fixes (#87) * 0.5.6 * spelling fixes Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
klemens <ka7@github.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com> * Moves creation of notification channel to app startup (#32) Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * Tracing start/stop fix due to missing handling inside tracing (#99) Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * Switch the DB Password to use the KeyStore MasterKey (#98) Signed-off-by:
d067928 <jakob.moeller@sap.com> * Shared prefs ktx shorthand (#38) * closes #33 * Add Commit Flag to ensure synchronous consistent Updates to Disk Signed-off-by:
d067928 <jakob.moeller@sap.com> * Add persistance of timestamp and whether user is allowed to submit keys (#74) * Store timestamp of receiving registration token * also reset this timestamp when deleting the registration token * use correct timestamp for display of test time * replace tracing activation time by test result reception time * rename TAN request to match context * set isAllowedToSubmitDiagnosisKeys properly Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * set "enabled" for include_settings_switch_row in notifications settings, fixes wrong binding and removed clickable rows (#101) Co-authored-by:
marcmuschko <marc.muschko@sap.com> * fix #82 (#94) * fix #82 Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * Add ShareHelper (#85) * Add ShareHelper * Use ShareHelper in MainShareFragment * Replace the current exposure status with a positive result card when test result is positive (#79) * Made submission status card style more cross device friendly Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added the positive result submission status card Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * lint fix * Updated main fragment documentation * Added icon for sharing risk status Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Updated positive result home screen card text and icons Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added loading indicator to test result fragment (#100) Co-authored-by:
marcmuschko <marc.muschko@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> * Adjusted onboarding flow, adjusted contribution file, small fixes in settings (#106) * changed permission dialog logic for onboarding tracing fragment and onboarding notification fragment * adjusted contributing file * added settings notification handling to display value in settings overview * fixed app crash during bluetooth settings navigation * corrected wrong value from view model in tracing settings text * Submission Contact Fragment & StepView Custom View (#102) * - submission-contact fragment added - StepEntry custom view added to unify various step entry views - SimpleStepEntry as a simple implementation of a StepEntry with title and text added * - apply naming conventions for ids - use CallHelper to trigger a call - access views using kotlinx.android.synthetic Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> * Notifications when risk value has changed between low and high. (#76) * Notifications when risk value has changed between low and high. * Notifications when risk value has changed between low and high. Fixed wildcard imports. * Fixed formatting, ktlint issue. * app foreground/background checking. Notifications are not sent when app is in background * update comments * initialize foreground flag as false(valid for background threads before ui starts) * comments * included UNDERTERMINED as a low, for initialisation * fixed icon * fixed tests Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * added onboarding strings (#109) * disable colored output for ktlint (#105) Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * Limit number of keys to be uploaded to server (#107) * limit the number of keys to be uploaded to 14 * fix spaces Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> * Fix white space, informal language and spelling of Docker in Readme (#78) * 0.5.6 * Fix spelling gonna and docker * Add missing "to" Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com> * Update build.gradle (#111) * Build.Gradle Conflict Resolving (0.8.0) (#112) * Minify and proguard fix (#113) Commented out -dontobfuscate * Circle progress bar (#96) * circle progress bar impl * ktlint format * added new ui * added circle to contact tracing without binding * added binding and final icon * added circle progress to risk card * added comments * changed default value for disableText * adapted views order to designs * removed testing value Co-authored-by:
Kirill <kirill.sergeev@sap.com> * TracingStatusHelper unit test (#114) * TracingStatusHelper unit test * removed duplicate * Prevent screenshot of the app for all activities (#108) * Prevent screenshot of the app for all activities * fix ktlint * code smell fix Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> * Feature: Bluetooth callback (#115) * bluetooth callback added * bound bluetooth callback to the ui Co-authored-by:
Kirill <kirill.sergeev@sap.com> * Added main overview page to main menu (#120) * added overview fragment baseline * main overview draft version completed with build fixes * checked some final strings again * Fixed screen orientation to portrait (#121) * added restriction to portrait and reversed portrait orientation only * suppress SourceLockedOrientationActivity lint error * changed local config that a high match can be generated via QR code, integrated it with the UI (#125) * Feature: Translation preparation (#126) * renamed old strings and reordered * app information strings translation tags * updated translation tags for long texts * added translation comments to strings * fixed naming error * removed empty comment Co-authored-by:
Muschko <marc.muschko@sap.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
Michael Keppler <bananeweizen@gmx.de> Co-authored-by:
Thomas Klingbeil <64434904+tklingbeil@users.noreply.github.com> Co-authored-by:
Hee Tatt Ooi <64406309+HeeTattSap@users.noreply.github.com> Co-authored-by:
Muschko <marc.muschko@sap.com> Co-authored-by:
Thomas Kowark <thomas.kowark@sap.com> Co-authored-by:
Robert Scheck <robert-scheck@users.noreply.github.com> Co-authored-by:
Volkmar Vogel <volkmar@vogel.app> Co-authored-by:
ka7 <ka7@la-evento.com> Co-authored-by:
klemens <ka7@github.com> Co-authored-by:
Tim Brüggenthies <tim.brueggenthies@outlook.de> Co-authored-by:
mseele <mseele@gmail.com> Co-authored-by:
Janik Steegmüller <janik.steegmueller@gmail.com> Co-authored-by:
Fabian-K <fabian.kajzar@sap.com> Co-authored-by:
Hee Tatt Ooi <hee.tatt.ooi@sap.com> Co-authored-by:
Matthias Küch <mail@matthias-kuech.de> Co-authored-by:
oemerb <66002424+oemerb@users.noreply.github.com> Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com> Co-authored-by:
Kirill <kirill.sergeev@sap.com> Co-authored-by:
Philipp Woessner <64482866+pwoessner@users.noreply.github.com> * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: Ic0905f66e03544c549ee6bf0edde3707c528215c * Remove values-2Q Signed-off-by:
d067928 <jakob.moeller@sap.com> * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: Idf52dece137fdc6e314ed752a8ef6b79b08683b0 * deleted 2Q * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I63afce1d7307c912b034728d8b78d437974f818d * excluded translation from lint for dev * fixed quickBuild errors Co-authored-by:
service-tip-git <tmsatsls@gmail.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Michael Keppler <bananeweizen@gmx.de> Co-authored-by:
Thomas Klingbeil <64434904+tklingbeil@users.noreply.github.com> Co-authored-by:
Hee Tatt Ooi <64406309+HeeTattSap@users.noreply.github.com> Co-authored-by:
Muschko <marc.muschko@sap.com> Co-authored-by:
Thomas Kowark <thomas.kowark@sap.com> Co-authored-by:
Robert Scheck <robert-scheck@users.noreply.github.com> Co-authored-by:
Volkmar Vogel <volkmar@vogel.app> Co-authored-by:
ka7 <ka7@la-evento.com> Co-authored-by:
klemens <ka7@github.com> Co-authored-by:
Tim Brüggenthies <tim.brueggenthies@outlook.de> Co-authored-by:
mseele <mseele@gmail.com> Co-authored-by:
Janik Steegmüller <janik.steegmueller@gmail.com> Co-authored-by:
Fabian-K <fabian.kajzar@sap.com> Co-authored-by:
Hee Tatt Ooi <hee.tatt.ooi@sap.com> Co-authored-by:
Matthias Küch <mail@matthias-kuech.de> Co-authored-by:
oemerb <66002424+oemerb@users.noreply.github.com> Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com> Co-authored-by:
Kirill <kirill.sergeev@sap.com> Co-authored-by:
Philipp Woessner <64482866+pwoessner@users.noreply.github.com> Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
Hee Tatt Ooi authored
-
marcmuschko authored
* information legal layout * fixed layout in information privacy and information technical * updated terms of use string in app information * changed button title in tracing * removed unused element in row include, changed variable name to convention * notification translation tags * removed link references in terms of use, data protection and third party notices * reset tracing activation during onboarding back navigation * small bugfix in onboarding back tracing timestamp * added consent information to onboarding tracing screen * moved tracing reset in onboarding to tracing fragment; tracing is always reset when tracing screen is entered * removed http usage in strings * settings consent dialog for first time tracing activation * merged dev
-
harambasicluka authored
* replaced custom header with toolbar * removed fadingScrollView * toolbar * excluded translation from lint for dev * main header * fixed id * icon fix * added navigation to risk details
-
Hee Tatt Ooi authored
* Text for auto update * fix condition
-
Oliver Zimmerman authored
* Added text descriptions for images related to Other Warning and Submission Done screen -Added required image description string text to strings.xml -Edited requred fragments and includes layouts to provide image description strings * Update include_information_details_header.xml Fixed incorrectly named variable * Submission introduction illustration text added Submission introduction illustration text added * Update strings.xml Added more finalized strings. * merge conflict resolution * Update strings.xml minor linebreak and space change Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
marcmuschko authored
* illustrations prepare for dark mode * removed unused ressource * dark mode illustrations submission flow * removed legacy fragment * assets updated * data privacy onboarding text * illustration icons submission * fixed privacy illustration * behavior icons * fixed main light mode illustrations for submission
-
- Jun 06, 2020
-
-
Fabian-K authored
* - impressum updated - privacy statement updated * - fix indentation/formatting for strings.xml * - "Rechtliche Hinweise" updated * - lint fix
Co-authored-by:harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com>
-
Hee Tatt Ooi authored
* auto update app - work in progress * work in progress * WIP added autoupdate gp trigger * auto update app - work in progress * fixed ktlin Co-authored-by:
Philipp Woessner <philipp.woessner@sap.com>
-
Fabian-K authored
- update declaration of consent for test registration - update declaration of consent for upload of diagnosis keys
-
Fabian-K authored
* - unused SubmissionSuccessDialogFragment.kt removed * - remove merge_guidelines_common.xml - fragment_submission_test_result.xml scrolling behavior * - submission flow text styles replaced - submission positive result card updated * - submission status cards updated * - remove old text styles - lint error fixed
-
Fabian-K authored
* submission: - refactor test result card - format date respecting device locale * submission: status card content refactoring * lint max line length fixed Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jun 05, 2020
-
-
Jakob Möller authored
* Background work improved * Allow background data usage checks
-
Thomas Klingbeil authored
This reverts commit b31fd1d8. Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Philipp Woessner authored
* added timestamp when onboarding was completed * added last successfully calculated risk level, refactored RiskLevelRepository Co-authored-by:
marcmuschko <marc.muschko@sap.com>
-
Kolya Opahle authored
* Added the TestAlreadyPairedException to the web request builder * Added specific exceptions to all submission web requests * Moved setting activity of DialogHelper to show call * Re added the requestIDS to all listeners for later use * Added Exception live data to view model * Added error dialogs to RegisterDeviceFragment screen * Added null check to networkResponse in VolleyError * Added error dialogs to SubmissionTestResultFragment screen * Fixed wrong view model call * Added error dialogs to SubmissionResultPositiveOtherWarningFragment * Added missing imports * Revert "Added specific exceptions to all submission web requests" This reverts commit 88d9027e24dd8b8c0baae7478c15cb23af403a0f. * Revert "Added the TestAlreadyPairedException to the web request builder" This reverts commit a4fb8272d89dd1e508a50002827fbc0dc7d86919. * added specific error handing to services * Switched error handlers to retrofit * Extracted status code numbers to constants * Added final strings for http error handling
-
Thomas Klingbeil authored
-
Jakob Möller authored
* Adapt Google Calls for Batch Size 1 Signed-off-by:
d067928 <jakob.moeller@sap.com> * Adapt CachedKeyFileHolder.kt to allow Testing Scenarios and switch to Daily Fetching Only Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
Fabian-K authored
* color definitions from design spec added (day & night) * common: - adjust style of button & buttonPrimary - adjust style of textTitle - adjust style of textMultiline submission intro: - simplify the layout - change headline style * Changes to TAN contact page Added operating hours and changed style/string values slightly. * submission dispatcher fragment - style update - text typo fixed * updated test result illustrations updated test result illustrations, changed button colour * Update strings.xml slight text change to match style * submission warn others: - scrolling behavior fixed - style updated - illustration replaced * submission done fragment: - style updated - first behavior row exchanged * submission done fragment: illustration content description * submission tan fragment: style updated * replace colorGreen & colorRed with semantic colors * - unused color removed - colorRiskCardIncreasedRisk and colorRiskCardLowRisk referencing semantic colors * submission status cards style update * emphasized button text color in dark mode adjusted Co-authored-by:
Oliver Zimmerman <oezimmerman@gmail.com>
-
Oliver Zimmerman authored
* Added text descriptions for images related to Other Warning and Submission Done screen -Added required image description string text to strings.xml -Edited requred fragments and includes layouts to provide image description strings * Update include_information_details_header.xml Fixed incorrectly named variable
-
- Jun 04, 2020
-
-
harambasicluka authored
* settings polish and added final strings * added illustration descriptions
-
Philipp Woessner authored
* changed local config that a high match can be generated via QR code, integrated it with the UI * added the minRiskScore parameter to the ExposureConfiguration * moved the persistence of the exposure summary in a dedicated worker to ensure execution * added new backend app config and custom risk score calculation * fixed static code checks and refactoring * deleted possibility to customise app config in the tests * added test fragment for risk level calculation * static code check fixes * refactored risk level calculation and added tests * added exception if calculated risk score is above the max of the high risk score class
-
Fabian-K authored
* teletan - update texts to match lower and upper case - remove similar character exclusion - filter spaces and non-alpha numeric characters * qr code scan: update required pattern * qr code: refactor GUID parsing
-
harambasicluka authored
-
marcmuschko authored
* added translatable website for FAQ and technical contact * final strings for main overview added * added spacing to scroll views to bottom buttons / guidelines * restrucured app information menu order * fixed missing text in app information, added divider to contact page * text style adjustment onboarding * text style adjustment app information menu and main overview risk list
-
Oliver Zimmerman authored
* Submission string changes. -Submission string changes. Strings marked final are finalized. -Changed the string value of submission done fragment. * Update submission done layout to match new strings added title which was missing * Correction to some of the provided strings. Updated strings as requested. * Update strings.xml merge conflict resolution * Update strings.xml * Update strings.xml -removed "<!-- final -->" comments causing issue with translation -added relevant comments for some strings * Update strings.xml Added all the tagged comments after removal of 'final' comments in relation to submission flow.
-
Jakob Möller authored
* Setup Sonar Signed-off-by:
d067928 <jakob.moeller@sap.com> * Error Reporting through Dialog Signed-off-by:
d067928 <jakob.moeller@sap.com> * Setup Generic Error Dialog Signed-off-by:
d067928 <jakob.moeller@sap.com> * Setup Generic Error Dialog Signed-off-by:
d067928 <jakob.moeller@sap.com> * Lints Signed-off-by:
d067928 <jakob.moeller@sap.com> * Correct Strings to german Signed-off-by:
d067928 <jakob.moeller@sap.com> * Finalize Error Dialog Handling Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
harambasicluka authored
* plurals to string.xml * added plural strings * adapted formatters
-
- Jun 03, 2020
-
-
harambasicluka authored
* rechecked some strings, added translation tags, completion check * shared pref comments - not translatable * removed unused "m_" from preferences * menu items * comments for risk details and test fragment * more comments Co-authored-by:
Muschko <marc.muschko@sap.com>
-
oemerb authored
* Require tracing for upload (#137) * submission: require tracing enabled when navigating from "Test Result" via "Weiter" * submission: require tracing enabled when navigating from "Andere warnen" via "Weiter" * fix required formatting of SubmissionViewModel.kt * remove isTracingEnabled from SubmissionViewModel.kt and instead include TracingViewModel into fragments to match remaining repository * Circle Hotfix For Build (#142) Signed-off-by:
d067928 <jakob.moeller@sap.com> Co-authored-by:
Fabian-K <fabian.kajzar@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Fabian-K authored
* submission: require tracing enabled when navigating from "Test Result" via "Weiter" * submission: require tracing enabled when navigating from "Andere warnen" via "Weiter" * fix required formatting of SubmissionViewModel.kt * remove isTracingEnabled from SubmissionViewModel.kt and instead include TracingViewModel into fragments to match remaining repository
-
marcmuschko authored
* settings reset further information * build fixes * changed stale risk no data in formatters to fit new style * removed settings header and replaced it with information details header (naming to be refactored) * removed unused ressource * added circle icon for main overview * included main overview colored risk icons and build issue fixes
-
harambasicluka authored
Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Fabian-K authored
- allow non-cancelable dialogs (defaulting to true) - move camera permission dialog to SubmissionQRCodeScanFragment.kt - remove extra dialog for camera permission denied Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Oliver Zimmerman authored
* Submission string changes. -Submission string changes. Strings marked final are finalized. -Changed the string value of submission done fragment. * Update submission done layout to match new strings added title which was missing * Correction to some of the provided strings. Updated strings as requested. * Update strings.xml merge conflict resolution * Update strings.xml
-
harambasicluka authored
* renamed old strings and reordered * app information strings translation tags * updated translation tags for long texts * added translation comments to strings * fixed naming error * removed empty comment Co-authored-by:
Muschko <marc.muschko@sap.com>
-
marcmuschko authored
* added overview fragment baseline * main overview draft version completed with build fixes * checked some final strings again
-