Age | Commit message (Collapse) | Author |
|
|
|
android: Fix broken clear button check
|
|
|
|
|
|
|
|
|
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
android: Only do first startup automapping if nothing has been mapped
|
|
android: Show cancel button for the content install notice
|
|
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression.
|
|
|
|
|
|
|
|
|
|
android: Move CoreErrorDialogFragment to its own file
|
|
|
|
|
|
|
|
am: rewrite part 1
|
|
android: Message dialog tweaks
|
|
Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue.
|
|
|
|
|
|
It's a bit of a hack since I'm moving the view instead of telling the Vulkan surface to bias itself to the top/bottom/center but it works fine for now.
|
|
|
|
|
|
button titles
|
|
|
|
android: Move JNI setup and helpers to common
|
|
android: Thermal throttling indicator
|
|
android: Remove foreground service
|
|
|
|
|
|
|
|
|
|
The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here.
|
|
|
|
|
|
|
|
|
|
|
|
android: Show system driver information
|
|
Additionally de-emphasize the ripple that I can't disable
|
|
|
|
|
|
UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit.
|
|
android: Add cancel condition to installed content check
|
|
fs: Various cleanups & add path class for later use
|
|
|
|
|