futo-org / android-keyboard

Offical FUTO Keyboard Issue Tracker and Source Mirror of https://gitlab.futo.org/keyboard/latinime
Other
499 stars 15 forks source link

Gif search #83

Open kf7mxe opened 1 month ago

kf7mxe commented 1 month ago

Be able to search gifs from Giphy. If possible be able to change the website/api to search gifs for.

Also if we end up implementing any of these features ourselves is there a way to make a pull request to share the feature with others?

abb128 commented 1 month ago

The keyboard doesn't have the internet permission, so implementing this within the keyboard wouldn't work without breaking the core promise of no connecting to the internet. It may be possible to develop a system for optional external add-on apps with internet permission to carry out tasks like this, but this may get complicated

digitalkram commented 1 month ago

Wouldn't that be similar to the TTS plugin that has internet access?

abb128 commented 1 month ago

Wouldn't that be similar to the TTS plugin that has internet access?

The integrated voice input doesn't have internet access, it runs on your phone.

digitalkram commented 1 month ago

I know and read that. One of the reasons I considered taking it to a test drive. I saw in appinfo that it has requested no permissions and the data counter is 0. I was probably mislead by the fact that the futo keyboard app has a grayed-out "allow network access" toggle while futo voice input can be toggled there (off-topic, but why?) Back to topic: Generally I was more referring to the idea of a add-on/plugin system that could have existed because why else would something called 'built-in' be separate. But obviously I was mistaken here.

MulverineX commented 1 month ago

As long as GIF search is disabled by default I don't really see the problem with this. Even if an addon system was implemented, that would still require internet access to be enabled so that the plugin itself once installed could make requests.

MulverineX commented 1 month ago

Another nice system to have would be a favorites section where you can favorite specific gifs by long pressing on them, that can be a separate issue though. Also it would be neat if there was a page in settings that allowed you to manually add gif URLs and local files (including non-animated images) to your favorites.

MulverineX commented 1 month ago

This is currently one of the most blocking reasons I choose Gboard for now, really looking forward to this being done eventually.