Commit Graph

55 Commits

Author SHA1 Message Date
2df2ac7196 Space key fix 2023-05-18 13:07:56 +10:00
8b0d59781b fix: formatting 2023-04-24 13:51:19 +01:00
acb82a5caa fix: remove numbers from popup character if showNumbersRow is enabled. 2023-04-20 12:42:57 +01:00
7bb026b278 refactor: renamed isNumRow to isNumbersRow 2023-04-20 11:53:56 +01:00
5363970799 feat: implemented logic to hide and show number keys row. 2023-04-18 16:15:25 +01:00
d797ba33c3 feat: added secondary icon attribute to key. 2023-02-08 17:27:55 +01:00
144198f728 Merge latest main into own 2022-08-03 20:28:44 +02:00
9b80ddd7d4 Change name of variable to comply with strings 2022-08-03 18:35:11 +02:00
d39ce2bb91 Remove duplicate code 2022-08-03 18:24:40 +02:00
71e6b63158 Add emoji key 2022-07-30 21:28:01 +05:30
b31a5c2298 Format code to .editorconfig requirements 2022-07-28 20:39:47 +02:00
958621b281 Add keyboard height multiplier function 2022-07-28 20:27:21 +02:00
aedc35ff02 do not complicate the code with nearest keys, we have no corrections 2022-02-19 17:32:02 +01:00
0c6259343e make sure the popup width is the same as the key width itself 2022-02-02 19:12:55 +01:00
8ad2100ab7 simplifying a function 2022-01-23 12:11:08 +01:00
5e7edbe102 adding a setting for toggling clipboard visibility 2022-01-23 11:07:59 +01:00
74dea45afe formatting some comments 2022-01-22 10:15:34 +01:00
be30b19380 removing keycodes array in multiple other places 2022-01-22 09:53:24 +01:00
f671f2653c allow storing only 1 key code into every key 2022-01-22 09:48:02 +01:00
a51192ab9a minor code style update 2022-01-22 09:02:40 +01:00
eebc0a4613 removing some redundant helper functions 2022-01-21 23:27:28 +01:00
7b3b1ecee6 simplify the codes attribute, we always use 1 int only 2022-01-21 23:17:10 +01:00
af9d017fed removing mShiftKeys, it isnt needed 2022-01-21 22:46:32 +01:00
738bd98ac0 removing the possibly useles function resize 2022-01-21 22:27:10 +01:00
6323103b23 removing the unused iconPreview key attribute too 2022-01-21 20:47:56 +01:00
74b1fcbb75 renaming some variables for consistency 2022-01-21 20:39:33 +01:00
61b5f4ff60 removing some unused keyboard key attributes 2022-01-21 20:34:40 +01:00
7457808c49 removing the keyboard.row style attributes 2022-01-21 18:52:43 +01:00
80963a35d2 removing unused verticalGap key attribute 2022-01-21 17:24:47 +01:00
37d0fc0e5c removing some redundant code 2022-01-21 17:15:00 +01:00
c474eba3e8 renaming some variables, making some private 2022-01-20 09:49:52 +01:00
29057417fd updating some more colors dynamically 2022-01-18 09:27:10 +01:00
767f65c5e9 adding some more styling 2022-01-17 20:58:14 +01:00
ef8cd2c9ed add handling for TYPE_TEXT_FLAG_CAP_WORDS 2022-01-16 20:36:20 +01:00
87d972f3a4 show different Enter icon depending on the circumstances 2022-01-16 13:51:48 +01:00
fa62393e26 removing some unused keyboard padding references 2022-01-16 12:19:28 +01:00
061148e945 tweaking some strings 2022-01-15 22:40:40 +01:00
442bf2388c replace caps lock icon at symbol keyboard with strings 2022-01-15 21:30:42 +01:00
9dc7abaaa7 adding the alternative symbol keyboards 2022-01-15 21:02:38 +01:00
ef3eb40f5b use 2 rows at mini keyboard if necessary 2022-01-15 18:14:08 +01:00
3c4d2f0ee3 show a number above the letters in the first row 2022-01-15 14:24:56 +01:00
e999e4900b highlight the currently selected character after long pressing a key 2022-01-14 23:30:07 +01:00
2596891d4c show extra buttons on long pressing a top letter 2022-01-13 12:28:29 +01:00
52d6f86277 removing some unused constants 2022-01-13 12:03:22 +01:00
c0fa39747e removing the "on" value of keyboard keys 2022-01-12 23:10:46 +01:00
f3045fc68a differentiate between permanent and 1 time caps lock 2022-01-12 23:00:41 +01:00
12a83947a5 fix key presses 2022-01-09 12:25:37 +01:00
d82a72b32d rename our attributes from Keyboard to MyKeyboard 2022-01-08 23:46:50 +01:00
6281d4e205 fix showing key icons, where available 2022-01-08 23:30:07 +01:00
718cd41d8a minor code cleanup 2022-01-08 23:19:40 +01:00