Feature: Support filtering custom emoji in reaction view (#836)
* Support filtering custom emojis in reaction keyboard. * Move creation of EditText to conditional block. * Clear unused comment * Update requests variable when publishing filter results so the images displayed will be correct. * Combine text fields in emoji reaction keyboard, create new initializer for EmojiCategory so it can be copied properly. * Performance optimization and fixed a typo in filter. * improve layout --------- Co-authored-by: sk <sk22@mailbox.org>
This commit is contained in:
@@ -363,8 +363,8 @@
|
||||
<item quantity="other">%1$,d users reacted with %2$s</item>
|
||||
</plurals>
|
||||
<string name="sk_button_react">React with emoji</string>
|
||||
<string name="sk_enter_emoji_toast">Please type an emoji</string>
|
||||
<string name="sk_enter_emoji_hint">Type to react with an emoji</string>
|
||||
<string name="sk_enter_emoji_toast">Please type an emoji</string>
|
||||
<string name="sk_enter_emoji_hint">Type an emoji or search custom emoji</string>
|
||||
<string name="sk_mute_label">Duration</string>
|
||||
<string name="sk_duration_indefinite">Indefinite</string>
|
||||
<string name="sk_duration_minutes_5">5 minutes</string>
|
||||
|
||||
Reference in New Issue
Block a user