- Apr 16, 2021
-
-
fynngodau authored
* Use vector drawables support library * Pregenerate CWA logo for splash screen This fixes a crash on Android Marshmellow caused by the platform not natively wanting to render this logo. The vector drawable library cannot be used here AFAIK. * Use app:srcCompat instead of android:src For Android 6 compatiblity: causes the device to use the support library for generating vector drawables. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Mike McCready authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* Use user time zone instead of utc for days * Update dates at midnight Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Refactoring. Move VerificationServer to `coronatest` package. Rename `TestResult` to `CoronaTestResult` and add new states. * CoronaTestRepository, draft2. More structure, modularise creation. Wire up HotDataFlow. * CoronaTestRepository, draft3. Test specific logic delegation to processor modules. Wire up legacy migration. * CoronaTestRepository, draft4. Test result polling & DataReset. * CoronaTestRepository, draft5. More migration logic. * Revert default env change. * Flesh out test storage further. * Extend test data with additional attributes, further move migration along. * Handle setting items as "being processed" when polling for test results. * Make SubmissionState test specific and remove SubmissionStateProvider.kt in favor of a state mapper for PCRCoronaTest.kt via extension function. * Make the refresh call blocking, so workers don't need extra logic to keep running. * Catch polling exceptions on processor level and store the exception. * Address PR comments and refactor legacy test data migration. * Adjust property visibility. * Make registerTest return the new test to allow the UI to navigate based on the return value. * Refactor test registration to support creating `CoronaTest` instances via TANs. * More specific key preference key. * CoronaTestRepository, draft6. Wire up SubmissionRepository.kt with all related UI elements. Fix dagger injection issues (loop) related to worker scheduling. * Resolve merge conflicts. Wire up HomeFragmentViewModel.kt * Fix test display behavior, only one unregistered card needs to be visible? * Fix unit tests, Pass1. * Lints * Fix unit tests, Pass2. * Fix unit tests, Pass3. * Fix unit tests, Pass4. * LINTs * Fix instrumentation tests. * Workaround for submission flow until more PRs are merged., grant consent change. * Fix processing state not being set according to parameter. * Fix/Adjust corona test storage. * Fix stableID collision between coronatest home screen cards. * Bandage unit tests that were affected by moving consent.
-
BMItter authored
Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
- Apr 15, 2021
-
-
AlexanderAlferov authored
Antigen: PCR and Rapid test home screen cards (EXPOSUREAPP-6019, EXPOSUREAPP-6020, EXPOSUREAPP-6021) (#2822) * PCR status cards * project.xml fix * Rapid status cards * Removed extra layout wrapping * Rename pcr test cards * Test fragment with all PCR tests cards * Clean up * Rapid status cards added * Clean up * Strings added * Test fix * Text fix for positive test cards * Text update for outdated rapid test description * Layout fix for positive rapid test cards * Layout fix for fetching card * Reused old asset for home icon * Update antigen_strings.xml Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
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>
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
- Apr 14, 2021
-
-
janetback authored
* Update terms_de.html * Update terms_en.html * Update terms_tr.html
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
CWA Technical User authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
harambasicluka authored
-
Matthias Urhahn authored
Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: If2ceafb31ef9acac993b8deaeb20726757c8ef6a
-
Mohamed authored
* Move CheckIn package * Move storage package * move storage * Move locations * Update CheckInSplitter.kt * Rename UI package * Fix renaming issues * Create 1.json * Rename test package * Fix typo in test package * Renaming * Get rid of some last usages of the wording "event" Co-authored-by:
Lukas Lechner <office@lukaslechner.com>
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
Mohamed authored
* Map CoronaTestConfig * Set default value * Remove todo , aligned
-
- Apr 13, 2021
-
-
Kolya Opahle authored
* Implemented TraceLocationVerifier that checks scanned qr codes for required conditions Also added some error strings to support information propagation to the user (took them from ios could not find a design) * Fixed CheckInsViewModelTest * Added Additional checks to TraceLocationVerifier (EXPOSUREAPP-6399) * Fixed linting issues * Fixed linting issues caused by fixing linting issues * Fixed linting issues caused by auto formatting the fixed lint issues * Implemented first set of unit tests and changed the start end time condition to allow start and end to equal Changed AlertDialog Builder to MaterialAltertDialogBuilder Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Improve logging. * Refactoring. Move related functions and default values into new RiskCombinator.kt class. * Initial risk results have RiskState.LOW_RISK. * Fix manual refresh not running the PresenceTracingRiskTask. * Adjust failing test. * Update logtag. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
Chilja Gossow authored
* new tests and refactoring * new tests and refactoring * adjust naming Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com>
-
Juraj Kusnier authored
* Update self-check-in flow * Update unit test Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
CWA Technical User authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
BMItter authored
* Adressed comments + some small adjustments * adjusted test by comment * Added test for to location name * Added more tests * unused imports Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Skeletons for new test result architecture, Draft1 * Add missing property. * Fix LINTs * Address PR comments.
-
Juraj Kusnier authored
-
Mohamed authored
* Use robot fontFamily * license update Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
- Apr 12, 2021
-
-
Mohamed authored
* Adjust design for check-in items * Adjust date in trace locations * Update trace_location_organizer_trace_locations_item.xml * Formatting * lint * Change default * Create new key to fix failure Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Prevent matching our own CheckIns, by marking submitted CheckIns in the database and skipping them during matching. * Add missing value. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
Mohamed authored
* Typo * One instance * align padding with other cards Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
axelherbstreith authored
* added basic files * updated layout * added strings * changed string naming * linting * addressed comments * updated strings
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-