- Jan 04, 2021
-
-
Matthias Urhahn authored
-
- Dec 29, 2020
-
-
Alex Paulescu authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Dec 28, 2020
-
-
Matthias Urhahn authored
* Downgrade R8 to 2.0.74. https://issuetracker.google.com/issues/176381203 * Update gradle version in unrelated task. * Align gradle wrapper task formatting. (No change, just formatting).
-
Matthias Urhahn authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* Add state-aware illustrations for Settings>BackgroundModeStatus Refactor various background mode related functions into a common class that can be injected and observed. * Rename c to context * Use core-ktx extension to access system services * Fix wrong import statement and a typo * Add more test cases Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
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
* Fix icon in settings when bluetooth is disabled. * Rename c to context Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Fix failed tracing state having the wrong text color for "last update". * The tracing details box had no visible background in nightmode. * Fix "Restart" button visibility being reversed on the "Tracing failed" card. * Code fluff * Fix "Tracing in progress" switching the color, we need to use the latest, not the latestSuccessful risk state for coloring the progress state. 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.
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Don't log all exposure windows on `RiskLevelTaskResult.toString()` due to performance impact when logging. * Add RiskLevelResult flow optimized for just getting the latest two results. * Share risk level result subscriptions. The delay when switching from Home to RiskDetails fragment will be bridged and no re-loading necessary. * Fix test regressions * Remove test code. * Introduce specific query for "latestAndLastSuccessful". Add unit tests for SQL queries. * Fix test regressions due to missing mocking. * Address merge conflicts. * Fix instrumentation tests not building. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
axelherbstreith authored
* Removed rounded corners from onboarding screen background * Changed naming of xml * Changed behavior of placeholder in day screen * Changed behaviour of placeholder in edit screen * Changed naming of overview screen list items * Updated layout of over view list items * Updated Overview screen list items * Added dimens * Updated list item size * Changed item layout * Added ripple to list items in overview screen * Removed scroll bar from overview list * Linting * removed unused overview screen list item * Simplified expressions * Reformatted contact diary xml files * Added dimens * removed unused layout tag
-
Matthias Urhahn authored
* Update gradlew wrapper and plugin. * Update binary (via ./gradlew wrapper --gradle-version=6.3 --distribution-type=all)
-
Matthias Urhahn authored
Adjust layout margins to have a cleaner look (whitespace wise) and prevent cut off text on row items. (#1991)
-
Chilja Gossow authored
* adapt colors to match design * elevation Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Prevent IllegalStateException when orphaned Fragments try to popBackStack() (EXPOSUREAPP-4430) #1987 * Prevent IllegalStateException if a fragment that's not added to an Activity tries to popBackStack() * Typo
-
Mohamed Metwalli authored
* Rely on native `observe` from LiveDate instead of `oberve2 * Remove extra blank line * Revert chnages for Fragments * Remove unused imports Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Chilja Gossow authored
* adjust margins to match design use selectable item background add animated list updates * move logic to contact diary specific element * change style * use stableIds
-
Rituraj Sambherao authored
* Text Color changed * Text Color changed for calendar screen * removing build.gradle changes that carried over from 1.10 * lint fix * adapt color scheme to be consistent and high contrast * klint Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com> Co-authored-by:
chilja <chiljamgossow@gmail.com>
-
- Dec 22, 2020
-
-
Philipp Nowak authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Refactor home-screen and tracing details fragment. * Use recycler view to display list items * Remove nested/included layouts and make Android Studio layout previews functional * Split list items into independent elements (positive/negative/pending) * Layout cleanups & flattening * Small padding and alignment fixes * Clean up tests and fix class names. * Move UI classes towards "package by feature", each feature has their own ui package. * LINTs * Fix log statements. * Only crash in tester builds. * Update Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/main/home/HomeAdapter.kt Co-authored-by:
fynngodau <fynngodau@mailbox.org> * Refactor adapter init. * LINT * Remove "card" from property name, the "TracingStateProvider" is UI agnostic. * LINTs * Don't show the risk card if there is a positive test result. * Fix crash on init with unknown resource IDs (before data binding is available). * Fix progress card not being colored in risk details fragment * LINTs * Prepare viewholders for payload use. * Update Corona-Warn-App/src/main/res/layout/home_fragment_layout.xml Co-authored-by:
fynngodau <fynngodau@mailbox.org> * Improve toolbar and tracing bar behavior, scrollable, fewer nested layouts. * Adjust popup theme. * Remove color state list for cards, click behavior is done via `selectableItemBackground` * Fix visual artifact when expanding toolbar menu. * Align box coloring in dark mode and click animation. * Fix flickering Test and FAQ card. * Fix missing "enable tracing" button in home card. * Fix risk/tracing details elevation/dividers in light and dark mode * Resolve merge regressions and include contact diary card via recyclerview. * Adjust toolbar background color to new mockups (diary mockups have lighter darkmode). * Update Corona-Warn-App/src/main/res/layout/home_card_container_layout.xml Co-authored-by:
fynngodau <fynngodau@mailbox.org> * Update Corona-Warn-App/src/main/res/layout/tracing_content_failed_view.xml Co-authored-by:
fynngodau <fynngodau@mailbox.org> * Tint card background color. Just replacing the background didn't ahve the desired effect. * Fix possible NPE on last encounter calculation. * LINTs and typos. Co-authored-by:
fynngodau <fynngodau@mailbox.org>
-
BMItter authored
* fix for not showing keyboard on all devices on edittext focus * show keyboard and focus on all devices
-
Matthias Urhahn authored
Merge release/1.10.x into release/1.11.x (DEV)
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
- Dec 21, 2020
-
-
Ralf Gehrer authored
Merge 1.9.x into 1.10.x (DEV)
-
BMItter authored
-
BMItter authored
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Chilja Gossow authored
* trim name if containing other characters than white spaces remove length restriction in validity check only save when valid * klint * test * review comment * klint Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
axelherbstreith authored
* Avoid opening the contact diary multiple times on certain devices * Updated darkmode for list items * Changed darkmode visuals in day screen * Updated darkmode for edit screen * Aligned naming of list items * added missing dimens * Aligned text size in day screen * Fixed bug in lowe android versions * Aligned styling of day screen placeholder * fix button type Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: Iea5e2630f13497bbb6df391942fd53b68b084228
-
Alex Paulescu authored
* Increased Kontakt-Tagebuch text size. * Changed headline name to a more appropriate one.
-
Ralf Gehrer authored
-
- Dec 18, 2020
-
-
Chilja Gossow authored
* run db access on io thread * klint Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
AlexanderAlferov authored
-
Chilja Gossow authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
Kolya Opahle authored
* Modified storage to return inserted person and location object on insert * enabled automatic creation of encounters on add of person / location moved bottom sheets out of day module * fixed wrong null value in default nav args Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-