cridus

Results 11 comments of cridus

I can't even manage to get the emoji popup to appear. What view do we have to pass to the EmojiconsPopup's constructor, when using dialogs? If I pass the root...

So, after further trying and debugging, it seems my only problem is the PopupWindow appearing above the keyboard instead of on top of it (I wrote "on top of" in...

I just found something! By using the "update(int x, int y, int width, int height, boolean force)" method, if you pass a negative y it will overlap the keyboard. The...

(Time for a new comment) I found a way to make the popup disappear even before the keyboard does. I modified the EmojiconEditText like so: ``` public class EmojiconEditText extends...

you mean the last line? -1 as the y in "showAtLocation"? I'll try. edit: I tried and the popup simply gets moved down by 1 pixel (as I suspected). does...

update: it seems my method of using a big negative number as the Y in "showAtLocation" doesn't work for every device. it fails on a Ulefone with Lollipop. I tried...

I just tried KitKat in an emulator, with a non-translucent status bar and the popup is of the right height without the above change to the code (so, with the...

I found that the above code makes the popup always shorter than the keyboard. I tried several devices in the emulator, and both Lollipop and L. How can I reproduce...

I know that github issues shouldn't be used as forum threads or such, but it took some time for me to figure out what to actually do to get ARCore...

About using a firewall... Months ago I was told about this program called "Portmaster" that seemed able to filter traffic based on country of origin. Unfortunately, for some stupid reason...