Cameron Gutman
4dfb0d7220
Fix crash during crash report generation
2020-03-22 13:48:17 -07:00
gotoAndDie
04b8a718e3
Add opacity settings to on-screen controls ( #798 )
...
* Restore resize controls, Make buttons oval
* Create new default configuration
* Split Configuration Mode into separate Move and Resize modes
* Add transparency setting for on-screen buttons
* Updated translations for on-screen controls
Co-authored-by: Leo <chun.huang@student.manchester.ac.uk>
2020-03-21 00:41:27 -07:00
Leo
9246ad412f
Make it possible to press the RT button and the other buttons with the same finger
2020-03-13 18:48:50 +00:00
Cameron Gutman
16cf37994d
Only suppress duplicate d-pad events if the hat has received input. Fixes #796
2020-03-04 18:48:14 -08:00
Cameron Gutman
4b11603035
Fix back button on Shield Portable and standardize external/internal classification
2020-03-02 22:47:47 -08:00
Cameron Gutman
3d0d19e561
Pass-through back button on external devices that don't look like gamepads
2020-03-01 12:45:00 -08:00
Cameron Gutman
ae463a8735
Emulated button combos must not be pressed with other buttons
2020-02-26 20:38:53 -08:00
Cameron Gutman
7e797829ae
Also destroy the mouse emulation timer on device disconnect
2020-02-26 20:29:28 -08:00
Cameron Gutman
431ed6bc5d
Cancel the mouse emulation timer when the stream ends
2020-02-26 20:18:11 -08:00
Cameron Gutman
e9bb711c42
Add Start+Back+LB+RB combo for disconnecting the session
2020-02-26 19:54:53 -08:00
Cameron Gutman
623bc5c156
Fix check for gamepad buttons. Fixes #788
2020-02-26 19:19:43 -08:00
Cameron Gutman
1c8ad64da0
Only set KEY_FRAME_RATE on M+ to reduce compatibility risk
2020-02-25 20:24:18 -08:00
Cameron Gutman
81b6a8a311
Set the vendor.qti-ext-dec-low-latency.enable Qualcomm vendor extension
2020-02-22 17:06:32 -08:00
Cameron Gutman
dcb7be3acd
Use the original FPS value for KEY_FRAME_RATE
2020-02-22 01:18:11 -08:00
Cameron Gutman
68a6b510b1
Set KEY_FRAME_RATE for devices where KEY_OPERATING_RATE silently fails
2020-02-22 01:05:26 -08:00
Cameron Gutman
dca3e89303
Log configured MediaFormat and achievable FPS ranges
2020-02-22 01:04:18 -08:00
Cameron Gutman
bae6fef588
Log the actual input and output formats
2020-02-21 22:02:37 -08:00
Cameron Gutman
8c910101c7
Fix Lint errors on API level 16
2020-02-19 23:53:44 -08:00
Cameron Gutman
112d9c41eb
Use KEY_LOW_LATENCY to request low-latency decoding on Android R
2020-02-19 23:40:06 -08:00
Cameron Gutman
e690c9b8c8
Fix build error due to Lollipop API
2020-01-19 15:46:47 -08:00
Cameron Gutman
f87cbac77c
Fix R3 button X position and move L3+R3 to the lower part of the screen
2020-01-18 23:14:51 -08:00
gotoAndDie
150bd313cf
Increase usability of on-screen virtual controller ( #782 )
...
* Restore resize controls, Make buttons oval
* Create new default configuration
* Split Configuration Mode into separate Move and Resize modes
2020-01-18 23:13:07 -08:00
Cameron Gutman
8dcdf73222
Fix accidentally inverted condition for VUI parameter removal
2020-01-03 21:59:25 -06:00
Cameron Gutman
2b295400ac
Avoid using RFI for HEVC on newer MediaTek SoCs
2020-01-02 16:13:19 -06:00
Cameron Gutman
aa8d8e93d2
Whitelist newer Bravia devices for HEVC to minimize crashes
2019-12-31 12:59:20 -06:00
Cameron Gutman
f3847b932b
Leave H.264 SPS VUI parameters in place on devices running API 26+
2019-12-15 12:04:35 -08:00
Cameron Gutman
a0a2b299d9
Merge pull request #758 from duchuule/hotfix1
...
fix bug where touch hitbox of analog stick is not full circle
2019-12-01 22:29:02 -06:00
Cameron Gutman
14d354fc29
Whitelist all C2 decoders for direct submit and HEVC
2019-12-01 20:20:57 -08:00
Cameron Gutman
5f5944c237
Improve low bandwidth audio performance and fix RTSP issues with broken PMTUD
2019-11-30 22:14:32 -06:00
Cameron Gutman
c025432ad6
Support 20 ms audio frames
2019-11-29 18:04:57 -06:00
Duc Le
171a6437fe
fix bug where touch hitbox of analog stick is not full circle
2019-11-26 04:40:22 -06:00
Cameron Gutman
d1fae89d6d
Don't change level_idc for high refresh rate streams
2019-11-10 18:29:31 -08:00
Cameron Gutman
1616c0b022
Fix codec capabilities on devices launching with Q and C2 codecs
2019-10-24 20:20:26 -07:00
Cameron Gutman
3e7ddab0e9
Blacklist 59 FPS on BRAVIA_ATV3 due to crash reports
2019-10-20 00:06:17 -07:00
Cameron Gutman
5da0177356
Convert tabs to spaces
2019-10-19 23:59:33 -07:00
Cameron Gutman
7e21638811
Don't double count USB attached Xbox One controllers
2019-10-16 19:26:24 -07:00
Cameron Gutman
3bcc1c84bb
Fix crash on controllers with RX and RY but no Z and RZ axes
2019-10-16 19:02:51 -07:00
Cameron Gutman
d46053f8d6
Preserve old DS4 detection behavior on Android 4.3 and below
2019-10-15 21:15:03 -07:00
Cameron Gutman
b6315a715a
Improve support for DualShock 4 and Xbox One controllers on 4.14+ kernels
2019-10-15 20:57:33 -07:00
Cameron Gutman
0da8303468
Don't use the USB driver for Xbox One gamepads on 4.14+ kernels
2019-10-15 20:05:01 -07:00
Cameron Gutman
c821c4684f
Allow FFmpeg decoders on Android x86. Closes #630
2019-10-15 00:11:43 -07:00
Cameron Gutman
b87ca71103
Treat all InputDevices as external on the Tinker Board
2019-09-14 20:08:26 -07:00
Cameron Gutman
40a3cc2ecb
Tweak on-screen overlay a bit
2019-07-10 20:55:01 -07:00
Kaiwen Xu
252285e4f7
Implement performance overlay.
2019-07-08 00:55:25 -07:00
Cameron Gutman
754773420f
Generate SHA-256 client certificates instead of SHA-1
2019-07-05 21:23:18 -07:00
Cameron Gutman
6574a0aab2
Fix codec blacklisting
2019-07-02 23:20:14 -07:00
Cameron Gutman
832e7197c5
Delay a bit before reporting USB devices to allow the old InputDevice to go away
2019-06-05 22:26:06 -07:00
Cameron Gutman
b461d546d6
Use new MediaCodecInfo helper to blacklist software codecs
2019-06-05 21:05:33 -07:00
Cameron Gutman
b7810d6eb6
Use the newly public InputDevice.isExternal() function on Android Q
2019-06-05 20:23:22 -07:00
Cameron Gutman
8da563b280
Bound queued audio data to prevent excessive latency
2019-05-07 20:39:45 -07:00