Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Privacy-focused Android keyboard with swipe typing, custom layouts, and password
- Spacebar swipe for cursor control
- Backspace swipe to delete previous word
- Optional number row
- QWERTZ, AZERTY, Dvorak, Colemak, Workman, and Hcesar layouts
- QWERTZ, AZERTY, Dvorak, Colemak, Workman, Bds and Hcesar layouts
- Hardware keyboard detection

**Intelligence**
Expand All @@ -41,7 +41,7 @@ Privacy-focused Android keyboard with swipe typing, custom layouts, and password
- Autocorrect with configurable pause-on-misspell; skips URLs, emails, and punctuation
- Word learning with encrypted SQLCipher database
- User-specific word frequency tracking
- 16 supported languages with dedicated language toggle button
- 17 supported languages with dedicated language toggle button
- Merged dictionaries mode for multilingual typing sessions
- Emoji search with keyword support

Expand Down
23 changes: 23 additions & 0 deletions app/src/main/assets/characters/bg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"variations": {
"\"": ["\u201E", "\u201C", "\u201D", "\u00AB", "\u00BB"],
"—": ["\u2013", "-"],
".": ["\u2026", "\u00B7", "\u2022"],
"'": ["\u2018", "\u2019", "\u201B"],
"-": ["\u2013", "\u2014"],
"€": ["\u0024", "лв", "\u00A3", "\u00A5", "\u20B9", "\u20BD"],
"!": ["\u00A1"],
"?": ["\u00BF", "\u203D"],
"%": ["\u2030"],
"+": ["\u00B1"],
"=": ["\u2260", "\u2248"],
"*": ["\u00D7", "\u00F7", "\u2022"],
"(": ["[", "{"],
")": ["]", "}"],
"<": ["\u2264", "\u00AB"],
">": ["\u2265", "\u00BB"],
"0": ["\u00B0"],
"#": ["\u2116"],
":": [";"]
}
}
Loading