- Notifications
You must be signed in to change notification settings - Fork8
Android Chinese keyboard: Stroke Input Method (筆畫輸入法)
License
stroke-input/stroke-input-android
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A minimalist Chinese keyboard where you input charactersby typing stroke sequences (e.g. 天 is ㇐㇐㇒㇔).
UsesConway Stroke Data.
- Good character support (over 28k characters) including vernacular Cantonese
- User preference for traditional or simplified characters
- No permissions, tracking, etc.
- Deterministic candidate generation which doesn't learn user input
Copyright 2021–2025 Conway
Licensed under the GNU General Public License v3.0 (GPL-3.0-only).
This is free software with NO WARRANTY etc. etc., seeLICENSE.
For detailed copyright information in relation to dependencies,seeapp/src/main/assets/about.html.
| Key | Stroke |
|---|---|
| ㇐ | horizontal; raise |
| ㇑ | vertical; vertical-with-hook |
| ㇒ | left-slash |
| ㇔ | right-press; dot |
| ㇖ | turn; bend |
| Character | Stroke sequence |
|---|---|
| 天 | ㇐㇐㇒㇔ |
| 下 | ㇐㇑㇔ |
| 為 | ㇔㇒㇖㇖㇖㇔㇔㇔㇔ |
| 公 | ㇒㇔㇖㇔ |
| Function | Action |
|---|---|
| Retract keyboard | Use system Back Button (or Back Gesture) |
| Change language | Horizontally swipe space-bar |
| Change to other keyboard | Long press space-bar |
These areConway-Markdown (CMD) files,used to compile the HTML files by runningcmd --allwhilst in the root directory of this repository.
These are files containing CMD Rules used by the CMD files.
These are the actual About and Help files that get served in the app.
These are data files used by the input method.Taken from Conway Stroke Data (CC-BY-4.0 /Public Domain),see <https://github.com/stroke-input/stroke-input-data>.
This is the font used for the keyboard.Taken from Stroke Input Font (GPL-3.0-only),see <https://github.com/stroke-input/stroke-input-font>.
This is the stylesheet for the HTML files that get served in the app.
About
Android Chinese keyboard: Stroke Input Method (筆畫輸入法)
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.


