Olivier Goffart
|
fb78bbd702
|
Android: Don't draw the UI under the system bars or the keyboard
|
2024-01-31 09:20:19 +01:00 |
|
Olivier Goffart
|
25925b55fd
|
android: detect dark or light style
|
2024-01-26 15:26:21 +01:00 |
|
Olivier Goffart
|
168654fa29
|
Android: Implement InputConnection
So that we can use text prediction and other input method features
|
2024-01-21 09:21:41 +01:00 |
|
Olivier Goffart
|
daa40f43cd
|
Android: Use java code to show or hide the keyboard
instead of coding it all in JNI
This uses build.rs to compile the java code into bytecode that is then
embedded in the binary and loaded at runtime
|
2024-01-21 09:21:41 +01:00 |
|