summaryrefslogtreecommitdiff
path: root/platform/android/display_server_android.h
AgeCommit message (Collapse)Author
2020-07-21Android: Keyboard modifier and arrow key supportthebestnom
2020-05-24Proper surface reset when resuming app on AndroidPouleyKetchoupp
Just re-creating the window instead of restarting the app entirely.
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRĂ©mi Verschelde
Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027.
2020-04-08Display Server supportPouleyKetchoupp