Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
Workaround for this
https://issuetracker.google.com/issues/256948272
|
|
|
|
Was set to the text instead of the parent view by mistake
|
|
|
|
|
|
|
|
android: Add key warning
|
|
android: Only compare game contents for GameAdapter
|
|
|
|
|
|
|
|
Additionally fixes an issue where its viewmodel could hold onto a stale positive action
|