Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-21 | android: Add additional check for hasMapping | t895 | |
Controls can have no mapping if they are either "[empty]" or and empty string. This was causing an issue if you reset mapping on all controllers and then tried to play a game. The check to determine whether auto mapping was required would fail and leave you will no mapped controllers. This feels a bit like user error but it smooths things out if you forget so I see it as necessary. | |||
2024-02-21 | android: Enable all controller styles on emulation shutdown | t895 | |
2024-02-20 | android: Expose device name setting | t895 | |
2024-02-20 | android: Add StringInputSetting settings item | t895 | |
2024-02-19 | Merge pull request #13086 from t895/clear-button-fix | liamwhite | |
android: Fix broken clear button check | |||
2024-02-19 | android: Have input overlay follow player 1 style index (#13085) | Charles Lombardo | |
2024-02-19 | android: Fix broken clear button check | t895 | |
2024-02-19 | android: Fix overlay visibility reset (#13083) | Charles Lombardo | |
2024-02-19 | android: Show done button when configuring input overlay (#13082) | Charles Lombardo | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-18 | Merge pull request #13064 from t895/auto-map-fail | liamwhite | |
android: Only do first startup automapping if nothing has been mapped | |||
2024-02-18 | Merge pull request #13065 from t895/cancel-button-fail | liamwhite | |
android: Show cancel button for the content install notice | |||
2024-02-18 | android: Map touches to touchscreen | t895 | |
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression. | |||
2024-02-18 | android: Show cancel button for the content install notice | t895 | |
2024-02-18 | android: Only do first startup automapping if nothing has been mapped | t895 | |
2024-02-17 | android: Create lifecycle utility to simplify common StateFlow operations | t895 | |
2024-02-17 | android: Use extension functions for view visibility and text marquee | t895 | |
2024-02-17 | Merge pull request #13052 from t895/serializable-stuff | liamwhite | |
android: Move CoreErrorDialogFragment to its own file | |||
2024-02-17 | android: Move CoreErrorDialogFragment to its own file | t895 | |
2024-02-17 | android: Input mapping | t895 | |
2024-02-16 | android: Allow SettingsItems to use String or StringRes | t895 | |
2024-02-14 | Merge pull request #12993 from liamwhite/am-rewrite-part1 | Narr the Reg | |
am: rewrite part 1 | |||
2024-02-13 | Merge pull request #13009 from t895/message-dialog-fix | liamwhite | |
android: Message dialog tweaks | |||
2024-02-13 | android: Prevent user from dismissing mod/cheat notice | t895 | |
Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue. | |||
2024-02-13 | android: Show cancel option for delete addons dialog | t895 | |
2024-02-13 | android: Swap ok and close default strings for MessageDialogFragment | t895 | |
2024-02-13 | android: Add screen vertical alignment setting | t895 | |
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. | |||
2024-02-13 | android: Expose FSR sharpness slider | t895 | |
2024-02-12 | android: Swap confirmation buttons for delete save data dialog | t895 | |
2024-02-12 | android: Extend MessageDialogFragment to support a negative action and ↵ | t895 | |
button titles | |||
2024-02-11 | am: rewrite appletAE, appletOE | Liam | |
2024-02-09 | Merge pull request #12920 from t895/jni-common | liamwhite | |
android: Move JNI setup and helpers to common | |||
2024-02-09 | Merge pull request #12968 from t895/thermal-status | liamwhite | |
android: Thermal throttling indicator | |||
2024-02-09 | Merge pull request #12964 from t895/foreground-service-test | liamwhite | |
android: Remove foreground service | |||
2024-02-09 | android: Use utility function for applying view margins | t895 | |
2024-02-09 | android: Add thermal throttling overlay | t895 | |
2024-02-08 | android: Remove foreground service | t895 | |
2024-02-08 | android: Fix regex for git version | t895 | |
2024-02-08 | android: Run OnEmulationStarted frontend callback in another thread | t895 | |
The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here. | |||
2024-02-08 | android: Move JNI setup and helpers to common | t895 | |
2024-02-04 | ci: android: Play store publishing setup | t895 | |
2024-01-29 | am: retrieve main applet creation info from frontend | Liam | |
2024-01-29 | am: re-namespace frontend applets to frontend directory | Liam | |
2024-01-29 | android: Don't show delete button for system driver | t895 | |
2024-01-28 | Merge pull request #12826 from t895/system-driver-version | liamwhite | |
android: Show system driver information | |||
2024-01-28 | android: Disable focus on loading card | t895 | |
Additionally de-emphasize the ripple that I can't disable | |||
2024-01-27 | android: Show system driver information | t895 | |
2024-01-27 | android: Multi-program app switching | t895 | |
2024-01-26 | android: Reload global settings on closing emulation | t895 | |
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. | |||
2024-01-26 | Merge pull request #12809 from t895/error-message | liamwhite | |
android: Add cancel condition to installed content check |