Commit Graph

91 Commits

Author SHA1 Message Date
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
PangMo5 be18adb908 modify the view creation format 2022-02-06 02:34:51 +09:00
Kwangmin Bae 5f153c0b97
correct typos 2022-02-05 19:10:34 +09: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 b55392e809 icon with remove from resume 2022-01-29 12:30: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 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
Min-Yih Hsu f84d796536 Simplify library display logics in LibraryListView
And restore the filter that only shows supported library types.
2022-01-28 10:59:03 +08: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 02c08598be swiftlint 2022-01-24 14:58:07 -06:00
jhays 6f31d5268e fix for iOS 2022-01-24 14:58:07 -06:00
jhays bf79902b42 swiftformat 2022-01-24 14:58:07 -06:00
jhays 074be8ec37 clean up force unwrapped runTimeTicks 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 ae959dde6c fix top compact overlay gradient 2022-01-20 10:59:30 -07:00
Ethan Pippin d483e362a1 add transcoded url check 2022-01-19 16:14:44 -07:00
Ethan Pippin 961f87d3c7 add back experimental native player 2022-01-19 16:11:06 -07:00
Ethan Pippin 433d4a97be finalize work and fix overlay 2022-01-19 14:33:18 -07:00
Ethan Pippin df73265df3 fill on rotate if necessary 2022-01-19 00:38:58 -07:00
Ethan Pippin 45bafed1e9 add aspect fill and update packages 2022-01-19 00:18:24 -07:00
Ethan Pippin 0dedf2a6b6 fix accessibility 2022-01-17 20:56:18 -07:00
Ethan Pippin b67aa7a13e thumb images for episodes 2022-01-17 17:48:48 -07:00
Ethan Pippin 2220779fbd lint 2022-01-17 16:11:04 -07:00
Ethan Pippin 9845789ee6 ios item view fixes 2022-01-17 16:10:53 -07:00
Ethan Pippin 70506a276e get thumb image and fallback imageview 2022-01-17 15:51:22 -07:00
David Cordero 796c114f51 Fix background of ServerList elements when using bigger fonts with Dynamic Type 2022-01-17 21:07:31 +01:00
David Cordero c4a3670cec Add accessibilityLabels to the currentPosition and reminingTime labels in the player overlay 2022-01-17 21:05:11 +01:00
David Cordero d7c8afa917 Avoid hiding player controls overlay when VoiceOver is enabled 2022-01-17 21:04:26 +01: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
David Cordero 5603eb7bca Fix typo 2022-01-16 21:43:22 +01:00
David Cordero 7a188bd922 Ease voice over navigation combining key and values view elements in ItemViewDetails 2022-01-16 21:39:48 +01:00
David Cordero d08365da20 Add missing accessibility traits for Headers in ItemViewDetails View 2022-01-16 21:39:48 +01:00
David Cordero a6b77ddf0e Avoid inverting the colors in the video player when using smart Invert 2022-01-16 21:39:48 +01:00
David Cordero be0e3c5097 Avoid inverting the colors of movies and series posters when using Smart Invert 2022-01-16 21:39:48 +01:00
David Cordero fa026298a9 Add missing accessibility traits for the Headers in the Home and Item views 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 fa01de49a6 ios chapters 2022-01-15 22:23:14 -07:00
Ethan Pippin 13f457f52a allow force direct play as a temporary measure 2022-01-15 13:01:42 -07:00
Ethan Pippin 5b9521caaa begin moving things to customize settings 2022-01-13 23:26:06 -07:00