-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: sketching prototype pt1 - module (WPB-6243) #2811
Conversation
app/src/main/kotlin/com/wire/android/ui/home/messagecomposer/AdditionalOptions.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/ui/home/messagecomposer/AdditionalOptions.kt
Outdated
Show resolved
Hide resolved
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3890 succeeded. The build produced the following APK's: |
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.
Loved it!
Just small suggestions/thoughts that can be tackled later.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2811 +/- ##
===========================================
- Coverage 43.80% 43.75% -0.05%
===========================================
Files 424 424
Lines 14066 14066
Branches 2501 2501
===========================================
- Hits 6161 6155 -6
- Misses 7187 7194 +7
+ Partials 718 717 -1 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3917 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3921 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3948 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 4015 failed. |
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
Build 4023 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
We need to implement sending sketches (drawing on a white Canvas)
Causes (Optional)
Not implemented
Solutions
Implement in several smaller PR's.
This PR:
template
"directory" so we can modify and replicate easily in the future.settings.gradle.kts
file to include automatically new modules, following this pattern.Depends on
Enhancements can be addressed after all of the above done
Attachments (Optional)
Script example usage creating a module
commons
render1711525846966-ezgif.com-gif-to-mp4-converter.mp4
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.