Commit Graph

200 Commits

Author SHA1 Message Date
Ethan Pippin b2fb9fbe2b Add BasicAppSettingsView, refactor, and organize 2021-10-15 09:35:32 -06:00
Ethan Pippin 0a57049236 Fix ItemCoordinator for tvOS 2021-10-15 00:49:40 -06:00
Ethan Pippin 0eec789f1a Merge branch 'main' into multi-server-user-login 2021-10-15 00:47:39 -06:00
Ethan Pippin 8f79ecbc77 Start on ServerListView 2021-10-15 00:14:53 -06:00
Ethan Pippin 64f50be2aa tvOSMainCoordinator 2021-10-14 23:28:52 -06:00
Ethan Pippin 08da874909 Organize VideoPlayer folders 2021-10-14 22:57:19 -06:00
Ethan Pippin f3dff2f216 Add respective coordinators 2021-10-14 22:55:20 -06:00
Ethan Pippin 5f4d42d6c8 Move coordinators to shared 2021-10-14 22:50:30 -06:00
Ethan Pippin 76530a6d7a Move tvOS files and remove persistence controller 2021-10-14 17:21:10 -06:00
Ethan Pippin 4153c40067 Remove Keychain 2021-10-14 17:03:52 -06:00
Ethan Pippin 3599df56e9 Prevent connecting/signing in if already exists 2021-10-14 15:28:13 -06:00
Ethan Pippin f248767adf Login to Sign In 2021-10-14 14:20:13 -06:00
Ethan Pippin 1d6047840f Add UserList for server 2021-10-13 23:09:41 -06:00
Ethan Pippin 67bfdcb207 Add state models and proper logout 2021-10-13 22:25:57 -06:00
Ethan Pippin e81b593fa1 Add UserLoginView 2021-10-13 19:24:50 -06:00
Ethan Pippin 1576d9d6b7 Create new SessionManager and begin new connect flow 2021-10-13 15:58:45 -06:00
Ethan Pippin 7dd253c530 Organize files 2021-10-12 18:12:14 -06:00
Ethan Pippin 4e75905f70 Initial CoreStore foundation 2021-10-12 17:57:30 -06:00
PangMo5 ccce42df60 fix tvOS build error 2021-10-12 19:37:51 +09:00
Anthony Lavado c2d4508c15
Merge pull request #172 from jhays/jhays/tvos-library
tvOS library work - add All Media tab
2021-10-02 14:07:28 -04:00
jhays 9343f963ac increase tvOS deployment target to 15 2021-09-29 11:28:44 -05:00
jhays 90d66fc343 add LibraryListView for tvOS 2021-09-28 20:28:20 -05:00
PangMo5 fad8f14a21 fix tvOS build error 2021-09-23 16:35:33 +09:00
PangMo5 1b7e801a49 Merge branch 'main' into PangMo5/coordinator-and-deep-link
# Conflicts:
#	JellyfinPlayer.xcodeproj/project.pbxproj
#	JellyfinPlayer.xcworkspace/xcshareddata/swiftpm/Package.resolved
2021-09-23 15:58:41 +09:00
aiden 3 13202d810e
Merge pull request #170 from jhays/jhays/tvos-fix
tvOS fixes
2021-09-22 16:47:43 -04:00
jhays 4050907988 fix tv target and colors 2021-09-21 23:18:05 -05:00
PangMo5 b92d66e26e Support DeepLink jellyfin://Users/{UserID}/Items/{ItemID} 2021-09-22 05:28:14 +09:00
Ethan Pippin f639bee126 todo work and update to minimum of iOS 15 2021-09-21 11:06:09 -06:00
Ethan Pippin d10cb35451 Refactor 2021-09-21 10:50:07 -06:00
PangMo5 16e3cd6ea5 migrate stinsen v1 to v2 2021-09-20 20:32:04 +09:00
PangMo5 1863d973a9 Merge branch 'main' into PangMo5/coordinator-and-deep-link
# Conflicts:
#	JellyfinPlayer.xcodeproj/project.pbxproj
#	JellyfinPlayer/Components/PortraitItemView.swift
#	JellyfinPlayer/ContinueWatchingView.swift
#	JellyfinPlayer/EpisodeItemView.swift
#	JellyfinPlayer/HomeView.swift
#	JellyfinPlayer/ItemView.swift
#	JellyfinPlayer/MovieItemView.swift
#	JellyfinPlayer/SeasonItemView.swift
#	JellyfinPlayer/SeriesItemView.swift
#	JellyfinPlayer/SettingsView.swift
#	Shared/ViewModels/ItemViewModel.swift
2021-09-20 17:46:29 +09:00
Ethan Pippin b6b78cc617 Reduce item view complexity 2021-08-31 23:12:09 -06:00
Ethan Pippin b349258086 Some work 2021-08-30 11:09:26 -06:00
Ethan Pippin f9114ae6be Create explicit portrait and landscape views 2021-08-28 22:25:43 -06:00
Ethan Pippin 2dbb0bd890 Simplify item view creation 2021-08-27 23:31:13 -06:00
PangMo5 3235f8046d fix suggested changes 2021-08-26 02:22:28 +09:00
PangMo5 5d96de329f Temporarily process deep link from HomeView 2021-08-25 20:15:57 +09:00
PangMo5 252c7a62ed fix tvOS build error 2021-08-25 18:09:34 +09:00
PangMo5 3ad789fe08 Merge branch 'main' into PangMo5/coordinator-and-deep-link
# Conflicts:
#	JellyfinPlayer/SettingsView.swift
#	JellyfinPlayer/VideoPlayer.swift
2021-08-25 17:48:32 +09:00
PangMo5 2aab9df5df Add VideoPlayerCoordinator
rename router
2021-08-25 17:37:42 +09:00
PangMo5 74a9302021 Add ItemCoordinator 2021-08-25 16:46:59 +09:00
PangMo5 0640e7051d Add FilterCoordinator
Add LibraryCoordinator
Add SearchCoordinator
Add SettingsCoordinator
Update HomeCoordinator
Update LibraryListCoordinator
2021-08-25 14:26:19 +09:00
aiden 3 1703b6345c
Merge branch 'main' into advanced-server-settings 2021-08-22 20:35:44 -04:00
Aiden Vigue 2717053867
use new translation languages. 2021-08-22 20:32:48 -04:00
Aiden Vigue 3d3db3e7ef
wtf was that 2021-08-22 20:26:57 -04:00
PangMo5 3a090aaf4e Add Stinsen
Add ConnectToServerCoodinator
Add HomeCoordinator
Add LibraryListCoordinator
Add MainCoordinator
Add MainTabCoordinator
2021-08-21 19:55:32 +09:00
Ethan Pippin d5594625ec Create advanced settings view 2021-08-20 15:34:34 -06:00
Ethan Pippin 4e41863d23 Add custom time skip durations 2021-08-17 23:41:08 -06:00
Ethan Pippin c3c64c1354 Update logging 2021-08-12 11:30:50 -06:00
Ethan Pippin d046f0ab56 Implement starter error messages 2021-08-12 00:39:28 -06:00