Cameron Gutman
18e2d67f6b
Suppress home bar hiding when user is interacting
2019-11-02 15:17:52 -07:00
Cameron Gutman
5faa8a0b85
Hide the home bar when a gamepad is connected and no on-screen controls are visible
...
Fixes #386
2019-10-22 00:32:56 -04:00
Cameron Gutman
967ddd7d68
Refactor OSC handling
2019-10-22 00:16:20 -04:00
Cameron Gutman
c9225d468a
Change title of launch error dialog
2019-10-12 19:20:53 -07:00
Cameron Gutman
a824c23c59
Fix iOS build
2019-10-12 19:20:26 -07:00
Cameron Gutman
769840d089
Immediately stop streaming when resigning active on tvOS
2019-09-24 17:37:35 -07:00
Cameron Gutman
33b050f84f
Increase bitrate warning font size on tvOS
2019-09-24 17:36:26 -07:00
Cameron Gutman
3dcca3a922
Allow click and drag via tvOS remote trackpad
2019-08-29 18:55:33 -07:00
Cameron Gutman
c2620b8321
Fix tvOS build
2019-08-07 00:53:58 -07:00
Cameron Gutman
ba4e55aac4
Add on-screen connection status warning
2019-07-23 18:43:41 -04:00
Cameron Gutman
63b09c5b27
Remove the old message callbacks
2019-04-27 14:00:58 -07:00
Andrew Scagnelli
b2c2f0837a
more appletv tweaks ( #351 )
...
* redo now playing indicator
- instead of drawing an arrow overlay, add an offset green shadow
* do not show "Connection Terminated" on code 0
if an application quits successfully because it was asked to do so by
the user (errorCode = 0), then do not display an alert -- just go back
to the prior view.
* fix: add missing toggle for mutli-controller support
2019-02-13 21:03:09 -08:00
Cameron Gutman
335b5aef1f
Add rumble support
2019-02-11 19:22:18 -08:00
Cameron Gutman
d18c713684
Fix tip display on iPhone SE
2018-12-28 20:32:22 -08:00
Cameron Gutman
d466a0af07
Only cleanup the stream on termination
2018-12-28 02:03:21 -08:00
Cameron Gutman
3555d60a9b
Add a quit tip for iOS and tvOS
2018-12-22 21:43:37 -08:00
Andrew Scagnelli
bd379677a2
feat: updated menu button handling
...
- on tapping menu once (or chording with LB/RB), behave as
start/select/special
- on doube-tapping menu, quit the stream
2018-10-23 23:18:56 -04:00
Cameron Gutman
9123033bb3
Remove help links from tvOS version due to lack of browser and WebKit
2018-08-29 09:36:51 -07:00
Cameron Gutman
4ccb9bebbf
Fix stream cleanup when pressing Menu on tvOS
2018-08-29 09:21:49 -07:00
Cameron Gutman
1ef5c87afc
Share MainFrameViewController between iOS and tvOS
2018-08-26 11:56:27 -07:00
Diego Waxemberg
f5b99b6b9c
Can now stream to tvOS
2018-08-26 11:31:20 -07:00
Cameron Gutman
de39c87185
Allow the stream to be inactive for 10 seconds before terminating
2018-06-09 16:29:48 -07:00
Cameron Gutman
d17f2f9dee
Plumb multi-controller toggle
2018-06-02 13:52:58 -07:00
Cameron Gutman
42ef67d939
Let the spinner spin until video appears
2018-06-02 01:02:10 -07:00
Cameron Gutman
314f32388a
Use the app name in the "Starting App" text
2018-06-01 19:11:10 -07:00
Cameron Gutman
e697938afc
Re-enable the idle timer when streaming has ended
2018-05-30 22:04:06 -07:00
Cameron Gutman
b5241a0c30
Ok -> OK
2018-05-28 18:20:59 -07:00
Cameron Gutman
6cac2348b4
Add help button to error dialogs and use default style for non-destructive actions
2018-05-28 18:00:19 -07:00
Cameron Gutman
41eb933e11
Update to XCode 9.3 recommended settings and fix "implict retain self" warnings
2018-04-21 22:20:27 -07:00
Cameron Gutman
d0d60b8ffc
Suppress system gesture detection during streaming
2017-09-15 00:30:51 -07:00
Cameron Gutman
b0c2978405
Update common-c submodule with const char * change
2016-07-31 17:10:32 -07:00
Cameron Gutman
1783abec13
Lock around LiStartConnection() and LiStopConnection() to fix thread-safety issues. This will hopefully address the crashes seen in 1.0.3 and 1.0.4.
2016-04-12 00:50:59 -04:00
Diego Waxemberg
5293c07fc0
fixed issue where we wouldn't terminate the stream on failure
2015-10-17 03:46:09 -07:00
Cameron Gutman
f8b5b16109
Create alert dialogs on the main thread
2015-06-23 21:46:58 -07:00
Diego Waxemberg
5a976764c3
now use custom edge swipe detection
2015-05-29 00:46:43 -07:00
Diego Waxemberg
8d3401f962
Changed name from Limelight to Moonlight due to C&D from Limelight
...
Networks, Inc.
2015-05-12 21:48:30 -04:00
Diego Waxemberg
e3dd4e7238
Created logger with log levels
2015-02-10 21:26:55 -05:00
Diego Waxemberg
93119f25a6
added support for multiple controllers
2015-02-02 02:42:38 -05:00
Diego Waxemberg
7d7adb0753
now pass stream configuration through the segue
2015-02-01 19:46:28 -05:00
Diego Waxemberg
4aac38e514
moved some UI code to the main thread and added a log for when the user ends the stream
2015-01-09 17:54:21 -05:00
Cameron Gutman
64c60976f7
Merge branch 'master' of github.com:limelight-stream/limelight-ios
2015-01-09 16:58:26 -05:00
Cameron Gutman
61401b3e7b
Only dispatch_async on limelight-common's threads
2015-01-09 16:58:18 -05:00
Diego Waxemberg
b7ccf57a2d
replaced all printf with NSLog
2015-01-09 16:56:17 -05:00
Cameron Gutman
600560d9e3
Merge branch 'master' of github.com:limelight-stream/limelight-ios
...
Conflicts:
Limelight/ViewControllers/StreamFrameViewController.m
2015-01-09 16:14:50 -05:00
Cameron Gutman
cdaf98398c
Rewrote a bunch of controller support. Added auto on-screen controls layouts (GCGamepad not finished). Added LB+Start and RB+Start shortcuts for select and special (same as Android).
2015-01-09 16:13:44 -05:00
Diego Waxemberg
6f9c16a548
added swipe detection to stop streaming
2015-01-09 15:22:12 -05:00
Cameron Gutman
684aaf8cb2
Display a less pessimistic dialog when the connection ends
2015-01-09 01:35:40 -05:00
Diego Waxemberg
d6d30f021d
started implementing on-screen controls
...
- directional pad works
- a,b,x,y work
2014-12-31 18:55:31 -05:00
Diego Waxemberg
4a08288d0d
A little bit of code cleanup
2014-12-31 18:55:30 -05:00
Diego Waxemberg
c05949c43b
ensured spinner does not appear on top of label
2014-11-27 16:23:06 -05:00