2152 Commits

Author SHA1 Message Date
Cameron Gutman
fa761debc4 Fix root build v5.9.3 2018-10-05 01:44:03 -07:00
Cameron Gutman
62e175f069 Avoid crashing when opening an app context menu in list mode 2018-10-05 01:42:19 -07:00
Cameron Gutman
d7d8c40565 Version 5.9.3 2018-10-05 01:34:59 -07:00
Cameron Gutman
64de13ab50 Try to disambiguate right clicks from back presses 2018-10-05 01:29:18 -07:00
Cameron Gutman
2f02939638 Always process key events before the IME 2018-10-05 01:10:27 -07:00
Cameron Gutman
1d7c8697e9 Add support for X1 and X2 mouse buttons 2018-10-05 00:56:30 -07:00
Cameron Gutman
16c4b2532d Add support for X1 and X2 mouse buttons 2018-10-05 00:55:08 -07:00
Cameron Gutman
7dea322bbd Update build tools to 28.0.3 v5.9.2 2018-09-29 15:37:31 -07:00
Cameron Gutman
a64db9d86f Update build tools to 28.0.3 2018-09-29 15:37:10 -07:00
Cameron Gutman
349ecb16ab Increment version code 2018-09-29 15:36:21 -07:00
Cameron Gutman
a3867735c1 Update to AGP 3.2 2018-09-29 15:31:13 -07:00
Cameron Gutman
5b087e9f70 Update common-c with split encode change 2018-09-22 20:22:59 -07:00
Cameron Gutman
14d9f77e4e Update common-c with split encode change 2018-09-22 20:22:36 -07:00
Cameron Gutman
eed18223eb Version 5.9.2 2018-09-18 20:36:53 -07:00
Cameron Gutman
30d4d2a918 Update moonlight-common 2018-09-18 20:27:08 -07:00
Cameron Gutman
40c3db0214 Update common-c with FEC fixes 2018-09-18 20:25:10 -07:00
Cameron Gutman
30f666c70e Update AGP to 3.2 rc3 2018-09-18 20:23:25 -07:00
Cameron Gutman
209fead0e8 Only add the create shortcut option if the box art is present to avoid crashing 2018-09-18 20:22:16 -07:00
Cameron Gutman
5c6889bf6d Version 5.9.1 2018-08-12 00:45:19 -07:00
Cameron Gutman
7d24900756 Update build tools to 28.0.2 2018-08-12 00:44:09 -07:00
Cameron Gutman
f7c5039912 Update build tools to 28.0.2 2018-08-12 00:43:39 -07:00
Cameron Gutman
79a75b9d19 Update common with audio fix and game launch fix 2018-08-12 00:40:56 -07:00
Cameron Gutman
3c37c89db8 Update common-c 2018-08-12 00:39:38 -07:00
Cameron Gutman
29b64992bd Enable stale and no-response bots to reduce inactive issues 2018-08-12 00:20:03 -07:00
Cameron Gutman
c9b14540f2
Remove reference to old Moonlight Java project 2018-08-10 22:29:59 -07:00
Cameron Gutman
6995a27126 Properly handle failed app start 2018-07-28 00:13:52 -07:00
Cameron Gutman
546843a26c Fix crash on quit confirmation prompt 2018-07-28 00:13:20 -07:00
Cameron Gutman
d03d260535 Add status bar and navigation bar color on L+ 2018-07-27 23:48:20 -07:00
Cameron Gutman
6946e3c7a2 Just use the PC name as the app list title 2018-07-27 23:42:57 -07:00
Cameron Gutman
b79d328961 Version 5.9 v5.9 2018-07-16 18:46:01 -07:00
Cameron Gutman
c313797d93 Make OSC reconfigure button non-focusable so it doesn't eat hardware enter/space presses. Fixes #611 2018-07-16 18:40:19 -07:00
Cameron Gutman
c8cb8e1346 Update build tools to 28.0.1 2018-07-16 18:25:33 -07:00
Cameron Gutman
f61540c099 Update build tools to 28.0.1 2018-07-16 18:24:36 -07:00
Cameron Gutman
6a9f8da14e Update common to reduce syscall overhead 2018-07-16 18:21:48 -07:00
Cameron Gutman
6a6bd9fb0b Update common-c to reduce syscall overhead 2018-07-16 18:18:02 -07:00
Cameron Gutman
ff9260a0fd Update AGP to 3.2-beta4 2018-07-16 18:16:35 -07:00
zacklmoore
62bedb1609 Pinned Game Shortcuts (Android Oreo) (#603)
* Initial changes to add game shortcuts.

* Initial working cut.

* Cleanup and converting strings to resource strings.

* Additional cleanup.

* Removed a blank line

* Changes based on review feedback.

* Forgot to save some changes before commiting...

* Standardized dialogs and tried to fix the dialogs auto-closing when the PCView is already opened.
2018-07-06 21:53:19 -07:00
Cameron Gutman
a519723d44 Monkey-proof Moonlight 2018-06-20 01:26:59 -07:00
Cameron Gutman
c2a16a9b4a Avoid sending input to the remote PC when running under Monkey 2018-06-20 01:25:45 -07:00
Cameron Gutman
36191781ed Version 5.8.2 v5.8.2 2018-06-16 17:05:44 -07:00
Cameron Gutman
61b6a49669 Correct MT8176 errata 2018-06-16 16:37:50 -07:00
Cameron Gutman
e97845e46e Add comments and documentation on MT8176 testing 2018-06-16 16:31:06 -07:00
Cameron Gutman
6bba68207d Ignore spurious ACTION_HOVER_ENTER with wrong coordinates and KEYCODE_BACK repeats. Fixes #554 2018-06-16 15:57:44 -07:00
Cameron Gutman
0e17cccc06 Process historical values for relative mouse events 2018-06-16 15:22:01 -07:00
Cameron Gutman
918e922e40 Avoid processing mouse move history 2018-06-16 15:14:16 -07:00
Cameron Gutman
a08854ddfd Properly handle SOURCE_MOUSE_RELATIVE in the mouse back button hack. Fixes #424 2018-06-16 15:01:11 -07:00
Cameron Gutman
eb6f15c2b7 Add dynamic method for allowing back buttons for navigation 2018-06-16 14:32:07 -07:00
Cameron Gutman
2cd9e31684 Update gitignore to handle app bundles and other new files dropped by AS 2018-06-16 14:27:54 -07:00
Cameron Gutman
791d6624e2 Update to AGP 3.2 alpha 18 2018-06-16 14:21:14 -07:00
Cameron Gutman
af41021271 Use HEVC by default on MediaTek SoCs with PowerVR graphics 2018-06-14 22:55:10 -07:00