- Jan 22, 2021
-
-
Matthias Urhahn authored
-
harambasicluka authored
-
SAP LX Lab Service Account authored
Change-Id: I1a3cc72c4ad5b1ab0b1357f6884d6ad8a7512e7d
-
Matthias Urhahn authored
* Fix statistics data missing on in-app data reset due to no refresh being triggered. Don't do a full reset and add statistics data subscription timeout. * Fix test (bad changeset)
-
Juraj Kusnier authored
* Unify cards design * Change cards height * Layout update after merge * Implement responsive layout manager * Update layout and refactor code * Satisfy lint * Update image padding * Code improvements
-
Matthias Urhahn authored
TracingDetailsItemProvider is used for the tracing/risk details screen. This has specific behavior that the logging period is not shown if the last calculation failed. By reusing this data provider for the tracing settings, if the last calculation failed, we never set "loggingPeriod". If loggingPeriod is null, the databinding causes the layout to be invisible.
-
- Jan 21, 2021
-
-
Lukas Lechner authored
Fix flickering of statistics cards when returning from statistics information screen (EXPOSUREAPP-4704) (#2175) * Override equals() of StatisticsHomeCard.Item to ignore onHelpAction click listener * Override hashCode() in StatisticsHomeCard.Item
-
harambasicluka authored
-
- Jan 20, 2021
-
-
Matthias Urhahn authored
CircleCI config overhaul, instrumentation tests & screenshot automation (EXPOSUREAPP-4480,DEV) (#2160) * CircleCI overhaul and execution of instrumentation tests. * Screenshots work, now run for release builds only. * Tweak emulator to possibly improve performance. * Compress results. * Don't upload test xml files if circle CI already shows them. Zip and upload test html reports instead of xml files. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
AlexanderAlferov authored
* Texts for statistics explanation screen * Initial commit with illustration and layout * First descriptions added * Legend added * Trends added * Navigation added * Night mode image added * Complete screen * Lint fix * Image update * Refactor
-
Juraj Kusnier authored
* Unify cards design * Change cards height * Layout update after merge * Revert layout changes
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/res/values/strings.xml # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/main/home/HomeFragmentViewModelTest.kt
-
Matthias Urhahn authored
* Adjust layout to not cut off text on large text sizes. * Adjust layout to not cut off text on large text sizes.
-
Matthias Urhahn authored
-
axelherbstreith authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
-
- Jan 19, 2021
-
-
axelherbstreith authored
* removed label announcement in toolbar for contact diary activity * set descriptive string to overwrite label Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
* Update strings * Design Key Submissions Card * use StatisticsCardInfoButton style * Rename variables * Update design * Update design * Remove unnecessary margin * Design update * Code refactoring * Set listener to card info button
-
Lukas Lechner authored
* Implement layout and bind data to it * Use sevenDayIncidence property for more convenient access of the statistics data
-
Chilja Gossow authored
-
axelherbstreith authored
* changed talk back annoucement * added day view announcement * added missing quotation marks to accessibility strings * linting Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Juraj Kusnier authored
* update Infections Card layout * Revert some changes * Add primary label to statistics cards * Implement strings * Update Infections Card design * Update Infections Card design * Ignore MissingConstraints to satisfy lint * Add night drawable * Update dimensions * Update design * Remove icon duplicate * use StatisticsCardInfoButton style * Update layout
-
Juraj Kusnier authored
-
Chilja Gossow authored
-
axelherbstreith authored
* added type announcement * added enum class for types * updated to when statement for type decision
-
Lukas Lechner authored
-
Chilja Gossow authored
* TrendArrowView * card 7-day-r-value implementation * margins and ripple * use decimals provided by backend
-
- Jan 18, 2021
-
-
CWA Technical User authored
-
Juraj Kusnier authored
* Introduce getFormattedDate() * Update strings
-
Chilja Gossow authored
* TrendArrowView * remove redundant frame layout * add content description
-
Chilja Gossow authored
* do not schedule reminders when test result has been viewed * clean up * renaming to make clear which notification is meant * refactor worker * rename * DI issues * DI test code * add else branch test code * test code * refactoring * comment
-
Lukas Lechner authored
* Implement StatisticsNumberValueFormatter.kt and add tests * Fix ktlint issues * Improve StatisticsNumberValueFormatter.kt * Reduce parameters for formatter, adapt test * Define formatting function as top-level function instead of a function in object
-
Matthias Urhahn authored
* Replace mock data with data loaded from server. * Revert unrelated change. * Some refactoring, add a generic statistics scope annotation. Clear retrofit cache on clear. * Clear statistic data on app reset. * Unit tests for StatisticsCache.kt * Implement tests for StatisticsModule init. * Add tests for statistics api. * Add statistics server tests that check signature validation behavior. * Add tests for StatisticsProvider behavior. * Tests for parsing statistics data. * LINTING * Add helper methods to access each cards values, and validate card KeyFigure count and types before exposing them. * LINTs. * Rename variable.
-
Katharina Seiz authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Kolya Opahle authored
Samsung S6: freshly installed app does not open (EXPOSUREAPP-4647)
-
Mohamed Metwalli authored
-
AlexanderAlferov authored
* Texts for statistics explanation screen * Added double quotes to statistics text * Text change due to outdated moockups * FAQ link label added * Removed dot from 7-tage-mittlewert text
-
Mike McCready authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
BMItter authored
-