Cameron Gutman
|
8f12114a56
|
Merge branch 'master' into persist-app-list
|
2015-07-11 01:38:30 -07:00 |
|
Cameron Gutman
|
dc6ebffab1
|
Allow unpaired computer to be deleted. Remove the unpairing option since it hasn't worked for ages.
|
2015-07-11 01:29:28 -07:00 |
|
Cameron Gutman
|
13e894e9a3
|
Refactor app list to be non-static and sorted in alphabetical order
|
2015-07-11 01:28:52 -07:00 |
|
Cameron Gutman
|
4c95773131
|
Long clicking hosts that aren't paired doesn't bring up any useful options, so disable it
|
2015-07-11 00:13:58 -07:00 |
|
Cameron Gutman
|
38776a01e4
|
Only create an app if an app ID was found
|
2015-07-11 00:10:13 -07:00 |
|
Cameron Gutman
|
b2563e534d
|
Null terminate strings before passing them to BIO_puts
|
2015-07-10 22:33:09 -07:00 |
|
Diego Waxemberg
|
37f25c1f97
|
fixed some bugs with saving app list to database
|
2015-07-10 22:19:25 -07:00 |
|
Diego Waxemberg
|
642085ca32
|
App lists are now persisted in the database
|
2015-07-10 21:22:57 -07:00 |
|
Cameron Gutman
|
5dee29a21c
|
Add a play indicator for running apps
|
2015-07-10 18:09:12 -07:00 |
|
Cameron Gutman
|
b01d13976b
|
Improve speed and reliability of host detection
|
2015-07-10 12:18:09 -07:00 |
|
Cameron Gutman
|
ae1c83a011
|
Fix returning to the host selection screen after a failure
|
2015-07-10 11:52:27 -07:00 |
|
Cameron Gutman
|
e5f962dc3f
|
Perform stricter status checks during pairing to fix a crash when paired=3
|
2015-07-10 11:43:47 -07:00 |
|
Cameron Gutman
|
54dd79d2dd
|
Remove OK button from pairing PIN dialog, since it dismisses automatically
|
2015-07-10 11:37:32 -07:00 |
|
Cameron Gutman
|
935fb6ffe3
|
Fix streaming over the external IP address when discovered via mDNS
|
2015-07-10 00:28:51 -07:00 |
|
Cameron Gutman
|
48d1c1a080
|
Commit host removals immediately so they remain if the app is unexpectedly terminated
|
2015-07-09 23:52:05 -07:00 |
|
Cameron Gutman
|
2d02ce2a1b
|
Change the PC status to offline and return to the host selection screen if server info or applist is unavailable
|
2015-07-09 23:48:18 -07:00 |
|
Cameron Gutman
|
29fda59a72
|
Add applist and server info fetching error dialogs. Open the options menu when a user taps an offline PC.
|
2015-07-09 21:15:52 -07:00 |
|
Cameron Gutman
|
05f0dfd4f5
|
Replace dispatch_sync with dispatch_async in pairing
|
2015-07-09 21:02:19 -07:00 |
|
Cameron Gutman
|
0bdc5a83f1
|
Go directly to the app list after pairing like Android
|
2015-07-09 20:39:15 -07:00 |
|
Cameron Gutman
|
8688bf1210
|
Add failure handling for quitting apps
|
2015-07-09 20:33:23 -07:00 |
|
Cameron Gutman
|
bf0858d57e
|
Fix spelling mistake
|
2015-07-09 20:32:03 -07:00 |
|
Cameron Gutman
|
8d4d391310
|
For real this time - Update common to pickup Xcode 7 changes
|
2015-07-08 23:49:34 -07:00 |
|
Cameron Gutman
|
8fb15336c4
|
Update common to pickup Xcode 7 changes
|
2015-07-08 23:45:20 -07:00 |
|
Cameron Gutman
|
883385c42b
|
Merge branch 'xcode-7.0'
|
2015-07-08 23:43:03 -07:00 |
|
Cameron Gutman
|
6d1139796e
|
Cherry pick e58eb5f - Removing LimelightTests target
|
2015-07-08 23:25:37 -07:00 |
|
Cameron Gutman
|
e58eb5f56a
|
Remove LimelightTests target since it's old and unused
|
2015-07-08 23:21:05 -07:00 |
|
Cameron Gutman
|
2b0ce49646
|
Merge branch 'master' into xcode-7.0
Conflicts:
limelight-common-c
|
2015-07-08 23:13:55 -07:00 |
|
Cameron Gutman
|
73364127d2
|
Fix pairing with GFE 2.4.5.57+
|
2015-07-08 23:03:23 -07:00 |
|
Cameron Gutman
|
84a986bc88
|
Switch from deprecated NSURLConnection to NSURLSession
|
2015-07-08 22:35:25 -07:00 |
|
Cameron Gutman
|
f13051aa31
|
Prepare for HTTP requests
|
2015-07-08 21:31:47 -07:00 |
|
Cameron Gutman
|
6bb559303b
|
Remove executeRequest from HttpManager. It has some show-stopping bugs, like leaking semaphore counts (since it never waited) and being generally thread-unsafe. Implementing it in a way that would be asynchronous and thread-safe is a non-trivial task, so I've opted to remove it and change callers to use executeRequestSynchronously.
|
2015-07-08 21:26:01 -07:00 |
|
Cameron Gutman
|
b7324f9a44
|
Remove a parameter from LiStartConnection
|
2015-07-08 19:17:58 -07:00 |
|
Cameron Gutman
|
c0b2bbe552
|
Remove a parameter from LiStartConnection
|
2015-07-08 19:16:48 -07:00 |
|
Cameron Gutman
|
8c36cf40fd
|
Update common for a leak fix and other minor bugs
|
2015-07-08 19:16:17 -07:00 |
|
Diego Waxemberg
|
717296269f
|
updating common to xcode 7.0 settings
|
2015-07-04 11:23:31 -07:00 |
|
Diego Waxemberg
|
4be29abede
|
updated project settings for xcode 7.0
|
2015-07-04 11:13:05 -07:00 |
|
Cameron Gutman
|
528af9684e
|
Update common-c to fix scrolling issues
|
2015-06-25 21:54:39 -07:00 |
|
Cameron Gutman
|
ff7a4ef190
|
Update common with better error messages
|
2015-06-25 00:11:09 -07:00 |
|
Cameron Gutman
|
99a2dbb956
|
Switch from deprecated UIAlertView to UIAlertController for pairing
|
2015-06-23 22:23:12 -07:00 |
|
Cameron Gutman
|
280341791a
|
Use non-deprecated NSManagedObjectContext initializer
|
2015-06-23 22:09:08 -07:00 |
|
Cameron Gutman
|
1759565920
|
Removed supportedInterfaceOrientations since it didn't do anything and caused a warning on iOS 9 because the prototype seems to have changed
|
2015-06-23 22:01:59 -07:00 |
|
Cameron Gutman
|
f57fa678f6
|
Escaping the URL strings is not required because no reserved characters are ever sent. Plus it's deprecated in iOS 9.
|
2015-06-23 21:58:32 -07:00 |
|
Cameron Gutman
|
f8b5b16109
|
Create alert dialogs on the main thread
|
2015-06-23 21:46:58 -07:00 |
|
Cameron Gutman
|
005a678089
|
Disable App Transport Security since we need to make requests over HTTP and HTTPS to servers with self-signed certificates
|
2015-06-20 13:11:49 -07:00 |
|
Cameron Gutman
|
315dd53dcb
|
Disable bitcode until native libraries are rebuilt for it
|
2015-06-20 13:06:02 -07:00 |
|
Cameron Gutman
|
bb24495b3f
|
Warning fix (char* -> const char*)
|
2015-06-19 20:53:14 -07:00 |
|
Cameron Gutman
|
b9f2764990
|
Update common
|
2015-06-17 23:48:58 -07:00 |
|
Cameron Gutman
|
a9a00629b1
|
Use API 1.1 common in preparation for IPv6 requirement
|
2015-06-17 23:32:00 -07:00 |
|
Diego Waxemberg
|
1223a9013f
|
updated libopus and Opus build scrips
|
2015-06-01 22:25:56 -07:00 |
|
Diego Waxemberg
|
ab019eef0f
|
got rid of dumb compiler warnings
|
2015-06-01 00:36:21 -07:00 |
|