challfry / TheKraken

An iOS client for the Twit-arr server.
3 stars 1 forks source link

Emoji cell should update with emoji user actually uses. #51

Closed challfry closed 4 years ago

challfry commented 4 years ago

The idea behind the emoji cell is to be like the emoji keyboard, but non-modal and visible enough that it encourages users to use emoji. It's pre-populated with 100 commonly-used emoji. But, when a user actually makes a post with an emoji in it, we could grab it and add it to the list for easier future access.

In other words, the next time the the user opens the compose view, the emoji cell would have a new button with the emoji they previously entered by going to the emoji keyboard.

challfry commented 4 years ago

The emoji cell now does this. Forum and twitarr posts the user composes get scavenged for emoji when the post happens.