- Jan 12, 2021
-
-
Philipp Nowak authored
Fix typo in german and english strings for finland country name (EXPOSUREAPP-4565) (closes #2069) #2072
-
- Jan 07, 2021
-
-
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>
-
- Dec 21, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: Iea5e2630f13497bbb6df391942fd53b68b084228
-
- Dec 18, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: I70cfb9c6cce63401a95cced86c626f1ce4e4363c
-
- Dec 15, 2020
-
-
Ralf Gehrer authored
* [INTERNAL] Translation delivery: commit by LX Lab (#1899) Change-Id: I783e3a674aad6bac5eb5d1b0b07648edb0cddfea * Update default translations Co-authored-by:
SAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com>
-
- Dec 14, 2020
-
-
Ralf Gehrer authored
-
- Dec 10, 2020
-
-
Ralf Gehrer authored
* Update default strings (DEV) * fix comment * fix typo * fix typo
-
SAP LX Lab Service Account authored
Change-Id: I60c89565990aaf8f701531b2aee7d2ddb8169c19 Co-authored-by:
Ralf Gehrer <ralfgehrer@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 08, 2020
-
-
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 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>
-
SAP LX Lab Service Account authored
Change-Id: I21867aae20db57dbfacedd971a767dd0ec625811
-
- Nov 30, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: Ic383ee5f17031502ba2a5b1e0a5f5f2dec23cb48 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Nov 26, 2020
-
-
Chilja Gossow authored
* create fragment, viewmodel, layout * remove info fragment * clean up * navigation change * navigate to data privacy review comments * move text to legal_strings.xml test code * legal_strings.xml * remove lifecycle assignment as it is redundant
-
- Nov 25, 2020
-
-
Alex Paulescu authored
* Removed traces of grey risk card. * Removed UNKNOWN_RISK_INITIAL constant. * Removed unused method. * Removed old comments. * Introduce risklevel calculation failure state to get consistent card states. * Cleaned up the risk card states. Refactored "RiskLevel" to be calculated based on either result or failure reasons. Added the new "no internet" error card. * Updated color states. * Fixed card color issues. * Fixed detekt issues. * Remove test for deleted file. * Fix test regressions. * Fixed tests and LINTs. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Ralf Gehrer authored
* [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I87af5066f13b8b4ca0c120cc19f5b48e0f2f05b5 * Update default translations Co-authored-by:
service-tip-git <tmsatsls+github.com_service-tip-git@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Persist ExposureWindow based risk level calculation results and update the UI (EXPOSUREAPP-3910,EXPOSUREAPP-3855) (#1705) * First draft to refactor `RiskRepository` away and persist risk level results produced by ExposureWindow calculations. TODO: Tests, Legacy data migration, Persist ExposureWindow's in tester builds. * Unit tests for refactored classes. * LINTs * First draft for legacy risk data migration. TODO: Tests. * Store exposure windows on device for tester builds and perform clean on them too after risk result deletions. Split RiskResultStorage such that the exposure window storage code is only available in deviceForTesters flavor builds. * simplification * no preference should return no value * Remove TODOs, singletons are refactored away ;) * Simplify RiskLevelTask interface * Split risk level storage implementations to let production (device flavor) have a NOOP for storing/deleting exposure windows. * Remove unused storage function. Add test skeletons. * unit test * unit test * Update risk card to show new window mode based information. * Fix test regressions. * Address PR comments. * LINTs * Everybody get's LINT for XMAS. * Finish unit tests and remove unused classes. Co-authored-by:
chris-cwa <chris.cwa.sap@gmail.com>
-
- Nov 24, 2020
-
-
Oliver Zimmerman authored
* Dispatcher layout changes * String changes and removal for translation * Changes to align with translation process - whoops * Changes as requested by Janet - previous string too long for title * Adjusted margin of last card to remain consistent with the rest. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Nov 20, 2020
-
-
chris-cwa authored
* updated test api fragment to display exposure windows * do not show dummy text on device * removed it
-
- Nov 19, 2020
-
-
Matthias Urhahn authored
-
- Nov 18, 2020
-
-
chris-cwa authored
* activate WindowExposure mode * extirpated tokens! * detekt, ktlint * fixed tests * - v1 methods * - get v1 exposure summary * - fixme * updated exposure summary repo * Adding mock dependencies that are required to instantiate the worker factories in our binding test. * Added numberOfDaysWithHighRisk and numberOfDaysWithLowRisk according to new tech spec * Transformed minimumDistinctEncountersForRisk and mostRecentDateForRisk into extension fun * make sure list of windows and aggregated result belong together * sending values for current UI * fixed ktlint * renamed ExposureResultStore * fixed tests Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
BMItter <berndus@gmx.de>
-
- Nov 13, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: I64e8b3a17346d3e14e3c7306c89100633afc104e Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Oct 29, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: Icbc05a9bc4c2d638335e918ece24bf772769b4c0
-
- Oct 28, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: Ie90db444d051c7d37eadfbe1f1e1e5205804eab1 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Oct 27, 2020
-
-
Matthias Urhahn authored
* Two new progress states for the risk card+details. * Add unit tests for new card states. * Flatten UI of risk card to improve layouting performance on slow devices. * Remove stale strings from other translations. * UX wants the ... ¯\_(ツ)_/¯ Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Oct 19, 2020
-
-
Matthias Urhahn authored
* Introduced `TracingCardState` and `TracingDetailsState`. Removed all direct viewmodel/livedata access from all nested layouts for `TracingViewModel`. Removed `FormatterRiskHelper`. Introduced logic to reactively update the UI state if bluetooth, location or tracing state changes. TODO: * Finish tests in TracingCardStateTest.kt and TracingDetailsStateTest.kt * Finish TracingDetailsViewModel.kt and TracingCardViewModel.kt * Remove obsolete dependencies on TracingViewModel.kt and singletons RiskLevelRepository.kt, TracingRepository.kt * Breakthrough, cards update again. * Further cleanup of TracingViewModel.kt, TracingRepository.kt Still not quite there yet, too many calls going into every direction, back and forth, instead of just top->down, but we are getting there. We want data flow from business logic code to the UI, keep the UI KISS. * Update TracingCardState tests to account for changes * More refactoring, TracingViewModel.kt is now finally gone. * Fix risk details card, we reuse the cardviewmodel but need to overwrite the `showDetails` flag depending from where it's used. * Refactored several properties (notification related) out of SettingsViewModel/Repository * Fix injection * Refactoring submission related databinding code on the home fragment * Make TracingRepository.kt injectable and change viewmodel scoping for refresh calls to app scope. * Remove additional formatter calls from submission cards on home screen. * Refactored additional SubmissionViewModel logic into SubmissionRepository on the Homescreen. First UI Test is now passing. Simplified ViewModel instantiation related code. Prepared HomeFragment for smoother UI state changes, less reloading. * Improved home,tracing-details and tracing-settings loading behavior, less flickering. Fixed LiveData value assignment on background-thread. * New reactive provider for Bluetooth and Location status. Cleaned up ConnectivityHelper.kt partially. * Implement remaining tests, batch 1. * Implement remaining tests, batch 2. * Fix lint issues. * Removed a few codesmells and code duplication. Introduced Flow.shareLatest(...) * Removed unused parameters. * LINT fixes. * Fix unit test failing due to missing mocks. * Address PR comments. * Improve UI loading states, remove flickering. * Remove log spam due to polling values, add extra abort condition that checks for cancellation. Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
- Oct 15, 2020
-
-
Matthias Urhahn authored
* Switch 3 to 24 hour mode * Fix incorrect toast message. * Create `TestSettings` class. * Adjust test to handle 24 hour mode. * Adjust test to check for day rollover in hourly keypkg mode. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Oct 14, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: I8b57bb84aec201da9e8436a4b8a14f3641841834
-
- Oct 13, 2020
-
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: I23a6da75a253551a0dca44e170d30c706ff6ddad Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Oct 07, 2020
-
-
Ralf Gehrer authored
* Text change: 9002 Error Recovery Notice (EXPOSUREAPP-3106) * Fix link language (EXPOSUREAPP-3106)
-
- Oct 06, 2020
-
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: Iec85e5050308dccc9c419e63a213851266381012 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Oct 05, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: Id1d06b26894c6be68ff1bb265fc73899969045cf Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
Translation of legal strings to EN/TR (EXPOSUREAPP-2919, EXPOSUREAPP-2931, EXPOSUREAPP-2938, EXPOSUREAPP-2942) (#1313) * en/tr translation delivery * fixed wrong implementation regrading user consent in warn others * update strings Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Oct 02, 2020
-
-
Ralf Gehrer authored
* [INTERNAL] Translation delivery: commit by LX Lab (#1296) Change-Id: Ic1777f41c4667ffe4057f87dfb2d1415036688ba Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> * Update default strings * Update Link language tag * Fix missing IDs * re-add placeholder * re-add placeholder Co-authored-by:
SAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Remove code duplication between different flavors. Remove extra MainFragment and NavGraph. Introduce TestMenu indirection Add logic for splitting test code up into extra fragments. * Style list items a bit :) * fix lints * Detekt *hug* * We can only show the menu entry if we are actually on the right flavor, otherwise, in deviceDebug, we would not have access to the right resources. * Address PR comments * Fix wrong XML namespace.
-
- Sep 29, 2020
-
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: I198b60dfc466c636a90644815e36f03aba51e7ab
-