- Jan 13, 2021
-
-
Mohamed Metwalli authored
* Add screenshot test for risk calculation * Update Todo * Add name suffix Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Katharina Seiz authored
* use Reuse Tool for Copyright and Licenses * adapt README * add chnaged open source libraries * NOTICE and THIRD-PARTY-NOTICE not needed anymore with reuse tool * add new file to dep5 file for reuse tool * fix badge info link and add Licensing chapter again * fix link to license within repo * fix badge info link * fix link to license within repo * add info about the reuse tool and the info link about the repo compliance * change wording * adapt year of copyright and add modification staements q * add license file again to root folder * adapt copyrights and add gradlew files to dep5 file * add link to chapter licensing again * fix links to LICENSE Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
Ralf Gehrer authored
* Bump Build Version * Fix Timber aar dependency for the internal pipeline
-
SAP LX Lab Service Account authored
Change-Id: I71f413830967fd89ea892ec5603c8fc47da7961f
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed Metwalli authored
API downgrade to 29
-
Mohamed Metwalli authored
-
Alex Paulescu authored
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
chris-cwa authored
-
- Jan 12, 2021
-
-
Mohamed Metwalli authored
* Pump dependencies versions * Traget Android 11 * Fix lint errors * Add method for failing binding * Fix lint errors * Fix more lint errors * Move away from deprecated Handler constructor with no specified looper * Use ResourcesCompat to retrieve drawables * Replace getDrawable with getDrawableCompat * Fix unit test * Fix content is not showing in Onboarding flow * lint * Fix lint failure Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
* Update strings.xml * Update legal_strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Philipp Nowak authored
Fix typo in german and english strings for finland country name (EXPOSUREAPP-4565) (closes #2069) #2072
-
- Jan 11, 2021
-
-
Matthias Urhahn authored
* Add log censoring for diary locations, persons and QR code token. * Fix divider not being hidden if bug report entry is hidden. * Fix censor modules not being applied in succession if multiple modules match. * Remove debug helper and address registration token PR issue Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
Mohamed Metwalli authored
* Fix some Kotlin warning * Klint * lint
-
BMItter authored
* Removed unused method formatEmptyString * Moved formatColorDivider into layout * Moved formatColorIcon into layout * Removed unused FormatterSettingsHelper * Removed leftovers of FormatterSettingsHelper * Removed static app context from formatColor * Removed unused formatDrawable * Removed app context from FormatterSubmissionHelper * Adjusted tests - formattersubmissionhelperTest * Removed app context from FormatterInformationLegalHelper * replaced dimen/match_constraint with 0dp * fix - base on current 1.11.x * fix for formattestTestResult call
-
Matthias Urhahn authored
-
- Jan 08, 2021
-
-
Chilja Gossow authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
This allows our internal logging to capture those errors too.
-
BMItter authored
* cleanup - Removed useless menu class * cleanup - Sort export case sensitive * cleanup - Added extension clearAndAddAll * Removed useless wrapping * Better semantic * cleanup - Added AbstractAdapter, Use AbstractAdapter * stabledId returns it * Removed useless wrapping * Use BaseAdapter and VH for contact diary overview * Removed useless constants * merge resolve * detekt & ktlint
-
Juraj Kusnier authored
* Cancel test result notification after submission finish (EXPOSUREAPP-4309) * remove trailing comma to fix circleci check * update tests Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
axelherbstreith authored
* Changed access of country list names * Removed CachedString from Country items * Linting
-
Matthias Urhahn authored
* Fix missing timestamp on TracingFailed card. Remove risklevel requirement for showing the last submission timestamp on the TracingFailed card. This requirement does not exist on the TracingDisabled card either. * Rename variable. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Remove @dimen/match_constraint as it will be replaced by tooling with 0dp whenever used and thus adds noise. (#2055)
-
Ralf Gehrer authored
-
- Jan 07, 2021
-
-
axelherbstreith authored
* Added TalkBack Support for toolbar in day screen * Updated day strings to support all languages * Update date format to support different languages in overview screen * Linting * Updated day screen - Title is now read automatically when opening the screen * Removed unsused type announcement for accessibility * reverted changes in localization * linting * Updated local specific date announcements * Linting * Updated creation of accessibility date * Updated formatting
-
Matthias Urhahn authored
-
Chilja Gossow authored
* replace with close button * use toolbar Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
-
Oliver Zimmerman authored
No illustration description for image on Background Priority settings screen (EXPOSUREAPP-4097) (#2031) * added getter for illustration description in BackgroundPriorityState * Added new string to other string files * Removed unnecessary string entries * Added actual string values. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
Long methods are not generally bad and should be decided on a case by case basis in PR reviews.
-
Philipp Nowak authored
- Get rid of windows backslash path warning for ENF aar dependency Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Initial draft for user accessible debug logs in production. TODO: Sharing, Tests, Cleanup FileLoggerTree? * Ready strings for translation. * Log file compression for sharing (zip). * Add log sharing * Change how DebugLogger is initialized to make sure we can record issues that happen very early in the apps lifecycle. * Add missing toolbar back arrow navigation. * Fix initial delay for ui state emissions. * Censor registration token. * Adjust warning regarding sensitive data in debug logs. * Use property injection instead of component getters. * Hide option until greenlit. * Add test for RegistrationTokenCensor * Unit tests. * Make unit test without triggerfile more specific. * LINTs * Fix missing injection provider in release mode. * Fix regtoken censor if condition. * Fix typos. * Remove empty manifest specific to deviceForTesters build. * Wait until log job is canceled before deleting log files. Otherwise a race condition could lead to file creation after job cancellation. * Replace runBlockingTest with runBlocking we don't need scheduler control and runBlockingTest is sometimes unreliable. * Refactor FileSharing to use compat builder from androidx. * Handle exceptions on debug log start() * Print device infos when log is started. * Text changes requested by UA Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
- Jan 06, 2021
-
-
Chilja Gossow authored
-
Chilja Gossow authored
* fix crash
-
fynngodau authored
* Use ContextCompat when accessing color resources #1924 * Update tests for #1924 * Fix incorrect color A previous commit changed a color incorrectly, related to some mistake made when merging changes. * Add compat extension to Context * Replace ContextCompat calls with Context extension functions * Update tests * Add missing imports * Fix tests * Fix lint Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Ralf Gehrer authored
-
Philipp Nowak authored
* - Removed Kotlin Android Extensions plugin - Replaced usages of Kotlin Synthetics by Jetpack view binding - Added Kotlin Parcelize standalone plugin (#2022) * Fix detekt issue (#2022) * Use view binding for TestResultSectionView (EXPOSUREAPP-4495) (#2022) * Use bind() instead of inflate() for view binding in TestResultSectionView (EXPOSUREAPP-4495) (#2022) Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-