Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive.
|
|
|
|
|
|
android: Provide debug.keystore for debug and relWithDebInfo builds
|
|
android: Port "Lock drawer" feature from Citra
|
|
Allows devs to share debug builds with testers without uninstalling the previous build
|
|
|
|
|
|
|
|
|
|
android: Use elevated card style for home setting card
|
|
android: Sort recently added/played games by time
|
|
|
|
|
|
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
|