- Jan 22, 2021
-
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Jan 21, 2021
-
-
Mohamed Metwalli authored
* Remove +49 from hotline numbers and adjust instructions about it * Adjust EN texts * Adjust step1 accessibility text
-
Mohamed Metwalli authored
* Remove unknown risk item from overview screen * Use date instead of days * Introduce a new string Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Jan 20, 2021
-
-
janetback authored
-
- Jan 14, 2021
-
-
janetback authored
* Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Jan 13, 2021
-
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Jan 12, 2021
-
-
janetback authored
* Update strings.xml * Update legal_strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Philipp Nowak authored
Fix typo in german and english strings for finland country name (EXPOSUREAPP-4565) (closes #2069) #2072
-
- Jan 07, 2021
-
-
Matthias Urhahn authored
-
Oliver Zimmerman authored
No illustration description for image on Background Priority settings screen (EXPOSUREAPP-4097) (#2031) * added getter for illustration description in BackgroundPriorityState * Added new string to other string files * Removed unnecessary string entries * Added actual string values. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Initial draft for user accessible debug logs in production. TODO: Sharing, Tests, Cleanup FileLoggerTree? * Ready strings for translation. * Log file compression for sharing (zip). * Add log sharing * Change how DebugLogger is initialized to make sure we can record issues that happen very early in the apps lifecycle. * Add missing toolbar back arrow navigation. * Fix initial delay for ui state emissions. * Censor registration token. * Adjust warning regarding sensitive data in debug logs. * Use property injection instead of component getters. * Hide option until greenlit. * Add test for RegistrationTokenCensor * Unit tests. * Make unit test without triggerfile more specific. * LINTs * Fix missing injection provider in release mode. * Fix regtoken censor if condition. * Fix typos. * Remove empty manifest specific to deviceForTesters build. * Wait until log job is canceled before deleting log files. Otherwise a race condition could lead to file creation after job cancellation. * Replace runBlockingTest with runBlocking we don't need scheduler control and runBlockingTest is sometimes unreliable. * Refactor FileSharing to use compat builder from androidx. * Handle exceptions on debug log start() * Print device infos when log is started. * Text changes requested by UA Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
- Dec 28, 2020
-
-
Matthias Urhahn authored
* Fix deadman notification text not being expandable and clean up code. * Further notification code cleanup. * Use core-ktx extension to access system services Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Dec 23, 2020
-
-
Matthias Urhahn authored
* Let the AppConfig validity check use absolute values, to support device time check behavior. * Add mapping for "disable-device-time-check" to app config. * Show popup dialog if the device time is invalid. * Remove extra retrofit cache (use only LocalAppConfigSource.kt) * Exposure device time check * Reset user acknowledgement * LINTs * Add test menu option to disable device time check via affecting the config mapping. * Download, but don't submit keys if device time is incorrect. Abort risk level calculation if time is incorrect. * Due to multiple properties in ConfigData affecting `isDeviceTimeCorrect`, make it a body property and don't allow overriding via constructor. * Add unit test for test settings affecting the device config only in tester builds. * Show notification regarding incorrect time when device is in the background. * Fix test regressions and add additional test cases for download and risk task abort conditions on incorrect device time. * Fix merge regressions. * Add time unit to log statement. * Fix incorrect time dialog showing in a loop when entering leaving the home screen. * Remove unused code path for clear(). * Print additional timestamps to help debugging efforts in the future.
-
- Dec 17, 2020
-
-
Ralf Gehrer authored
-
- Dec 16, 2020
-
-
Ralf Gehrer authored
* All strings for the contact journal (EXPOSUREAPP-4303) * add line break * add changes on Thank you screen
-
janetback authored
-
Oliver Zimmerman authored
* Moved legal and privacy related strings to correct legal strings file/s. * Changes to thank you screen text as provided in Figma * Move one legal information string back to contact diary strings as it is not in gray box * Added default legal string values as provided in the ticket
-
- Dec 15, 2020
-
-
axelherbstreith authored
* Added basic layout * Added translation support * Added darkmode images * Included dimens in layout * Added navigation to onboarding fragment * Changed AndroidManifest to support new contact diary activity * Updated translation files * Added missing image Updated text styling Changed layout naming * Added back navigation * Updated layout * Added direct link to privacy information * repair PR commit * Changed back navigation * repair * Changed information text * Fixed typo in module * updated strings * Aligned back navigation * Changed margins Remove unused back navigation functionality * Added missing dimens * Added missing dimens Added updated icons Added final layout Updated strings Updated viewmodel removed unused code * Moved contact diary strings * Moved strings Added line breaks added dimens to dividers Co-authored-by:
BMItter <berndus@gmx.de>
-
- Dec 10, 2020
-
-
Rituraj Sambherao authored
* string fixes * string paragraphs and changes * String changes * Update strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com>
-
fynngodau authored
* Deduplicate technical.html #1757 * Format technical.html Add br tags where necessary and reduce confusion by adding a horizontal ruler in front of where the license texts start. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Dec 09, 2020
-
-
Kolya Opahle authored
* Added calls to LocalData.isTestResultNotificationSent to test removal sites Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed some now unused properties from LocalData Moved test removal to SubmissionRepository Fixed tests to work with new test removal Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed unused strings from the de-strings.xml Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Alex Paulescu authored
-
- Dec 08, 2020
-
-
Oliver Zimmerman authored
-
Oliver Zimmerman authored
* Removed SubmissionIntroFragment which is now unused. Also removed its unnecessary usages * Remove unused strings. * Removed includes * Added back required string. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Dec 07, 2020
-
-
chris-cwa authored
* fixed: fields without values are visible; + logs * detect version update, force recalc on 1.7 -> 1.8 * detect version update in diagnosis keys task only * no connection type ignoring * Add test to ensure that parsing old configs from 1.7.x fails and the default fallback for 1.8.x is used. * Fix logging typo. * no wasLastDetectionPerformedRecently abort on app update * Fix lint issues * fixed condition * used shared settings * get last encounter at from enf v1 to display second line after app update while risk level calc is not finished * fixed di * fixed tests * fixed tests * fixed tests * Add unit tests for DownloadDiagnosisKeysTask.kt * fixed tests * Add tests for DownloadDiagnosisKeysSettingsTest Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Dec 04, 2020
-
-
Oliver Zimmerman authored
* Requested text changes to negative test result. Added additional bullet point. * removed duplicate text * Lowercase 'n' on negativ, as requested by translation team. Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> * Remove duplicate for the rest of the languages... Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Oliver Zimmerman authored
-
- Dec 03, 2020
-
-
Matthias Urhahn authored
* Submission upload, first draft. Storing Symptoms and TEKs. TODO: * Change upload task to use stored data. * Blocking upload task * Tests * Update symptoms on each screen. Integrate permission request and automatic TEK history update. TODO: * Cancel dialog * Blocking upload task * Tests * Add submission on cancel behavior. * LINTs and unit tests. * Hooking up navigation and first break through on TAN based submission. * Hook up navigation for QR Code to test result without consent. * Fix positive result consent given submission: Abort to Main Screen * Restore default environment. * Adjust notification target fragment. * Address LINTs * Clean up symptoms introduction nav actions. * Fix tests
-
Oliver Zimmerman authored
-
Oliver Zimmerman authored
-
- Dec 02, 2020
-
-
Rituraj Sambherao authored
* missing german string added in illustration and Submission Keys Fragment * Submission Test Result Illustration updated * double quotes updated Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
* Updated test result pending steps and simple step entry custom view * Switch to findViewById * Bottom padding added Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Rituraj Sambherao authored
* Submission Flow no consent given strings * Submission Flow no consent given legal strings * default strings adjusted * '.' added at the end Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Chilja Gossow authored
New texts for the dialog requesting consent for key submission/warning others(EXPOSUREAPP-3979) #1790
-
harambasicluka authored
-