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
Ethan Pippin
6bd07817f7
Merge pull request #351 from mshockwave/dev-folder-view
...
Basic support for folder-type library items
2022-01-28 11:01:18 -08:00
Min-Yih Hsu
7ed1d08d9a
Revise label text on the flatten library view option
2022-01-28 18:58:03 +08:00
Min-Yih Hsu
e760a586d7
Add an option to switch between flatten/grouped library view
...
By default, a library shows its items in a flatten view. This patch
further adds an option that allows users to show items grouped in their
own folders as well.
2022-01-28 11:04:37 +08:00
Ethan Pippin
4c76ac1438
new log structure
2022-01-25 12:35:38 -07:00
Min-Yih Hsu
3f52223be5
Basic support for folder-type library items
...
- Add a new BaseItemDto.ItemType member: .folder.
- Use CollectionItemViewModel to display folder-type item.
- For each episode in a folder, fallback to primary image if series
primary image is not available.
2022-01-25 21:14:58 +08:00
jhays
715e5b6102
format
2022-01-24 17:57:51 -06:00
jhays
0749fa0520
rebase added hlsStreamURL param
2022-01-24 17:57:00 -06:00
jhays
56b60dafdc
duplicate create view model for livetv
2022-01-24 14:58:30 -06:00
jhays
46f069698d
Duplicate player for LiveTV
2022-01-24 14:58:30 -06:00
jhays
bf79902b42
swiftformat
2022-01-24 14:58:07 -06:00
jhays
dd7ac40aaf
enable playback on programs view
2022-01-24 14:58:07 -06:00
jhays
58cd96c815
grab first videoPlayerViewModel in returned array
2022-01-24 14:58:07 -06:00
jhays
074be8ec37
clean up force unwrapped runTimeTicks
2022-01-24 14:58:07 -06:00
jhays
bcc81213ad
route to video player from liveTv
2022-01-24 14:58:07 -06:00
Ethan Pippin
e51f4acc72
localize
2022-01-20 23:04:15 -07:00
Ethan Pippin
e1763390cc
tvOS version in basic app settings
2022-01-20 22:57:40 -07:00
Ethan Pippin
0b171c97a8
iOS add about to basic app settings
2022-01-20 22:53:14 -07:00
Ethan Pippin
1a7bef0579
lint
2022-01-20 22:47:43 -07:00
Ethan Pippin
efa69984ac
implement about view iOS and version tvOS
2022-01-20 22:47:33 -07:00
Ethan Pippin
961f87d3c7
add back experimental native player
2022-01-19 16:11:06 -07:00
Ethan Pippin
45bafed1e9
add aspect fill and update packages
2022-01-19 00:18:24 -07:00
Ethan Pippin
b67aa7a13e
thumb images for episodes
2022-01-17 17:48:48 -07:00
Ethan Pippin
5ef57dc379
better fallback image implementation
2022-01-17 17:41:19 -07:00
Ethan Pippin
7b67f4bc2a
cleanup
2022-01-17 15:57:00 -07:00
Ethan Pippin
70506a276e
get thumb image and fallback imageview
2022-01-17 15:51:22 -07:00
David Cordero
c4a3670cec
Add accessibilityLabels to the currentPosition and reminingTime labels in the player overlay
2022-01-17 21:05:11 +01:00
Andrei Nistor
1515fcb158
Fix Base URL handling
2022-01-17 17:55:23 +02:00
Ethan Pippin
6b7f3672b2
Merge branch 'main' into chapter-support
2022-01-16 19:13:08 -07:00
Ethan Pippin
fe81bc1e23
Merge pull request #305 from LePips/force-direct-play-experimental-setting
...
Allow force direct play as a temporary measure
2022-01-16 19:11:09 -07:00
Ethan Pippin
28f23a439a
Merge pull request #300 from LePips/support-redirects
...
Support Redirects
2022-01-16 19:10:51 -07:00
David Cordero
5603eb7bca
Fix typo
2022-01-16 21:43:22 +01:00
David Cordero
e069c69d13
Hide title with initial for voice over
2022-01-16 21:39:48 +01:00
David Cordero
68f143460a
Add missing accessibility label to the settings buttons
2022-01-16 21:39:48 +01:00
Ethan Pippin
4704a54d89
Update Strings.swift
2022-01-15 22:55:23 -07:00
Ethan Pippin
b5e257e6b4
Merge branch 'main' of https://github.com/jellyfin/SwiftFin into chapter-support
2022-01-15 22:54:18 -07:00
Ethan Pippin
815a91457e
Update Strings.swift
2022-01-15 22:26:15 -07:00
Ethan Pippin
fa01de49a6
ios chapters
2022-01-15 22:23:14 -07:00
Ethan Pippin
abdd303ccb
Merge branch 'main' into support-redirects
2022-01-15 22:13:00 -07:00
Ethan Pippin
13f457f52a
allow force direct play as a temporary measure
2022-01-15 13:01:42 -07:00
Ethan Pippin
a60e5821f3
fallback to english translation
2022-01-15 12:31:34 -07:00
Ethan Pippin
ec5ff53c03
fix recently added to only have series and movies and implement temp overkill bitrate ceiling
2022-01-14 12:53:13 -07:00
Ethan Pippin
97001f4e27
cleanup
2022-01-14 12:24:34 -07:00
Ethan Pippin
3eab18bc8d
add redirects
2022-01-14 12:22:13 -07:00
Ethan Pippin
09d0cb74a8
Update BaseItemDto+VideoPlayerViewModel.swift
2022-01-14 11:43:27 -07:00
Ethan Pippin
5ad6b08a04
increase bit-rate ceiling
2022-01-14 11:26:18 -07:00
Ethan Pippin
fce8b8d624
unaired switch and alignment fix
2022-01-14 11:14:39 -07:00
Ethan Pippin
5b9521caaa
begin moving things to customize settings
2022-01-13 23:26:06 -07:00
Ethan Pippin
7f55945c94
revert some work and fix collections
2022-01-13 23:13:49 -07:00
Ethan Pippin
1c74928d93
revert LibraryListView
2022-01-13 23:03:39 -07:00
Ethan Pippin
d47268cfe1
fix tvOS from previous attempt at work
2022-01-13 22:59:31 -07:00
Ethan Pippin
0c95fb48a7
undo filter change attempt
2022-01-13 22:49:25 -07:00
Ethan Pippin
98b2b5071f
Merge branch 'main' into ios-new-library-views
2022-01-13 16:15:04 -07:00
Ethan Pippin
b087adf0e6
Merge branch 'main' into add-m1-to-device-builder
2022-01-13 15:41:13 -07:00
Ethan Pippin
21770f1e70
Update DeviceProfileBuilder.swift
2022-01-13 15:40:03 -07:00
Ethan Pippin
cabaffc951
wip
2022-01-13 15:39:29 -07:00
aiden 3
775e903d00
Merge pull request #295 from LePips/add-m1-to-device-builder
...
Add M1 to Device Builder
2022-01-13 17:09:57 -05:00
Ethan Pippin
61d057d5bd
lint
2022-01-13 15:04:41 -07:00
Ethan Pippin
58dd81ad0b
add M1
2022-01-13 15:03:53 -07:00
Ethan Pippin
0dd592df02
wip
2022-01-13 14:35:20 -07:00
Ethan Pippin
bdae39caa0
Merge branch 'main' into fix-transcoding
2022-01-13 09:05:54 -07:00
Ethan Pippin
8843577c41
fix transcoding url
2022-01-12 23:14:36 -07:00