emojicon
emojicon copied to clipboard
using DialogFragment
Can we have the EmojiconsFragment class in the form of a dialog(using DialogFragment) so that we can easily replace this fragment in place of the soft keyboard. This is how whatsapp and other messaging apps smoothly toggle between qwerty keyboard and emoticons
incase someone wishes to do that, make EmojiconsFragment class extend DialogFragment and for the first argument while initializing EmojisPagerAdapter replace getSupportFragmentManger() with getChildFragmentManager()
I will work on this feature soon.
Since, this issue did not gain much attention, I made a new project based on this library that does the job. You can find it here. https://github.com/ankushsachdeva/emojicon
@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 maybe), but I will also try with a DialogFragment to see what happens.
Can this feature be implemented?
@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 library.
you can use ankushsachdeva/emojicon On 14 Mar 2015 19:20, "Daniele Ricci" [email protected] wrote:
@funcoding https://github.com/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 library.
— Reply to this email directly or view it on GitHub https://github.com/rockerhieu/emojicon/issues/22#issuecomment-80491149.
@ankushsachdeva I tried out your's and facing some issues with lollipop
@daniele-athome Thanks. I shall have a look.
@daniele-athome @ankushsachdeva is it possible to get your projects from gradle?
@dekaru I don't think so, I plan to merge my modifications to @rockerhieu repository.
Not as of now, but I plan to do it in future On 17 Mar 2015 21:56, "David Álvarez" [email protected] wrote:
@daniele-athome https://github.com/daniele-athome @ankushsachdeva https://github.com/ankushsachdeva is it possible to get your projects from gradle?
— Reply to this email directly or view it on GitHub https://github.com/rockerhieu/emojicon/issues/22#issuecomment-82447608.
hello @daniele-athome,
any news on merging your modifications?
@bolatov sorry not yet. I'm trying to find the time to do it, but I can't promise anything though. I will do it :-)
@ankushsachdeva facing issues using your library on API level >=21 any workaround ?
hi, any news on this?