index
:
unexpected-keyboard
main
skintones
Unnamed repository; edit this file 'description' to name the repository.
Git daemon user
about
tree
summary
refs
log
commit
diff
log msg
author
committer
range
path:
root
/
srcs
/
juloo.keyboard2
/
KeyboardData.java
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
Remove use of `Arrays.copyOf`
Jules Aguillon
1
-1
/
+2
2023-06-28
Fix crash when the layout has less than 3 rows
Jules Aguillon
1
-1
/
+1
2023-06-22
Allow to specify a layout script
Jules Aguillon
1
-6
/
+10
2023-06-03
Per-layout shift modmap
Jules Aguillon
1
-10
/
+62
2023-03-28
Refactor: Remove unecessary method KeyboardData.load_pin_entry
Jules Aguillon
1
-8
/
+0
2023-03-05
Refactor: Remove KeyboardData.Corner
Jules Aguillon
1
-84
/
+66
2023-03-05
Remove the 'edgekeys' attribute
Jules Aguillon
1
-33
/
+0
2023-03-03
Allow 8 symbols per key
Jules Aguillon
1
-104
/
+73
2023-02-26
Fix miscalculated keyboard height with number row
Jules Aguillon
1
-2
/
+3
2023-01-30
Add optional number row
Jules Aguillon
1
-3
/
+11
2023-01-30
Remove the digits when numpad is visible
Jules Aguillon
1
-12
/
+36
2023-01-30
Modification step for the special layout
Jules Aguillon
1
-6
/
+1
2023-01-30
Apply modify_layout to text layout only
Jules Aguillon
1
-17
/
+5
2023-01-22
Move cursor by sliding on the space bar
Jules Aguillon
1
-6
/
+14
2022-12-10
Add option 'numpad_layout'
Jules Aguillon
1
-2
/
+7
2022-11-26
Allow using a custom layout
Jules Aguillon
1
-1
/
+22
2022-11-26
Refactor: Use XmlPullParser directly
Jules Aguillon
1
-20
/
+36
2022-11-26
Refactor: Pass layout as a KeyboardData instead of ID
Jules Aguillon
1
-11
/
+26
2022-11-13
Fix localized keys appearing on secondary layout
Jules Aguillon
1
-3
/
+1
2022-10-24
Draw letter indication on the pin layout
Jules Aguillon
1
-6
/
+11
2022-10-24
Add the pin entry layout
Jules Aguillon
1
-1
/
+2
2022-10-23
Add optional NumPad
Gero Streng
1
-5
/
+44
2022-09-24
Add more possible locations for extra keys
Jules Aguillon
1
-0
/
+6
2022-07-24
Automatic capitalisation at beginning of sentences
Jules Aguillon
1
-0
/
+30
2022-06-24
Fix localized key not in predefined position
Jules Aguillon
1
-33
/
+90
2022-06-06
Don't add extra keys to the numeric pane
Jules Aguillon
1
-13
/
+19
2022-05-29
Automatically place localized keys on the layouts
Jules Aguillon
1
-18
/
+77
2022-05-08
Better handling of removed keys and swipe geture
Jules Aguillon
1
-20
/
+4
2022-05-08
Improve nearest key computation
Jules Aguillon
1
-76
/
+32
2022-05-08
only vibrate when the swipe key changes
Rodrigo Batista de Moraes
1
-10
/
+12
2022-05-08
use the closest swipe key on swipe
Rodrigo Batista de Moraes
1
-6
/
+90
2022-04-16
Fix compatibility with Android 6
Jules Aguillon
1
-1
/
+4
2022-03-19
Allow modifiers to hide keys
Jules Aguillon
1
-0
/
+12
2022-03-05
Improve the code for dynamic updates of the layout
Jules Aguillon
1
-65
/
+4
2022-02-13
Scale the bottom row depending on the host layout
Jules Aguillon
1
-10
/
+31
2022-02-07
Define the bottom row separately
Jules Aguillon
1
-57
/
+76
2022-02-06
Allow egde keys instead of corner keys (swipe vertically/horizontally)
Max Schillinger
1
-3
/
+12
2022-01-10
Swap the Enter and Action keys when needed
Jules Aguillon
1
-0
/
+26
2022-01-09
Add the Action key
Jules Aguillon
1
-11
/
+21
2021-12-19
Auto-format Java and XML files
Jules Aguillon
1
-49
/
+49
2021-04-29
Slightly reduce the size of the bottom row
Jules Aguillon
1
-31
/
+39
2021-04-18
Separate handling of modifiers from KeyValue class
Jules Aguillon
1
-2
/
+2
2021-04-18
Hide the input switching key if it's not needed
Jules Aguillon
1
-0
/
+12
2021-04-17
Remove fixed keyboard width
Jules Aguillon
1
-22
/
+20
2021-04-15
Stateless KeyboardData class
Jules Aguillon
1
-68
/
+110
2021-04-13
Add an option to toggle accent keys
Jules Aguillon
1
-0
/
+21
2015-08-01
Stop storing keydown data in KeyboardData.Key
juloo
1
-26
/
+0
2015-08-01
Replace key_margin with key_bg_padding + Add {vertical,horizontal}_margin
juloo
1
-2
/
+2
2015-07-31
Create KeyboardData class and handle move on keys
juloo
1
-0
/
+139