Cameron Gutman
fc713453ad
Merge branch 'master' of github.com:moonlight-stream/moonlight-ios
2016-02-16 10:38:25 -05:00
Cameron Gutman
b222ccffbb
Fix analysis warning
2016-02-16 10:37:59 -05:00
Michelle Bergeron
56ce7329d2
Point to website, add wiki link.
2016-02-15 22:39:32 -08:00
Michelle Bergeron
99ab6db557
Added note about Apple TV in effort to stave off some emails
2016-02-07 21:53:55 -08:00
Cameron Gutman
d7adf96f3a
Newer GFE versions don't mind resuming another device's stream
2016-02-06 23:10:36 -05:00
Cameron Gutman
0ae58c61a9
Remove apps from the database when they are removed from the app list
2016-01-21 16:24:02 -05:00
Cameron Gutman
2ec7d1d2f1
Use the main queue for the managed object context as a hack to prevent merge conflicts
2016-01-21 16:17:05 -05:00
Cameron Gutman
ad1b9059ee
Ensure the host matches for app entries
2016-01-21 15:01:15 -05:00
Cameron Gutman
4439c7cce6
Fix initial app list loading after pairing
2016-01-21 14:14:29 -05:00
Cameron Gutman
b8a4093c75
Preserve app art when updating the app list
2016-01-21 14:03:07 -05:00
Cameron Gutman
ec3748b26e
Implement hash and isEqual for TemporaryApp and TemporaryHost
2016-01-21 13:34:34 -05:00
Cameron Gutman
1c1f22e047
Update the database on each server info poll
2016-01-21 12:09:49 -05:00
Cameron Gutman
9aa9b0fc5a
Copy the pair state into the temporary host
2016-01-21 11:42:19 -05:00
Cameron Gutman
f8e2ca8500
We can't hold onto managed objects in our temporary objects because they can disappear from under us, so do the lookup when we propagate values
2016-01-21 11:29:17 -05:00
Cameron Gutman
3076e29335
Basic database access is working
2015-12-02 00:25:38 -08:00
Cameron Gutman
fe616d86c5
Reduce usage of DataManager
2015-12-01 20:56:08 -08:00
Cameron Gutman
bfa4856bbe
Move non-CoreData backed fields out of CoreData objects
2015-12-01 20:36:08 -08:00
Cameron Gutman
5ea92a7b48
Stop using CoreData-backed objects in any non-DataManager code
2015-12-01 20:31:24 -08:00
Diego Waxemberg
4ba71db7b2
bumped build version
v1.0.1
2015-11-14 13:07:31 -08:00
Diego Waxemberg
c1e6aeb43c
Merge branch 'master' of github.com:moonlight-stream/moonlight-ios
2015-11-14 12:33:44 -08:00
Diego Waxemberg
e3ffb66ef0
bumping version code
2015-11-14 12:33:41 -08:00
Cameron Gutman
5daa82b0ba
Show the hosts in alphabetical order rather than in an undefined order
2015-11-13 19:55:18 -08:00
Cameron Gutman
a8bcc6afba
Split the work into 2 jobs per computer to retrieve assets faster
2015-11-13 19:52:35 -08:00
Cameron Gutman
e6aa16ad01
Revert "Fix concurrent modification crash in app asset caching code"
...
This reverts commit ad0705d126261b32d64c76bac4f831f8600d3d4d.
2015-11-13 19:07:15 -08:00
Cameron Gutman
ad0705d126
Fix concurrent modification crash in app asset caching code
2015-11-13 18:30:12 -08:00
Cameron Gutman
2f31f93bf8
Add support for GFE 2.8
2015-11-11 18:24:36 -08:00
Cameron Gutman
ea3be613c5
Try 5 times to get the app list before failing
2015-11-11 18:14:59 -08:00
Cameron Gutman
b495246f34
Only mark a PC offline if server info failed after 3 straight tries
2015-11-11 18:14:04 -08:00
Cameron Gutman
814470f4bf
Set the default bitrate based on the selected resolution and FPS combo
2015-11-11 18:11:33 -08:00
Cameron Gutman
82293a08b6
Increase the request timeout to 7 seconds to give a bit more time for slow app lists to come in
2015-11-11 17:53:13 -08:00
Cameron Gutman
20d66336a7
Cache decoded UIImage objects for the scroll view to fix janky scrolling
2015-11-10 21:23:00 -08:00
Cameron Gutman
c8441ec9fa
Rasterize the cell layer to increase scrolling performance
2015-11-10 20:48:39 -08:00
Cameron Gutman
f72135c227
Mark collection cells opaque for better performance
2015-11-10 20:47:09 -08:00
Michelle Bergeron
100e6e4ce8
Remove info about the beta
2015-11-09 21:53:58 -08:00
Michelle Bergeron
ec8be20d62
Download link
2015-11-09 21:53:24 -08:00
Diego Waxemberg
55d48101ef
Bumped build version
...
This is the first attempt at submission to the App Store
v1.0.0
2015-11-01 00:12:39 -07:00
Cameron Gutman
c36f4c5f84
Remove abort calls
2015-10-31 23:45:37 -07:00
Diego Waxemberg
06289ac4d2
No longer use IDFA, now generate UUID and persist in Core Data. Bumped version to 1.0.0
2015-10-31 23:04:32 -07:00
Cameron Gutman
e6a2d5d425
Update project file after Xcode 7.1
2015-10-31 19:00:44 -07:00
Cameron Gutman
ea8db9c4ea
Update common with new bitrate logic
2015-10-31 19:00:05 -07:00
Cameron Gutman
3773e841d1
Update common to support GFE 2.7
2015-10-25 13:28:24 -07:00
Diego Waxemberg
ad1ddd04f3
no longer allow multiple apps to be selected at the same time
2015-10-18 16:52:14 -07:00
Diego Waxemberg
67a8b232b9
added pull arrow to side of screen
2015-10-17 16:16:13 -07:00
Diego Waxemberg
5293c07fc0
fixed issue where we wouldn't terminate the stream on failure
2015-10-17 03:46:09 -07:00
Diego Waxemberg
e3a42db007
On-screen controls revamp
...
- controls are bigger
- dead zone around buttons to avoid accidental mouse clicks and movement
- finished implementing control setup for AutoGCGamepad
- swiping to close stream requires swipe to 1/4 the screen width
- no longer send mouse movement if delta is too small
2015-10-17 03:02:55 -07:00
Diego Waxemberg
3b1462af22
removed support for native resolution stream
2015-10-16 23:38:14 -07:00
Cameron Gutman
74a0c5b1cd
Merge branch 'master' of github.com:moonlight-stream/moonlight-ios
2015-09-30 20:44:26 -07:00
Cameron Gutman
05a5e4fa64
Fix a crash when apps are removed from GFE
2015-09-30 20:44:14 -07:00
Cameron Gutman
b6445295a7
Use a temporary app object and database lock to avoid saving while the database is not in a consistent state
2015-09-30 20:34:52 -07:00
Diego Waxemberg
391605ef36
ignored the new xcsmblueprint files
2015-09-30 19:18:21 -07:00