billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
54 stars 18 forks source link

Feature request: offline dictionary lookup #76

Closed dfandrich closed 7 months ago

dfandrich commented 9 months ago

It would be nice to have an option to look up words in a locally-installed dictionary app instead of opening a URL, for a seamless offline experience. For reference, here's how another word game does it.

billthefarmer commented 9 months ago

The code you linked to offers the option of Aard 2 or QuickDic. I would propose to offer the existing Wiktionary plus those, defaulting to Wiktionary if the apps aren't installed. I haven't investigated yet.

billthefarmer commented 9 months ago

OK, that appears to work, it will be in the next version

dfandrich commented 9 months ago

Super, thanks!

elonmasai7 commented 9 months ago

thanks