-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add temporary icon for Element Enterprise #3134
Conversation
… icon for Element Enterprise
…to gradle catalog and reorder dependencies.
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not: no need to use -v26
qualifier and have webp icons, since EE is API 26 min 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like since the uitest module is importing the 2 icon modules, and the resource for foreground is the same, there is some clash here. Will fix.
50598ea
to
c823ca9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3134 +/- ##
========================================
Coverage 76.01% 76.02%
========================================
Files 1635 1633 -2
Lines 38578 38572 -6
Branches 7460 7460
========================================
- Hits 29326 29325 -1
+ Misses 5361 5355 -6
- Partials 3891 3892 +1 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks. Having a separate module just for the app icon sound a bit like an overkill, but I see why it's needed.
@@ -145,6 +145,7 @@ test_truth = "com.google.truth:truth:1.4.3" | |||
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.16" | |||
test_robolectric = "org.robolectric:robolectric:4.12.2" | |||
test_appyx_junit = { module = "com.bumble.appyx:testing-junit4", version.ref = "appyx" } | |||
test_composable_preview_scanner = "com.github.sergio-sastre.ComposablePreviewScanner:android:0.1.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thanks!
Yeah, I did not find any other solution. Overriding the value for The good side of things is that now the preview of the icon can be recorded. |
Type of change
Content
Add temporary icon to Element Enterprise, currently it is using the same icon than Element X, which can be confusing
Motivation and context
Screenshots / GIFs
Tests
Tested devices
Checklist