billthefarmer / gurgle

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

Use Wiktionary for word search #54

Closed sotpapathe closed 2 years ago

sotpapathe commented 2 years ago

Wiktionary allows specifying the word's language which results in more accurate results. DuckDuckGo only worked well for English.

Closes issue #53.

billthefarmer commented 2 years ago

Thank you. ~According to the docs URLEncoder.encode(String, Charset) was 'Added in API level 33', so I will change it to URLEncoder.encode(String, String), so as to not create problems.~

I missed the toString() on the end.