- May 07, 2021
-
-
Mohamed authored
-
Alex Paulescu authored
* Refactored information fragment for a potential fix in the layout. * Fixed merge issues. * Removed unused imports * Reverted back to using LinearLayout. * Changed toolbar style. Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
axelherbstreith authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* Light navigation bar flag * Adapt status bar
-
axelherbstreith authored
-
- May 06, 2021
-
-
Mohamed authored
* Resize PDF * Update QrCodePosterViewModel.kt * lint * Scale canvas down for better quality * Update QrCodePosterViewModel.kt
-
Mohamed authored
* All MD widgets * MaterialSwitch
-
Mohamed authored
* Enhance navigation logic * Renaming * lint * Revert onAcivityResult * Update InformationFragment.kt * Remove Home menu * Fix merge conflicts * Lint
-
Mohamed authored
-
- May 05, 2021
-
-
Matthias Urhahn authored
-
Mohamed authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
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>
-
Alex Paulescu authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
harambasicluka authored
-
Mohamed 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>
-
CWA Technical User authored
-
Mohamed authored
-
- 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>
-
dependabot[bot] authored
Removing all the leftover fastlane code as we now use firebase testlabs for screenshots (DEV) (#3040) * Bump rexml from 3.2.4 to 3.2.5 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5 ) Signed-off-by:
dependabot[bot] <support@github.com> * Getting rid of everything fastlane as its superseded by firebase Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.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>
-
Lukas Lechner authored
* Refactor ContactDiaryWorkScheduler.kt to our new way of scheduling work * Remove ContactDiaryWorkScheduler dependency from MainActivity.kt
-
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>
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-