Julian Winkler
5150564a5b
implement Window.setLayout()
2024-12-13 22:32:04 +01:00
Julian Winkler
fc0091a989
use Activity title as window title
2024-11-03 08:26:11 +01:00
Julian Winkler
469d47091c
Window: fix issue with multi Activity support
...
each Activity has its own Window object. Therefore the check if the
contentView has changed needs to be in the common native window
2023-10-29 15:28:06 +01:00
Mis012
9db07691fe
fix native activity input handling to work in the general case
2022-12-01 14:44:16 +01:00
Mis012
33b4515cb9
add support for the boneheaded method of receiving input events that is used by NativeActivity apps
...
currently, our "not-actually-a-queue" implementation is quite ugly,
hopefully it might be possible to make it look somewhat sane while
not needing to make it as much of a queue as it is on android
2022-11-11 19:18:21 +01:00
Mis012
449090143e
refactor source tree organization, switch to meson
2022-10-09 22:59:16 +02:00