Olivier Goffart
9f6b837f7d
android: fix cursor and handle color
...
On android, the handle is the same as the cursor color and the cursor
color is usually the "accent" color.
We can't know the accent color from the native code, but we know the
selection color which is the accent color with a lesser opacity.
2024-03-20 15:06:34 +01:00
Olivier Goffart
504fbed476
android: only show cursor handle when we click
2024-03-20 12:46:10 +01:00
Olivier Goffart
291a0bdc66
WIP: android cursor handle
2024-03-20 12:46:10 +01:00
Olivier Goffart
b8f302464c
Android: fix first frame not being translated after a rotation
2024-02-26 15:51:23 +01:00
Ralph Minderhoud
9cb1a4a4e0
Add API for minimize/maximize on Window component ( #4581 )
...
Closes #4400
2024-02-22 10:40:36 +01:00
Olivier Goffart
46dd8b1060
Android: refactor the JavaHelper to avoid that each function has unsafe
2024-01-31 14:56:42 +01:00
Olivier Goffart
d76631431e
Android: Split the backend into modules
...
lib.rs started to be a bit big
2024-01-31 14:56:42 +01:00