Cameron Gutman
bdac2df4b9
Fixed crash if we get a short read from the Xbox One controller
2020-12-24 11:59:33 -06:00
Cameron Gutman
57b507ad50
Use the game title as the context menu header
2020-12-24 11:50:59 -06:00
Cameron Gutman
35201b69f6
Add specific error text for an early termination
2020-12-24 11:32:10 -06:00
Cameron Gutman
0d138c26e9
Remove the native option if it duplicates a pre-existing resolution
2020-12-23 16:49:18 -06:00
Cameron Gutman
b4a7393dca
Normalize resolution orientation on pre-M devices
2020-12-23 16:46:07 -06:00
Cameron Gutman
b392d7f8e3
Add option to stream at device native resolution
...
Fixes #155
2020-12-23 16:17:06 -06:00
Cameron Gutman
7cc7953879
Display failing ports when the connection is unsuccessful
2020-12-23 14:30:24 -06:00
Cameron Gutman
7b26852a1f
Use LiStringifyPortFlags() instead of coding it ourselves
2020-12-23 14:19:19 -06:00
Cameron Gutman
f26b384697
Add a PC menu header to show PC status
2020-12-13 13:05:36 -06:00
Cameron Gutman
6873720d81
Fix build
2020-11-28 17:50:26 -06:00
Cameron Gutman
1e30c4a219
Remove "View Apps" and change "View Hidden Apps" to "View All Apps"
2020-11-28 17:28:17 -06:00
Cameron Gutman
0a0e3ff970
Don't trim XML strings
...
We should display the apps exactly as reported in GFE.
2020-11-21 17:09:34 -06:00
Cameron Gutman
16cc829906
Fix some incorrect tap behavior on right clicks
2020-11-10 15:27:48 -06:00
Cameron Gutman
829e7cf33c
Allow 2 finger scrolling in relative mode
2020-11-10 15:12:17 -06:00
Cameron Gutman
02bfa90417
Ignore movement from cancelled touches
2020-11-10 15:09:51 -06:00
Cameron Gutman
9d8df04c5c
Catch IllegalArgumentException when trying to insert an entry to TvContract.Channels.CONTENT_URI
...
HarmonyOS has FEATURE_LEANBACK but doesn't support this URI
2020-11-10 10:46:39 -06:00
Cameron Gutman
34a1697d50
Revert "Fix crash on HarmonyOS due to broken TV content provider APIs"
...
This reverts commit ce0b19605a9fb651e333be0e99905d15f0165324.
2020-11-10 10:44:41 -06:00
Cameron Gutman
17cf711c3d
Don't check brand when whitelisting ranchu for HEVC
...
HarmonyOS also uses "ranchu" as the hardware name, but doesn't use "google" as the brand name
2020-11-08 20:40:59 -06:00
Cameron Gutman
ce0b19605a
Fix crash on HarmonyOS due to broken TV content provider APIs
...
Fixes #883
2020-11-08 20:39:47 -06:00
Cameron Gutman
91d739f8d6
Use the Nvidia button on Shield controllers as a Guide button
2020-10-18 21:14:53 -05:00
Cameron Gutman
f0c625d85c
Only emulate buttons that aren't physically present
2020-10-18 21:07:43 -05:00
Cameron Gutman
b5f5e73076
Revert "Remove button emulation"
...
This reverts commit 092830ed071ab57646b86f81726971c2de9b81bf.
2020-10-18 20:45:11 -05:00
Cameron Gutman
5116cfd141
Fix inverted assert condition
2020-10-18 20:08:55 -05:00
Cameron Gutman
e53a1f90b0
Correct some callers of time functions that expect monotonic clocks
2020-10-18 20:05:09 -05:00
Cameron Gutman
0fde5d44c0
Enable HEVC for all Amlogic decoders on API 28+
2020-10-06 21:40:18 -05:00
Cameron Gutman
6391f2c43d
Use a 1 Mbps key increment for bitrate
2020-09-04 15:14:30 -07:00
Cameron Gutman
32171bb70c
Display bitrate in Mbps
2020-09-04 15:11:24 -07:00
Cameron Gutman
fd6675a3a3
Populate the external IP address when a PC is added manually using an RFC 1918 IPv4 address
2020-08-30 18:39:25 -07:00
Cameron Gutman
1aae65575c
Add warning if no key frames can be received in 10 seconds
2020-08-29 21:27:44 -07:00
Cameron Gutman
56394471fa
Don't hide games immediately
2020-08-11 18:47:01 -07:00
Cameron Gutman
a413dc81c1
Avoid doing client connectivity tests on the main thread
2020-08-09 16:22:50 -07:00
Cameron Gutman
c9eddab191
Remove UDP 7 and add UDP 47009 for WoL
2020-08-09 14:40:44 -07:00
Cameron Gutman
22eb2b5823
Always show the network test option
2020-08-06 22:11:22 -07:00
Cameron Gutman
9669da026f
Test network when the connection terminates due to lack of video traffic
2020-08-06 22:01:45 -07:00
Cameron Gutman
7b14e54eab
Test network connectivity when adding a PC fails
2020-08-06 20:43:17 -07:00
Cameron Gutman
6b30ee4593
Change connection test domain name
2020-08-06 20:31:15 -07:00
Cameron Gutman
17c47a15da
Improve display mode selection algorithm
...
- Allow the refresh rate to drop if it results in a better match for the stream frame rate
- Allow the resolution to drop for > 60 FPS streams to allow matching a higher refresh rate
2020-08-06 20:14:56 -07:00
Cameron Gutman
e19ef7dcae
Remove redundant Cancel option in app grid menu
2020-08-04 02:09:33 -07:00
Cameron Gutman
f361265d70
Add automatic network test for failed connection stages
2020-08-01 22:56:32 -07:00
Cameron Gutman
ef72e3ef77
Only show the option to hide the app if it's not running or already hidden
2020-08-01 22:48:22 -07:00
Cameron Gutman
770f1a1ca0
Add network connection test
2020-08-01 22:19:40 -07:00
Cameron Gutman
e8fc91191f
Add the option to hide games in the app list
...
Fixes #640
2020-08-01 18:20:39 -07:00
Cameron Gutman
105ad3317d
Pass parent view into grid adapters
2020-08-01 17:52:55 -07:00
Cameron Gutman
5c6be7969a
Disable max operating rate trick on all Snapdragon 765G devices
...
Fixes #783
2020-07-26 22:39:10 -07:00
Cameron Gutman
05547c22ec
Use SecureRandom for PINs
2020-07-12 12:16:11 -07:00
Cameron Gutman
4c5c27dfc1
Re-enable the max operating rate trick on Android 10 except on the Mi 10 Lite 5G
...
It still provides nice performance gains on Pixel 2 running Android 10
2020-07-10 18:29:29 -07:00
Cameron Gutman
704a2ee90b
Propagate exceptions caused by GFE response parsing errors
2020-07-07 00:57:37 -05:00
Cameron Gutman
484be9bfe6
Wrap and propagate unexpected exceptions
2020-07-07 00:52:11 -05:00
Cameron Gutman
a99e070c26
Fix missing return causing invalid parameters to be passed to LiStartConnection()
2020-07-07 00:47:12 -05:00
Cameron Gutman
bf803f88af
Refactor TLS initialization code
2020-07-06 02:32:06 -05:00