Cameron Gutman
082cc84a71
Remove sustained performance mode
...
Our CPU usage is so low that it's doubtful we'd ever trigger thermal throttling.
2024-02-17 19:16:35 -06:00
Cameron Gutman
fcd27b48b2
Eat all exceptions from attempting to start ACTION_REQUEST_CHANNEL_BROWSABLE
...
Fixes #1302
2024-01-19 20:59:56 -06:00
Alek Lefebvre
dbf1b88a3d
Adjust emulated rumble strength ( #1288 )
2024-01-19 19:12:21 -06:00
joaomacp
3aab9eb13b
Analog stick for scrolling in mouse emulation mode
2024-01-15 15:45:00 -06:00
Cameron Gutman
f7520ba40c
Move encryption enablement logic into JNI code
2024-01-15 14:59:01 -06:00
Cameron Gutman
7b13f12817
Update moonlight-common-c with new encryption support
2024-01-15 14:54:59 -06:00
Guillaume Zin
4330a223c6
Handle start+select as home button on Thrustmaster Score A gamepad ( #1299 )
2023-12-31 14:13:22 -06:00
Cameron Gutman
69387c32ad
Display error codes when the connection is terminated
2023-12-30 21:14:22 -06:00
Cameron Gutman
a102ec4ee8
Fix inverted logic
2023-12-30 20:35:00 -06:00
Cameron Gutman
2a094437dd
Don't override HDR color format for AV1
2023-12-30 20:33:31 -06:00
Cameron Gutman
4142907376
Don't consume special key combos that we don't handle
2023-12-30 19:50:36 -06:00
Cameron Gutman
e63dc9a93b
Suppress bogus UnspecifiedRegisterReceiverFlag warning
2023-12-29 23:55:30 -06:00
Cameron Gutman
a18aa26985
Update moonlight-common-c to remove per-codec bitrate adjustments
2023-12-03 22:20:30 -06:00
Cameron Gutman
5443cc014a
Add support for ECDSA server keys
2023-11-29 22:37:12 -06:00
Cameron Gutman
7d77e1c1f2
Don't hardcode signature length
2023-11-29 22:32:00 -06:00
Cameron Gutman
ca82cd9752
Use generic PrivateKey type rather than RSAPrivateKey
2023-11-29 22:20:50 -06:00
Cameron Gutman
c356862ac1
Avoid unnecessary reinitialization of PS4/PS5 gamepads during stream exit
...
onInputDeviceChanged() is triggered by starting/stopping pointer capture, so we should
unregister our callbacks before that happens to avoid triggering several gamepad context
reinitializations right as the stream is exiting
2023-10-29 16:45:07 -05:00
Cameron Gutman
0da47da8d8
Move shortcut creation/updates off the main thread for the common cases
...
These caused quite a few ANRs due to long Binder calls in ShortcutManager.getDynamicShortcuts()
2023-10-26 00:24:44 -05:00
Cameron Gutman
ebfe843299
Don't process incoming input device requests from the host after we've stopped
2023-10-26 00:05:24 -05:00
Cameron Gutman
827d2362b7
Don't create LightsSessions for devices without an RGB LED
2023-10-25 23:53:35 -05:00
Cameron Gutman
4fa1eb4088
Fix max FPS detection on Lollipop and earlier
2023-10-25 23:47:40 -05:00
Cameron Gutman
885b59fd52
Fix NPE when receiving non-view-associated mouse events with absolute mouse mode enabled
2023-10-25 23:13:54 -05:00
Cameron Gutman
ff5d9f72aa
Fix ANRs trying to get battery state during controller arrival
2023-10-25 23:13:11 -05:00
Cameron Gutman
d430d83ba8
Add clickpad button emulation combo (Select+L1)
2023-10-16 23:56:56 -05:00
Cameron Gutman
dc1045b69e
Don't lie to our own clickpad heuristics when overriding the controller type
2023-10-16 23:38:12 -05:00
Cameron Gutman
d69b4eca1e
Disable gamepad motion sensors by default on Android 12 due to an OS bug
2023-10-16 23:16:55 -05:00
Cameron Gutman
720595091e
Change AV1 bitrate multiplier to match HEVC
2023-10-15 12:49:42 -05:00
Cameron Gutman
9ecec1eb3c
Add support for H.264/HEVC bitstreams with multiple sets of parameter set NALUs
2023-10-13 23:21:50 -05:00
Cameron Gutman
9915007f30
Check for a null UsbManager object
...
Apparently this can happen on some (broken?) devices
2023-10-12 00:22:28 -05:00
Cameron Gutman
0168a55596
Propagate the controller number to the standalone DS4 touchpad device
2023-10-07 23:26:26 -05:00
Cameron Gutman
229eff49fb
Consume unhandled gamepad mouse events to prevent duplicate mouse actions
2023-10-07 23:04:36 -05:00
Cameron Gutman
0e3b472f78
Fix DS4 clickpad button on devices that expose the touchpad as a mouse
2023-10-07 22:58:07 -05:00
Cameron Gutman
5f29b30d34
Fix DS4 clickpad button on Nvidia Shield (again)
2023-10-07 22:53:19 -05:00
Cameron Gutman
5dd80edde4
Wait 1 second after input device reconfiguration to enable motion sensors
2023-10-07 21:07:02 -05:00
Cameron Gutman
2243cf2017
Rewrite NsdManagerDiscoveryAgent lifecycle to avoid listener reuse
2023-10-07 20:42:13 -05:00
Cameron Gutman
d7791c8543
Adjust default bitrate logic to match new Qt logic
2023-10-07 19:54:02 -05:00
Cameron Gutman
30822c1ba5
Only check for motion sensors on Sony or Nintendo gamepads on Android 12
...
This works around a bug in Android 12 that leads to random crashes when input devices change.
2023-10-07 19:07:15 -05:00
Cameron Gutman
d250f4dc60
Move battery updates to a background HandlerThread
...
They can cause long Binder transactions that lead to ANRs.
2023-10-07 00:49:03 -05:00
Cameron Gutman
bc27492206
Split ControllerHandler teardown into stop() and destroy() functions
2023-10-07 00:35:36 -05:00
Cameron Gutman
55da48e28c
Remove USB options from settings page if USB host mode is not supported
2023-09-23 02:21:53 -04:00
Cameron Gutman
081cca48fb
Implement cursor visibility and quit key shortcuts
...
Fixes #1255
2023-09-23 02:20:26 -04:00
Cameron Gutman
d32c4f86a7
Fix unguarded use of Lollipop API
2023-09-16 22:53:13 -05:00
Cameron Gutman
cafc4450b2
Override controller type when motion sensor emulation is enabled
...
Without this, the host will still select an Xbox controller even if it can't support motion sensors.
2023-09-16 22:48:38 -05:00
Cameron Gutman
4d3e883e49
Correct sensors for device orientation
2023-09-16 22:26:11 -05:00
Cameron Gutman
8f9a687872
Add device sensor fallback option
...
Correction for device orientation is not implemented yet
2023-09-16 20:25:54 -05:00
Cameron Gutman
08d509d831
Use the device vibrator for devices with built-in gamepads
2023-09-16 19:14:22 -05:00
Cameron Gutman
b06dec8449
Fix detection of G Cloud gamepad as an internal controller
2023-09-16 19:09:40 -05:00
Cameron Gutman
394a57a26d
Disable native touch passthrough for now
2023-09-16 15:59:07 -05:00
Cameron Gutman
e8b30d5a88
Set KEY_PRIORITY during low latency option probing
2023-09-02 23:32:16 -05:00
Cameron Gutman
e92fdeef47
Fix RGB LED capability flag on Android 12 and 13
2023-08-03 23:02:11 -05:00