Commit Graph

91 Commits

Author SHA1 Message Date
Daniel Chick fed9c654ef
Resolve some todos (#1295)
* Partially resolve color todo

* Update localizations for quick connect steps. use bulleted list

* Same change for tvos

* Remove padding2 modifier

* Localisation
2024-10-29 11:17:56 -06:00
Ziyang Huang 071a1f98e1
Make `GestureView` respond to double touch gesture (#1260) 2024-10-08 17:09:44 -06:00
Ethan Pippin f2f8f8be14
Fix Video Player Tracks (#1176)
* fix and clean

* Update VideoPlayer.swift

* linting mishap
2024-08-09 13:23:48 +09:00
Ethan Pippin 8d6167c00b
Some More Cleanup, Reset User Settings (#1060) 2024-05-17 13:10:40 +09:00
Ethan Pippin 74b8b286c7
User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
Ethan Pippin 384e80805e
Poster Display and Button Refactor (#1038) 2024-04-23 11:22:07 -06:00
Ethan Pippin ec9bfaa2fe
Live TV Updates (#1022) 2024-04-16 23:10:44 -06:00
Julian Hays 4ac0547be8
Fixing Live TV since the refactor (#806) 2024-04-14 22:29:46 -06:00
Ethan Pippin fb100b8da1
iOS - Temporarily Disable LiveTV and Advanced Video Player Action (#1013) 2024-04-02 23:10:22 -06:00
Ethan Pippin fd1a87cb02
Item Views to `Stateful` (#997) 2024-04-01 00:48:41 -06:00
Ethan Pippin 1bd18ef8b0
Fix iOS Chapter Overlay (#992) 2024-03-13 23:08:43 -06:00
Ethan Pippin 3efe899250
Fix Current Key Commands (#991) 2024-03-12 20:26:26 -06:00
Ethan Pippin a645444f25
Refactor `PosterButton` and libraries, good `UICollectionView`s, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
holow29 e2d6237a23
Revamp Device Profile Builder (#519) 2024-01-13 15:42:06 -07:00
Ethan Pippin b038f05848
Update 2024 headers (#951)
* update header

* the rest after upgrading
2024-01-13 15:13:44 -07:00
Ethan Pippin 9266d53ae0
Remove iOS `PosterButtonType` + cleanup (#883) 2023-10-31 23:52:06 -06:00
Daniel Chick 18b06ff297
Localization strings (#878) 2023-10-18 19:14:43 -06:00
Tony 289868e71a
Add audio, subtitle, playback select for tvOS (#859) 2023-10-12 19:34:57 -06:00
Sylvain CECCHETTO 667d48b0e9
Handle app phases (auto pause/play on enter background/active phase) (#831)
There's some leftover stuff like adding the `scenePhase` environment variable but I'll get that sometime.
2023-10-10 20:54:47 -06:00
Tony a2f9da506c
Minor UI fixes, force orientation (#857) 2023-09-25 15:47:50 -06:00
Wendy Liga d624c1e869
Enable PiP on Native Player (#786) 2023-06-10 00:06:43 -06:00
Ethan Pippin 84192c20d6
implement (#777) 2023-05-16 17:31:44 -06:00
Ethan Pippin a58b3f0b88
Fix Video Player Overlay (#774) 2023-05-16 16:03:26 -06:00
Ethan Pippin a08a92e98a
New Year, New Video Player + Other Goodies (#593) 2023-04-20 09:33:51 -06:00
Ethan Pippin 3ffb67a400
Implement Factory (#587) 2022-09-15 11:32:47 -06:00
Ethan Pippin f92edb83fb
iOS/iPadOS - Refactor Filter Selection (#548) 2022-09-01 23:29:52 -06:00
Jiahao Lu ad07f088bc
Fix external subtitles not displayed (#533) 2022-08-22 15:22:53 -06:00
Kwangmin Bae 70b75df110
Change condition of VideoPlayer's ToggleOverlay (#515) 2022-08-12 11:50:55 -06:00
Ethan Pippin a9f09edd81
Navigation and Item Overhaul (#492) 2022-08-05 10:54:40 -06:00
Kwangmin Bae 48a03d8462
Support select subtitle font (#498) 2022-07-29 12:47:27 -06:00
Ethan Pippin cfb3aa1faa
No Tab Characters and Before First for Argument and Parameter Wrapping (#482) 2022-07-16 07:46:25 -06:00
PangMo5 f1bf247f5a Add shouldShowChaptersInfoInBottomOverlay to Settings.Overlay 2022-07-14 00:07:27 +09:00
PangMo5 4e8fcd4993 Improve Chapters features of Player 2022-07-13 19:37:16 +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
PangMo5 b180d03250 run swiftformat . 2022-05-15 16:59:50 +09:00
PangMo5 4f7488ff54 fix gestures lock's bug 2022-05-15 16:55:34 +09:00
PangMo5 28c6f9e760 Improvement UI/UX in scrubbing 2022-05-14 11:40:50 +09:00
jhays 4564921701 fix format 2022-05-03 22:42:15 -05:00
jhays d0978ff1ae swiftformat 2022-05-03 22:31:35 -05:00
jhays 158fbb1064 fix merge 2022-05-03 22:30:43 -05: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
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 9b85a01958 fix gestures lock icon 2022-05-01 06:37:03 +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
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
PangMo5 f98aa8a396 Support Gestures Lock 2022-04-16 19:30:06 +09:00