rugk
rugk
The Frensh translation still needs updates. Also, I've added another feature for the v1.2 release as it took that long anyway, i.e. the popup/actual emoji picker can now also be...
[Version 2.0](https://github.com/rugk/awesome-emoji-picker/milestone/5) is about to be released! Fortunately, there is not much to translate. Here is what: * mostly, just [the changelog](https://github.com/rugk/awesome-emoji-picker/blob/master/assets/texts/en/Changelog/2.0.md) * and the entry `optionEmojiPickerSet`, where [I've removed...
Also another minor change that fixed #73 is https://github.com/rugk/awesome-emoji-picker/commit/f0d38a263731479c2f56bb8eafc04093274c720f, basically just an update of the `permissions.md`.
This is a bug in Firefox, reported upstream as https://bugzilla.mozilla.org/show_bug.cgi?id=1623875
Yes, this is expected, because I can only statically define [the keyword search](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/user_interface/Omnibox). I cannot enable or disable it. Thus, I either can ignore that and no search will trigger....
Okay, I can see the issue with privacy. I deliberately choose a common (and short) word, so it is easy to search for. The idea behind opening the options page...
Another workaround would be to trigger the default search. That, [is actually already implemented](https://github.com/rugk/awesome-emoji-picker/blob/1dcd58dd5fb7689a552a3511640eb03982d223e0/src/background/modules/OmniboxSearch.js#L106-L129), and you only need to grant the add-on the "search" permission for that. (I need that,...
> What's worse is that when the upgrade rolled out, all your current users would have to agree to it. What do you mean. The "search" permission? Yes, that's what...
Actually that is already possible somewhat, at least in the search bar. If you have enabled the emojipedia search, you can paste 😅 and then just press enter and it...
Yes, see https://github.com/rugk/awesome-emoji-picker/issues/34.