Commit Graph

117 Commits

Author SHA1 Message Date
Ethan Pippin 99445e387c Right progress ticks for VLCPlayer 2021-12-28 16:45:45 -07:00
Ethan Pippin 467d0d4937 Move createVideoPlayerViewModel 2021-12-28 14:48:43 -07:00
Ethan Pippin a566415ee1 Fixes and port over 2 2021-12-28 14:23:35 -07:00
Ethan Pippin 59465a3c4a Initial implementation over 2021-12-28 07:21:44 -07:00
Ethan Pippin 43f03c1c9c cleanup 2021-11-10 23:03:58 -07:00
Ethan Pippin 1ee02dfcb0 Merge branch 'main' into multi-server-url 2021-11-10 22:55:06 -07:00
PangMo5 923af3f013 swiftlint autocorrect 2021-11-08 03:53:42 +09:00
PangMo5 6307ae4e26 Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09:00
PangMo5 1e0ae4745c Replace the existing strings and texts with R.swift 2021-11-08 02:56:07 +09:00
Ethan Pippin 55dc1ec7e4 Allow switching URIs and see details from UserListView 2021-11-06 22:21:53 -06:00
Ethan Pippin eb901da824 Merge branch 'main' into multi-server-url 2021-11-06 20:02:39 -06:00
aiden 3 63676a81bd
Merge pull request #193 from LePips/update-home-view-items
iOS - Home Screen Pull To Refresh
2021-10-27 20:30:57 -04:00
Ethan Pippin efb751f00f Add setting current URI after new connection 2021-10-25 12:00:30 -06:00
Ethan Pippin 43090831cb Add multi url support to stored server 2021-10-24 21:33:07 -06:00
jhays 992361a1cf bugfixes, add year and rating to items 2021-10-21 21:18:18 -05:00
jhays 2b888e9b82 Additional coordinators and routing fixes 2021-10-20 17:58:45 -05:00
Ethan Pippin 54482f9ed6 Add home screen refresh 2021-10-18 21:08:13 -06:00
Ethan Pippin 9ac86a478a Fix cancelling connection and signin 2021-10-16 09:54:57 -06:00
Ethan Pippin cdec38be7a Review edits 2021-10-16 09:53:23 -06:00
Ethan Pippin 362f49b497 Merge branch 'main' into multi-server-user-login 2021-10-15 16:08:41 -06:00
Ethan Pippin ff7a4c5620 Cleanup and remove NukeUI for AsyncImage 2021-10-15 15:20:00 -06:00
aiden 3 f1127aca35
Merge pull request #182 from jhays/jhays/swiftUICollection
use CollectionView on tvOS LibraryView
2021-10-15 16:53:52 -04:00
Ethan Pippin 350bc0ee6b Add Stinsen purge note 2021-10-15 13:39:40 -06:00
Ethan Pippin 30bf12bea2 Implement BasicAppSettingsView, purge, and fix iOS discovering servers 2021-10-15 13:25:37 -06:00
Ethan Pippin f3a6cee8ca Allow researching for local servers and cancelling requests 2021-10-15 11:31:36 -06:00
Ethan Pippin dfc8aedf78 Create Reset button and organize 2021-10-15 10:24:04 -06:00
Ethan Pippin b2fb9fbe2b Add BasicAppSettingsView, refactor, and organize 2021-10-15 09:35:32 -06:00
jhays 6a1d049dbb don't add loading cell after last page 2021-10-15 08:24:10 -05:00
jhays 0dc7eab1cd add loading cell as last item 2021-10-15 08:22:08 -05:00
Ethan Pippin 2d56c01bb9 Finish ServerListView and UserListView 2021-10-15 00:43:14 -06:00
jhays 2cfc69640d cleanup some row math 2021-10-14 22:28:36 -05:00
Ethan Pippin b13877cddd Allow server/user deletion 2021-10-14 16:50:08 -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 a5e6cdf998 Add better views and flow for no servers/users 2021-10-14 14:17:50 -06:00
jhays ffde1c468d feedback cleanup 2021-10-14 14:06:23 -05:00
jhays 1c2b1879b4 use CollectionView on LibraryView 2021-10-14 09:59:35 -05: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
PangMo5 e58e67211f Add a menu of Route function to ItemView 2021-10-05 01:11:48 +09:00
PangMo5 a46ed45925 modify LatestMediaViewModel.requestLatestMedia params
fix build error
2021-09-23 18:00:30 +09: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 2006353c60 Add debug localhost server check 2021-08-31 23:12:20 -06: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
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