Commit Graph

  • 1c168bd982 Fix thumbnail aspect ratio to prevent stretching and layout jumps Arkadiusz Fal 2025-11-19 23:01:52 +01:00
  • 42d53c30db Fix thumbnail aspect ratio in video grid cells Arkadiusz Fal 2025-11-19 22:37:05 +01:00
  • a55adb2e65 Fix thumbnail loading for video details Arkadiusz Fal 2025-11-19 22:05:55 +01:00
  • cea296c4b7 Fix audio session interrupting other apps on launch Arkadiusz Fal 2025-11-19 21:45:56 +01:00
  • ea0ea427e7 Bump build number to 209 1.5.2-209 Arkadiusz Fal 2025-11-19 18:22:01 +01:00
  • f685e180d0 Update CHANGELOG.md for Build 209 Arkadiusz Fal 2025-11-19 18:55:07 +01:00
  • a37f3e4a07 Adjust tvOS video cell dimensions for better layout Arkadiusz Fal 2025-11-19 18:54:51 +01:00
  • 33377f7e0e Fix nil crash when accessing stream.format Arkadiusz Fal 2025-11-19 18:03:43 +01:00
  • 4b577a296b Fix array index out of bounds crash in audio track handling Arkadiusz Fal 2025-11-19 18:01:02 +01:00
  • e882d0264b Fix thumbnail sizing and aspect ratio issues in video cells (#896) Arkadiusz Fal 2025-11-19 17:50:39 +01:00
  • 45f72ce4a1 Fix playing videos from channel view in modal opened in video player Arkadiusz Fal 2025-11-19 01:32:09 +01:00
  • 3536370798 Refactor fullscreen details layout from VStack to ZStack Arkadiusz Fal 2025-11-19 00:57:00 +01:00
  • a5275fd800 Remove verbose logging statements Arkadiusz Fal 2025-11-18 18:19:45 +01:00
  • 49278e13cd Fix audio track label showing "Original" instead of "Unknown" Arkadiusz Fal 2025-11-18 18:16:38 +01:00
  • 13d7a8d0a6 Simplify fullscreen handling for iOS Arkadiusz Fal 2025-11-18 18:11:48 +01:00
  • 50efe94839 Add macOS-specific entitlements for MPV backend Arkadiusz Fal 2025-11-18 16:59:17 +01:00
  • 1e7656a9eb Revert MPVKit to track main branch Arkadiusz Fal 2025-11-18 16:46:30 +01:00
  • 4c5b801c45 Fix Now Playing controls when switching between MPV and AVPlayer backends Arkadiusz Fal 2025-11-18 16:43:17 +01:00
  • e6b6778ba1 Fix iOS Now Playing integration for MPV backend Arkadiusz Fal 2025-11-18 16:20:30 +01:00
  • 9c15393ab4 Pin MPVKit to specific commit revision Arkadiusz Fal 2025-11-15 23:30:53 +01:00
  • 5cfdd36237 Fix SPM cache clearing in macOS notarized build workflow Arkadiusz Fal 2025-11-15 23:12:57 +01:00
  • e0cf927ebb Add GitHub Action for macOS notarized builds Arkadiusz Fal 2025-11-15 23:10:01 +01:00
  • 2f0966973c Fix GitHub Actions build by clearing SPM cache 1.5.2-208 Arkadiusz Fal 2025-11-15 21:22:11 +01:00
  • 460fd9cfc4 Update CHANGELOG.md for Build 208 Arkadiusz Fal 2025-11-15 21:16:29 +01:00
  • 09e02477f0 Bump build number to 208 Arkadiusz Fal 2025-11-15 21:16:06 +01:00
  • 349b42b2f7 Update Ruby dependencies in Gemfile.lock Arkadiusz Fal 2025-11-15 20:27:32 +01:00
  • e793e6c48b Fix tvOS build compatibility for Menu with primaryAction Arkadiusz Fal 2025-11-15 20:20:48 +01:00
  • 3588bbd7e7 Improve iPad UI behavior and settings layout Arkadiusz Fal 2025-11-15 20:12:30 +01:00
  • 21da42f23b Fix picker label visibility on macOS in settings Arkadiusz Fal 2025-11-15 20:08:18 +01:00
  • 5758417293 Fix SwiftLint and SwiftFormat violations Arkadiusz Fal 2025-11-15 19:42:37 +01:00
  • 97ae843013 Fix main actor isolation warnings in HomeView Arkadiusz Fal 2025-11-15 19:41:19 +01:00
  • 8b889da2ef Add retry mechanism for AVPlayer file load errors Arkadiusz Fal 2025-11-15 19:33:01 +01:00
  • 25a07aa666 Update GitHub Actions to use latest macOS and Xcode versions Arkadiusz Fal 2025-11-15 19:24:12 +01:00
  • ada4189aea Refactor dirty region handling in MPVOGLView Arkadiusz Fal 2025-11-15 15:44:29 +01:00
  • 98bdd5d6a5 Fix iOS Now Playing Info Center integration for AVPlayer backend Arkadiusz Fal 2025-11-15 15:44:05 +01:00
  • 1fc609057e Fix horizontal content extending behind sidebar on iPad Arkadiusz Fal 2025-11-15 12:04:01 +01:00
  • adf282d0e2 Add left padding to video details overlay on iPad in non-fullscreen mode Arkadiusz Fal 2025-11-15 11:51:00 +01:00
  • 7812fc6a8d Add horizontal padding to player controls in non-fullscreen iPad windows Arkadiusz Fal 2025-11-15 11:39:14 +01:00
  • 0fcdf2398e Fix video player overlay to respect window fullscreen state on iOS Arkadiusz Fal 2025-11-15 11:30:30 +01:00
  • a464b15e29 Fix MPV player vertical positioning in fullscreen mode Arkadiusz Fal 2025-11-15 11:29:58 +01:00
  • bc8adc6348 Allow video player to extend into safe areas on iOS Arkadiusz Fal 2025-11-15 11:21:59 +01:00
  • caeea2a1cd Update MPVKit dependency Arkadiusz Fal 2025-11-15 11:21:36 +01:00
  • ccdfdf781d Add window fullscreen detection and improve iPad controls spacing Arkadiusz Fal 2025-11-15 00:04:30 +01:00
  • c47c52f8f3 Enable resizable windows on iPad Arkadiusz Fal 2025-11-14 23:27:14 +01:00
  • d5f9a24efa Fix player controls clipping in resizable iPad windows Arkadiusz Fal 2025-11-14 23:26:20 +01:00
  • 2ca08c8af5 Hide orientation lock controls on iPad Arkadiusz Fal 2025-11-14 23:08:11 +01:00
  • fcb97a5591 Remove verbose logging from MPV rendering Arkadiusz Fal 2025-11-14 20:51:05 +01:00
  • 763580203b Fix button styling and safe area handling on iOS Arkadiusz Fal 2025-11-14 20:49:48 +01:00
  • b88169c7dd Improve video layer rendering on macOS Arkadiusz Fal 2025-11-14 20:24:33 +01:00
  • ddf997ee58 Simplify stream description by removing instance info Arkadiusz Fal 2025-11-14 20:10:13 +01:00
  • 9d8fb0cfa2 Add nil safety check for currentTime in MPVBackend Arkadiusz Fal 2025-11-14 20:04:54 +01:00
  • a0a54bced9 Improve layout stability and disable unwanted animations Arkadiusz Fal 2025-11-14 20:02:07 +01:00
  • 6c3da98465 Add macOS 26 compatibility for search UI Arkadiusz Fal 2025-11-14 19:32:39 +01:00
  • 6aef3f10b1 Improve playback settings UI controls on macOS Arkadiusz Fal 2025-11-14 19:28:26 +01:00
  • 500c787063 Fix edgesIgnoringSafeArea availability for iOS only Arkadiusz Fal 2025-11-14 19:07:55 +01:00
  • 8f97c40257 Refactor player controls and improve custom controls visibility Arkadiusz Fal 2025-11-14 18:58:28 +01:00
  • b8cde410c5 Update default visible sections from trending to popular Arkadiusz Fal 2025-11-14 18:58:28 +01:00
  • 6511d4c9ba Add nil safety checks for stream resolution handling Arkadiusz Fal 2025-11-14 18:58:27 +01:00
  • b6df73f949 Add retry mechanism for MPV file load errors Arkadiusz Fal 2025-11-14 18:58:27 +01:00
  • 11a2ef207c Remove debug print statement from thumbnail URL handling Arkadiusz Fal 2025-11-14 18:58:12 +01:00
  • a9fcc5ce99 Bump build number to 207 1.5.2-207 Arkadiusz Fal 2025-11-10 13:00:38 +01:00
  • 7bfb212e6d Restore build_and_notarize lane to original version Arkadiusz Fal 2025-11-10 13:00:14 +01:00
  • e91eac0522 Bump build number to 206 Arkadiusz Fal 2025-11-10 12:48:13 +01:00
  • bec29668a0 Fix glassEffect API availability for macOS and tvOS Arkadiusz Fal 2025-11-10 12:47:11 +01:00
  • 86b74d53ca Bump build number to 205 Arkadiusz Fal 2025-11-10 12:40:20 +01:00
  • 797ba61ddd Skip framework conversion script in CI/GitHub Actions Arkadiusz Fal 2025-11-10 12:39:13 +01:00
  • 2959f0b387 Lower macOS build runner to macOS 15 with Xcode 16.4 Arkadiusz Fal 2025-11-10 12:36:15 +01:00
  • bf40f527ea Add macOS framework conversion for Developer ID distribution Arkadiusz Fal 2025-11-10 12:32:32 +01:00
  • 469e9a4eb9 Enable notarization error logging Arkadiusz Fal 2025-11-09 19:01:25 +01:00
  • ce7ba207ea Fix API availability issues for macOS 11.0 and tvOS 15.0 Arkadiusz Fal 2025-11-09 18:53:06 +01:00
  • b0aaf0080b Fix Xcode version to 26.0.1 in release workflow Arkadiusz Fal 2025-11-09 18:36:48 +01:00
  • 3c63aa51be Update Ruby version to 3.1 in GitHub Actions workflows Arkadiusz Fal 2025-11-09 18:31:25 +01:00
  • 946d4c4f16 Update changelog for build 204 Arkadiusz Fal 2025-11-09 18:23:35 +01:00
  • 161282af0b Bump build number to 204 Arkadiusz Fal 2025-11-09 18:20:50 +01:00
  • 37c6f6abbe Add localization support for Finnish, Indonesian, Korean, Dutch, and Swedish Arkadiusz Fal 2025-11-09 18:19:40 +01:00
  • 6129d724c5 Update dependencies Arkadiusz Fal 2025-11-09 18:10:40 +01:00
  • be4e1adb9b Fix all SwiftLint violations across codebase Arkadiusz Fal 2025-11-09 17:56:15 +01:00
  • 4840c9a05f Use fullScreenCover for Settings and Accounts on tvOS Arkadiusz Fal 2025-11-09 16:36:28 +01:00
  • e0ca48fd44 Improve tvOS settings UI styling and navigation Arkadiusz Fal 2025-11-09 15:36:41 +01:00
  • 495dcec874 Add macOS build script and update Swift package dependencies Arkadiusz Fal 2025-11-09 14:46:08 +01:00
  • 8123770614 Improve fullscreen orientation handling for iOS player Arkadiusz Fal 2025-11-09 14:32:46 +01:00
  • cb2d9729ea Add top padding to playback speed controls Arkadiusz Fal 2025-11-09 14:28:49 +01:00
  • f4d4daccd0 Optimize SwiftUI performance throughout the app Arkadiusz Fal 2025-11-09 14:26:11 +01:00
  • 2d73c57426 Add Liquid Glass effect to player controls bar Arkadiusz Fal 2025-11-09 14:14:58 +01:00
  • 757b4cb671 Add compact list row styling for iOS channels view Arkadiusz Fal 2025-11-09 14:05:18 +01:00
  • 73d9581449 Improve search field layout and responsiveness Arkadiusz Fal 2025-11-09 14:05:07 +01:00
  • 62d5a86146 Add debug logging for stream URLs in PlayerBackend Arkadiusz Fal 2025-11-09 14:04:53 +01:00
  • 86e843305f Improve MPV backend audio track handling Arkadiusz Fal 2025-11-09 14:04:43 +01:00
  • 5b18c3c114 Add multi-track audio support for Piped backend Arkadiusz Fal 2025-11-09 14:04:28 +01:00
  • 735fc0cb6c Fix published date handling in Piped API Arkadiusz Fal 2025-11-09 14:04:07 +01:00
  • 874b976da9 Fix Invidious companion API endpoint path Arkadiusz Fal 2025-11-09 14:03:11 +01:00
  • de43cc8322 Merge pull request #882 from weblate/weblate-yattee-localizable-strings Arkadiusz Fal 2025-11-09 18:14:19 +01:00
  • 080af7467e Translated using Weblate (Indonesian) Willy Anjaya 2025-10-31 04:28:22 +01:00
  • 2d852b38a5 Translated using Weblate (Slovak) Jaroslav Kardoš 2025-10-26 16:55:06 +01:00
  • f03189e973 Translated using Weblate (Indonesian) Willy Anjaya 2025-10-23 11:42:54 +02:00
  • e4e80b021b Added translation using Weblate (Indonesian) Willy Anjaya 2025-10-23 05:07:05 +02:00
  • e10a7cfc41 Translated using Weblate (Dutch) Sander 2025-10-21 10:33:08 +02:00
  • 9e0bf59774 Added translation using Weblate (Slovak) Norcitko 2025-10-20 20:35:54 +02:00
  • 1a36f1f338 Translated using Weblate (Kabyle) ButterflyOfFire 2025-08-26 17:59:01 +02:00
  • a93e0182ca Translated using Weblate (Korean) Zipo 2025-08-02 02:58:56 +02:00