-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Implemented Google EmojiPicker #3439
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Smarshal21 <[email protected]>
…alog Signed-off-by: Smarshal21 <[email protected]>
…alog Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshal21 <[email protected]>
@mahibi and @AndyScherzinger could you please look into this pr and let me know |
@Smarshal21 Afaik the former solution also allowed to search for emojis (not too important to have IMHO). Is this possible with the Google lib? |
Afaik No, If yes will take a look at it but didn't find it in this LIb |
I think you should. These usages were created to support the implementation of the Vanniktech Emoji Picker. It doesn't make sense to continue to have them with the Emoji Picker being removed. But make sure to double check that those components still work without the Vanniktech libraries. |
Sure Will do it |
@rapterjet2004 could you let me know if the remaining instances of vanniktech are useful/important i find its to better to remove those as i dont find any usecases of it |
The goal is to remove the vanniktech lib completely. |
Signed-off-by: Smarshal21 <[email protected]>
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 good! Just clear up those code quality checks. You can run .\gradlew detekt
or .\gradlew ktlintCheck
in the android terminal to check them locally. As for Codacy and Analysis, you'll have to check out the web gui Here
Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshal21 <[email protected]>
@@ -1429,30 +1427,17 @@ class ChatActivity : | |||
private fun initSmileyKeyboardToggler() { |
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.
the keyboard toggler is somehow broken with the new solution. It's now possible to show the emoji picker and the keyboard at the same timebelow it, which is a bit confusing.
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.
Thank you smarshal 👍
In the code i left some comments where things are broken.
Just let us know if you need help with this.
…ex for single emoji check Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshal21 <[email protected]> updated license header Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshall <[email protected]>
Signed-off-by: Smarshall <[email protected]>
Signed-off-by: Smarshall <[email protected]>
Signed-off-by: Smarshall <[email protected]> Update dialog_create_conversation.xml Signed-off-by: Smarshall <[email protected]> Update dialog_create_conversation.xml Signed-off-by: Smarshall <[email protected]>
Signed-off-by: Smarshal21 <[email protected]>
Signed-off-by: Smarshall <[email protected]>
Signed-off-by: Smarshal21 <[email protected]>
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3439-talk.apk |
@mahibi @rapterjet2004 resolved the changes requested👍🏻 |
thank you @Smarshal21 and sorry for delayed feedback. As far as is see the toggle when clicking on the emoji icon is still different now. |
as far as i see its working fine i can toggle between them. |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
Would this also work for Samsung Keybaord and their emoji? |
Resolves #2735
Description:
This pull request is aimed at replacing the existing Vanniktech Emoji Picker with the Google EmojiPicker within our application. The primary objectives of this change are to enhance the user experience and maintain compatibility with current emoji standards and features.
Changes Made:
Screenshots:
🏁 Checklist
/backport to stable-xx.x
.