Helium314
0ab9aeb8e6
update readme
2024-04-06 09:54:41 +02:00
Zolax
77cdf48846
fix markdown link in readme ( #635 )
2024-04-03 20:43:27 +02:00
Helium314
88cde3ee3a
update readme and add issue template for issues related to the spell checker
2024-04-02 16:44:54 +02:00
Helium314
f859e80aca
upgrade version, update translations and changelog
2024-03-31 21:55:01 +02:00
The Eclectic Dyslexic
252b435fd3
Add new vector icon ( #592 )
2024-03-31 21:24:10 +02:00
Helium314
613f2e80a3
update readme
2024-03-25 21:49:34 +01:00
Helium314
086647761d
change features section in readme to html, copy to full_description.txt for f-droid
2024-03-25 20:49:38 +01:00
Helium314
c20489d1de
update readme (todo section)
2024-03-15 21:06:12 +01:00
Helium314
1ffa4766af
update readmes
2024-03-11 19:08:40 +01:00
Helium314
1874e11d30
update readme
2024-03-04 22:10:47 +01:00
Helium314
777737db72
add todo section to readme
2024-02-27 16:55:46 +01:00
Helium314
c9d9ef5c63
udpate readmes
2024-02-27 11:29:44 +01:00
Helium314
6c6799e97e
clarify that changing layout is only possible if "use system languages" is disabled
2024-02-20 11:05:34 +01:00
Helium314
fd95b4dc87
add list of known dictionaries for more convenient links
2024-02-19 14:10:49 +01:00
Helium314
8ff7810df9
update readmes
2024-02-17 07:42:18 +01:00
src
f177bb984b
Fix typo in README.md ( #493 )
2024-02-16 05:00:32 +01:00
Helium314
759cb48e1e
update readme and do some more logging
2024-02-15 16:32:25 +01:00
Helium314
27259ac376
update readme and pr template
2024-02-15 11:53:01 +01:00
Helium314
5ce9e09f7d
update readme and description
2024-02-15 11:13:42 +01:00
Helium314
857fe3c59f
update readme and fastlane data
2024-02-14 19:02:40 +01:00
Helium314
161409a73e
update readme, remove old images
...
and properly close stream
2024-02-14 11:47:38 +01:00
Helium314
150cbe626e
update strings, add translation link
...
remove msgid from strings resources
move action key texts into normal strings file for easier translation
2024-02-14 09:56:54 +01:00
Helium314
be38a58c13
update app name in resources, readme, comments, ...
2024-02-14 09:22:30 +01:00
Helium314
7ea85d597b
Update README.md
2024-02-08 20:03:09 +01:00
Helium314
9cce029e06
don't allow disabling popop keys in non-alphabet layouts
...
and slightly adjust readme
2024-02-01 10:31:21 +01:00
Helium314
eb7333b1da
long-press symbols key for numpad
...
issue: immediately switches to symbols layout, after delay switches to numpad
2024-02-01 09:25:37 +01:00
Helium314
1490ddddd8
some adjustments after renaming the package
2024-01-31 21:12:34 +01:00
Helium314
2f5e3230d0
some adjustments / lint / unused code
2024-01-29 14:32:51 +01:00
Helium314
d5956ed891
remove unused tools for old xml layout style, update readme
2024-01-28 18:16:48 +01:00
Helium314
c8f99e67e8
warn about submitting new PRs until package is renamed
2024-01-28 11:06:51 +01:00
Helium314
93dfecfe9e
update readme and layout info
2024-01-26 20:42:39 +01:00
Helium314
615d1711b5
update readme and other texts
2024-01-05 11:14:39 +01:00
Helium314
2ec34b68ad
remove unused resources, update readme
2024-01-01 15:55:21 +01:00
Helium314
7941fd8ac4
add a line about clipboard pinning tp readme, fixes #366
2023-12-31 13:38:25 +01:00
Helium314
54abf44628
Make layouts customizable ( #361 )
...
now layouts can be added from files, or default layouts can be copied and edited
2023-12-30 23:18:10 +01:00
Helium314
d005c52a80
update readme
2023-12-19 09:37:06 +01:00
Helium314
2232bc3848
improvements for tablet layouts with new parser
2023-12-04 12:11:53 +01:00
Helium314
4af0f2d3a1
update readme and todos
2023-11-21 12:30:22 +01:00
Helium314
0a6a667ef1
update readme
2023-11-19 22:08:52 +01:00
Helium314
c2a48b27fe
add setting from bottom padding scale
2023-11-03 14:24:43 +01:00
Helium314
778f160c07
update readme
2023-11-02 21:04:37 +01:00
Helium314
62dd2d954f
Update README.md
2023-10-31 08:07:00 +01:00
Md. Rifat Hasan Jihan
b59d0b525d
Refined the hidden feature description ( #235 )
...
* refined the hidden feature description
* Update README.md
2023-10-23 08:38:51 +02:00
Helium314
cf261bf5ef
update tests and readme
2023-09-25 07:11:33 +02:00
Helium314
25ad4a3178
add toolbar to suggestion strip
...
arrow to expand
long-press keys to pin them (replaces old voice and clipboard key settings)
fixes #139
2023-09-24 21:31:37 +02:00
BlackyHawky
741b60a8b4
Link of "Add Unicode 15 emojis" corrected in Readme ( #174 )
2023-09-20 19:11:18 +02:00
Helium314
eb45495d13
Hangul update ( #160 )
...
Add Hangul layout from https://github.com/Lee0701/openboard/tree/hangul
Further changes:
* merge current state and make it compile
* some formatting
* remove Korean dictionary (to be downloaded from original repo)
* add file in make-keyboard-text for auto-generating KeyboardTextsTable
* disable Hangul combiner when not using Hangul (otherwise symbols are seen as parts of a word)
---------
Co-authored-by: Lee0701 <hgl1002@naver.com>
2023-09-16 11:09:15 +02:00
Helium314
5f29248855
add section about hidden features to readme
2023-09-15 13:21:21 +02:00
Helium314
9abcd15c5f
update readme
2023-09-13 15:38:58 +02:00
Helium314
2ae736db08
Update README.md
2023-09-11 16:18:08 +02:00