Commit Graph

405 Commits

Author SHA1 Message Date
Kwangmin Bae 5ce904aa10
Merge pull request #470 from PangMo5/PangMo5/fix-external-subtitle-load 2022-07-06 06:53:15 +09:00
PangMo5 bae144c2bd Add exception handling for externalURL 2022-07-05 16:56:30 +09:00
PangMo5 9508c5f113 Modify External Subtitle URL Logic 2022-07-03 15:01:28 +09:00
PangMo5 2b3714cd8f Correspond to jellyfin 10.8
Update Package
2022-06-18 05:31:18 +09:00
Ethan Pippin 8693326d6e
Merge pull request #426 from jhays/jhays/ios-livetv
LiveTV support for iOS
2022-06-15 17:35:16 -06:00
jhays eb51237d54 fix single root library nav issue 2022-06-07 21:38:57 -05:00
jhays b049572a89 fix library progress view, increase tvOS page size 2022-06-07 21:19:22 -05:00
jhays f2920363ec Swiftformat 2022-06-06 15:25:06 -05:00
jhays bc8f5e95d9 BaseItemDto ItemType usage 2022-05-26 09:26:10 -05:00
Kwangmin Bae d91fb73822
Merge pull request #428 from PangMo5/PangMo5/player-slider-pan-gesture 2022-05-15 16:40:27 +09:00
PangMo5 28c6f9e760 Improvement UI/UX in scrubbing 2022-05-14 11:40:50 +09:00
Ethan Pippin 8c2219aa00 fix broadcast discovery 2022-05-11 09:54:12 -06:00
Julian Hays 7833280175
Merge branch 'jellyfin:main' into jhays/ios-livetv 2022-05-03 21:52:36 -05:00
PangMo5 7a26e69685 Add seek slide gesture 2022-05-04 02:37:50 +09:00
jhays 8bc87282ee update live tv cells for tvOS 2022-05-01 21:21:06 -05:00
Ethan Pippin 2aa1607ee7
Merge pull request #425 from TheNightmanCodeth/main 2022-05-01 13:38:35 -06:00
Joe Diragi 0ca924c8f2 Updates swiftformat 2022-05-01 15:23:52 -04:00
Joe Diragi b43abf1548 Runs SwiftLint and adds back OpenGLES 2022-04-30 19:34:11 -04:00
PangMo5 9da29ee708 Merge branch 'PangMo5/main' into PangMo5/more-gestures
# Conflicts:
#	Translations/en.lproj/Localizable.strings
2022-05-01 07:35:25 +09:00
PangMo5 0f92343970 VideoPlayer's Double tap related UX improvement
Change VideoPlayer's overlay show implementation
Add player gestures lock gesture settings
2022-05-01 06:16:41 +09:00
Joe Diragi a6bcd668d5 Fixes dangling pointer warning 2022-04-30 16:50:14 -04:00
Ethan Pippin a22ef63074 Update ErrorMessage.swift 2022-04-28 15:12:17 -06:00
Ethan Pippin fa683a5d30 fix tv files 2022-04-28 15:04:34 -06:00
Ethan Pippin cf812fd9dd redo logging 2022-04-28 14:51:22 -06:00
jhays 80477c4bbd swiftformat 2022-04-28 14:29:43 -05:00
Ethan Pippin 37be6be200 Merge branch 'main' into improve-logging 2022-04-28 12:51:37 -06:00
jhays d649dd88cf ios live tv and experimental settings 2022-04-27 22:46:14 -05:00
jhays 5531c912ea LiveTV iOS route to playback 2022-04-24 19:44:56 -05:00
jhays 081857262c live tv channels layout ui 2022-04-24 19:19:15 -05:00
jhays 4dac5dd0b9 initial iOS LiveTV coordination 2022-03-31 21:37:57 -05:00
jhays af61e90193 fix tv channel item focus 2022-03-30 18:16:31 -05:00
Ethan Pippin 8ee1e35e77 move logic 2022-03-29 12:41:51 -06:00
Ethan Pippin ee9f3c02f0 fix and lint 2022-03-28 23:29:24 -06:00
jhays 4bea0ddf43 tv settings, channel item improvements 2022-03-26 00:22:26 -05:00
jhays c2ad99ba83 livetv fixes 2022-03-22 14:30:29 -05:00
Ethan Pippin 0d69ae592a Update BlurHashView.swift 2022-03-19 09:54:45 -06:00
Ethan Pippin 9441de86a8 fix tvos 2022-03-18 22:13:27 -06:00
Ethan Pippin a467f0cbd7 lint 2022-03-18 22:05:08 -06:00
Ethan Pippin 2d5f1a2c19 update notifications 2022-03-18 21:59:25 -06:00
Ethan Pippin 24dbb78fcf fix failureinitials 2022-03-18 21:45:52 -06:00
Ethan Pippin 9e10395f80 update inits 2022-03-18 21:38:33 -06:00
Ethan Pippin 42ea9ad1cf Update ImageView.swift 2022-03-18 21:24:12 -06:00
PangMo5 a69fdb9964 update contributing.md
run swiftformat .
2022-03-19 03:22:55 +09:00
PangMo5 d4f03fb327 Support Apple Siliscon Mac's simulator
Replace Cocoapods with Carthage (VLCkit)
Support Xcode 13.3
add GoogleCastSDK xcframework
2022-03-19 03:20:16 +09:00
Min-Yih Hsu 41a3644417 Consulting the `NextUp` endpoint for next episode in a season
And fallback to the old mechanism if either the next episode in this
series doesn't match the current season or something goes wrong.
2022-02-08 19:42:51 +08:00
Min-Yih Hsu bfe413c06a (Re)Enable the play button on the season page
Resurrecting some of the previously-commented code to enable the play
button on the season page. Which plays the next unplayed episode in that
season. Note that we no longer bail out on the `BaseItemDto.missing`
flag because sometimes it shows false negatives even on legit season
items. Instead, we rely on results returning from the API call.
2022-02-08 10:08:26 +08:00
PangMo5 682f79631c add system control gestures (brightness, volume) 2022-02-05 18:14:23 +09:00
Ethan Pippin 2231870263 lint 2022-01-29 12:33:32 -07:00
Ethan Pippin 8840ca4995 fix blurhashes 2022-01-29 12:30:22 -07:00
PangMo5 a5fabe3224 add keyCommands to VLCPlayerViewController 2022-01-29 07:01:43 +09:00