Daniele Ricci

Results 183 comments of Daniele Ricci

Isn't it `ThreadMode.ASYNC`?

I have something similar on another library using a circular reveal animation. It might be an Android bug, but I'm not sure. Did you try the tumblr demo app in...

What about encoding the codepoints to base64 or something?

I'm currently storing them on a database for my messages without any hassle and even without base64. On Android you don't even need to set an encoding, it's UTF-8 by...

I guess you are using an EmojiconTextView to display them?

I don't know what could be wrong... can you show us the code that stores and retrieves the data and displays it?

Oh I see now: the data does not go directly into SQLite and come back from it. It goes through a server and a server-side database, isn't it? You should...

@rockerhieu are you sure we can obtain the same results as a PopupWindow and the same behaviour? I was going in the same direction of #39 (a bit less invasive...

@funcoding I ended up rewriting all objects as views and used a popupwindow. You can find the code kontalk/emojicons, but please note that is not compatible with the current emojicon...

@dekaru I don't think so, I plan to merge my modifications to @rockerhieu repository.