replace emojipicker
Android now offers an Emojipicker (currently alpha): https://developer.android.com/jetpack/androidx/releases/emoji2#emojipicker-1.0.0-alpha01
As we have some problems with https://github.com/vanniktech/Emoji
the picker might be replaced.
- [ ] wait for stable release & try out
Looks like Stable version is now out https://developer.android.com/jetpack/androidx/releases/emoji2#1.3.0
As far as i see the emojipicker will only be included since v1.4.0 which is still beta: https://developer.android.com/jetpack/androidx/releases/emoji2#1.4.0-beta01
Ahh okay sorry I thought it was also on version 1.3.0
i want to work on this could you please assign this to me
i want to work on this could you please assign this to me
the emojipicker from google is still in alpha state. Usually we avoid using alpha state libs so i suggest to wait a bit longer.
Sure
On Fri, 25 Aug 2023, 1:04 pm Marcel Hibbe, @.***> wrote:
i want to work on this could you please assign this to me
the emojipicker from google is still in alpha state. Usually we avoid using alpha state libs so i suggest to wait a bit longer.
— Reply to this email directly, view it on GitHub https://github.com/nextcloud/talk-android/issues/2735#issuecomment-1692906264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXYPUKGMJTB5J346L5V5GT3XXBIR7ANCNFSM6AAAAAAUO2G5IY . You are receiving this because you commented.Message ID: @.***>
It seems that emojipicker was released with emoji2 v1.4.0
https://developer.android.com/jetpack/androidx/releases/emoji2#version_14_2 https://developer.android.com/develop/ui/views/text-and-emoji/emoji-picker
If you are still interested, feel free to give it a try @Smarshal21
i implemented it here - https://github.com/nextcloud/talk-android/pull/3439