<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unexpected-keyboard/res/xml/method.xml, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/'/>
<entry>
<title>Add languages for which a dictionary is available (#1267)</title>
<updated>2026-05-03T17:19:51+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2026-05-03T17:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=9189921719ac903bd645516f187c9b9aced20f68'/>
<id>9189921719ac903bd645516f187c9b9aced20f68</id>
<content type='text'>
* gen_method_xml.py: Warn for unused dictionaries

Helps catch missing locales.

* Add languages for which a dictionary is available

Make dictionaries are available to more languages. Extra keys are added
for as many languages as possible but no layout is added.

Some languages are still not added, mainly because they use a script
that the keyboard doesn't support yet:

    pa, gu, or, te, mai, sat, km, iw, zgh, sd, ml, sa</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gen_method_xml.py: Warn for unused dictionaries

Helps catch missing locales.

* Add languages for which a dictionary is available

Make dictionaries are available to more languages. Extra keys are added
for as many languages as possible but no layout is added.

Some languages are still not added, mainly because they use a script
that the keyboard doesn't support yet:

    pa, gu, or, te, mai, sat, km, iw, zgh, sd, ml, sa</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong locale selection for English (#1263)</title>
<updated>2026-05-03T14:50:41+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2026-05-03T14:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=20a4916ff605e8f97e437457ea3b8dce510cfce0'/>
<id>20a4916ff605e8f97e437457ea3b8dce510cfce0</id>
<content type='text'>
The "en" locale, which was meant to be the default for English locales
that are not in the list, was used instead of exact locales like "en_US".

The "en" locale was also used as the default locale for languages that
are not in the list at all. The "en_GB" locale is used for this instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "en" locale, which was meant to be the default for English locales
that are not in the list, was used instead of exact locales like "en_US".

The "en" locale was also used as the default locale for languages that
are not in the list at all. The "en_GB" locale is used for this instead.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the spacebar in Hangul combining (#1244)</title>
<updated>2026-04-24T09:32:19+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2026-04-24T09:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=b844af1f289921592a8bfb7e5a174d4e1b33c0dd'/>
<id>b844af1f289921592a8bfb7e5a174d4e1b33c0dd</id>
<content type='text'>
* Fix the spacebar in Hangul combining

The encoding for the spacebar changed and the Hangul combining code was
not updated.

* Change the default layout for Korean</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the spacebar in Hangul combining

The encoding for the spacebar changed and the Hangul combining code was
not updated.

* Change the default layout for Korean</pre>
</div>
</content>
</entry>
<entry>
<title>Change default locale for en_* and update IME layout (#1237)</title>
<updated>2026-04-14T17:41:53+00:00</updated>
<author>
<name>Tony O</name>
</author>
<published>2026-04-14T17:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=08eb3a04a6b711cc3e88cf0d59a35626a8562afa'/>
<id>08eb3a04a6b711cc3e88cf0d59a35626a8562afa</id>
<content type='text'>
Change default unknown locale dictionary from en_US to en_GB</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change default unknown locale dictionary from en_US to en_GB</pre>
</div>
</content>
</entry>
<entry>
<title>Add Finnish QWERTY keyboard layout XML (#1221)</title>
<updated>2026-04-05T21:34:36+00:00</updated>
<author>
<name>Tony O</name>
</author>
<published>2026-04-05T21:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=963399417e8222dc232d899f2868c600e64e1e99'/>
<id>963399417e8222dc232d899f2868c600e64e1e99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spell checking (#1137)</title>
<updated>2026-02-01T23:20:00+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2026-02-01T23:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=77c4a27c4c37b3620defcab94ffd1b2f536c88cb'/>
<id>77c4a27c4c37b3620defcab94ffd1b2f536c88cb</id>
<content type='text'>
This adds dictionary-based spell checking to the keyboard. The keyboard looks at the word being typed and matches it against a dictionary to either complete the rest of the word or find alternative spellings.

The core of this feature is implemented in cdict, which is included as a
submodule in vendor/cidct.

Cdict is developped at https://github.com/Julow/cdict
The dictionaries are hosted at https://github.com/Julow/Unexpected-Keyboard-dictionaries/
The wordlists used to build the dictionaries are the same ones used by
HeliBoard from https://codeberg.org/Helium314/aosp-dictionaries

- Add an activity accessible from the launcher app that lists available
  dictionaries with a download button.
  The DictionaryListView view shows the list of available dictionaries and
  handles downloading and installing them.

- The Dictionaries class manages installed dictionaries. Dictionaries are
  installed as individual files into the app's private directory.

- Available dictionaries are listed in dictionaries.xml, which is generated
  when building Unexpected-Keyboard-dictionaries.
  method.xml mentions the dictionary name for each locales.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds dictionary-based spell checking to the keyboard. The keyboard looks at the word being typed and matches it against a dictionary to either complete the rest of the word or find alternative spellings.

The core of this feature is implemented in cdict, which is included as a
submodule in vendor/cidct.

Cdict is developped at https://github.com/Julow/cdict
The dictionaries are hosted at https://github.com/Julow/Unexpected-Keyboard-dictionaries/
The wordlists used to build the dictionaries are the same ones used by
HeliBoard from https://codeberg.org/Helium314/aosp-dictionaries

- Add an activity accessible from the launcher app that lists available
  dictionaries with a download button.
  The DictionaryListView view shows the list of available dictionaries and
  handles downloading and installing them.

- The Dictionaries class manages installed dictionaries. Dictionaries are
  installed as individual files into the app's private directory.

- Available dictionaries are listed in dictionaries.xml, which is generated
  when building Unexpected-Keyboard-dictionaries.
  method.xml mentions the dictionary name for each locales.
</pre>
</div>
</content>
</entry>
<entry>
<title>More practical definition of method.xml (#1149)</title>
<updated>2025-12-27T22:49:50+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2025-12-27T22:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=dfaf4dbb5766bf134cbf97d0516493e2256d2e5a'/>
<id>dfaf4dbb5766bf134cbf97d0516493e2256d2e5a</id>
<content type='text'>
Locale are now defined in `gen_method_xml.py` in a more convenient and
checked way. It contains both the locale definition and the generation
script.

`method.xml` is generated with:

    gradle test

The goal is to support dictionaries for spell checking.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Locale are now defined in `gen_method_xml.py` in a more convenient and
checked way. It contains both the locale definition and the generation
script.

`method.xml` is generated with:

    gradle test

The goal is to support dictionaries for spell checking.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for four important Nigerian languages (#1077)</title>
<updated>2025-08-16T23:59:46+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2025-08-16T23:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=c1d473b4a0b77765e7787a7dc052a748873be826'/>
<id>c1d473b4a0b77765e7787a7dc052a748873be826</id>
<content type='text'>
This adds the English, Hausa, Yoruba and Igbo languages for Nigeria. The
goal is to add the ₦ symbol as well as basic support for these
languages. No layout is added.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the English, Hausa, Yoruba and Igbo languages for Nigeria. The
goal is to add the ₦ symbol as well as basic support for these
languages. No layout is added.</pre>
</div>
</content>
</entry>
<entry>
<title>Added Macedonian language layout (#1016)</title>
<updated>2025-06-19T21:11:17+00:00</updated>
<author>
<name>David</name>
</author>
<published>2025-06-19T21:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=2e0be0b32bab5c054093c34116bdbff7a1e48762'/>
<id>2e0be0b32bab5c054093c34116bdbff7a1e48762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add icelandic layout (#999)</title>
<updated>2025-05-25T14:44:50+00:00</updated>
<author>
<name>tenextractor</name>
</author>
<published>2025-05-25T14:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=536b8d1f67feb5d1449b84287ec2a6b2ffa4cb93'/>
<id>536b8d1f67feb5d1449b84287ec2a6b2ffa4cb93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
