* Display Pleroma emoji reactions
* Interact with existing Pleroma emoji reactions
* Setting for emoji reaction support
* Setting for displaying reactions in timelines
* More horizontal padding on reactions display item
* List accounts who reacted
* Arbitrary emoji reaction from status footer
* Hide custom emoji keyboard when emoji is selected
* Clear preferences before applying
All preferences get written anyways so nothing will be lost
* Reset react visibility state on bind
* Fix custom emoji turning black when reacting
* Load reactions when a new one is added
* Emoji reactions grid
* Load custom emoji in reactions list fragment
* New reaction toast messages and Unicode emoji regex
* Make custom emoji picker for reactions scrollable
* Scroll down to show custom emoji picker when reacting
* Divider after reaction custom emoji picker
* Animate react button opacity back in
* fix plural strings
* re-implement reactions using horizontal recycler view
* update reactions with event
* tweak emoji font size
* tweak button styles (a tiny bit)
* change footer react button behavior
* fix emoji reaction status item padding
* move emoji reactions below content items
* add content description and tooltip
* use custom emoji keyboard to enter unicode emoji
* fix reactions clearing on status counter updates
* fix space next to emoji reactions not clickable
* make compatible with glitch-soc
* Remove now unused EmojiReactionsView class
* improve handling of reaction padding
---------
Co-authored-by: sk <sk22@mailbox.org>
* Sort Hashtags you follow menu
* change sorting method
---------
Co-authored-by: Mark Hansen <mhansen@accusoft.com>
Co-authored-by: sk <sk22@mailbox.org>
closes sk22#664
* fix(remote): send remoteAccount
* fix(server-about): set adming account as remote
* fix(remote): show remote local accounts as remote
* build: add unified push dependency
* feat(notification): allow arbitrary push notification endpoint
* feat(notification/unified-push): show notification
* refactor(unifiedPush): use more consise null check
* feat(settings/notification): add UnifiedPush toggle
* feat(settings/notification): show no distributor message
* feat(settings/notification): disable unifiedpush when no distributor is available
* change icon name
---------
Co-authored-by: sk <sk22@mailbox.org>