emojicon icon indicating copy to clipboard operation
emojicon copied to clipboard

using DialogFragment

Open ankushsachdeva opened this issue 10 years ago • 16 comments

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

ankushsachdeva avatar Aug 22 '14 18:08 ankushsachdeva

incase someone wishes to do that, make EmojiconsFragment class extend DialogFragment and for the first argument while initializing EmojisPagerAdapter replace getSupportFragmentManger() with getChildFragmentManager()

ankushsachdeva avatar Aug 22 '14 19:08 ankushsachdeva

I will work on this feature soon.

rockerhieu avatar Oct 29 '14 17:10 rockerhieu

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

ankushsachdeva avatar Oct 29 '14 17:10 ankushsachdeva

@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.

daniele-athome avatar Oct 29 '14 17:10 daniele-athome

Can this feature be implemented?

funcoding avatar Mar 14 '15 13:03 funcoding

@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.

daniele-athome avatar Mar 14 '15 13:03 daniele-athome

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 avatar Mar 14 '15 14:03 ankushsachdeva

@ankushsachdeva I tried out your's and facing some issues with lollipop

funcoding avatar Mar 14 '15 14:03 funcoding

@daniele-athome Thanks. I shall have a look.

funcoding avatar Mar 14 '15 14:03 funcoding

@daniele-athome @ankushsachdeva is it possible to get your projects from gradle?

dekaru avatar Mar 17 '15 16:03 dekaru

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

daniele-athome avatar Mar 17 '15 16:03 daniele-athome

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.

ankushsachdeva avatar Mar 18 '15 10:03 ankushsachdeva

hello @daniele-athome,

any news on merging your modifications?

bolatov avatar May 13 '15 12:05 bolatov

@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 :-)

daniele-athome avatar May 14 '15 19:05 daniele-athome

@ankushsachdeva facing issues using your library on API level >=21 any workaround ?

Jaymo avatar Jul 15 '15 17:07 Jaymo

hi, any news on this?

aalt0 avatar Nov 02 '15 18:11 aalt0