- May 06, 2021
-
-
DerVogel2020 authored
-
- May 05, 2021
-
-
Matthias Urhahn authored
* Adjust test availability constant. The server returns a different result after 60, not 21 days. * Fix TAG copy paste error. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* Handle CoronaTest Not found exception Handle potential race condition for setting test as viewed when called from onResume * Remove un necessary refresh test calls * Use with context * Revert to catch clause * Lint * Add some comments * Update SubmissionYourConsentViewModelTest.kt * Fix tests * Remove comment Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* data privacy update * data privacy update Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
harambasicluka authored
-
fynngodau authored
* Fix tracing settings fragment The LinearLayout enforces that all views are below each other, reducing the opportunity for human error when aligning the layout as has happened with #2940. * Use ConstraintLayout Flow layout * clean, reformat, silence wrong missing constraint warning by ci * silencium Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <Berndus@gmx.de>
-
BMItter authored
* Create location name from checkin * Created a separated test for location mane creation * cleaned * ktlint * Adjusted test
-
SAP LX Lab Service Account authored
Change-Id: I4b11bae9659e3459839b1f02e2e09a7917826f6a Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 04, 2021
-
-
Matthias Urhahn authored
``` java.lang.IllegalArgumentException: at com.android.internal.util.Preconditions.checkArgument (Preconditions.java:52) at android.net.ConnectivityManager.unregisterNetworkCallback (ConnectivityManager.java:4750) at de.rki.coronawarnapp.util.network.NetworkStateProvider$networkState$1$2.invoke (NetworkStateProvider.kt:4) ``` Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* Improve logging * Catch exception and split into smaller functions * Remove finally clause * Remove inner launch Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
InkenTownsend authored
To change typo of Check-ins according to IOS
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
* simplify layout make switch not clickable * hide divider * move view * use material toolbar * use material toolbar Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
Rapid Test - QR-Code from Schnelltestprofile cannot be scanned by PoC if fields contain Umlauts (EXPOSUREAPP-7016) (#3065) * Added Character Set encoding hint to QrCodeGenerator * Fixed QrCodeGenerator on api levels that return "java.nio.charset.CharsetICU[UTF-8]" instead of "UTF-8" for Charset.UTF-8.toString() we now call .name() instead Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
We don't need internet for the risk calculation and using parameters from a cached config will be sufficient. Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
Matthias Urhahn authored
Reuse MoreInformationView in layout. Extend MoreInformationView to offer toggle. Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
fynngodau authored
* Android 5 support * Hide background priority settings on Android 5 Since these settings make no sense there, we are hiding them below Android Marshmellow. * Use AppCompat Toolbar This makes the three-dot menu visible on Android 5 * Fix background color of behavior icons on Android 5 * Fix TAN digits for Android 5 This is a very weird way of doing it, but since Android 5 doesn't support the height attribute, it appears to be the best solution. Via https://stackoverflow.com/a/19239478 . * Fix cardTracing style on Android 5 Since this backgroundTint was not applied, simply use the card_dark drawable that already has the color we want. * Remove splash screen on API < 23 Splash screens on Android 5 are very broken, as the images on the splash screen are streched to fit the screen width. Therefore, the splash screen can only be shown on API >= 23. * Remove unused import to fix lint * Fix tests * Undo change to min sdk version This partially reverts commit 2edced1c532ff235fd6d09c8cf19a4a10b491d51. * Small improvements to compat changes * Change BehaviorInfoRow to use ViewCompat call except if on 5.0 * Improve code readability * Move restore non-hacky TAN input drawables for Android >= 6 * Fix drawable files that were placed the wrong way round * Add comments to Android 5 TAN digit assets As suggested by @vaubaehn * Remove unused imports * Use BuildVersionWrap again in NetworkStateProvider This allows mocking the SDK version in tests * Update splash screen * Compat for new code * Fix typo * Don't migrate encrypted shared prefs on API < 23 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.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>
-
DerVogel2020 authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: If7b9344e344b6e17847f15aefe1b81e5f19e2516 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
- Apr 30, 2021
-
-
SAP LX Lab Service Account authored
Change-Id: I756203fd6408accb99f80a5e5df5ca50722736e6
-
Lukas Lechner authored
* Create TraceLocationCensor.kt and add tests * Create CheckInsCensor.kt and add tests * Inject new censors * Censor Trace Location Type * Create RACoronaTestCensor.kt and RatQrCodeCensor.kt and add tests * Move censors to sub packages * Extend RatQrCodeCensor.kt * Censor RAT profile data * Address PR feedback: Improve performance * Address PR feedback * Censor identifier for corona tests * Remove useless censor * Make sure that censoring still works even if the data to censor is deleted * Censor TraceLocationInputData * Fix issue in TraceLocationCensor.kt Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
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>
-
Matthias Urhahn authored
Fix auto-checkouts being processed before EW risk calculation, they should be processed before PT risk calculation. (#3006) Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* Remove duplicate code. * Custom exceptions. Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* Fix positive test abort condition for ENS submission. We want to abort if there is a positive test, and not just when we are allowed to submit (which is transient). * Also abort PresenceTracing risk calculation on positive tests. Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
SAP LX Lab Service Account authored
Change-Id: I73bb32c5df3107c1591636e8c51e89f574915794 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
harambasicluka authored
-
Matthias Urhahn authored
* Map HTTP 400 errors to *_REDEEMED after 21 days (server has deleted data set). Stop test polling after 21 days if we are in a final state (*_REDEEMED). * LINTs * Improve comments.
- Apr 29, 2021
-
-
Mohamed authored
* Create rat profile nav graph skeleton * Rename ids * Wire card logic * Adjust strings * Open profile card * Create Profile settings * Navigation skeleton * Wire navigation * Adjust navigation * Fix test * Create Profile screen * do navigate * Set dummy profile * Profile validation * Update SubmissionDispatcherViewModel.kt * Extract strings * Navigation * Extra lines * Adjust navigation * lint * Add new fields * rename to zip code * Update strings.xml * fix layout * Bind new fields * Show date picker * Create RATProfileCreateFragmentViewModelTest.kt * Move strings to antigen strings * Refactoring * Align naming * Different prefs model and some tests * UI * Bind profile data * lint * Use LocalDate directly * Update tests * Refactoring * Update styles.xml * Update rat_profile_onboarding_fragment.xml * Adjust Onboarding navigation * lint * Show deletion dialog - continue flow * V-Card * Add gone margin * remove un-required () * Reset date once date is cleared * Link * Add FN * Remove close button * Display all info * lint * Suppress lint * Add dialog text * Extra line spacing Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* RAT Profile Onboarding * Polishing * Address PR comments * Update rat_profile_onboarding_fragment.xml * Update rat_profile_onboarding_fragment.xml * Address more comments * Add click listener * Update content description * Fix text * Update Corona-Warn-App/src/main/res/values/legal_strings.xml Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> * Update legal text Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
Matthias Urhahn authored
-