Commit Graph

20 Commits

Author SHA1 Message Date
Arkadiusz Fal
bb2bd86c07 Add feature flag to disable hide shorts functionality
The hide shorts feature is no longer working due to API changes that prevent reliable detection of short videos. This commit introduces a feature flag system to disable the functionality while preserving the ability to easily restore it if the API issue is resolved.

Changes:
- Add FeatureFlags.swift with hideShortsEnabled flag (currently disabled)
- Hide all HideShortsButtons UI elements when flag is disabled
- Disable shorts filtering logic in ContentItemView, FavoriteItemView, and FeedModel
- Preserve hideShorts user preference for future restoration
2025-11-20 13:05:12 +01:00
Toni Förster
94577332a1 chore: address linter warnings
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
2024-08-18 14:46:51 +02:00
Arkadiusz Fal
0061bd8c20 Home Settings 2023-05-25 18:36:03 +02:00
Arkadiusz Fal
f852782f5e Fix handling watch statuses 2023-04-22 23:39:42 +02:00
Arkadiusz Fal
f8d79bb08c Add browsing setting for unwatched feed
Fix #383
2023-02-28 21:27:47 +01:00
Arkadiusz Fal
2b18f0cffa Add hiding short videos 2023-02-25 17:18:35 +01:00
Arkadiusz Fal
78940a005b Accounts loading improvements 2023-02-05 14:24:16 +01:00
Arkadiusz Fal
26d3fba0f3 Feed count model 2023-02-05 14:24:13 +01:00
Arkadiusz Fal
4acf9284f4 Revert "Feed calculation logic change"
This reverts commit 2624b7dd0e07674f3639fb18618a5e11b3e9f53f.
2023-02-05 14:24:13 +01:00
Arkadiusz Fal
4c0fae19ee Feed calculation logic change 2023-02-05 14:24:13 +01:00
Arkadiusz Fal
4330856c5e Less obnoxious error handling 2023-02-05 14:24:12 +01:00
Arkadiusz Fal
a156ef6a3f Add action to mark channel feed as watched/unwatched 2023-02-05 14:24:11 +01:00
Arkadiusz Fal
b55c6f8619 Fix handling feed 2023-02-05 14:24:11 +01:00
Arkadiusz Fal
2028446d03 Fix calculating feed badge 2023-02-05 14:24:11 +01:00
Arkadiusz Fal
2a7c51abda Don't perform feed operations if not signed in 2023-02-05 14:24:10 +01:00
Arkadiusz Fal
b3ddf4a153 Show badge for channels subscriptions 2023-02-05 14:24:10 +01:00
Arkadiusz Fal
8c1d900a63 Unwatched videos in subscriptions 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
a35d697ebe Cache fixes 2023-02-05 14:24:09 +01:00
Arkadiusz Fal
bc42a2fa88 User playlists cache 2023-02-05 14:24:08 +01:00
Arkadiusz Fal
385dbbbef2 Typo fix 2023-02-05 14:24:08 +01:00