Diego Waxemberg
25d815dcd7
added l3/r3 support to simple on-screen controls
2015-01-09 23:21:46 -05:00
Cameron Gutman
3e85f13e08
Fix crash on bad server response
2015-01-09 23:21:42 -05:00
Diego Waxemberg
01902536ab
added L3/R3 support to full on-screen controls
2015-01-09 22:10:32 -05:00
Diego Waxemberg
0a4fa5fc6c
changed default value of on-screen controls to auto in the database
2015-01-09 20:29:34 -05:00
Diego Waxemberg
106ba15245
add host is now on the parallel with the other hosts
2015-01-09 20:13:15 -05:00
Cameron Gutman
de4ed222cd
Replace the old sublayer rather than adding the new one on top of the onscreen controls
2015-01-09 18:23:00 -05:00
Cameron Gutman
d92edc19df
Merge branch 'master' of github.com:limelight-stream/limelight-ios
2015-01-09 18:02:42 -05:00
Cameron Gutman
f7fdd7cb45
Request an IDR frame and reset the decoder if the decoder breaks
2015-01-09 18:02:18 -05:00
Cameron Gutman
c1a1dbe881
Use larger 1350 byte video packets like Android
2015-01-09 18:00:35 -05:00
Diego Waxemberg
650eca829b
Merge branch 'master' of github.com:limelight-stream/limelight-ios
...
# By Cameron Gutman
# Via Cameron Gutman
* 'master' of github.com:limelight-stream/limelight-ios:
Change app menu options to be clearer and more similar to Android
2015-01-09 17:54:27 -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
5ef91f2fc0
Change app menu options to be clearer and more similar to Android
2015-01-09 17:25:18 -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
Diego Waxemberg
9e054973c8
Fixed a concurrent modification error in caching app images
2015-01-09 15:17:19 -05:00
Diego Waxemberg
afb7e930ee
simple on-screen controls now show buttons at the bottom
2015-01-09 14:11:42 -05:00
Cameron Gutman
684aaf8cb2
Display a less pessimistic dialog when the connection ends
2015-01-09 01:35:40 -05:00
Cameron Gutman
8fc81b9563
Fix bounds calculations of the computer
2015-01-09 01:12:59 -05:00
Cameron Gutman
903395b273
Display bitrate in Mbps instead of Kbps
2015-01-09 00:45:56 -05:00
Cameron Gutman
abb0d5b8ba
Fix memory leak in failure path
2015-01-09 00:34:42 -05:00
Diego Waxemberg
60cba0399d
now parse server info into host object all at once
2015-01-08 23:58:04 -05:00
Diego Waxemberg
b7fcce08d6
potentially fixed an intermittent heap corruption
2015-01-08 23:44:31 -05:00
Diego Waxemberg
ec39c27498
now cache app images and reuse them when connecting to the same host
2015-01-08 22:18:26 -05:00
Diego Waxemberg
ccd8b3332e
now request app image on multiple threads
2015-01-08 21:36:29 -05:00
Diego Waxemberg
7cf521272a
fixed multitouch issue with on-screen controls
2015-01-08 21:04:19 -05:00
Diego Waxemberg
a754b55753
fixed app image looking stretched
2015-01-08 20:46:04 -05:00
Diego Waxemberg
fe131af464
Merge branch 'black-ui' of git://github.com/mzyy94/limelight-ios into mzyy94-black-ui-v2
...
* 'black-ui' of git://github.com/mzyy94/limelight-ios:
Fix font family on UISegmentedControl
Fix a computer name invisibility bug
Change segmented control style
Set Roboto font family for text labels and buttons.
Add Roboto font family
show an app title when the image of the app isn't available
Conflicts:
Limelight/UIAppView.m
Limelight/UIComputerView.m
Limelight/ViewControllers/MainFrameViewController.m
2015-01-08 19:46:00 -05:00
Diego Waxemberg
b89515089f
fixed long clicking host on iPads and made applist appear immediately after the apps are known
2015-01-08 19:37:51 -05:00
Diego Waxemberg
e9c449bbf4
fixed bug that made it impossible to click an app that had no image
2015-01-08 18:09:09 -05:00
Diego Waxemberg
55e9d2daeb
removed some unnecessary logging
2015-01-08 18:04:02 -05:00
Diego Waxemberg
132a90a865
fixed possible concurrent modification bug
2015-01-08 17:04:16 -05:00
Diego Waxemberg
fe64d70577
fixed MDNS discovered hosts getting stuck in infinite loop
2015-01-08 17:03:51 -05:00
Diego Waxemberg
bb03148b85
fixed empty border on app icon and updated splash screen
2015-01-07 22:19:04 -05:00
Diego Waxemberg
d162bdbbc2
updated the app icon to the new design
2015-01-07 21:11:12 -05:00
Diego Waxemberg
ce3f046ae8
created build 0.3.0
2015-01-07 19:42:18 -05:00
Diego Waxemberg
d4cd8d3bba
No longer duplicate hosts when the same host is discovered by MDNS
2015-01-05 18:28:10 -05:00
Yuki MIZUNO
021283e6ef
Fix font family on UISegmentedControl
2015-01-05 17:20:10 +09:00
Yuki MIZUNO
84a314adb4
Fix a computer name invisibility bug
2015-01-05 16:32:30 +09:00
Yuki MIZUNO
fcd3af5bcc
Change segmented control style
2015-01-05 16:16:33 +09:00
Yuki MIZUNO
514d79fde9
Set Roboto font family for text labels and buttons.
2015-01-05 15:26:19 +09:00
Yuki MIZUNO
e325ee1c27
Add Roboto font family
2015-01-05 15:09:26 +09:00
Yuki MIZUNO
aaeef1d6bb
show an app title when the image of the app isn't available
2015-01-05 14:32:11 +09:00
Diego Waxemberg
57bf748877
The host views now auto refresh and removed unused method
2015-01-02 23:58:59 -05:00
Diego Waxemberg
d134ff83d6
mDNS discovered hosts have the name set to the address until they are polled
2015-01-02 23:57:49 -05:00
Diego Waxemberg
f0b145c01a
Now stop discovery when pairing
2015-01-02 23:57:11 -05:00
Diego Waxemberg
5aeedb894a
Moved discovery to a worker thread per host
2015-01-02 23:56:28 -05:00