Ensar Sarajčić
ab3cfc36f0
Add autofill integration to the keyboard
...
* Activated autofill support for our input method in method.xml
* Implemented required methods in our IME
* Styled views as similar as possible to the clipboard item
* Added InlineContentViewHorizontalScrollView which properly clips these views,
since they are owned by another process and are usually drawn above our views
This closes #199
2023-07-05 12:18:36 +02:00
Tibor Kaputa
e41c6c0817
Merge pull request #209 from Merkost/paste_fix
...
Changed onPastedText cursor position to the end of the text
2023-06-28 09:25:01 +02:00
Tibor Kaputa
500b1b20a9
Merge pull request #210 from Merkost/Fast_type_delay
...
Added delay for fast typing
2023-06-28 09:22:07 +02:00
merkost
dc1972a096
Added delay for fast typing
2023-06-28 13:32:53 +10:00
merkost
cd66af8cc0
Changed onPastedText cursor position to the end of the text
2023-06-28 11:54:14 +10:00
Tibor Kaputa
7b80307abd
Merge pull request #205 from weblate/weblate-simple-mobile-tools-simple-keyboard
...
Translations update from Hosted Weblate
2023-06-27 11:40:03 +02:00
J. Lavoie
cba6850d7d
Translated using Weblate (French)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/fr/
2023-06-27 11:39:37 +02:00
ShareASmile
59e012991f
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/pa/
2023-06-27 11:39:37 +02:00
Tibor Kaputa
056ab4d4f0
Merge pull request #207 from chihung93/feature/add_vn
...
Feature/add_Vietnamese_Telex
2023-06-27 11:39:32 +02:00
Tibor Kaputa
b856bf9f9f
do not translate string comments
2023-06-27 11:39:21 +02:00
Tibor Kaputa
15169a6280
minor code style update
2023-06-27 11:37:34 +02:00
Henry
0ead92bab0
fix(language): fix review code from @tibbi
...
Signed-off-by: Hung <>
2023-06-27 11:43:23 +07:00
Hung
177be0205f
feature(language): add telex source
...
Signed-off-by: Hung <>
2023-06-26 16:26:08 +07:00
Henry
01aeabdf9a
feature(language): add vi string + config Vn
...
Signed-off-by: Hung <>
2023-06-26 16:25:45 +07:00
Henry
b57a0461cf
feature(language): add vi string + config Vn
...
Signed-off-by: Hung <>
2023-06-23 23:50:17 +07:00
tibbi
e0da002baa
updating changelog
2023-06-23 09:57:41 +02:00
tibbi
42d4b72685
update version to 5.4.6
2023-06-23 09:57:33 +02:00
Tibor Kaputa
243cafc69b
Merge pull request #204 from weblate/weblate-simple-mobile-tools-simple-keyboard
...
Translations update from Hosted Weblate
2023-06-23 09:39:58 +02:00
Tibor Kaputa
a467961e06
Merge pull request #203 from Merkost/termux_fix
...
Fixed termux issue
2023-06-23 09:39:35 +02:00
Adrian Wahyudi
a537b79b85
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/id/
2023-06-23 09:37:59 +02:00
merkost
7dde359f5b
Added updateShiftKeyState if originalText is null
2023-06-23 12:33:59 +10:00
merkost
72512478d9
Revert "Fixed termux issue"
...
This reverts commit 1c134f1956
.
2023-06-23 12:26:23 +10:00
merkost
859af20078
Merge remote-tracking branch 'origin/termux_fix' into termux_fix
2023-06-23 12:24:27 +10:00
merkost
1c134f1956
Fixed termux issue
2023-06-23 12:24:10 +10:00
merkost
cfe7a41b00
Fixed termux issue
2023-06-23 12:15:24 +10:00
tibbi
ffbeff5bab
replacing jcenter with mavenCentral
2023-06-22 23:58:27 +02:00
Tibor Kaputa
eb035798b8
Merge pull request #202 from Merkost/delete_fix
...
Fixed on delete key click
2023-06-22 11:44:56 +02:00
merkost
ed4ba59134
Fixed on delete key click
2023-06-22 19:12:13 +10:00
tibbi
637f069a65
updating changelog
2023-06-18 10:00:34 +02:00
tibbi
cf08c69a80
update version to 5.4.5
2023-06-18 10:00:18 +02:00
tibbi
ce57b3cc4b
lets simplify the null check
2023-06-18 09:54:53 +02:00
tibbi
d2c3116173
adding a null check
2023-06-18 09:54:18 +02:00
tibbi
febd62164d
adding 2 extra chars to the english keyboards
2023-06-18 09:38:28 +02:00
Tibor Kaputa
f1539bf377
Merge pull request #195 from Merkost/direct_boot_aware
...
Direct boot aware fixes
2023-06-18 08:56:37 +02:00
Tibor Kaputa
b89cc04f04
Merge pull request #196 from Merkost/capitalizing_refactoring
...
Sentences capitalization cursor improvements
2023-06-18 08:52:35 +02:00
merkost
8f2d851c08
Added additional lockScreen check
2023-06-18 13:21:51 +10:00
merkost
9c57944b29
Added sentences capitalization to the first editText
2023-06-18 13:09:08 +10:00
merkost
409e3f4c35
Moved setKeyboardHolder before setKeyboard in order to properly manage toolbar visibility
2023-06-17 10:02:02 +10:00
merkost
d8dead14ea
Added isDeviceLocked extension function to track when user is on a LockScreen
2023-06-17 10:01:09 +10:00
merkost
cca92c784a
Fixed capitalization scenario when cursor is moved
2023-06-17 09:32:33 +10:00
Tibor Kaputa
5e50feea90
Merge pull request #194 from Merkost/capitalizing_refactoring
...
Fixed some wrong capitalizing scenarios
2023-06-16 15:32:09 +02:00
merkost
dfb4382f62
Fixed some wrong capitalizing scenarios
2023-06-16 22:49:18 +10:00
tibbi
97204cbac0
updating changelog
2023-06-15 09:33:07 +02:00
tibbi
1febf07460
update version to 5.4.4
2023-06-15 09:33:01 +02:00
tibbi
a5110a4169
updating commons
2023-06-15 09:27:32 +02:00
Tibor Kaputa
603f7033c5
Merge pull request #192 from Merkost/direct_boot_aware
...
Direct boot aware fixes
2023-06-15 09:20:04 +02:00
Tibor Kaputa
af0f05c299
fixing a check
2023-06-15 09:19:51 +02:00
merkost
471b3f25cc
Merge remote-tracking branch 'origin/direct_boot_aware' into direct_boot_aware
2023-06-15 16:23:25 +10:00
merkost
8cab8a3c79
Fixed directBoot crashes
2023-06-15 16:23:11 +10:00
Tibor Kaputa
ab40bb2169
Merge pull request #190 from weblate/weblate-simple-mobile-tools-simple-keyboard
...
Translations update from Hosted Weblate
2023-06-13 10:55:18 +02:00