- Jun 09, 2020
-
-
Fabian-K authored
* added further info section to negative test result * bullet points as custom view with proper styling * moved BulletPointList.kt to proper package Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Hee Tatt Ooi authored
* bugfix for version check * added comment * merged if conditions * newline to reduce line length
-
AlexanderAlferov authored
* Background work quick fix * Formatting * Background work improved * Formatting * Refactoring * Refactoring * Allow background data usage * Added isBackgroundRestricted * One timer for background and manual update Removed data saver check for background check * Removed separate timer for manual update button * Refactoring * Merge remote-tracking branch 'origin/dev' into feature/background-work # Conflicts: # Corona-Warn-App/src/main/res/layout/fragment_risk_details.xml Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Jakob Möller authored
Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
harambasicluka authored
* reintroduced our old headers everywhere :) * fixed onboarding header icon alignment * removed empty row on risk details bottom * removed unused formatter * introduced stable dividers for risk card * risk identification is not possible: primary icon color to neutral * adapted circle sizing and alignment * circleColor: added stable Color * icon alignments: top right * fixed spacings * changed light header logo * moved row * larger header logos * ktlintformat
-
- Jun 08, 2020
-
-
marcmuschko authored
* fixes repository refresh of successful last risk level calculation after app reset * adaptive launch icons * Revert "adaptive launch icons" This reverts commit 5f8d9bcb0668680d27cb2f2b3e42f993804829eb. * default dialog button text color added * small fixes, todos removed when applicable * fixed phone number string * added link to exposure settings from app reset * resolved build issue
-
Queenhymon authored
* accessibility button texts * accessibility fixes * replace buttons with image views * solve conflicts with dev * accessibility for all onboarding views * accessibility for all submission views * accessibility for risk details * call views with bindings * pull request review fixes * strings * lint check fixes * lint check fixes * accessibility for settings and information views * lint check fixes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
marcmuschko authored
* settings icon tracing resized, missing grey color added * fixed dark mode / light mode illustrations * fixed small issue in strings * OnBoardingTracingFragment: catch exceptions also for asyncIsEnabled() (#282) Executing `InternalExposureNotificationClient.asyncIsEnabled()` may also result in an exception of `com.google.android.gms.common.api.ApiException` if connection to GMS isn't possible. Not catching this exception results in fatal crash. ``` 2020-06-08 16:33:29.693 20904-20904/de.rki.coronawarnapp E/AndroidRuntime: FATAL EXCEPTION: main Process: de.rki.coronawarnapp, PID: 20904 com.google.android.gms.common.api.ApiException: 17: API: Nearby.EXPOSURE_NOTIFICATION_API is not available on this device. Connection failed with: ConnectionResult{statusCode=UNKNOWN_ERROR_CODE(39507), resolution=null, message=null} at com.google.android.gms.common.internal.ApiExceptionUtil.fromStatus(com.google.android.gms:play-services-base@@17.3.0:4) at com.google.android.gms.common.api.internal.ApiExceptionMapper.getException(com.google.android.gms:play-services-base@@17.3.0:2) at com.google.android.gms.common.api.internal.zah.zaa(com.google.android.gms:play-services-base@@17.3.0:18) at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.zaa(com.google.android.gms:play-services-base@@17.3.0:211) at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.zaa(com.google.android.gms:play-services-base@@17.3.0:217) at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.zaa(com.google.android.gms:play-services-base@@17.3.0:115) at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.onConnectionFailed(com.google.android.gms:play-services-base@@17.3.0:79) at com.google.android.gms.common.internal.zag.onConnectionFailed(com.google.android.gms:play-services-base@@17.3.0:2) at com.google.android.gms.common.internal.BaseGmsClient$zzf.zza(com.google.android.gms:play-services-basement@@17.3.0:6) at com.google.android.gms.common.internal.BaseGmsClient$zza.zza(com.google.android.gms:play-services-basement@@17.3.0:25) at com.google.android.gms.common.internal.BaseGmsClient$zzc.zzc(com.google.android.gms:play-services-basement@@17.3.0:11) at com.google.android.gms.common.internal.BaseGmsClient$zzb.handleMessage(com.google.android.gms:play-services-basement@@17.3.0:49) at android.os.Handler.dispatchMessage(Handler.java:106) at com.google.android.gms.internal.common.zzi.dispatchMessage(com.google.android.gms:play-services-basement@@17.3.0:8) at android.os.Looper.loop(Looper.java:223) at android.os.HandlerThread.run(HandlerThread.java:67) ``` Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com> * build fixes in tests Co-authored-by:
lenke182 <jan_lenke@freenet.de> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Thomas Klingbeil authored
* Change teleTAN from 7 to 10 characters # Conflicts: # Corona-Warn-App/src/main/res/values/dimens.xml * adjust TAN input to updated design # Conflicts: # Corona-Warn-App/src/main/res/values/dimens.xml * move TAN to upper case centrally * styling of filled/empty TAN input spaces * replace gradient at TAN entry with solid shape * fix TAN input dash style * add teleTAN input validation * ensure valid characters are entered * block further input if character is invalid * mark invalid characters accordingly * show error message if character is invalid * calculate checksum * show error and prevent the user from clicking „next“ if checksum is invalid * code formatting * Add include to TAN fragment * Update teleTAN entry info text * remove code smells * Change detection of valid characters in TAN to whitelist * add tests for TanHelper * add tests for SubmissionTanViewModel * use ROOT locale and specific charset for string operations * extend tests for submissionTanViewModel * override synced translations Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Jakob Möller authored
This reverts commit c0b3a57e.
-
Queenhymon authored
* accessibility button texts * accessibility fixes * replace buttons with image views * solve conflicts with dev * accessibility for all onboarding views * accessibility for all submission views * accessibility for risk details * call views with bindings * pull request review fixes * strings * lint check fixes * lint check fixes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Jakob Möller authored
* First Iteration Signed-off-by:
d067928 <jakob.moeller@sap.com> * Setup WebRequestBuilder Tests for Hour/Day Index Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
Johannes Münichsdorfer authored
We should ensure that notifications always have the highest priority also on older devices. Co-authored-by:
Johannes Münichsdorfer <johannes.muenichsdorfer@tum.de> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
Hee Tatt Ooi <hee.tatt.ooi@sap.com>
-
Fabian-K authored
* Submission Status Cards - fix interaction behavior (expand clickable target) - unify inclusion into fragment_main.xml - fix alignment of icons including hands - fix spacing between text and icon - simplify layout (remove unnecessary ConstraintLayout) - remove unused string - fixed unregistered text style * Submission Styling - increase spacing before "Info zum Ablauf" - replace step icons used in submission contact - fix wrong illustration for negative test result - added rounded corners to test result card - fixed spacing between text and illustration - removed unused icon ic_icon_drilldowncard_dark.xml - fixed button padding on test result screen Main Fragment - simplified using merge_guidelines_side * Submission Styling - replace illustration for positive tests on homescreen (different background) - add pressed state to submission dispatcher cards - fix missing spacing adjustment between text and icons
-
Kolya Opahle authored
* Added relative date formatting to risk card via DateUtils * lint fixes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Thomas Klingbeil authored
This reverts commit 8577f8d4.
-
- Jun 07, 2020
-
-
Fabian-K authored
* - ask for confirmation before removing a test from the app * - fix wrong number "(0)" when calling via submission contact fragment * - remove old string from translations
-
Thomas Klingbeil authored
* Change teleTAN from 7 to 10 characters # Conflicts: # Corona-Warn-App/src/main/res/values/dimens.xml * adjust TAN input to updated design # Conflicts: # Corona-Warn-App/src/main/res/values/dimens.xml * move TAN to upper case centrally * styling of filled/empty TAN input spaces * replace gradient at TAN entry with solid shape * fix TAN input dash style * add teleTAN input validation * ensure valid characters are entered * block further input if character is invalid * mark invalid characters accordingly * show error message if character is invalid * calculate checksum * show error and prevent the user from clicking „next“ if checksum is invalid * code formatting * Add include to TAN fragment * Update teleTAN entry info text * remove code smells * Change detection of valid characters in TAN to whitelist * add tests for TanHelper * add tests for SubmissionTanViewModel Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Jakob Möller authored
* Setup Intermediate Pin Signed-off-by:
d067928 <jakob.moeller@sap.com> * Setup Trust Anchors Signed-off-by:
d067928 <jakob.moeller@sap.com> * Service Factory Merge Resolve Signed-off-by:
d067928 <jakob.moeller@sap.com> * Add URLs for Submission and Distribution Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
Hee Tatt Ooi authored
-
Jakob Möller authored
Integrate Schema Export for Upgrade Possibilities and Fallback Behavior for DB Migration Failure (#251) Signed-off-by:
d067928 <jakob.moeller@sap.com> Co-authored-by:
Hee Tatt Ooi <hee.tatt.ooi@sap.com>
-
marcmuschko authored
* information legal layout * fixed layout in information privacy and information technical * updated terms of use string in app information * changed button title in tracing * removed unused element in row include, changed variable name to convention * notification translation tags * removed link references in terms of use, data protection and third party notices * reset tracing activation during onboarding back navigation * small bugfix in onboarding back tracing timestamp * added consent information to onboarding tracing screen * moved tracing reset in onboarding to tracing fragment; tracing is always reset when tracing screen is entered * removed http usage in strings * settings consent dialog for first time tracing activation * merged dev
-
harambasicluka authored
* replaced custom header with toolbar * removed fadingScrollView * toolbar * excluded translation from lint for dev * main header * fixed id * icon fix * added navigation to risk details
-
Hee Tatt Ooi authored
* moved reporting related exception classes into own package * removed wildcard imports * removed more wildcard imports
-
Hee Tatt Ooi authored
* catch CwaSecurityException for update * catch CwaSecurityException for update
-
Jakob Möller authored
* Setup Trust Anchors Signed-off-by:
d067928 <jakob.moeller@sap.com> * Make Verification of the Export File dependant on build type Signed-off-by:
d067928 <jakob.moeller@sap.com> * Reformatting after Merge Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
Jakob Möller authored
* Implement passphrase generation for db (closes #173) (#224) * Add failing tests (#173) * Fix AppDatabase instance not reset when method called (#173) * Implement passphrase generation and storage/retrieval of passphrase by encrypted shared preferences (#173) * Setup Retention while maintaining the DB Password Signed-off-by:
d067928 <jakob.moeller@sap.com> * Setup Retention while maintaining the DB Password Signed-off-by:
d067928 <jakob.moeller@sap.com> * Lint Signed-off-by:
d067928 <jakob.moeller@sap.com> Co-authored-by:
Andreas Schattney <a.schattney@gmail.com> Co-authored-by:
Philipp Woessner <64482866+pwoessner@users.noreply.github.com>
-
Jakob Möller authored
* fixes #273 * lint fix Co-authored-by:
Philipp Woessner <philipp.woessner@sap.com> Co-authored-by:
Philipp Woessner <64482866+pwoessner@users.noreply.github.com>
-
- Jun 06, 2020
-
-
Jakob Möller authored
* Complex HTTP Errors Signed-off-by:
d067928 <jakob.moeller@sap.com> * Correct Boolean Logic for Client/Server Error Check Signed-off-by:
d067928 <jakob.moeller@sap.com> * Moved error handling of submission flow to CwaWebExceptions (#220) Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
Fabian-K authored
* - impressum updated - privacy statement updated * - fix indentation/formatting for strings.xml * - "Rechtliche Hinweise" updated * - lint fix
🤦♂️ Co-authored-by:harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
marcmuschko <marc.muschko@sap.com>
-
Philipp Woessner authored
* added possibility to see exposure info on test fragment * fixed string concatenation
-
Hee Tatt Ooi authored
* auto update app - work in progress * work in progress * WIP added autoupdate gp trigger * auto update app - work in progress * fixed ktlin Co-authored-by:
Philipp Woessner <philipp.woessner@sap.com>
-
Jakob Möller authored
Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
Fabian-K authored
- update declaration of consent for test registration - update declaration of consent for upload of diagnosis keys
-
Fabian-K authored
* - unused SubmissionSuccessDialogFragment.kt removed * - remove merge_guidelines_common.xml - fragment_submission_test_result.xml scrolling behavior * - submission flow text styles replaced - submission positive result card updated * - submission status cards updated * - remove old text styles - lint error fixed
-
marcmuschko authored
* cleanup styles from xml * updated settings illustrations * onboarding illustrations * information illustrations * updated main illustrations overview / share * icon adjustments * refactiored illustiration usage
-
harambasicluka authored
* grey background & removed light button elevation * light theme * dark & stable colors * fix
-
marcmuschko authored
* onboarding text styles * main overview text styles * information screen text styles * risk * fix * settings styling text * settings text * saved risk level display bound to model * fixed nullpointer * adjust settings styling / layout * main overview small design adjustment Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
harambasicluka authored
-
Fabian-K authored
* submission: - refactor test result card - format date respecting device locale * submission: status card content refactoring * lint max line length fixed Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-