Uruk
d89449b1bf
fix(types): resolve TypeScript errors in orientation handling
...
- Import OrientationLock and Orientation types from .tv.ts module
- Add explicit type annotations to orientation event handlers
- Change ScreenOrientationEnum to use Record<number, string>
- Use OrientationLock enum type instead of runtime value
This fixes ReactCodegen build failures caused by TypeScript errors.
2025-11-16 00:56:23 +01:00
Uruk
d6ccd6f756
fix(ios): remove root icon field to resolve build failure
...
Removing the root-level icon field allows the iOS-specific
liquid glass icon to be used without conflicts during the Xcode build.
This fixes the build error:
- None of the input catalogs contained a matching stickers icon set
or app icon set named 'icon-ios-liquid-glass'
2025-11-16 00:37:36 +01:00
Uruk
05d4154cd6
chore(deps): upgrade react-i18next and react-native-worklets
...
Updates react-i18next from ^15.4.0 to 16.3.3 to leverage latest internationalization features and improvements. Bumps react-native-worklets from 0.5.1 to 0.6.1 for enhanced performance optimizations.
Changes TypeScript dependency constraint from ^5.9.3 to ~5.9.3 to restrict updates to patch versions only, ensuring better stability.
2025-11-16 00:07:03 +01:00
Gauvain
2a61124a0d
chore(deps): upgrade dev dependencies and test utilities ( #1195 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-15 20:24:04 +01:00
Fredrik Burmester
36178c2082
fix: apple tv runtime crash
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-11-15 18:23:25 +01:00
Fredrik Burmester
e1c69a9ec9
fix: boot apple tv (working playing video)
2025-11-15 18:10:16 +01:00
Fredrik Burmester
01110b8d13
fix: clean toast message jellyseerr movie request ( #1201 )
2025-11-15 17:39:07 +01:00
Fredrik Burmester
21034f5671
fix: remove log
2025-11-15 17:36:25 +01:00
Fredrik Burmester
1439bcee0d
fix: update okhttp v5 and fix android download crash issues ( #1203 )
2025-11-15 11:07:35 +01:00
Fredrik Burmester
9a906e6d39
fix: auto-filling would cause state not to be updated ( #1200 )
2025-11-15 11:06:23 +01:00
Jaakko Rantamäki
48de7b7c6d
feat: Liquid Glass Icon ( #1070 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-11-15 09:31:58 +01:00
renovate[bot]
85e5c25206
chore(deps): Update github/codeql-action action to v4.31.3 ( #1180 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14 20:56:45 +01:00
renovate[bot]
3dc84818e8
chore(deps): Update actions/dependency-review-action action to v4.8.2 ( #1175 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14 20:56:34 +01:00
renovate[bot]
18102a3045
chore(deps): Update dependency react-native-device-info to v15 ( #1182 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14 20:56:22 +01:00
Fredrik Burmester
2be78a232c
fix: linting ( #1184 )
2025-11-14 19:34:59 +01:00
Fredrik Burmester
30dc3980e3
refactor: better settings ( #1178 )
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-11-14 08:03:00 +01:00
Fredrik Burmester
f7da29b9c9
fix: better api calls
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-11-12 21:30:20 +01:00
Fredrik Burmester
7a5f0b52b6
fix: bottom padding
2025-11-12 21:28:18 +01:00
Fredrik Burmester
62dfe7c9e1
fix: go back to old play button for ios
2025-11-12 21:28:13 +01:00
Fredrik Burmester
50d559d528
chore: version
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-11-11 14:41:24 +01:00
Fredrik Burmester
38aba3d67a
fix: project id notifications
2025-11-11 11:28:39 +01:00
Fredrik Burmester
5765793d79
fix: go back to expo tokens
2025-11-11 10:56:50 +01:00
Fredrik Burmester
222ba13529
fix: episode list
2025-11-11 09:51:10 +01:00
Fredrik Burmester
de6c2072c9
fix: storage calculation
2025-11-11 09:25:27 +01:00
Fredrik Burmester
76ec8e0e46
fix(android): improve modal
2025-11-11 09:12:00 +01:00
Fredrik Burmester
389d9e2d31
fix(android): modal open when we don't want to
2025-11-11 09:07:34 +01:00
Fredrik Burmester
485dc6eeac
feat: Expo 54 (new arch) support + new in-house download module ( #1174 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: sarendsen <coding-mosses0z@icloud.com >
Co-authored-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-11-11 08:53:23 +01:00
Fredrik Burmester
154788cf91
chore: version
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
2025-11-08 09:56:36 +01:00
Fredrik Burmester
3e181eca72
fix: refresh control with large header + refresh button
2025-11-08 09:55:53 +01:00
Fredrik Burmester
f5b9e03dd9
fix(android): don't show controls in pip
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
2025-11-07 22:13:41 +01:00
Fredrik Burmester
196f91400b
fix: same id in carousel
2025-11-07 22:13:28 +01:00
Fredrik Burmester
51a14c6058
fix: linting
2025-11-07 16:12:03 +01:00
Fredrik Burmester
5432476ca1
fix: update deps
2025-11-07 16:11:43 +01:00
Fredrik Burmester
9d9ec974ff
chore: deps
2025-11-07 15:51:11 +01:00
Fredrik Burmester
0dadfd3d90
fix: improve carousel behavior and settings option ( #1166 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-07 15:14:35 +01:00
lance chant
96d6220f5e
fix: fixing #1163 ( #1167 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-11-07 15:14:13 +01:00
lance chant
b847baa314
fix: fixed issue where subtitles didnt change ( #1168 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-11-07 15:13:17 +01:00
Fredrik Burmester
a4cce27737
fix: try to fix android notifications
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-11-07 13:31:06 +01:00
Fredrik Burmester
ce37351099
fix(android): possible fix for notifications
2025-11-07 08:08:01 +01:00
Fredrik Burmester
e4e1e556bf
chore: version
2025-11-07 08:07:02 +01:00
lostb1t
1ff723b29f
Update ItemContent.tsx
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-11-06 16:16:51 +01:00
lostb1t
11d35c846d
Update ItemContent.tsx
2025-11-06 16:10:12 +01:00
lostb1t
ce82f3044b
Update ItemContent.tsx
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-11-06 13:34:55 +01:00
lostb1t
df638dae28
Update ItemContent.tsx
2025-11-06 13:32:28 +01:00
Jonah
9a5e49ae16
fix: omit includeItemTypes in getLatestMedia if possible ( #1141 )
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-11-04 16:22:10 +01:00
renovate[bot]
4f2120f85d
chore(deps): Update github/codeql-action action to v4.31.2 ( #1152 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-31 10:20:39 +01:00
Fredrik Burmester
8eeea35441
chore: bump version to 0.40.0
2025-10-31 08:37:50 +01:00
Fredrik Burmester
781464b768
chore: update to bun 1.3
2025-10-31 08:25:02 +01:00
renovate[bot]
61d60c2e74
chore(deps): Update dependency @biomejs/biome to v2.2.7 ( #1142 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 14:39:42 +01:00
Uruk
6c722e1fd9
fix: remove trailing space from translation key
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Removes extraneous whitespace at the end of the "Enable Marlin Search" translation string to ensure consistent formatting across the localization file.
2025-10-25 16:06:14 +02:00
Chris
e117e98c8e
docs: readme.md
...
Added translations, updated prerequisites, fixed Discord links, and minor tweaks
2025-10-25 15:40:59 +02:00
renovate[bot]
f5c791cce4
chore(deps): Update dependency lint-staged to v16.2.6 ( #1149 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 13:05:34 +02:00
renovate[bot]
eaebb79f4c
chore(deps): Update dependency lint-staged to v16.2.5 ( #1144 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:56:28 +02:00
renovate[bot]
7e82d9c7b6
chore(deps): Update actions/upload-artifact action to v5 ( #1147 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:56:16 +02:00
renovate[bot]
c62c8ca077
chore(deps): Update dependency @babel/core to v7.28.5 ( #1148 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:56:07 +02:00
renovate[bot]
25cfcf0735
chore(deps): Update crowdin/github-action action to v2.12.0 ( #1145 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:55:38 +02:00
renovate[bot]
f19b33eff6
chore(deps): Update github/codeql-action action to v4.31.0 ( #1146 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:54:08 +02:00
renovate[bot]
1c4f54584f
chore(deps): Update dependency expo-doctor to v1.17.11 ( #1143 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:41:52 +02:00
Chris
87d02078c8
docs: Add AI Assistance Disclosure Clause
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Update introduces a new section outlining requirements for contributors who use AI tools while working on the project.
2025-10-24 10:01:36 +02:00
Chris
1e9fba6f85
docs: updating CONTRIBUTING.md
...
Added AI assistance disclosure clause
2025-10-24 09:55:07 +02:00
Uruk
dbcf5759da
docs: remove markdown link formatting from commit guide
...
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
Simplifies the Conventional Commits reference by converting it from markdown link syntax to plain text with URL, improving readability in the documentation file.
2025-10-19 22:45:23 +02:00
renovate[bot]
37364b235f
chore(deps): Update github/codeql-action action to v4.30.9 ( #1138 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-19 22:41:49 +02:00
renovate[bot]
fcb8e83845
chore(deps): Update actions/setup-node action to v6 ( #1128 )
...
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 22:08:14 +02:00
renovate[bot]
16046a4a15
chore(deps): Update dependency expo-doctor to v1.17.10 ( #1125 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 22:07:31 +02:00
renovate[bot]
13b29bdee0
chore(deps): Update dependency lint-staged to v16.2.4 ( #1126 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 22:06:53 +02:00
renovate[bot]
bf4a1f9462
chore(deps): Update actions/dependency-review-action action to v4.8.1 ( #1123 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 22:04:40 +02:00
renovate[bot]
264439858d
chore(deps): Update dependency @biomejs/biome to v2.2.6 ( #1124 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 22:04:25 +02:00
renovate[bot]
6576a58884
chore(deps): Update github/codeql-action action to v4.30.8 ( #1127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 22:03:29 +02:00
Chris
3eae2f3fde
docs: improve README.md
...
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
Improve structure and consistency, fix grammar and spelling issues, reorder content for clarity, add GitHub download button, update Discord badge to a more suitable version, and include various other improvements
2025-10-12 19:26:22 +02:00
Chris
deae6ab21a
docs: improve README.md
...
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
- Rename Jellyseer to Seerr
- Remove dots from feature list
- Add download button linking to GitHub
- Refine phrasing in Contributing section
- Correct grammar and spelling errors
2025-10-09 21:51:02 +02:00
Chris
5478179367
Get it on Github button
...
Button to replace text string "Or download the APKs here on GitHub for Android
2025-10-09 21:22:51 +02:00
Uruk
3e20050b64
chore: ignore AI assistant configuration directories
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Moves AI assistant configuration folders (.cursor/ and .claude/) to .gitignore instead of tracking them in the repository.
Removes IDE-specific tooling configurations that are personal to individual developers and should not be version controlled.
2025-10-09 16:28:25 +02:00
Uruk
59e9913c78
refactor: separate type and value exports
...
Improves TypeScript export organization by explicitly distinguishing between value exports and type exports.
Separates the module export into two distinct export statements to follow TypeScript best practices, making it clearer which exports are runtime values versus compile-time types.
2025-10-09 16:16:22 +02:00
Uruk
2b2797005a
chore: enhance TypeScript compiler configuration
...
Improves build performance and developer experience by enabling incremental compilation and adding essential compiler options.
Enables incremental builds with build info caching to speed up subsequent compilations.
Adds modern module resolution and interoperability options for better compatibility with bundlers and JavaScript modules.
Enforces stricter type checking with isolated modules and consistent file naming conventions.
2025-10-09 16:09:40 +02:00
Uruk
c53acb16fc
chore: organize .gitignore and add VS Code workspace config
...
Restructures .gitignore with logical sections and comments to improve maintainability and clarity. Groups related patterns under headers like Dependencies, Build Artifacts, Certificates, and Secrets.
Adds VS Code workspace configuration to standardize development environment across the team. Includes recommended extensions for React Native/Expo development (Biome, Expo tools, React Native debugger, Tailwind IntelliSense) and comprehensive editor settings for formatting, TypeScript performance, and file navigation.
Configures Biome as the default formatter with format-on-save enabled for JavaScript/TypeScript files. Optimizes TypeScript settings for better auto-imports and IntelliSense. Enables file nesting in explorer and excludes build directories from file watcher to improve editor performance.
2025-10-09 16:08:59 +02:00
Uruk
53570a5ee5
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-10-09 13:57:27 +02:00
Uruk
e3b7dd8241
docs(copilot): enhance instructions with Bun requirements and development standards
...
Expands Copilot instructions to enforce critical Bun-first package management workflow and prevent usage of npm/yarn/npx commands.
Adds comprehensive sections covering:
- Runtime and tooling stack details with Bun as primary runtime
- Explicit package management commands to prevent npm/yarn usage
- Performance optimization guidelines leveraging Bun's capabilities
- Testing approach using Bun's built-in test runner
- Enhanced coding standards and API integration patterns
- Cross-platform development considerations for mobile and TV
Improves developer onboarding by providing clearer context about project architecture, offline capabilities, and Chromecast support in the overview.
2025-10-09 13:57:07 +02:00
renovate[bot]
786d082706
chore(deps): Update actions/stale action to v10.1.0 ( #1120 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 13:56:16 +02:00
Uruk
164de0af0d
feat: add workflow failure notifications to Discord
...
Extends the Discord notification system to monitor and report workflow failures in addition to pull requests.
Adds a new workflow_run trigger that listens for completed workflows on the develop branch and sends Discord notifications when any workflow fails.
Separates notification logic into two jobs: one for pull request events and another for workflow failures, each with appropriate conditional guards and using different webhook URLs for distinct notification channels.
Renames the workflow from "Discord Pull Request Notification" to "Discord Notification" to reflect the expanded scope.
2025-10-09 13:41:19 +02:00
Simon Eklundh
820b30b7e2
feat: adds the hungarian option to i18n.ts ( #1112 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
2025-10-09 08:27:24 +02:00
Copilot
5bc4c4a856
fix: resolve TypeScript type errors in SubtitleToggles.tsx by using settings instead of pluginSettings for values ( #1119 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: lostb1t <168401+lostb1t@users.noreply.github.com >
2025-10-09 06:25:51 +02:00
Zach Ross-Clyne
f7e0667416
feat: Adding custom endpoint option for sections ( #1118 )
...
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
2025-10-09 01:41:59 +02:00
Chris
8c68283c56
Revert jellyseerr-logo.svg to previous version
...
Seerr branding is still pending finalization. The logo is awaiting approval before proceeding with updates. Reverting to the previous one for now
2025-10-09 00:48:16 +02:00
renovate[bot]
bb0149406c
chore(deps): Update github/codeql-action action to v4 ( #1116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 13:49:57 +02:00
Chris
b1d5630025
Update jellyseerr-logo.svg
...
Replaced the old Jellyseerr logo with the new Seerr branding to align with the project's updated name and visual identity
2025-10-07 23:16:07 +02:00
Chris
a5f5531bb9
Update English translations for Seerr rebranding
...
Replaced user-facing instances of "Jellyseerr" with "Seerr" due to the product rebranding. Ensures all app strings reflect the new name consistently
2025-10-07 22:53:58 +02:00
Chris
c2a3817fa8
Standardize to "Box Sets" in English localization strings
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Standardize "Boxset"/"Boxsets" → "Box Sets" for consistency
2025-10-07 01:35:42 +02:00
renovate[bot]
700bb2dc79
chore(deps): Pin dependency expo-dev-client to 5.2.4 ( #1110 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 03:05:10 +02:00
renovate[bot]
d741ca3ecc
chore(deps): Update github/codeql-action action to v3.30.6 ( #1111 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 03:05:00 +02:00
renovate[bot]
ae9f6b1ce4
chore(deps): Update dependency @types/jest to v30 ( #906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 02:50:44 +02:00
Uruk
cd3f1a8cee
refactor: move expo-dev-client to devDependencies
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🌐 Translation Sync / sync-translations (push) Has been cancelled
Moves expo-dev-client from runtime dependencies to devDependencies since it's only needed during development and testing phases, not in production builds.
Reduces bundle size and clarifies the dependency's intended usage scope.
2025-10-02 22:48:21 +02:00
Uruk
be745dc136
chore: cleanup unused files and reorganize dependencies
...
Updates Biome schema to latest version and removes template files that are no longer needed.
Moves expo-dev-client to devDependencies where it belongs for development-only usage.
2025-10-02 22:33:03 +02:00
renovate[bot]
7b6fe0a6c0
chore(deps): Pin dependencies ( #1014 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 22:14:10 +02:00
Uruk
fc44283f09
feat: add Crowdin configuration for translation management
...
Enables automated translation workflow by configuring Crowdin integration.
Sets up source translation file mapping from English to multiple language codes with update approval workflow.
2025-10-02 22:10:22 +02:00
Uruk
b2f6edc54e
ci: allow untranslated files in Crowdin workflow
...
Removes the skip_untranslated_files configuration to include files that may contain some untranslated strings in the export process.
This enables more comprehensive translation updates while still maintaining quality control through the skip_untranslated_strings option.
2025-10-02 22:00:46 +02:00
Simon Eklundh
b42d033b87
feat(ci): enhance Crowdin workflow ( #1104 )
...
Co-authored-by: Uruk <contact@uruk.dev >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-10-02 21:54:11 +02:00
VXsz
1fb166bcd1
Add Arabic Translation ( #1058 )
...
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
2025-10-02 20:17:28 +02:00
Uruk
de6133581b
remove: postinstall-postinstall dependency
...
Removes unused postinstall-postinstall package from development dependencies and trusted dependencies list.
Cleans up package configuration by eliminating unnecessary dependency that was no longer serving a purpose in the project.
2025-10-02 19:26:31 +02:00
SuxAsLux
08c7382191
feat(lang): Add full Hungarian translation ( #1090 )
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: SuxAsLux <suxaslux@gmail.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
Co-authored-by: Simon Eklundh <simon.eklundh@proton.me >
2025-10-01 22:18:54 +02:00
Simon Eklundh
d7b4e01aa5
feat: add crowdin integration to streamyfin ( #1103 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-10-01 21:24:03 +02:00
Fredrik Burmester
2f2099e243
fix: android header not visible
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-10-01 09:12:49 +02:00
Fredrik Burmester
79b4a0869a
chore: version
2025-10-01 09:12:34 +02:00
Fredrik Burmester
dececc477f
Merge branch 'feature/subtitle-customizations' into develop
2025-10-01 08:33:54 +02:00
Fredrik Burmester
8d7416ae1c
Merge branch 'develop' into feature/subtitle-customizations
2025-10-01 08:33:04 +02:00
Fredrik Burmester
e116d861f6
Merge branch 'develop' into fix/downloads-of-other-media
2025-10-01 08:32:44 +02:00
Fredrik Burmester
4a28352b53
chore: remove log
2025-10-01 08:32:34 +02:00
Uruk
b372c353c0
fix: improve fork detection logic in artifact comment workflow
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Enhances fork detection by implementing more precise repository comparison logic
and adds comprehensive debugging output to troubleshoot permission issues.
Changes null-safe comparisons to prevent false positives when repository
information is undefined, ensuring the workflow only skips comment creation
for actual cross-repository forks rather than same-repository scenarios.
2025-09-30 12:44:13 +02:00
Uruk
48cb0b7013
fix: prevent permission errors when workflow runs from forks
...
Adds fork detection to skip comment operations when running from external repositories, preventing 403 permission errors.
Implements early exit when pull request or workflow run originates from a fork, and wraps comment operations in try-catch to handle remaining permission issues gracefully by logging build status instead.
2025-09-30 12:17:38 +02:00
Lance Chant
1eba074ebd
chore: rework logic
...
Changed logic to use the settings component to store the changed values
rather than referencing storage directly
Deleted an unused file
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-09-30 11:18:36 +02:00
Lance Chant
2d46907351
Merge remote-tracking branch 'origin/develop' into feature/subtitle-customizations
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-09-30 10:43:03 +02:00
Lance Chant
e877d038ba
fix: download handling of "other" media
...
Fixed an issue where downloaded items were not appearing in downloads
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-09-30 10:39:56 +02:00
Uruk
c6ad06b084
fix: improve workflow run detection for cancelled jobs
...
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Enhances the artifact comment workflow to better handle cancelled workflow runs by checking individual job statuses instead of dismissing entire workflows.
Previously, workflows marked as cancelled at the top level were completely ignored, even if some jobs within them were still running or completed successfully.
Now prioritizes active jobs over cancelled ones and validates that at least one job is actually running before processing a workflow run, preventing false negatives while still filtering out truly cancelled workflows.
2025-09-30 02:15:25 +02:00
Uruk
71a3c5e92b
feat: improve GitHub workflow status tracking
...
Enhances artifact comment workflow to provide more accurate build status reporting by tracking individual job statuses within consolidated workflows rather than using workflow-level status.
Excludes cancelled workflow runs from consideration and prioritizes active runs over completed ones when determining build status.
Maps specific job names to build targets (Android Phone, Android TV, iOS Phone) to provide granular status information for each platform and device combination.
Improves artifact collection logic to gather artifacts when any job completes successfully, not just when entire workflow completes.
2025-09-30 01:57:18 +02:00
Uruk
0a41962ddf
fix: improve build status handling and artifact links
...
Replaces nightly.link with direct GitHub artifact URLs for better reliability.
Adds handling for cancelled builds and edge cases where workflows complete
but artifacts aren't immediately available or conclusions are pending.
Improves status messages to provide more detailed information for
unexpected build states.
2025-09-30 01:49:38 +02:00
Uruk
312a59c5b0
refactor(ci): improve build workflow handling and artifact collection logic
...
Restructures the GitHub Actions workflow to better handle consolidated vs separate build workflows.
Changes the artifact collection to trigger on workflow completion rather than just success, improving visibility of failed builds.
Adds explicit fallback logic for backward compatibility with separate Android and iOS workflows.
Introduces artifact pattern matching for more reliable build target identification and adds special handling to disable iOS TV builds.
Enhances debugging output to show which workflow type is being used and lists all discovered artifacts.
2025-09-30 01:42:17 +02:00
Uruk
fb0a70690e
refactor: consolidate build workflows into unified app builder
...
Merges separate Android and iOS build workflows into a single "Build Apps" workflow to reduce duplication and simplify maintenance.
Updates the artifact comment workflow to handle both the new unified workflow and legacy separate workflows for backward compatibility during transition.
Removes redundant workflow files while preserving all existing functionality.
2025-09-30 01:20:11 +02:00
Uruk
788f420ce5
refactor: migrate artifact comment system from repository_dispatch to workflow_run
...
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
Replaces the repository_dispatch event system with workflow_run triggers to improve reliability and reduce complexity. The new approach automatically detects PR associations through commit SHA lookups rather than requiring manual payload construction.
Removes redundant notification steps from build workflows and simplifies the concurrency group logic. Enhances manual testing support with improved PR discovery fallbacks.
2025-09-30 00:58:25 +02:00
Uruk
2b761f15c8
feat!: replace workflow_run with repository_dispatch for real-time build status updates
...
Replaces the workflow_run trigger mechanism with repository_dispatch events to enable real-time build status communication between build workflows and the artifact comment system.
Build workflows now actively notify the comment workflow when builds start, complete, or fail, providing immediate status updates rather than polling for completed workflows.
Adds real-time payload processing to display current build status and target information in PR comments, improving visibility into ongoing build processes.
BREAKING CHANGE: Changes the trigger mechanism from workflow_run to repository_dispatch, requiring build workflows to explicitly send status notifications.
2025-09-30 00:51:02 +02:00
Uruk
44e489f40c
refactor: improve workflow run tracking and status display
...
Enhances the artifact comment workflow by switching from tracking all build runs to focusing on the most recent run per workflow type (Android/iOS).
Changes include:
- Increases pagination limit to capture more workflow runs
- Sorts runs by creation time to identify latest builds
- Simplifies status tracking by workflow platform rather than individual runs
- Adds detailed logging for debugging build statuses
- Improves error handling for artifact collection
- Fixes emoji rendering issue in status display
Reduces complexity while ensuring accurate status reporting for the latest builds.
2025-09-30 00:29:13 +02:00
Uruk
e985adf062
feat: improve build status UI with progressive updates
...
Restructures the artifact comment workflow to display build progress in real-time with individual platform/device status tracking.
Changes the status table from workflow-based to target-based (Android Phone/TV, iOS Phone/TV) with dedicated status indicators and download links that update as builds complete.
Improves user experience by showing pending builds with appropriate messaging instead of waiting for all builds to finish before displaying any information.
2025-09-30 00:22:51 +02:00
Uruk
5b0d2f3f7b
fix(ci): correct GitHub Actions run ID reference
...
Fixes incorrect variable reference in artifact comment generation that was using undefined `runId` instead of the proper `context.runId` from the GitHub Actions context.
Also adds descriptive job name for better workflow visibility.
2025-09-30 00:03:40 +02:00
Uruk
4f6863f317
feat: add direct pull request trigger to artifact comment workflow
...
Enables the workflow to run directly on pull request events (opened, synchronize, reopened) in addition to the existing workflow_run and manual dispatch triggers.
Provides immediate status updates in PR checks and improves user experience by showing workflow progress directly in the pull request interface rather than only after completion of upstream workflows.
2025-09-30 00:01:15 +02:00
Uruk
0d1aeaf8aa
fix(ci): improve workflow run condition and artifact collection
...
Fixes workflow trigger condition by explicitly checking for workflow_run event type to prevent unintended executions.
Improves artifact collection reliability by switching to the correct API method and increasing page size to capture more artifacts from multiple builds.
Removes redundant artifact fetching logic that was duplicating collection efforts.
2025-09-29 23:55:36 +02:00
Uruk
1ff09a2d34
feat: enhance artifact workflow to show real-time build status
...
Improves the artifact comment workflow to provide better visibility into ongoing builds by:
- Triggering comments when builds start (requested event) instead of only on completion
- Using commit SHA for concurrency grouping to better handle multiple builds for the same commit
- Collecting artifacts from all recent build workflows for a PR rather than just the current run
- Adding a build status table showing progress of Android and iOS workflows
- Displaying progressive status updates even when builds are still in progress
- Enabling cancel-in-progress to prevent redundant workflow runs
This provides users with immediate feedback on build progress and comprehensive artifact availability across all platforms.
2025-09-29 23:51:03 +02:00
Gauvain
92e40c7aa0
feat: Build in pr ( #1101 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-29 23:16:12 +02:00
Gauvain
7fe3ca8484
feat: add automated PR comments for build artifacts ( #1100 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-29 22:31:41 +02:00
Gauvain
f104e952ab
feat: add automated PR comments for build artifacts ( #1099 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-29 18:37:02 +02:00
Fredrik Burmester
0ec44add7d
fix: navigatte to item
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-29 15:02:46 +02:00
Gauvain
2273b7be0a
feat: enhance download pause/resume with progress persistence ( #1034 )
2025-09-29 14:17:07 +02:00
Fredrik Burmester
1733db6c28
chore: version bump
2025-09-29 11:36:14 +02:00
Fredrik Burmester
cc2e634137
feat: new large carousel ( #1098 )
2025-09-29 11:32:34 +02:00
Fredrik Burmester
af6b18546e
fix: ios 26 design improvements ( #1097 )
2025-09-29 11:22:39 +02:00
renovate[bot]
26c99cfc3d
chore(deps): Update actions/dependency-review-action action to v4.8.0 ( #1095 )
...
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 14:59:24 +02:00
renovate[bot]
1b3a5443ef
chore(deps): Update actions/dependency-review-action action to v4.7.4 ( #1093 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 14:55:39 +02:00
renovate[bot]
8ca330d765
chore(deps): Update github/codeql-action action to v3.30.5 ( #1094 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 14:55:31 +02:00
renovate[bot]
569b143eba
chore(deps): Update github/codeql-action action to v3.30.4 ( #1087 )
...
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-26 15:21:40 +02:00
Gauvain
ead37aa806
fix: resolve type issues and improve component reliability ( #1078 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-25 22:47:49 +02:00
lance chant
d250295e36
Update direct-player.tsx
...
Fixed syntax
2025-09-25 09:11:24 +02:00
lance chant
28f6729ae2
Update direct-player.tsx
...
Added text scaling
2025-09-25 07:58:36 +02:00
renovate[bot]
2a195d9ba5
chore(deps): Update actions/cache action to v4.3.0 ( #1084 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-25 00:15:46 +02:00
lance chant
577774c355
Merge branch 'develop' into feature/subtitle-customizations
2025-09-23 08:17:20 +02:00
asmithrsa
74c83c4f00
feat: standardize capitalization for english menu options ( #1068 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Uruk <contact@uruk.dev >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-09-23 02:19:20 +02:00
herrrta
97d9309855
fix: missing optional chaining for plugin setting ( #1062 )
2025-09-23 01:34:18 +02:00
lance chant
e03cefce47
Merge branch 'develop' into feature/subtitle-customizations
2025-09-22 12:45:06 +02:00
Simon Eklundh
91c4df1585
feat: fix playback reporting ( #1077 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-22 12:11:14 +02:00
Gauvain
388342147e
refactor: replace inline typecheck with dedicated script ( #1075 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-21 20:31:56 +02:00
lostb1t
9b367fd8c2
fix: remove redudant episode requests ( #1076 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-21 12:33:26 +02:00
Chris
2d4d3f5b1b
Update splash screen background from gray to off-black
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Changing splash screen background color from a medium gray (#2E2E2E( to an "off-black" (#010101 ) for a darker, sleeker appearance on app launch
2025-09-20 14:38:19 +02:00
Lance Chant
388f65b443
chore: moved constant values to a file
...
Reduced duplication and removed constants to a new file
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-09-20 13:03:07 +02:00
Lance Chant
621d164402
feat: added more subtitle customization options
...
Subtitles can now be customized with the following extra options:
- Colour
- background opacity/colour
- outline opacity/colour
- boldness
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-09-20 12:35:00 +02:00
lance chant
77895983b0
fix: add better offline messages and checks ( #1051 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-19 16:47:58 +02:00
lostb1t
fa8af5bc11
Update linting.yml
2025-09-19 15:57:13 +02:00
herrrta
1feb22854c
chore: update jellyseerr submodule ( #1059 )
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-17 15:38:03 +02:00
herrrta
09b3cc7835
fix: external deep links not working pt2 ( #1064 )
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-14 10:55:04 +02:00
herrrta
9175c6a135
fix: external deep links not working ( #1063 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-13 20:08:42 +02:00
renovate[bot]
7436ad90eb
chore(deps): Update dependency @biomejs/biome to v2.2.4 ( #1054 )
...
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Uruk <contact@uruk.dev >
2025-09-10 20:14:31 +02:00
renovate[bot]
fb2bdb0e2c
chore(deps): Update github/codeql-action action to v3.30.3 ( #1055 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 20:10:57 +02:00
Gauvain
0fd2d766a3
chore(deps): Update dependency @biomejs/biome to v2.2.3 ( #1048 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 17:51:41 +02:00
renovate[bot]
bdc0962d60
chore(deps): Update dependency @biomejs/biome to v2.2.3 ( #1044 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 17:51:01 +02:00
renovate[bot]
2a49b766e7
chore(deps): Update github/codeql-action action to v3.30.1 ( #1045 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 17:47:34 +02:00
Drew Bowman
b02f49fbd2
feat: improve quick connect bottom sheet ( #1000 )
...
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
2025-09-08 16:33:43 +02:00
Copilot
0b0592a699
fix: library sorting persistence by adding missing useEffect dependencies ( #1047 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: lostb1t <168401+lostb1t@users.noreply.github.com >
Co-authored-by: lance chant <13349722+lancechant@users.noreply.github.com >
2025-09-08 16:15:23 +02:00
lance chant
ceafdbf9ee
fix: fixed permission request for activity ( #1046 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-09-08 15:02:33 +02:00
sarendsen
2b77d0fefb
fix: media source sheet was using the wrong prop
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-08 13:25:51 +02:00
retardgerman
32094fbc9f
docs: add copilot-instructions.md for context-aware AI suggestions ( #1035 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
2025-09-05 16:10:16 +02:00
renovate[bot]
b5917821a0
chore(deps): Update actions/setup-node action to v5 ( #1038 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-09-05 00:55:24 +02:00
renovate[bot]
42922cc92b
chore(deps): Update actions/stale action to v10 ( #1039 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-05 00:23:23 +02:00
lostb1t
0298fb00aa
fix: section titles ( #1036 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
fixes a bug where the section titles were just "section-[index]"
2025-09-04 16:31:56 +01:00
Fredrik Burmester
e47c863aa4
chore: version
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-04 07:22:15 +02:00
Fredrik Burmester
0b9bbb63eb
fix: download card design and percentage negative number fix
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-03 22:26:57 +02:00
Fredrik Burmester
b4014c922e
feat: native download notifications ( #1006 )
2025-09-03 21:50:25 +02:00
stenlan
957e60714a
fix: BaseItemDto/BaseItemPerson routing bug ( #1030 )
2025-09-03 21:45:15 +02:00
stenlan
93a63f6b48
fix : #1007 Season episodes temporarily disappearing when marking one as watched ( #1031 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-09-03 21:42:03 +02:00
stenlan
c778956a52
fix: Jellyseerr discovery crash ( #1032 )
2025-09-03 21:41:35 +02:00
MarcoCoreDuo
6308375438
fix: remove unnecessary sort for getTvShowsApi.getEpisodes data in SeasonPicker ( #984 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-09-03 15:32:57 +02:00
lance chant
2d3344f013
fix: home screen translation for custom headers ( #1001 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-09-03 15:31:43 +02:00
Fredrik Burmester
ae720d6bb4
fix: height for list items
2025-09-03 15:14:36 +02:00
lance chant
62b25d7bf7
fix: offline checking ( #989 )
2025-09-03 12:26:56 +02:00
Copilot
68e3b74e49
Fix Jellyseerr TV request permission logic bug ( #1026 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-09-03 07:05:46 +02:00
Uruk
e8c9bb1730
Revert "feat: add password visibility toggle to login forms ( #1019 )"
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
This reverts commit ae09a59569 .
2025-09-02 15:33:41 +02:00
Gauvain
ae09a59569
feat: add password visibility toggle to login forms ( #1019 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-09-01 23:45:12 +02:00
renovate[bot]
8a6c6dbd69
chore(deps): Update github/codeql-action action to v3.30.0 ( #1021 )
2025-09-01 20:33:25 +02:00
Uruk
602a5fb7d9
chore: simplify renovate configuration
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Streamlines dependency management by removing complex package rules and switching to best-practices preset.
Key improvements:
- Reduces configuration complexity from 86 to 46 lines
- Enables OSV vulnerability alerts and config migration
- Separates minor and patch updates for better control
- Updates schedule to weekdays instead of Monday-only
- Consolidates vulnerability handling into lock file maintenance section
2025-08-31 23:56:29 +02:00
Uruk
041cd56d41
chore(deps): remove commit message suffix from Renovate configuration
2025-08-31 17:12:54 +02:00
Uruk
9beeaa2c23
chore: update Renovate configuration format
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Migrates from deprecated config:base to recommended preset and updates commit message configuration to use separate prefix and suffix properties instead of single commitMessage field.
Changes package matching from patterns to names for better specificity in security update rules.
2025-08-31 17:07:07 +02:00
Gauvain
df0b569f2d
fix(typescript): resolve 44 TypeScript errors in core components ( #1004 )
2025-08-31 16:56:53 +02:00
Simon Eklundh
83c4aadbb4
feat: Add https/http testing for removing the need for adding them manually ( #1005 )
2025-08-31 12:33:44 +02:00
lostb1t
5b7af05a9c
feat: prefer source name over display title
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-30 15:47:17 +02:00
Uruk
954d65050d
chore: remove outdated package rules for Expo, React Native, and build tools
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
2025-08-30 03:22:28 +02:00
Uruk
02dfdfb2de
chore: standardize renovate commit message format
...
Replaces the simple emoji prefix with a structured conventional commit format that includes dependency type and version information.
This improves commit message consistency and makes dependency updates more informative by clearly indicating the package name and target version.
2025-08-30 03:13:14 +02:00
Uruk
6de1cdad50
feat: enhance Renovate configuration with automerge and grouping rules
...
Improves dependency management automation by enabling automerge for patches, minors, and CI dependencies while adding comprehensive package grouping rules.
Adds vulnerability alerts with immediate scheduling and configures minimum release age for stability. Groups related packages like React ecosystem and build tools for better organization.
Includes enhanced scheduling with weekly updates and monthly major version reviews requiring dashboard approval for safety.
2025-08-30 03:05:26 +02:00
Fredrik Burmester
f7b0bf34a7
chore: version
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-29 22:08:07 +02:00
Gauvain
a68d8500a6
chore: update dependencies and refactor config plugin imports ( #993 )
2025-08-29 22:06:50 +02:00
Gauvain
f54da12fdb
refactor: rework of issue and pr template and add contributing.md ( #998 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-29 19:02:48 +02:00
lance chant
d3609e3499
fix: tv login layout ( #972 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-29 13:30:49 +02:00
Uruk
af323d4679
ci: enable EAS caching for iOS build workflow
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
Improves build performance by enabling caching in the EAS CLI setup step.
Reduces build times and resource usage by leveraging cached dependencies and build artifacts.
2025-08-29 01:32:04 +02:00
Chris
adc46acd01
docs: update contact email
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
developer@streamyfin.app
2025-08-29 00:03:19 +02:00
Chris
22b18dbb2d
Update SECURITY.md
...
Updated email address
2025-08-28 22:39:16 +02:00
Gauvain
cf482788fc
feat: Enhance SECURITY.md with detailed security policy
2025-08-28 22:04:48 +02:00
Uruk
bede1fc3c6
ci: skip builds for [skip ci] commits and markdown changes
...
Adds [skip ci] detection to prevent unnecessary workflow runs when builds are not needed.
Excludes markdown files from triggering iOS builds to reduce resource usage for documentation changes.
Removes redundant node_modules caching step in Android workflow since Bun handles dependency management efficiently.
2025-08-28 18:09:54 +02:00
Gauvain
b25f8a67fc
ci: Enable statistics for stale issue workflow
2025-08-28 17:34:15 +02:00
Gauvain
ade9dd6c3f
ci: Remove debug log level from stale.yml
2025-08-28 17:32:49 +02:00
Uruk
568252b6d3
fix: update merge conflict and stale issue labels to include emojis
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
2025-08-28 17:06:03 +02:00
Uruk
83538eb474
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
2025-08-28 00:51:54 +02:00
Uruk
2c8c7120e0
chore: update expo-doctor to version 1.17.0 and reorganize scripts in package.json
2025-08-28 00:51:45 +02:00
renovate[bot]
a034d4afa5
fix(deps): update dependency zod to v4 ( #845 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Uruk <contact@uruk.dev >
2025-08-28 00:50:22 +02:00
Uruk
a3c3094e21
chore: update iOS build matrix to target only phone
2025-08-27 21:01:10 +02:00
Uruk
5b5187e49f
chore: bump @biomejs/biome from 2.2.0 to 2.2.2
...
Updates Biome linter and formatter to latest patch version for bug fixes and improvements
2025-08-27 20:08:34 +02:00
renovate[bot]
d8c6ea20f3
chore(deps): update actions/dependency-review-action action to v4.7.3 ( #991 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-27 14:54:30 +02:00
retardgerman
3f1897e981
feat(issue-template): add latest app version to bug report dropdown
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-25 11:57:48 +02:00
renovate[bot]
af05e60af4
chore(deps): update ci dependencies ( #977 )
...
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-23 12:51:38 +02:00
Fredrik Burmester
5f47eee6e4
chore: versions
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-21 18:22:41 +02:00
Fredrik Burmester
7b7aced881
feat: slide actions for skip, volume and brightness ( #966 )
2025-08-21 18:02:47 +02:00
Fredrik Burmester
aac9270b62
feat: more sheets in controls ( #969 )
2025-08-21 17:54:28 +02:00
lostb1t
2d69bd5103
feat: replace content item dropdowns with sheets ( #968 )
2025-08-21 17:19:53 +02:00
Fredrik Burmester
576a820c0c
chore: version
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
2025-08-20 22:00:09 +02:00
Fredrik Burmester
55ce7d8cec
feat: fade and slide in controls ( #964 )
2025-08-20 21:59:09 +02:00
Fredrik Burmester
f2219a1daa
chore: version
2025-08-20 21:48:14 +02:00
Fredrik Burmester
5bc6494ba6
fix: refactor controls into smaller parts ( #963 )
2025-08-20 21:43:00 +02:00
Fredrik Burmester
7cab50750f
chore: version
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-20 10:30:57 +02:00
Fredrik Burmester
d795e82581
fix: trickplay and re-rendering issues
2025-08-20 09:59:03 +02:00
Fredrik Burmester
e7161bc9ab
fix: revert fade in controls
2025-08-20 08:21:01 +02:00
Fredrik Burmester
8e74363f32
Revert "chore: refactor controls ( #946 )"
...
This reverts commit 8389404975 .
2025-08-20 08:18:12 +02:00
Alex
1cb28788d6
Fix selecting bit rate on whole series downloads ( #956 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-08-20 00:12:51 +10:00
renovate[bot]
ff9f855d4c
chore(deps): update amannn/action-semantic-pull-request action to v6.1.0 ( #953 )
2025-08-19 13:37:47 +02:00
Fredrik Burmester
13df2d1077
chore: version
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
2025-08-19 10:01:34 +02:00
Fredrik Burmester
8389404975
chore: refactor controls ( #946 )
...
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-19 09:02:56 +02:00
Fredrik Burmester
cd920e2d84
fix: small design change
2025-08-19 08:10:54 +02:00
Gauvain
92a11c18e0
docs: add new contributors to README ( #951 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
2025-08-19 04:25:49 +02:00
Gauvain
e05f10fe42
ci: add actions language to CodeQL analysis matrix
...
Expands security scanning to include GitHub Actions workflows alongside existing JavaScript/TypeScript analysis for more comprehensive code security coverage
2025-08-19 01:09:23 +02:00
renovate[bot]
2540ae22ce
chore(deps): update actions/dependency-review-action action to v4.7.2 ( #950 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 01:08:50 +02:00
Gauvain
f490957091
ci: add iOS 18.0 SDK installation step ( #949 )
2025-08-19 01:06:28 +02:00
renovate[bot]
a146fc8810
chore(deps): update dependency @biomejs/biome to v2.2.0 ( #934 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Uruk <contact@uruk.dev >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-18 23:00:33 +02:00
renovate[bot]
100d7e0830
chore(deps): update github/codeql-action action to v3.29.10 ( #948 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 21:18:54 +02:00
Fredrik Burmester
ebcdd5bbf7
feat: show when the stream ends, not only remaining time ( #944 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-18 14:57:02 +02:00
lance chant
18b33884e6
fix: settings storage calc ( #943 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-08-18 14:53:58 +02:00
Fredrik Burmester
9410239c48
feat: scale factor and aspect ratio ( #942 )
2025-08-18 14:24:45 +02:00
Fredrik Burmester
4fed25a3ab
chore: version
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
2025-08-18 09:17:24 +02:00
Fredrik Burmester
a8810cae8a
Merge branch 'feat/fade-in-controls' into develop
2025-08-18 09:16:38 +02:00
Fredrik Burmester
aff009de92
chore: version
2025-08-18 07:48:57 +02:00
Alex
1924efbef2
Fix more bugs ( #939 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-08-17 15:25:51 +10:00
Alex
3b53d76a18
Hotfix/offline playback remaining bugs ( #937 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-08-16 18:11:55 +10:00
Fredrik Burmester
b7221e5599
chore: version bump
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-15 21:45:37 +02:00
Fredrik Burmester
5384c34b27
feat: infinite scrolling in favorites tab ( #929 )
...
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-15 21:34:36 +02:00
Alex
ca92f61900
refactor: Feature/offline mode rework ( #859 )
...
Co-authored-by: lostb1t <coding-mosses0z@icloud.com >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
Co-authored-by: Gauvino <uruknarb20@gmail.com >
Co-authored-by: storm1er <le.storm1er@gmail.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris <182387676+whoopsi-daisy@users.noreply.github.com >
Co-authored-by: arch-fan <55891793+arch-fan@users.noreply.github.com >
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-08-15 21:34:22 +02:00
Uruk
4fba558c33
refactor: remove gradle optimization properties
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
Removes daemon, parallel processing, and configure-on-demand gradle properties to simplify configuration and potentially avoid build conflicts.
These optimizations may cause issues in certain build environments or with specific project configurations.
2025-08-15 05:06:06 +02:00
Uruk
d82767f5df
ci: simplify bun cache key in iOS build workflow
...
Removes architecture-specific and branch-specific components from the cache key to improve cache hit rates across different runners and branches.
The simplified key structure reduces cache fragmentation while maintaining cache effectiveness through the bun.lock hash.
2025-08-15 04:56:01 +02:00
Uruk
e56fc93b14
ci: remove redundant node_modules caching step
...
Eliminates unnecessary node_modules cache configuration since bun handles dependency caching more efficiently through its own mechanisms.
Reduces workflow complexity and potential cache conflicts while maintaining build performance.
2025-08-15 04:44:19 +02:00
Uruk
1e399297bd
ci: remove Expo CLI cache step from iOS build workflow
...
Eliminates unnecessary caching of Expo CLI in the iOS build pipeline to streamline the workflow and reduce potential cache-related issues.
2025-08-15 04:30:43 +02:00
Gauvain
feaf82fa3f
ci: remove CocoaPods cache and update EAS to latest
...
Removes CocoaPods caching step which may cause build inconsistencies and updates EAS CLI to use latest version instead of pinned version for improved tooling and bug fixes
2025-08-15 04:21:25 +02:00
Gauvain
781d199546
refactor: simplify renovate configuration and revert kotlin ( #933 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: retardgerman <78982850+retardgerman@users.noreply.github.com >
2025-08-14 16:07:49 +02:00
liamwibo
3013251285
fix(readme): change discord invite link to discord badge since old link expired ( #913 )
...
Co-authored-by: retardgerman <78982850+retardgerman@users.noreply.github.com >
2025-08-14 14:14:18 +02:00
Gauvain
0e1ed71dc1
refactor: biome update and fix renovate and ci ( #932 )
2025-08-14 10:43:01 +02:00
renovate[bot]
5a781ba62c
chore(deps): update amannn/action-semantic-pull-request action to v6 ( #931 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 23:14:26 +02:00
renovate[bot]
0cea614423
chore(deps): update github/codeql-action action to v3.29.9 ( #930 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 22:15:32 +02:00
Gauvain
24d006742b
Merge branch 'develop' into feat/fade-in-controls
2025-08-13 20:32:53 +02:00
Gauvain
c7f0c2ec83
refactor(ci): Improves CI build performance with enhanced caching ( #923 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-13 15:43:22 +02:00
Fredrik Burmester
c34c7fbe83
feat: fade in the controls (instead of on/off toggle)
2025-08-13 15:27:47 +02:00
renovate[bot]
57bbb59874
chore(deps): update actions/checkout action to v5 ( #926 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 16:51:54 +02:00
renovate[bot]
e90d2e2244
chore(deps): update dependency @react-native-community/cli to v20 ( #924 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 14:05:51 +02:00
renovate[bot]
917dabc4be
chore(deps): update actions/checkout action to v4.3.0 ( #925 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 14:05:17 +02:00
renovate[bot]
bc2defc8ef
chore(deps): update dependency @biomejs/biome to v2.1.4 ( #921 )
...
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 00:46:20 +02:00
Gauvain
3ce1480e10
fix: Adds Biome version management to Renovate config ( #920 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-11 00:18:19 +02:00
renovate[bot]
9597b40726
chore(deps): update github/codeql-action action to v3.29.8 ( #917 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-10 22:51:29 +02:00
Gauvain
1e6408d5be
chore: resolve final biome warning with explicit type annotations ( #908 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-08 14:38:00 +02:00
Gauvain
c2f6897f47
fix(ci): Disables fail-fast for CI build matrices ( #910 )
2025-08-08 14:37:43 +02:00
Jaakko Rantamäki
eaf3682384
fix: Android adaptive and themed icons ( #762 )
2025-08-08 10:30:00 +02:00
renovate[bot]
f3c7b636a8
chore(deps): update ci dependencies ( #911 )
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (phone) (push) Has been cancelled
🤖 Android APK Build (Phone + TV) / 🏗️ Build Android APK (tv) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (phone) (push) Has been cancelled
🤖 iOS IPA Build (Phone + TV) / 🏗️ Build iOS IPA (tv) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-07 21:09:41 +02:00
Gauvain
64d34a9354
feat: Adds separate Android TV and iOS TV build workflows ( #907 )
2025-08-07 16:08:40 +02:00
Edmond
2a2ecf0526
feat: Add new translation for Traditional Chinese (zh-TW) ( #796 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
2025-08-07 13:26:02 +02:00
Ferran
a77c7e8e3c
feat(lang): add Catalan localization support ( #873 )
...
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-07 13:19:48 +02:00
Gauvain
88791eccf9
fix: Adds conditional check to validate PR title job ( #901 )
2025-08-07 13:01:32 +02:00
Gauvain
515f7ea26d
fix: only run iOS build if it’s on a branch of the repo ( #872 )
2025-08-07 13:01:22 +02:00
Nguyen Quang Huy
e83bbf3121
feat: Added Vietnamese translation ( #834 )
2025-08-07 13:01:01 +02:00
lance chant
89b34eddc1
fix: tv playback ( #820 )
...
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
Signed-off-by: lancechant <13349722+lancechant@users.noreply.github.com >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
Co-authored-by: Uruk <contact@uruk.dev >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
2025-08-07 10:12:40 +02:00
Gauvain
89fd7f0e34
fix: add expo-doctor, fixed a warning ( #895 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-06 21:46:16 +02:00
Gauvain
ab9ae5b620
fix(deps): update biome ( #894 )
2025-08-06 21:45:58 +02:00
retardgerman
a9c519971e
fix: loading conditionals ( #753 ) ( #805 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-08-05 11:23:14 +02:00
renovate[bot]
e51b7351f8
chore(deps): update ci dependencies ( #892 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 23:42:17 +02:00
renovate[bot]
e0f9d6ea1c
chore(deps): update github/codeql-action action to v3.29.4 ( #874 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-07-29 16:21:34 +02:00
Fredrik Burmester
1817c5dbd2
chore: update deps ( #886 )
2025-07-29 15:55:41 +02:00
Fredrik Burmester
0619c8c9c4
fix: update bottom tabs ( #885 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-07-28 13:07:19 +02:00
Chris
d6ed318eb8
docs: readme-rehaul
...
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
- Added a Streamyfin banner at the top
- Aligned the descriptive text for Streamyfin
- Moved the "Buy Me a Coffee" button to the top for better visibility and contrast
- The four screenshots are now fully aligned across the entire page grid instead of being left-aligned
2025-07-24 22:28:16 +07:00
Gauvain
5f39622ad6
fix: bump biome and fix error ( #864 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-07-21 09:44:24 +02:00
renovate[bot]
3b2a6bd40a
chore(deps): update marocchino/sticky-pull-request-comment action to v2.9.4 ( #866 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-20 02:03:05 +02:00
Chris
8d3e165edf
docs: README.md
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Implemented general improvements and introduced sponsorship.
2025-07-18 21:19:13 +07:00
lance chant
f3a9fc9d1c
fix: always transcode with profile 5 ( #703 )
...
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com >
2025-07-15 08:41:52 +02:00
Emre Sanden
820af06419
feat(lang): add Norwegian localization support ( #670 )
...
Co-authored-by: retardgerman <78982850+retardgerman@users.noreply.github.com >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-07-15 08:40:28 +02:00
Miro Rauhala
80192e65c4
feat(lang): add Finnish localization support ( #676 )
...
Co-authored-by: retardgerman <78982850+retardgerman@users.noreply.github.com >
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-07-15 08:39:38 +02:00
Endrit Beqiri
ff930e2ad2
feat: Added Albanian and Danish translations ( #657 )
...
Co-authored-by: retardgerman <78982850+retardgerman@users.noreply.github.com >
Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-15 08:38:00 +02:00
djmeero
fafc2e65ac
feat(i18n): add Romanian language support via ro.json ( #706 )
2025-07-15 08:37:37 +02:00
Fredrik Burmester
61c783fb55
chore
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-07-14 15:48:17 +02:00
Fredrik Burmester
59df18621b
chore: version
2025-07-14 15:12:56 +02:00
Alex
0021b94e00
Fix correct time not being reported when switching quality in the beg… ( #855 )
...
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-07-14 20:41:24 +10:00
Alex
53b43edc2a
Revert "fix: Recently Added isn't updating correctly." ( #852 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
2025-07-13 04:47:26 +10:00
Alex
64e8514985
Changed || to ?? to account for 0 values ( #851 )
...
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-07-13 02:57:49 +10:00
Alex
a3d9207bca
Change to ts ( #848 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-07-12 13:18:08 +10:00
Alex
ef0880695e
Update package json from expo doctor update ( #846 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-07-12 04:38:16 +10:00
Fredrik Burmester
073110fac9
chore: remove unnessesary file
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-07-10 21:42:52 +02:00
Fredrik Burmester
2d58157cf7
chore: version
2025-07-10 21:42:35 +02:00
Fredrik Burmester
571be9840f
chore: version
2025-07-10 21:40:10 +02:00
Fredrik Burmester
a2cbc722c7
chore
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-07-10 15:34:33 +02:00
Fredrik Burmester
bc7c612cca
feat: add CodeRabbit configuration for React Native project
2025-07-10 15:34:09 +02:00
Alex
fe8f07336a
Fix orientation race condition ( #841 )
...
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local >
2025-07-10 15:25:57 +02:00
arch-fan
305b06f781
fix: expo issue by updating deps ( #823 )
2025-07-10 21:19:48 +10:00
renovate[bot]
7d57cf1a69
chore(deps): update github/codeql-action action to v3.29.2 ( #821 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 20:02:02 +02:00
renovate[bot]
3c56544a24
fix(deps): update dependency com.android.tools.build:gradle to v8.11.0 ( #819 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
2025-06-28 16:26:43 +02:00
renovate[bot]
d6696cc84e
chore(deps): update github/codeql-action action to v3.29.1 ( #818 )
2025-06-28 15:01:55 +02:00
renovate[bot]
bf97e419ae
fix(deps): update dependency react-native-safe-area-context to v5.5.0 ( #774 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 22:40:09 +02:00
renovate[bot]
1e8fe46f17
chore(deps): update dependency @react-native-community/cli to v18 ( #783 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 22:38:42 +02:00
renovate[bot]
73317e9781
fix(deps): update dependency @shopify/flash-list to v1.8.3 ( #736 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 22:38:12 +02:00
renovate[bot]
eba0bbc9cf
chore(deps): update dependency @biomejs/biome to v2 ( #811 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gauvino <uruknarb20@gmail.com >
2025-06-23 20:18:51 +02:00
renovate[bot]
c69ec61656
chore(deps): update dependency @types/jest to v30 ( #812 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 20:05:05 +02:00
renovate[bot]
de12e2b0a2
chore(deps): update marocchino/sticky-pull-request-comment action to v2.9.3 ( #810 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 19:48:19 +02:00
Chris
87dc57a576
docs: Update README.md ( #802 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
2025-06-19 16:35:10 +02:00
Chris
52c8b99dd5
docs: Clarify legal use of Streamyfin with a piracy disclaimer in README ( #801 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-06-18 11:02:56 +02:00
renovate[bot]
7beabe4702
fix(deps): update dependency i18next to v25 ( #784 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
2025-06-13 12:37:47 +02:00
renovate[bot]
415d7d6e9a
fix(deps): update dependency com.android.tools.build:gradle to v8 ( #772 )
2025-06-13 12:37:15 +02:00
renovate[bot]
51b47971e2
chore(deps): update dependency lint-staged to v16 ( #771 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 10:37:43 +02:00
Gauvain
90b0d413bc
fix: remove pull request target
2025-06-13 09:32:19 +02:00
renovate[bot]
a18bcae0fb
chore(deps): update github/codeql-action action to v3.29.0 ( #769 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-12 16:28:14 +02:00
Gauvain
4ccffad3e7
fix: pr build
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-06-12 11:44:25 +02:00
renovate[bot]
46b08007a4
chore(deps): update dependency node to v22 ( #766 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 15:05:49 +02:00
renovate[bot]
7b05fe43cf
chore(deps): update github/codeql-action action to v3.28.19 ( #763 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 00:01:41 +02:00
Gauvain
8f7749160e
fix: add dashboard for renovate
2025-06-10 23:55:57 +02:00
storm1er
d4c51697d4
feat: Persist ignore safe area accross stream and app restart ( #701 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
2025-06-06 11:00:52 +02:00
Gauvino
7091502667
fix: remove git commit from release sonce it's already present in artifact menu
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🕒 Handle Stale Issues / 🗑️ Cleanup Stale Issues (push) Has been cancelled
2025-06-04 18:47:19 +02:00
Gauvino
d6c7246cd1
fix: put @main instead of v8 to fix cache problem
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-06-04 13:31:06 +02:00
Gauvain
973d226c49
feat: update bun version ( #745 )
2025-06-04 12:25:01 +02:00
Gauvain
dd849b532b
refactor: fix the ios-build action ( #742 )
2025-06-04 11:54:01 +02:00
Fredrik Burmester
1a58df27d2
chore: version
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-06-03 08:26:23 +02:00
Fredrik Burmester
68b5fe3599
chore
🤖 Android APK Build / 🏗️ Build Android APK (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
2025-06-03 08:20:43 +02:00
Fredrik Burmester
67f73bfa39
fix: format
2025-06-03 08:20:35 +02:00
Fredrik Burmester
5de7cab285
Merge branch 'master' into develop
2025-06-03 08:20:32 +02:00
Fredrik Burmester
67d39c39ea
fix: android bug
2025-06-03 08:06:49 +02:00
Gauvain
9d8e227609
fix: remove description of pr in message ( #737 )
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
2025-06-02 16:28:28 +02:00
renovate[bot]
962323a75c
chore(deps): update github/codeql-action action to v3.28.18 ( #727 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-02 16:18:42 +02:00
Gauvain
fc23201b4f
fix: biome check, remove spell-check ( #731 )
2025-06-02 16:17:34 +02:00
lance chant
f0519ea88d
fix: tv home screen navigation ( #732 )
2025-06-02 15:15:31 +02:00
renovate[bot]
f9f21606ff
chore(deps): pin dependencies ( #722 )
...
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
📝 Check Spelling / 🔎 Spelling Check (push) Has been cancelled
📝 Check Spelling / 💬 Report (PR) (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-02 14:18:04 +02:00
Gauvain
c4d026f4d8
fix: remove cache bun ( #730 )
2025-06-02 14:15:46 +02:00
Gauvain
577827303e
fix: correct name of dictonnary and use correct version in action ( #728 )
2025-06-02 14:13:44 +02:00
Gauvain
3e0a1af9fa
fix: fix error on pr title for renovate bot ( #729 )
2025-06-02 14:13:36 +02:00
lance chant
63bc806a06
fix: made tv os compile ( #721 )
2025-06-02 14:13:13 +02:00
Jaakko Rantamäki
f05496a458
feat: Adaptive icons for iOS 18 and Android ( #606 )
2025-06-02 14:04:41 +02:00
Gauvain
d3660b45b1
fix: rename merge conflict label ( #725 )
2025-06-02 13:52:12 +02:00
Sim
1b812ebed5
fix: Recently Added isn't updating correctly. ( #686 )
2025-06-02 13:21:50 +02:00
Chris
6703299da9
docs: fix typo in README.md ( #719 )
2025-06-02 13:17:37 +02:00
Kamil Kosek
80d63c0219
feat: remotecontrol ( #705 )
2025-06-02 13:16:15 +02:00
Nyanmisaka
c2f8145e74
fix: Fixed container name mp4 in transcoding profiles ( #696 )
2025-06-02 13:14:31 +02:00
Gauvain
ce00aeb5f1
feat(ci/cd): Add Android builds and quality checks ( #694 )
2025-06-02 13:14:20 +02:00
Fredrik Burmester
5899cc8625
chore: version code
Handle Stale Issues / stale (push) Has been cancelled
2025-05-30 21:00:02 +02:00
sarendsen
90217bb495
fix: error race conditions
2025-05-29 16:39:46 +02:00
lostb1t
16e88cca8c
fix: error race conditions
2025-05-29 16:04:22 +02:00
lostb1t
e8e62061ae
fix: remove unwanted detail calls on search ( #707 )
2025-05-28 14:24:22 +02:00
retardgerman
3adc4d2a21
fix(lang): uk.json
2025-05-19 13:44:19 +02:00
Chris
185524c06c
feat(lang): add Klingon and Esperanto localization support ( #672 )
2025-05-19 12:39:02 +02:00
Simon Eklundh
6a208ee201
fix: improve readme to reduce the questions we tend to receive rather… ( #699 )
2025-05-18 20:36:08 +02:00
Ahmed Sbai
99938ddf5a
feat: add "Are you still watching" modal overlay with configurable options ( #663 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-05-18 09:21:50 +02:00
lostb1t
963a54a36c
fix: cancel for direct downloads
2025-05-14 21:18:48 +02:00
sarendsen
e939c9b933
Revert "style: horizontal width"
...
This reverts commit 31f662a582 .
2025-05-14 21:07:18 +02:00
lostb1t
2ffd569bba
chore: fix build
2025-05-14 19:42:56 +02:00
storm1er
c8ea494d6f
fix: downgrade expo-sharing version until expo 53 ( #688 )
2025-05-14 19:18:46 +02:00
Danylo Kozhushko
577a61a452
fix: Fixed Ukrainian translation filename and also some typos ( #682 )
2025-05-14 19:09:54 +02:00
retardgerman
a731c4eebd
fix: remove Feature that doesn’t exist.
2025-05-12 20:55:37 +02:00
Fredrik Burmester
8a664757b8
fix: android popup crash patch
2025-05-05 11:19:06 +02:00
sarendsen
655a78900d
fix: try to enable ios background downloads plugin
2025-05-04 18:38:27 +02:00
sarendsen
87a33af8d1
fix: restore downloads if missing
2025-05-04 18:12:16 +02:00
sarendsen
36b1c48fdd
fix: use ts for downloads
2025-05-04 12:50:21 +02:00
lostb1t
0454ba9f29
Update DownloadProvider.tsx
2025-05-04 12:01:51 +02:00
lostb1t
b55ed6349c
Update DownloadProvider.tsx
2025-05-04 11:56:47 +02:00
Ryan
0c34add45a
fix: update search functionality to set text in search bar on press ( #669 )
2025-05-04 11:48:53 +02:00
lostb1t
1c1345a3b7
feat: move to custom download handler with background download support ( #675 )
2025-05-04 11:46:34 +02:00
Chris
9f706a348e
chore: Update README.md - Sessions View ( #673 )
2025-05-03 17:29:51 +02:00
sarendsen
f4750e781d
refactor: getstreamurl
2025-05-02 19:02:35 +02:00
lance chant
0b574cc047
fix: dolby vision on supported devices, specifically profile 5 ( #660 )
2025-05-01 12:11:29 +02:00
Alec Warren
4a816470d1
feat: improve jellyseer item page buttons ( #634 )
2025-04-29 18:40:43 +02:00
Ryan
0d43b57f55
fix: improve empty state layout in library view ( #665 )
2025-04-28 18:11:24 +02:00
sarendsen
31f662a582
style: horizontal width
2025-04-21 12:28:12 +02:00
Alex
23e0ec9774
Remove Alamofire ( #656 )
2025-04-20 00:25:51 +10:00
Alex
d6ac8569a8
Fix/external subtitle support vlc3 ( #655 )
2025-04-20 00:25:35 +10:00
Gap
2ce04b3fd3
feat(lang): Added Russian localization ( #613 )
2025-04-11 20:08:09 +02:00
Leonardo
bf5203348b
feat: add portuguese (pt-BR) translation ( #625 )
2025-04-11 18:06:41 +02:00
lance chant
16fb1a52ca
fix: Fixed the import of expo-application to be the as expo docs and it allowed application to be populated ( #648 )
2025-04-11 17:56:29 +02:00
sarendsen
d8be7b2463
fix: disable downloads for the moment
2025-04-10 19:39:05 +02:00
sarendsen
ec37b5ab2c
fix: use ffmpegkit fork
2025-04-10 16:30:55 +02:00
sarendsen
29eb072e5d
fix: use items endpoint for search
2025-04-08 12:32:43 +02:00
sarendsen
2a4a7f5f2d
fix: return of export log
2025-04-07 14:33:03 +02:00
sarendsen
8b3f950bc5
fix: use ffmpegkit fork
2025-04-07 12:44:39 +02:00
sarendsen
db527311d6
fix: use ffmpegkit fork
2025-04-07 10:44:45 +02:00
lance chant
b76e834be1
feat: adding reportPlaybackStart which allows tracking to work well ( #636 )
2025-04-06 10:24:33 +02:00
herrrta
c9905d9d88
fix: add null safety to default folder path
2025-04-01 19:31:27 -04:00
Ahmed Sbai
b9bb109f4a
chore: linting fixes && github actions for linting ( #612 )
2025-03-31 07:44:10 +02:00
Fredrik Burmester
16b834cf71
fix: lint issues
2025-03-30 10:21:41 +02:00
herrrta
f6baf490fb
chore: add environment names to builds
2025-03-29 11:42:52 -04:00
herrrta
3201499397
chore: add export log string
2025-03-29 10:52:45 -04:00
herrrta
6555251c2e
feat: expo env variables & export logs
2025-03-29 10:44:28 -04:00
sarendsen
71c15f3651
feat: Implement latest for custom home
2025-03-29 14:47:38 +01:00
herrrta
25da30d6e2
fix: env variable
2025-03-28 19:16:16 -04:00
herrrta
1394eae01e
feat: better logs
...
- added ability to write debug logs for development builds
- added filtering to log page
- modified filter button to allow for multiple selection if required
2025-03-28 19:11:36 -04:00
Fredrik Burmester
205715ae29
chore
2025-03-25 13:13:46 +01:00
herrrta
587d419502
feat: new notification deep links
2025-03-21 20:52:22 -04:00
herrrta
bc081b535e
chore: version bump
2025-03-21 20:22:31 -04:00
herrrta
62d2d1f7ca
fix: generate expo push tokens for real device only
2025-03-19 19:17:22 -04:00
lostb1t
66aab5b771
Update README.md
2025-03-19 12:14:00 +01:00
lostb1t
5c89100afd
Update README.md
2025-03-19 11:58:08 +01:00
Fredrik Burmester
ffbaaa81a8
Merge branch 'develop'
2025-03-19 11:33:51 +01:00
Fredrik Burmester
f1a3b48017
chore
2025-03-19 11:33:27 +01:00
Fredrik Burmester
8ab72b1262
chore
2025-03-17 10:11:25 +01:00
Fredrik Burmester
b9c02618d5
fix: intentionally commit the google-services file - not a secret
2025-03-17 10:11:22 +01:00
Fredrik Burmester
0b22f28bb6
fix: env
2025-03-17 09:56:24 +01:00
Fredrik Burmester
2932a7b324
chore
2025-03-17 09:56:18 +01:00
Fredrik Burmester
8e8ae32287
fix: remove patch
2025-03-17 09:45:51 +01:00
Fredrik Burmester
2189b3d3dd
fix: android push notifications
2025-03-16 21:31:33 +01:00
Fredrik Burmester
f770cf174b
fix: linting config
2025-03-16 18:12:10 +01:00
Fredrik Burmester
f7e771123f
fix: lint config
2025-03-16 18:09:53 +01:00
Fredrik Burmester
5757b1c010
fix: lint
2025-03-16 18:08:55 +01:00
lostb1t
92513e234f
chore: Apply linting rules and add git hok ( #611 )
...
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com >
2025-03-16 18:01:12 +01:00
Ahmed Sbai
2688e1b981
feat: add Polish translation and update language options ( #608 )
2025-03-16 17:57:39 +01:00
Ahmed Sbai
54423a1267
fix: fixed app crash on next downloaded item && update biome schema v… ( #610 )
2025-03-16 17:57:25 +01:00
lostb1t
defe87debb
fix: disable badge count for sessions
2025-03-16 17:19:48 +01:00
Ahmed Sbai
a1b2248f16
chore: add biome configuration ( #590 )
2025-03-16 08:12:22 +01:00
Ahmed Sbai
cd42a86d40
feat: enhance favorites with empty cell && added translations ( #594 )
2025-03-15 14:19:12 -04:00
Fredrik Burmester
76661c7599
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-03-15 19:17:15 +01:00
Fredrik Burmester
6de829c16d
fix: owner of app moved to org
2025-03-15 19:17:13 +01:00
herrrta
9b0ba285b3
feat: Ability to consume webhook notifications and forward to clients #595
...
- forward expo device tokens to users plugin instance
- added android notification icon
2025-03-15 14:14:38 -04:00
Danylo Kozhushko
cbcb160bdd
feat: Added Ukrainian translation ( #593 )
2025-03-15 09:21:52 +01:00
Ahmed Sbai
10bfa95060
fix: update textContentType for username input to oneTimeCode ( #587 )
2025-03-15 09:21:24 +01:00
Chris
7201be6f02
Update README.md ( #605 )
2025-03-14 14:47:09 +01:00
sarendsen
9f17f13175
refactor: remove tv version of home
2025-03-13 17:00:24 +01:00
sarendsen
c0e9f29c04
fix: home refresh
2025-03-13 16:41:43 +01:00
sarendsen
ab5df3c9ef
fix: limit item titel to oneline
2025-03-13 15:57:56 +01:00
herrrta
7768939767
fix: NPE when unregistering receiver
2025-03-11 15:08:48 -04:00
Fredrik Burmester
8b72bde4a9
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-03-11 07:21:55 +01:00
sarendsen
c29b2cb8da
feat: Add location to session
2025-03-10 15:51:18 +01:00
Fredrik Burmester
96e3362f43
fix: rotate bugs in video player
2025-03-08 10:33:14 +01:00
Fredrik Burmester
7cdf0e5355
chore
2025-03-08 10:13:04 +01:00
Fredrik Burmester
ef355b1f04
fix: remove unused react-native-video
2025-03-08 08:27:28 +01:00
Fredrik Burmester
81535894e1
fix: unwanted rotate to portrait after a long time of watching
2025-03-08 08:27:18 +01:00
Fredrik Burmester
887f30e739
fix: rename auto rotate to follow device orientation
2025-03-07 07:54:13 +01:00
Fredrik Burmester
3d7889e19a
fix: orientation lock being activated even when auto rotate is on
2025-03-07 07:53:50 +01:00
herrrta
4b8e8cddb5
fix: Flashlist container not changing height
2025-03-05 20:23:28 -05:00
herrrta
d33baf07d3
fix: Recent requests requester name
2025-03-05 20:16:42 -05:00
herrrta
66f61c3c38
fix: Recent request slider initial loading
2025-03-05 20:07:21 -05:00
herrrta
88efb09317
fix: fix jellyseerr search results
2025-03-05 19:45:36 -05:00
lostb1t
5df021a836
feat: Add session count to app badge ( #575 )
2025-03-05 08:21:59 +01:00
Ahmed Sbai
89eb0d7796
fix( https://github.com/streamyfin/streamyfin/issues/566 ): add Turkish ( #583 )
2025-03-05 08:14:34 +01:00
herrrta
ba9178a0f6
fix: Jellyseerr dont compare against tv original names during sorting
2025-03-05 01:30:42 -05:00
herrrta
27cd73efab
fix: Jellyseerr slider bottom padding for posters
2025-03-05 01:24:09 -05:00
herrrta
e15b19deb3
fix: Jellyseerr filter buttons showing when library selected
2025-03-05 01:06:39 -05:00
herrrta
baccc931a2
fix: Jellyseerr order by "default" not preselected (ui)
...
- ui just didnt reflect this
2025-03-05 00:47:47 -05:00
herrrta
79a2873975
fix: Fix search item count translation
2025-03-05 00:35:54 -05:00
herrrta
e397be4b2e
feat: Better Jellyseerr search results #586
...
- fetch 4 pages at once to maximize search results
- add local sorting options
2025-03-05 00:32:30 -05:00
herrrta
4dddc0f926
fix: Jellyseerr Recent Request slide fixes
...
- added src for backdrop + poster
- fixed horizontal height issues
2025-03-04 21:09:15 -05:00
Fredrik Burmester
ebcb414b89
fix: use sdk util
2025-03-03 16:10:47 +01:00
Fredrik Burmester
77dba04289
fix
2025-03-03 16:06:48 +01:00
lostb1t
12ceef02cd
fix: mark as played
2025-03-03 16:01:27 +01:00
Fredrik Burmester
fe3b652b4f
fix: more specified dep arr
2025-03-03 15:21:18 +01:00
Fredrik Burmester
9c9785ba9e
chore
2025-03-03 15:20:23 +01:00
Fredrik Burmester
bce9ed2690
fix: wrong prop
2025-03-03 15:20:13 +01:00
Fredrik Burmester
ec914133d6
fix: undefined var
2025-03-03 15:19:59 +01:00
Fredrik Burmester
2d1b03e403
Merge branch 'feat/switch-players' into develop
2025-03-03 15:18:20 +01:00
Fredrik Burmester
7f07260177
fix: hide setting (use only vlc3 for now)
2025-03-03 15:18:09 +01:00
herrrta
e1314077e2
fix: only show recent requests when request is done loading
2025-03-03 01:25:58 -05:00
herrrta
09e9462ac0
feat: (iOS) Switch Video Players
2025-03-03 01:12:08 -05:00
herrrta
dd65505f7f
feat: [Jellyseerr] Show recent requests #324
...
- Added recent requests slide
- updated JellyseerrPoster.tsx to handle more options
2025-03-03 01:04:49 -05:00
herrrta
951158bcd3
fix: Discover page key collisions #581
...
- add uniqBy for jellyseerr results
- add missing key in MovieTvSlide.tsx
2025-03-02 13:07:14 -05:00
herrrta
9b1dd0923a
fix: Don't show all seasons numbers in request modal [Jellyseerr] #580
2025-03-02 12:38:58 -05:00
herrrta
bd908516b5
fix: Advanced request options not saving #543
2025-03-02 12:21:24 -05:00
lostb1t
8cb10d1062
Update _layout.tsx
2025-03-01 09:37:50 +01:00
lostb1t
446439c2e0
Update package.json
2025-02-28 00:11:03 +01:00
lostb1t
a5463d783d
fix: use correct url on save for optimized
2025-02-26 19:25:20 +01:00
Little709
640db35456
fix: Update nl.json ( #565 )
2025-02-26 14:21:42 +01:00
Simon Eklundh
caa4b765c1
fix: makes the icon adaptive for android ( #569 )
2025-02-26 08:23:27 +01:00
sarendsen
9c6aebe66a
small cleanup
2025-02-24 18:41:07 +01:00
sarendsen
ef42510383
small cleanup
2025-02-24 14:56:39 +01:00
sarendsen
5273dfd22b
small cleanup
2025-02-24 14:23:48 +01:00
Fredrik Burmester
00bc4232fb
fix: xcode warnings
2025-02-24 11:51:48 +01:00
sarendsen
35c9258062
fix: playback pause/play reporting
2025-02-24 10:30:01 +01:00
sarendsen
89bf51c3cc
fix: playback reporting
2025-02-24 09:30:14 +01:00
sarendsen
f64c5a02db
fix: add hw/sw badge to session
2025-02-23 19:15:10 +01:00
sarendsen
cf284eb3d8
fix: sort sessions by name
2025-02-23 18:42:00 +01:00
Alex
b581a077e1
General refactoring ( #559 )
2025-02-23 09:40:10 -05:00
Fredrik Burmester
e651b975b7
fix: ts error
2025-02-23 15:08:14 +01:00
lostb1t
1c550b1b77
feat: Mark/unmark favorite quick action ( #561 )
2025-02-23 15:03:52 +01:00
Ahmed Sbai
5bcae81538
fix(511): fixed long named translations for the subtitle can break UI ( #564 )
2025-02-23 15:03:22 +01:00
Fredrik Burmester
c951725222
chore
2025-02-23 15:02:50 +01:00
Fredrik Burmester
0b966d7c04
fix: add hevc to chromecast h265 profile
2025-02-23 14:50:14 +01:00
Fredrik Burmester
8e0e35afe3
fix: chromecast
2025-02-23 14:35:00 +01:00
Fredrik Burmester
daf7f35196
feat: scroll to top on tab home press
2025-02-22 13:23:33 +01:00
Fredrik Burmester
d5ac30b6d8
feat: scroll to top on tab home press
2025-02-22 13:20:52 +01:00
Fredrik Burmester
81b91bbb97
chore
2025-02-22 13:11:37 +01:00
Fredrik Burmester
af2bd030e9
feat: focus search bar on second tab press ( #558 )
2025-02-22 13:09:17 +01:00
Fredrik Burmester
5590c2f784
fix: added season and episode + updated icon
2025-02-22 12:08:58 +01:00
Fredrik Burmester
6cc70dd123
fix: type issues
2025-02-22 12:02:33 +01:00
Edmond
fae588b0f0
fix: Improve Chinese (Traditional) Translation ( #557 )
2025-02-22 11:06:43 +01:00
vuhe
bd2aeb2234
feat: Add Chinese (Simplified) Translation ( #556 )
2025-02-22 11:06:10 +01:00
sarendsen
cca0bbf42c
bigger play button
2025-02-22 10:58:28 +01:00
Fredrik Burmester
06e0eb5c4e
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-02-21 20:38:45 +01:00
Fredrik Burmester
b478fbb6bf
fix: tvos fixes
2025-02-21 20:38:31 +01:00
lostb1t
b98a7b0634
Update _layout.tsx
2025-02-21 18:22:05 +01:00
lostb1t
ce38024a3f
Update settings.tsx
2025-02-21 14:57:53 +01:00
lostb1t
04dce9265b
Update _layout.tsx
2025-02-21 14:56:59 +01:00
lostb1t
5b8418cd82
feat: Sessions view ( #537 )
2025-02-21 13:14:57 +01:00
tkymmm
b0c5255bd7
feat: add japanese translations ( #552 )
2025-02-21 11:09:36 +01:00
Fredrik Burmester
73dd171987
chore: version bump
2025-02-20 16:30:36 +01:00
Ahmed Sbai
ff35559687
fix: remove unused imports and optimize keepAwake usage in the player ( #548 )
2025-02-20 11:18:37 +01:00
Fredrik Burmester
5aadd50946
chore
2025-02-20 11:16:10 +01:00
herrrta
63b5ba2112
feat: add upcoming air dates for episodes
2025-02-19 21:49:28 -05:00
herrrta
8b955578a2
fix: Jellyseerr url input
2025-02-19 21:07:50 -05:00
herrrta
1e5c021c93
fix: Reset ios vout when media is not playing
2025-02-19 20:58:39 -05:00
Fredrik Burmester
0b86f56486
fix: spelling
2025-02-19 20:36:51 +01:00
Fredrik Burmester
728b93f4e5
fix: up stale issue time to 90 days, ignore feature requests
2025-02-19 20:36:31 +01:00
Fredrik Burmester
2fc483b24e
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-02-19 20:19:39 +01:00
Fredrik Burmester
fc901bc01e
fix: jellyseerr login without password
2025-02-19 20:19:34 +01:00
lostb1t
2b0884b154
Update README.md
2025-02-19 17:14:01 +01:00
lostb1t
307d20e538
Update README.md
2025-02-19 17:13:12 +01:00
Fredrik Burmester
a2f03908f6
fix: remove splashscreen provider and handle loading in jellyfinprovider
2025-02-19 14:44:39 +01:00
Fredrik Burmester
77aef8877e
fix: jellyseerr better login
2025-02-19 11:36:47 +01:00
Fredrik Burmester
0cf930d6e1
test: fix controls loading android?
2025-02-19 11:06:57 +01:00
Fredrik Burmester
4b0b949541
fix: button alignment pip
2025-02-19 10:55:29 +01:00
Fredrik Burmester
14b717f985
fix: half screen black on login
2025-02-19 10:54:05 +01:00
Fredrik Burmester
cfbac538f8
chore: refactor for tv stuff
2025-02-19 10:49:18 +01:00
Fredrik Burmester
1ac6b7e3df
fix: chromecast not working
2025-02-18 17:56:10 +01:00
Davide Sirico
c9f6e8676b
feat: add italian translations ( #545 )
2025-02-18 16:10:15 +01:00
Fredrik Burmester
5aab1450cd
chore
2025-02-18 16:06:35 +01:00
Fredrik Burmester
1e7080a136
chore
2025-02-18 16:06:32 +01:00
Théo FORTIN
993cec4138
feat: remove stale issues ( #515 )
2025-02-17 16:54:25 +01:00
Ahmed Sbai
6c524499f9
chore: remove async-storage && moved @types/xxx dependencies to dev-deps ( #538 )
2025-02-17 16:54:12 +01:00
Maarten
b3463ffdfc
feat: add dutch translations ( #539 )
...
Co-authored-by: Maarten Schroeven <maarten.schroeven@ae.be >
2025-02-17 16:53:10 +01:00
Edmond
50942b44f1
feat: Add Chinese (Traditional) Translation ( #522 )
2025-02-17 16:52:58 +01:00
Mustafa
f602f8919f
fix: translation de.json grammar ( #516 )
2025-02-17 16:52:44 +01:00
herrrta
0e86d8a00f
fix: IOS video player black screens pt2
...
- Looks like re-adding subview was not enough. We have to toggle the video tracks selection and play the media to trigger the re-render
2025-02-16 15:05:32 -05:00
Adrián
56b1e1977c
fix: Change too long texts in the Spanish translation ( #535 )
2025-02-16 13:22:13 +01:00
herrrta
30e23b9079
fix: IOS video player black screens
...
- restores player view when re-entering apps foreground
- added logger
2025-02-15 22:18:16 -05:00
herrrta
d83ecb881b
fix: Android PiP support fully working
...
- fixed black screen on re-entering
- ensured screen stays alive when video is playing
- PiP button states now reflect media status
2025-02-15 15:11:57 -05:00
Fredrik Burmester
4c14c08b35
fix: move from react-native-video -> VLC for transcoded streams ( #529 )
...
Co-authored-by: Alex Kim <alexkim5682@gmail.com >
2025-02-16 07:10:36 +11:00
herrrta
ecb9b90163
fix: Stop playback when gesture navigating back
2025-02-15 12:52:09 -05:00
Fredrik Burmester
33a2be24f4
fix: hidden be default ios
2025-02-15 12:00:58 +01:00
Fredrik Burmester
e8b0d52515
feat: change to native searchbar on android
2025-02-15 11:59:17 +01:00
Fredrik Burmester
9faa0de2d6
chore: bump version
2025-02-15 11:48:54 +01:00
Fredrik Burmester
221155d002
fix: deps
2025-02-15 11:34:50 +01:00
Fredrik Burmester
4a37e17324
chore
2025-02-14 13:28:06 +01:00
Fredrik Burmester
52b2a3418e
fix: wrong deps
2025-02-13 10:35:58 +01:00
Fredrik Burmester
2753b243e5
chore: remove yarn lock file
2025-02-13 10:33:56 +01:00
Fredrik Burmester
f22b356b7c
feat: turkish translations
2025-02-13 10:33:41 +01:00
Fredrik Burmester
d8ba5af8d9
chore: remove old patch
2025-02-13 10:33:34 +01:00
herrrta
505ef39ee7
ios VLCKit 4.0 & All platform PiP support
2025-02-12 23:21:24 -05:00
Théo FORTIN
e71d5cc176
feat: Add default quality setting ( #509 )
2025-02-12 08:32:26 +01:00
Fredrik Burmester
74e57bbd88
fix: add contributor avatars to readme ( #512 )
2025-02-12 08:31:55 +01:00
Fredrik Burmester
76eaeb9820
chore
2025-02-12 08:31:38 +01:00
Fredrik Burmester
9a70f98dd5
chore
2025-02-12 08:25:36 +01:00
herrrta
f28f1d8736
Fix android discover page crash
2025-02-11 10:16:36 -05:00
lostb1t
e0f03ccb93
feat: Allow plugin override defaults ( #508 )
2025-02-10 17:38:01 +01:00
lostb1t
34d1dbb20e
Update README.md
2025-02-10 15:39:14 +01:00
Simon Eklundh
e3e2db659d
fix: download player ( #506 )
2025-02-09 13:40:45 +01:00
Fredrik Burmester
528b4ad7ac
fix: orientation in video player and app i general
2025-02-09 11:45:32 +01:00
lostb1t
d29501386b
chore: expo 52 ( #502 )
...
Co-authored-by: herrrta <73949927+herrrta@users.noreply.github.com >
2025-02-09 10:46:05 +01:00
Simon Eklundh
6688469b6c
fix: fixes non-optimized downloads ( #500 )
2025-02-09 10:43:42 +01:00
lostb1t
ae9c30aa6d
fix: fix home and header nav not showing ( #499 )
2025-02-08 17:48:05 +01:00
Fredrik Burmester
364d2e8a51
fix: typescript errors
2025-02-08 10:51:52 +01:00
herrrta
6cc90b46b3
TV: fix navigation on login ( #494 )
2025-02-07 21:57:13 -05:00
sarendsen
33adea2819
fix more import for tv
2025-02-07 14:22:54 +01:00
Simon Eklundh
9f41861dcf
fix: download provider import usage so we can play again ( #491 )
2025-02-06 23:12:44 +01:00
lostb1t
2b2d23e574
Update README.md
2025-02-06 17:53:01 +01:00
lostb1t
f6e2bcb120
Update README.md
2025-02-06 17:52:02 +01:00
lostb1t
314cd62bee
Update README.md
2025-02-06 17:48:25 +01:00
lostb1t
41e7123d1c
Update README.md
2025-02-06 17:48:03 +01:00
lostb1t
2af42b39f5
Update README.md
2025-02-06 17:44:31 +01:00
lostb1t
0a06b336c8
Update network_security_config.xml
2025-02-06 12:37:17 +01:00
lostb1t
028c9159f3
Update eas.json
2025-02-06 09:38:38 +01:00
sarendsen
dee4fa07e3
refactor: playbutton for tv
2025-02-05 15:07:11 +01:00
lostb1t
2764f1736a
Update eas.json
2025-02-05 13:58:30 +01:00
Fredrik Burmester
d3d1a7bcde
Merge pull request #374 from streamyfin/feature/bigscreen
...
feat: Initial support for tvOs/AndroidTV
2025-02-05 13:41:19 +01:00
sarendsen
7fcd598fa1
wip
2025-02-05 10:04:50 +01:00
sarendsen
0fc1506b11
merge develop
2025-02-05 09:44:03 +01:00
Adrián
e0aa7ea0df
fix: Change phone_usage key to device_usage in Spanish translations ( #479 )
2025-02-04 15:23:41 +01:00
Mustafa
25f77645f8
fix: phone_usage to device_usage due PR #456 for DE language ( #478 )
2025-02-02 13:05:58 +01:00
Gauvain
1c81091e8b
fix(i18n): fix french translation and wrong keys ( #456 )
2025-02-02 09:20:08 +01:00
Mustafa
94502b558d
feat: Add German Translation DE ( #477 )
2025-02-02 09:18:15 +01:00
Adrián
a7d7d00eb3
feat: Translate app to Spanish ( #457 )
2025-02-02 09:17:54 +01:00
Fredrik Burmester
3b5e07c1d2
chore
2025-02-01 10:14:09 +01:00
Fredrik Burmester
db10369fb5
chore
2025-02-01 09:29:05 +01:00
Fredrik Burmester
32da5918c7
chore
2025-01-31 15:57:03 +01:00
Fredrik Burmester
dc542021b5
chore
2025-01-31 15:47:03 +01:00
Fredrik Burmester
bfad157a28
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-01-31 15:36:52 +01:00
Fredrik Burmester
a71a646743
chore
2025-01-31 15:36:49 +01:00
sarendsen
366bc0137e
WIP
2025-01-31 13:22:51 +01:00
Tom Heidenreich
3eb60840e6
fix: Rendered more hooks than during the previous render in NextEpisodeCountDownButton ( #475 )
2025-01-31 10:14:59 +01:00
sarendsen
65c4a1340d
WIP
2025-01-30 11:19:36 +01:00
sarendsen
3e90447dd4
WIP
2025-01-30 10:18:07 +01:00
sarendsen
bd0768797e
WIP
2025-01-30 09:20:31 +01:00
Max Ward
730ef4616f
feat: Mark entire seasons of a show as played ( #445 )
2025-01-29 10:54:00 +01:00
lostb1t
c4d4475aa9
Create lint-pr.yaml
2025-01-27 14:04:22 +01:00
Fredrik Burmester
d1eb40f2a9
chore
2025-01-27 13:26:23 +01:00
Fredrik Burmester
77518d774e
chore
2025-01-27 13:00:40 +01:00
Fredrik Burmester
a6fb7b956d
chore
2025-01-27 13:00:16 +01:00
Tom Heidenreich
034ff3f478
Feat/Show Splashcreen until UI loaded ( #437 )
2025-01-27 10:28:53 +01:00
Max Ward
98ca4e7a6d
Fix mark as played sheet logic being reversed ( #443 )
2025-01-27 08:27:28 +01:00
herrrta
461a276a20
Merge pull request #461 from streamyfin/fix/460
...
fix: Requesting some seasons not working [Jellyseerr]
2025-01-25 15:06:08 -05:00
herrrta
3975473da9
fix: Requesting some seasons not working [Jellyseerr]
2025-01-25 15:05:48 -05:00
lostb1t
d34b86297a
Update ScrollingCollectionList.tsx
2025-01-24 09:06:30 +01:00
sarendsen
c4a83e283f
feat: hide sections when empty by default
2025-01-24 08:59:41 +01:00
sarendsen
dac471f0a6
feat: hide sections when empty by default
2025-01-24 08:55:02 +01:00
Fredrik Burmester
252fc4387b
chore
2025-01-23 11:29:35 +01:00
Fredrik Burmester
3e299e2136
fix: early return causing crash
2025-01-23 10:07:21 +01:00
Fredrik Burmester
01cab2277e
Merge pull request #451 from RodoMa92/add_self_signed_support
...
[android] Trust android local CA store for self signed certificates
2025-01-23 10:02:16 +01:00
Fredrik Burmester
e4f4e861e0
Merge pull request #340 from simoncaron/feat/i18n
...
Implement translation with i18next
2025-01-23 10:01:13 +01:00
Marco Rodolfi
4d665013f0
[android] Trust android local CA store for self signed certificates
2025-01-22 20:08:20 +01:00
sarendsen
9aa4ea4a2e
refactor: home section lists
2025-01-22 07:27:08 +01:00
sarendsen
93ae03f55c
fix #446
2025-01-20 10:51:39 +01:00
Fredrik Burmester
b311ac98a7
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-01-17 07:43:23 +01:00
Fredrik Burmester
83d425b2fb
chore
2025-01-17 07:43:04 +01:00
Simon Caron
007fbdd0a3
Merge branch 'develop' into feat/i18n
2025-01-16 20:38:00 -05:00
Simon Caron
37df999db5
Merge pull request #1 from Gauvino/fix-typo
...
fix(i18n): missing typo and comma
2025-01-16 20:35:46 -05:00
sarendsen
72b9675df4
feat: Implement nextup for custom home
2025-01-16 10:36:20 +01:00
lostb1t
7a30a63335
Update README.md
2025-01-15 09:13:03 +01:00
sarendsen
0ff0fab3f4
fix: fix horizontal shows
2025-01-15 00:47:10 +01:00
Fredrik Burmester
d9d9b0ee00
Merge pull request #430 from streamyfin/feat/refreshsettings
...
feat: Refresh remote settings
2025-01-14 16:29:00 +01:00
Uruk
fdaa69a787
fix(i18n): missing typo and comma
2025-01-14 13:51:43 +01:00
sarendsen
ed5403e597
wip
2025-01-14 10:37:20 +01:00
sarendsen
e6f290b85f
wip
2025-01-14 10:35:21 +01:00
sarendsen
aa20d9c701
wip
2025-01-14 10:31:16 +01:00
sarendsen
e7128afb32
wip
2025-01-14 09:48:17 +01:00
sarendsen
a24b126539
wip
2025-01-14 09:24:31 +01:00
sarendsen
e1fe20db86
wip
2025-01-14 07:56:32 +01:00
Simon Caron
cd9f6aa8bd
update submodule
2025-01-14 00:06:14 -05:00
Simon Caron
747bd1b416
Merge branch 'develop' into feat/i18n
2025-01-13 22:35:05 -05:00
Simon Caron
364ce46fe5
Screen Orientation Enum + Subtitle Mode
2025-01-13 22:30:57 -05:00
Simon Caron
5703279b46
Merge develop
2025-01-13 21:18:37 -05:00
lostb1t
4022ccb213
feat: Custom homescreen support ( #424 )
2025-01-13 19:48:19 +01:00
Fredrik Burmester
3a836462f5
Merge pull request #422 from simoncaron/feat/hide-log-page-title
...
fix: Remove Page Path from Log Page Header
2025-01-13 17:58:39 +01:00
herrrta
8a5f24002f
fix: unauthorized plugin access & null default values
2025-01-13 08:30:11 -05:00
retardgerman
c30f9860ee
fix: fixed syntax errors
2025-01-13 12:31:23 +01:00
sarendsen
94c170e3d2
chore: some linting
2025-01-13 10:32:03 +01:00
Simon Caron
cd8aba32d8
Jellyseerr
2025-01-13 00:03:41 -05:00
Simon Caron
15f3ddf612
fix: Remove Page Path from Log Page
2025-01-12 23:00:12 -05:00
Simon Caron
90f20f6e46
Shorter messages
2025-01-12 21:34:08 -05:00
Simon Caron
ea1f45bbaf
More settings + language component spacing
2025-01-12 21:30:57 -05:00
Simon Caron
7e62c9bc9a
Merge branch 'develop' into feat/i18n
2025-01-12 19:49:58 -05:00
herrrta
23f9e9dfae
fix: Override default settings with plugin unlocked default settings
...
- This sets the defaults on login and allows users to still change them
2025-01-12 19:24:01 -05:00
Simon Caron
580e12b605
Alert
2025-01-12 19:04:51 -05:00
Fredrik Burmester
ff4c5f28af
chore
2025-01-12 14:11:09 +01:00
Fredrik Burmester
1b931ea348
Merge pull request #419 from streamyfin/fix/remove-music
...
fix: remove everything related to music
2025-01-12 14:07:59 +01:00
Fredrik Burmester
49c0437f81
fix: change opacity on press
2025-01-12 14:04:12 +01:00
Fredrik Burmester
d81ae94ce8
fix: add version to issue template
2025-01-12 13:41:33 +01:00
Fredrik Burmester
7c77c70024
chore: remove everything related to music
2025-01-12 13:40:01 +01:00
retardgerman
b28c4a56f3
fix: add new Releases to dropdown
2025-01-12 13:39:43 +01:00
Fredrik Burmester
2495a318eb
Merge pull request #394 from Ryan0204/enhancement/autohidecontrol
...
enhancement: auto hide control after 5 seconds
2025-01-12 10:16:55 +01:00
Fredrik Burmester
7832ea4d0a
chore: deps
2025-01-12 10:10:18 +01:00
Fredrik Burmester
4a0a51ef1d
chore: refactor
2025-01-12 10:07:49 +01:00
Fredrik Burmester
8cc551d906
Merge pull request #416 from streamyfin/feat/server-discovery
...
feat: server discovery during login
2025-01-12 09:37:33 +01:00
Fredrik Burmester
c8da365a00
fix: issues listed in pr
2025-01-12 09:36:23 +01:00
Fredrik Burmester
74b7cbc530
Merge pull request #417 from whoopsi-daisy/patch-1
...
Update README.md
2025-01-12 09:33:38 +01:00
𝐂𝐡𝐫𝐢𝐬
a14063a736
Update README.md
...
Adjusted the Jellyseerr screenshot height to match the others and corrected a typo, along with rephrasing a sentence for clarity
2025-01-12 00:52:17 +08:00
Fredrik Burmester
a3307a90a3
feat: server discovery during login
2025-01-11 11:21:36 +01:00
Fredrik Burmester
a2145fd7e8
chore: update deps
2025-01-11 10:20:20 +01:00
Fredrik Burmester
cab5e4d980
chore: rename var
2025-01-11 10:10:00 +01:00
Fredrik Burmester
ab603e6997
feat: add centralised plugin info
2025-01-11 10:09:53 +01:00
ryan0204
957348fe19
prevent opening control when user swipe on screen
2025-01-11 16:41:41 +08:00
herrrta
444bd040b0
Merge pull request #402 from streamyfin/feat/401
...
Streamyfin Plugin App Management solution
2025-01-11 00:20:35 -05:00
herrrta
d0ae63235d
feat: [StreamyfinPlugin] Library Options settings
2025-01-11 00:16:26 -05:00
herrrta
1727125ea7
feat: [StreamyfinPlugin] Popular Plugin settings
2025-01-11 00:16:25 -05:00
herrrta
dc498d62d8
feat: [StreamyfinPlugin] Other settings
2025-01-11 00:16:25 -05:00
herrrta
455bf08213
feat: [StreamyfinPlugin] Subtitle Toggles settings
...
- Used stepper & dropdown components to simplify page
2025-01-11 00:16:20 -05:00
herrrta
0f974ef2a3
feat: [StreamyfinPlugin] Audio Toggles settings
2025-01-10 23:26:53 -05:00
herrrta
2d9aaccfe0
feat: [StreamyfinPlugin] Media Toggles settings
2025-01-10 23:26:44 -05:00
herrrta
2c6823eb53
feat: [StreamyfinPlugin] Jellyseerr, Search Engine, & Download settings
...
- Added DisabledSetting.tsx component
- Added DownloadMethod enum
- cleanup
2025-01-10 23:26:32 -05:00
herrrta
9dfcc01f17
chore
2025-01-10 20:39:32 -05:00
Fredrik Burmester
38aad9610b
Merge branch 'feat/401' of https://github.com/streamyfin/streamyfin into feat/401
2025-01-09 15:49:02 +01:00
herrrta
54af64abef
api augmentations & added streamyfin plugin id
2025-01-09 09:35:24 -05:00
herrrta
e1720a00da
initial changes
2025-01-09 09:33:55 -05:00
herrrta
882d0ea188
api augmentations & added streamyfin plugin id
2025-01-09 08:51:53 -05:00
Fredrik Burmester
f3b539232f
Merge pull request #403 from streamyfin/feature/mediasourcenames
...
Feature: Remove duplicate names from media sources
2025-01-09 11:33:06 +01:00
sarendsen
33ea657a5c
Filter out duplicate names in media sources
2025-01-09 10:13:57 +01:00
herrrta
75820adcbc
initial changes
2025-01-08 21:52:31 -05:00
herrrta
76cdb2b3f8
fix cast npe
2025-01-08 17:31:39 -05:00
Fredrik Burmester
0a2ea33635
Merge pull request #397 from topiga/master
2025-01-08 18:50:02 +01:00
sarendsen
3cd8e41000
wip
2025-01-08 15:25:06 +01:00
Théo FORTIN
aad6093852
Added 1 Mb/s as bitrate
2025-01-08 15:22:11 +01:00
herrrta
c553cff9d1
Added clean script
2025-01-08 08:05:06 -05:00
herrrta
dcd458bd3d
[Jellyseerr] "Currently Streaming On" misaligned text
...
fixes #392
2025-01-08 08:04:48 -05:00
Fredrik Burmester
05dc61d17d
Merge pull request #395 from streamyfin/feat/331
...
[Jellyseerr] Show media configuration for admins
2025-01-08 11:40:07 +01:00
Fredrik Burmester
e4de11127f
chore
2025-01-08 11:39:50 +01:00
herrrta
2dc49735f4
[Jellyseerr] Show media configuration for admins
...
implements #331
2025-01-07 23:53:10 -05:00
ryan0204
0ebacd4bd3
Auto hide control after 5 seconds
2025-01-08 11:29:49 +08:00
Simon Caron
14c8c1aaed
Fix some missing fields
2025-01-07 22:26:09 -05:00
Simon Caron
2da774272d
Merge branch 'develop' into feat/i18n
2025-01-07 20:38:59 -05:00
sarendsen
dd08826931
wip
2025-01-07 12:03:35 +01:00
sarendsen
b681025389
wip
2025-01-07 12:01:55 +01:00
Fredrik Burmester
ef42207174
Merge pull request #383 from Ryan0204/master
...
Change ScreenOrientation to landscape right by default and added toggleSafeArea for all videos
2025-01-07 11:01:43 +01:00
Fredrik Burmester
efa5638b12
fix: remove tab sidebar
2025-01-07 10:59:21 +01:00
sarendsen
65549428bf
wip
2025-01-07 10:45:25 +01:00
Fredrik Burmester
c63cea891d
chore: remove imports
2025-01-07 10:27:56 +01:00
Fredrik Burmester
4e80f58823
fix: backdrop not filling screen
2025-01-07 10:27:30 +01:00
sarendsen
cda3b64a2b
wip
2025-01-07 10:08:07 +01:00
ryan0204
cfe39d504c
Rotate ScreenOrientation back on exit player
2025-01-07 14:13:22 +08:00
herrrta
cf43d1a657
cleanup
2025-01-06 20:56:59 -05:00
herrrta
cbe3b18226
fix enter animation
2025-01-06 20:55:50 -05:00
herrrta
b637a0f7d2
use JellyseerrPoster component
2025-01-06 20:55:48 -05:00
Fredrik Burmester
a0ce7cc6d0
chore
2025-01-06 22:58:11 +01:00
Fredrik Burmester
a640df30bc
chore
2025-01-06 22:32:27 +01:00
Fredrik Burmester
062e6e6c23
chore
2025-01-06 22:21:27 +01:00
Fredrik Burmester
d709e3b13e
Merge pull request #389 from streamyfin/feat/326
...
[Jellyseerr] Show genre/studio/network discover sliders
2025-01-06 20:57:10 +01:00
herrrta
b232bebd73
[Jellyseerr] Show genre/studio/network discover sliders
...
implements #326
2025-01-06 14:25:14 -05:00
Fredrik Burmester
90ef8ef6f9
feat: fade in images
2025-01-06 17:38:59 +01:00
Fredrik Burmester
0df6b8e2a0
chore
2025-01-06 17:33:49 +01:00
Fredrik Burmester
f48b26076d
feat: loading skeleton for search (including jellyseerr)
2025-01-06 17:33:27 +01:00
ryan0204
c86a8438e5
Bring back toggleSafeArea button for all videos
2025-01-06 23:15:00 +08:00
sarendsen
373d4ca3b1
wip
2025-01-06 15:10:59 +01:00
sarendsen
8bc360d554
wip
2025-01-06 15:04:07 +01:00
sarendsen
3fae21d559
wip
2025-01-06 14:45:42 +01:00
sarendsen
74ce9d7eea
wip
2025-01-06 14:28:24 +01:00
sarendsen
5055a700c9
wip
2025-01-06 13:59:56 +01:00
Ryan
faa2baae68
Merge branch 'streamyfin:master' into master
2025-01-06 20:28:12 +08:00
ryan0204
ed42371353
Change ScreenOrientation to landscape right by default
2025-01-06 20:27:34 +08:00
sarendsen
ab33693dd9
wip
2025-01-06 13:25:49 +01:00
Fredrik Burmester
24277135a8
Merge branch 'master' into develop
2025-01-06 10:14:27 +01:00
Fredrik Burmester
23d9cd36d1
chore
2025-01-06 10:14:17 +01:00
Fredrik Burmester
b243524a7d
chore
2025-01-06 10:13:40 +01:00
Fredrik Burmester
8288682e68
feat: intro screen
2025-01-05 23:28:24 +01:00
Fredrik Burmester
58ec915699
feat: intro page
2025-01-05 22:17:02 +01:00
Simon Caron
480abb216d
fixes
2025-01-05 16:07:55 -05:00
Simon Caron
249109a94e
livetv
2025-01-05 16:03:19 -05:00
Simon Caron
eb7fa93f9b
remove dupe
2025-01-05 15:26:48 -05:00
Simon Caron
e8fd322d30
Merge branch 'master' into feat/i18n
2025-01-05 15:06:44 -05:00
Fredrik Burmester
cad03a3566
fix: chromecast
2025-01-05 20:59:45 +01:00
Fredrik Burmester
9baa4063bd
chore
2025-01-05 16:22:52 +01:00
Fredrik Burmester
41db34ed8e
fix: hide libraries from home sections as well
2025-01-05 16:22:32 +01:00
retardgerman
5aba66ce05
fix: add jellyseerr screenshot
2025-01-05 16:09:06 +01:00
retardgerman
79407ccd70
Add files via upload
2025-01-05 16:06:21 +01:00
retardgerman
9a93b3b3bb
Delete jellyseerr.PNG
2025-01-05 16:05:51 +01:00
retardgerman
2b846a1aca
Add files via upload
2025-01-05 16:01:02 +01:00
Fredrik Burmester
55d61172f4
Merge branch 'master' into develop
2025-01-05 15:53:06 +01:00
Fredrik Burmester
57173a62dc
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-01-05 15:51:52 +01:00
Fredrik Burmester
78f65be09d
Merge branch 'master' into develop
2025-01-05 15:51:33 +01:00
Fredrik Burmester
293a9517a5
Merge pull request #377 from anubhavvs/feature/haptic-feedback-toggle
...
feat: haptic feedback settings and custom hook
2025-01-05 15:50:57 +01:00
Fredrik Burmester
38b6215046
Merge pull request #376 from eltociear/patch-1
...
chore: update useDefaultPlaySettings.ts
2025-01-05 15:48:32 +01:00
Fredrik Burmester
fc4a11d916
Merge pull request #378 from streamyfin/feat/hide-libraries
...
feat: hide libraries from libraries tab
2025-01-05 15:47:29 +01:00
Fredrik Burmester
cf2beb8299
feat: hide libraries
2025-01-05 15:46:44 +01:00
Fredrik Burmester
49d157a95a
fix: overlapping buttons with navbar fixes #373
2025-01-05 15:29:39 +01:00
Anubhav Saha
9692c173ae
feat: haptic feedback settings and custom hook
2025-01-05 15:22:52 +01:00
Ikko Eltociear Ashimine
a297ac4843
chore: update useDefaultPlaySettings.ts
...
intial -> initial
2025-01-05 23:08:44 +09:00
Fredrik Burmester
6a4621c377
Merge branch 'develop' into feature/bigscreen
2025-01-05 13:43:23 +01:00
Fredrik Burmester
a061f9f480
fix: padding
2025-01-05 12:04:11 +01:00
Fredrik Burmester
0fb6f2fb30
fix: padding
2025-01-05 12:04:07 +01:00
Fredrik Burmester
0773f773ba
fix: padding
2025-01-05 12:04:02 +01:00
Fredrik Burmester
39bb3a9370
fix: padding
2025-01-05 12:03:56 +01:00
Fredrik Burmester
b79e534692
Merge branch 'develop' of https://github.com/streamyfin/streamyfin into develop
2025-01-05 11:56:53 +01:00
Fredrik Burmester
e9336e9a67
feat: new useQuery specifically for react navigation to invalidate !enabled queries on screen re-mount
2025-01-05 11:56:46 +01:00
Fredrik Burmester
adfde1a7cd
fix: update request status in poster on search scree
2025-01-05 11:56:16 +01:00
Fredrik Burmester
cab6257fb2
feat: hook for request permissions
2025-01-05 11:55:52 +01:00
Fredrik Burmester
3f0f0090af
fix: refactor permissions
2025-01-05 11:55:41 +01:00
Fredrik Burmester
b278632581
fix: height on loading button
2025-01-05 11:55:29 +01:00
Fredrik Burmester
5ee1a9cabb
fix: change keys
2025-01-05 11:55:22 +01:00
Fredrik Burmester
2169bea031
fix: add loading and refactor permissions
2025-01-05 11:55:05 +01:00
sarendsen
2fb19f601b
remove reload
2025-01-05 10:54:14 +01:00
sarendsen
a602c35a8f
refactor: Add support for tvos
2025-01-05 10:43:10 +01:00
retardgerman
46ac4a2cc7
fix: auto add feature requests to roadmap
2025-01-05 10:42:08 +01:00
retardgerman
962f65874e
fix: removed assignees and modified link to roadmap
2025-01-05 10:42:08 +01:00
Fredrik Burmester
95cf252349
Delete svenska_kyrkan.sql
2025-01-05 10:29:59 +01:00
Fredrik Burmester
8470cbe8d5
Delete svenska_kyrkan.sql
2025-01-05 10:29:12 +01:00
Fredrik Burmester
636a27246f
chore: deps
2025-01-05 09:51:35 +01:00
Fredrik Burmester
a488c68633
fix: sizing
2025-01-05 09:49:57 +01:00
Fredrik Burmester
7342b7eb92
chore: deps
2025-01-05 09:46:51 +01:00
Fredrik Burmester
8370519758
chore: formatting
2025-01-05 09:46:48 +01:00
Fredrik Burmester
85e21edbf1
fix: padding in person view appearences grid
2025-01-05 09:46:30 +01:00
Fredrik Burmester
8d4115f5a0
fix: app crash on internal yt trailer, link out instead
2025-01-05 09:24:54 +01:00
herrrta
c5d7a6729b
Merge pull request #372 from herrrta/feat/327
...
[Jellyseerr] Add cast/crew results
2025-01-05 02:55:41 -05:00
herrrta
db4046267f
[Jellyseerr] Add cast/crew results
...
implements #327
2025-01-05 02:53:41 -05:00
retardgerman
1e869a2c2f
fix: auto add feature requests to roadmap
2025-01-05 08:28:32 +01:00
retardgerman
b6502c042a
fix: removed assignees and modified link to roadmap
2025-01-05 08:16:04 +01:00
herrrta
b506871c46
Merge pull request #371 from herrrta/feat/328
...
[Jellyseerr] Add external links to trailers
2025-01-04 21:29:10 -05:00
herrrta
734678b1d5
[Jellyseerr] Add external links to trailers
...
implements #328
2025-01-04 21:28:45 -05:00
herrrta
68e98bbb94
Merge pull request #370 from herrrta/feat/325
...
[Jellyseerr] Show facts about media result
2025-01-04 21:06:32 -05:00
herrrta
d84ed558f3
[Jellyseerr] Show facts about media result
...
implements #325
2025-01-04 21:04:12 -05:00
herrrta
ad39e8e10a
Merge pull request #369 from herrrta/fix/lock-ios-util-version
...
Fix/lock ios util version
2025-01-04 17:25:09 -05:00
herrrta
29bba04fdd
react-native-ios-utilities major having issues
...
locked to 4.5.1
2025-01-04 17:24:52 -05:00
herrrta
5a24957e88
Merge pull request #368 from herrrta/fix/332
...
Add badge to differentiate a movie/series
2025-01-04 17:24:30 -05:00
herrrta
39f2735756
Add badge to differentiate a movie/series
...
fixes #332
2025-01-04 17:11:01 -05:00
Simon Caron
53ea1cc899
More Translations
2025-01-04 16:41:54 -05:00
Fredrik Burmester
5dc86d4765
Merge pull request #365 from herrrta/fix/363
...
Requesting using purple request button doesnt refresh page
2025-01-04 22:00:13 +01:00
herrrta
d13731c28f
Requesting using purple request button doesnt refresh page
...
fixes #363
2025-01-04 15:51:58 -05:00
Simon Caron
459ca3245b
Rename card field
2025-01-04 15:39:04 -05:00
Simon Caron
0d1fb87284
Fix Language Selector Setting Component
2025-01-04 15:26:24 -05:00
Fredrik Burmester
7f0446b85f
Update build-ios.yaml
2025-01-04 21:13:57 +01:00
Fredrik Burmester
11fbe19f80
Update build-ios.yaml
2025-01-04 20:57:57 +01:00
Simon Caron
495742c52c
Merge branch 'master' into feat/i18n
2025-01-04 14:57:45 -05:00
Fredrik Burmester
5c97b85492
Update build-ios.yaml
2025-01-04 20:50:09 +01:00
Simon Caron
894305e126
Item Card Fields
2025-01-04 14:49:56 -05:00
Fredrik Burmester
e60cec69f8
Update build-ios.yaml
2025-01-04 20:49:12 +01:00
Fredrik Burmester
7bc1c22770
Merge pull request #355 from Stetsed/master
...
Implement CI/CD pipeline for iOS building
2025-01-04 20:30:12 +01:00
Stetsed
e86dab5613
Update build-ios.yaml
2025-01-04 19:15:09 +01:00
Stetsed
eeb803223c
Allow manual build trigger
2025-01-04 19:04:29 +01:00
Stetsed
1a43f7ef1b
Create build-ios.yaml
2025-01-04 19:03:12 +01:00
retardgerman
f4624bdc25
fix: typo
2025-01-04 16:32:46 +01:00
Fredrik Burmester
3c5f2b4079
fix: controls gray overlay
2025-01-04 13:04:23 +01:00
Fredrik Burmester
955190a9cc
chore: version
2025-01-04 13:04:15 +01:00
Fredrik Burmester
e1e4f4833c
chore: versions
2025-01-04 13:04:02 +01:00
Fredrik Burmester
3b987646a6
fix: adjust to working version
2025-01-03 23:27:52 +01:00
Simon Caron
ed993d07ce
Types
2025-01-03 16:33:51 -05:00
Fredrik Burmester
0e574ea18d
fix: alert prompt not working on android
2025-01-03 21:43:07 +01:00
Simon Caron
dc9008f31c
Merge branch 'master' into feat/i18n
2025-01-03 15:23:17 -05:00
Fredrik Burmester
1a5fcdcb10
chore
2025-01-03 21:15:33 +01:00
Fredrik Burmester
62b00837ec
fix: ?
2025-01-03 10:26:12 +01:00
Fredrik Burmester
0fc48497d0
fix: unclear phrasing
2025-01-03 10:24:16 +01:00
Fredrik Burmester
7e12136211
fix: missing text
2025-01-03 10:23:05 +01:00
Fredrik Burmester
7639de153b
chore
2025-01-03 10:12:43 +01:00
Fredrik Burmester
ea3cc18b3c
fix: item count
2025-01-03 10:12:40 +01:00
Fredrik Burmester
c9fb52086e
fix: key warning
2025-01-03 09:55:48 +01:00
Fredrik Burmester
878edc6909
fix: spelling
2025-01-02 22:15:09 +01:00
Fredrik Burmester
74f0aca517
fix: text
2025-01-02 22:08:47 +01:00
Fredrik Burmester
60bb3b905d
feat: save previous servers
2025-01-02 21:59:05 +01:00
Fredrik Burmester
fdde5fb56c
Merge pull request #350 from herrrta/fix/334
...
Refresh jellyseerr page when media is requested
2025-01-02 20:49:04 +01:00
Fredrik Burmester
49ae9c6f57
chore
2025-01-02 20:48:44 +01:00
Fredrik Burmester
2254adb8d6
Merge branch 'pr/350'
2025-01-02 20:47:55 +01:00
herrrta
d4c722aeac
Refresh jellyseerr page when media is requested
...
- refetch details when media request is successful
- fix key error on tags
2025-01-02 14:47:36 -05:00
Fredrik Burmester
eefcfb8be5
fix: plugins design stuff
2025-01-02 20:46:34 +01:00
herrrta
4af2712cc0
Refresh jellyseerr page when media is requested
...
- refetch details when media request is successful
- fix key error on tags
- chore: update bun.lockb
2025-01-02 14:08:15 -05:00
Fredrik Burmester
958b870bf0
Merge pull request #349 from streamyfin/refactor/settings-2
...
feat: refactor settings
2025-01-02 17:33:42 +01:00
Fredrik Burmester
ce7e1b255f
fix: design
2025-01-02 17:32:50 +01:00
Fredrik Burmester
acae4b4544
fix: update deps
2025-01-02 17:32:45 +01:00
Fredrik Burmester
f7bbb20c38
fix: popular lists info
2025-01-02 17:32:29 +01:00
Fredrik Burmester
2c655b9482
chore
2025-01-02 17:25:03 +01:00
Fredrik Burmester
b8dbce6bf2
fix: popular lists plugin
2025-01-02 17:24:43 +01:00
Fredrik Burmester
730823c520
fix: marlin search settings
2025-01-02 17:18:01 +01:00
Fredrik Burmester
77f14a7d5b
fix: spelling
2025-01-02 16:50:58 +01:00
Fredrik Burmester
07c7cb7ab5
feat: refactor settings
2025-01-02 16:49:04 +01:00
Fredrik Burmester
5333d53d61
fix: chromecast on android
2025-01-02 12:24:25 +01:00
Fredrik Burmester
82e50b9ba3
fix: crash if item not properly analuzed serverside
2025-01-02 12:24:17 +01:00
Fredrik Burmester
663605b9e8
chore
2025-01-02 12:23:58 +01:00
Fredrik Burmester
00847c8d3d
fix: correct routing for actors after favorite tab implementation
2025-01-02 11:45:17 +01:00
retardgerman
f20ad67186
fix: updated links
2025-01-02 08:06:30 +01:00
Simon Caron
e23387a384
Library headers, filters and favorites
2025-01-01 21:57:46 -05:00
Simon Caron
bb141cad57
Merge branch 'master' into feat/i18n
2025-01-01 21:32:24 -05:00
Simon Caron
e833b4bc68
Alert and Toasts
2025-01-01 21:31:04 -05:00
Simon Caron
34fc26ed18
Quick connect alerts
2025-01-01 20:29:39 -05:00
Fredrik Burmester
91527b83dd
Merge pull request #347 from herrrta/fix/333
...
Make report issue bottom sheet full screen
2025-01-01 20:18:52 +01:00
herrrta
14138151a3
Make report issue bottom sheet full screen
...
- Used BottomSheetTextInput for keyboard focus + blur behaviors
2025-01-01 14:04:50 -05:00
Fredrik Burmester
6c2bfe2a45
fix: spacing
2025-01-01 18:33:03 +01:00
Fredrik Burmester
996cd36a9e
fix: invalidate cache on favorite
2025-01-01 18:30:16 +01:00
Fredrik Burmester
6aa2e00d93
fix: wrong format
2025-01-01 18:26:53 +01:00
Fredrik Burmester
344e0932dc
fix: add favorite to series
2025-01-01 18:23:42 +01:00
Fredrik Burmester
eaffffb2f0
Merge branch 'master' of https://github.com/streamyfin/streamyfin
2025-01-01 18:11:20 +01:00
Fredrik Burmester
f6c0513d2d
feat: favorite button toggle for movies/episodes
2025-01-01 18:11:18 +01:00
Fredrik Burmester
013f064280
Merge pull request #346 from sldless/master
...
Github Workflow
2025-01-01 17:54:26 +01:00
sldless
cd2c3f359e
Revert "feat: add favorites functionality with FavoriteButton component and layout"
...
This reverts commit 468f58e531 .
2025-01-01 11:47:43 -05:00
sldless
123c6bba05
Revert "Delete bun.lockb"
...
This reverts commit 347f196a6a .
2025-01-01 11:47:37 -05:00
sldless
a1ea926342
feat: add Discord notification workflow for new pull requests
2025-01-01 11:28:36 -05:00
Fredrik Burmester
6a17ac02af
fix: horrizontal padding issue
2025-01-01 17:12:38 +01:00
Fredrik Burmester
815be2a175
Merge pull request #345 from streamyfin/feat/favorites-tab
...
feat: favorites tab
2025-01-01 16:23:31 +01:00
Fredrik Burmester
ece3bc001f
fix: id collision
2025-01-01 16:11:04 +01:00
Fredrik Burmester
27609e7789
feat: favorites tab
2025-01-01 15:46:22 +01:00
Fredrik Burmester
40b8410390
feat: enable manually setting language in settings
2025-01-01 11:25:02 +01:00
sldless
347f196a6a
Delete bun.lockb
2024-12-31 22:35:00 -05:00
sldless
468f58e531
feat: add favorites functionality with FavoriteButton component and layout
2024-12-31 22:29:09 -05:00
Fredrik Burmester
a994868be4
chore
2024-12-31 23:13:58 +01:00
Simon Caron
723233381c
Settings Fields V
2024-12-31 16:09:12 -05:00
Fredrik Burmester
ee6d43e3e8
Merge branch 'master' of https://github.com/streamyfin/streamyfin
2024-12-31 21:47:46 +01:00
Fredrik Burmester
f8d22bb7d6
fix: trailers for movies
2024-12-31 21:47:43 +01:00
Simon Caron
602de34824
Settings fields
2024-12-31 15:31:36 -05:00
Simon Caron
9b1f2a98e5
Update translation key casing to snake_case
2024-12-31 14:43:40 -05:00
Simon Caron
946de97580
Remove LanguageSwitcher
2024-12-31 14:39:04 -05:00
Simon Caron
f2eadabf6a
bump libs versions
2024-12-31 13:52:58 -05:00
Simon Caron
373d83a0d5
Basic downloads stack translation
2024-12-31 13:34:32 -05:00
Simon Caron
2c0ba18b49
Clean up const declarations
2024-12-31 13:10:46 -05:00
Simon Caron
3e8e8e1163
Merge branch 'master' into feat/i18n
2024-12-31 12:24:28 -05:00
Fredrik Burmester
a0391b484d
Merge pull request #338 from streamyfin/retardgerman-patch-1
...
feat: explaining new way to enter Beta in README
2024-12-31 17:25:05 +01:00
retardgerman
681aadb121
feat: explaining new way to enter Beta in README
2024-12-31 17:24:09 +01:00
Fredrik Burmester
479a1f037e
fix: padding
2024-12-31 16:07:16 +01:00
Fredrik Burmester
ae5b88ab56
feat: series info and trailer
2024-12-31 16:01:30 +01:00
Fredrik Burmester
9091b9b66a
fix: poster not clickable
2024-12-31 16:01:19 +01:00
Fredrik Burmester
cccb26c9cc
chore
2024-12-31 15:00:30 +01:00
Fredrik Burmester
28568cbb9c
fix: incorrect logic
2024-12-31 14:56:41 +01:00
Fredrik Burmester
8344d4025b
fix: not possible to select seasons without index
2024-12-31 14:54:31 +01:00
Fredrik Burmester
0f69448081
fix: design
2024-12-31 13:40:23 +01:00
Fredrik Burmester
a936916da4
fix: design
2024-12-31 13:35:59 +01:00
Fredrik Burmester
c753e33f38
chore
2024-12-31 13:32:51 +01:00
Fredrik Burmester
48422fa93e
fix: design
2024-12-31 13:32:43 +01:00
Fredrik Burmester
5adf943fd9
fix: finally fix not rotten tomatoes score
2024-12-31 13:05:23 +01:00
Fredrik Burmester
9174a8104d
fix: color
2024-12-31 10:55:23 +01:00
Fredrik Burmester
56f1bd489c
fix: improve readme
2024-12-31 10:35:16 +01:00
Fredrik Burmester
5e79b5a581
fix: improve readme
2024-12-31 10:33:59 +01:00
Fredrik Burmester
36a689f59d
fix: improved login flow for jellyseerr
2024-12-31 10:29:50 +01:00
Simon Caron
fe9c73a8f0
Library Translation
2024-12-30 21:52:34 -05:00
Simon Caron
4f62391027
Add fr, search translation, fix login title
2024-12-30 21:38:42 -05:00
Simon Caron
53b5fdda87
fix import
2024-12-30 21:13:52 -05:00
Simon Caron
c0b71eb73d
Revert login message
2024-12-30 21:03:02 -05:00
Simon Caron
9b4590c876
Update Current Translated Messages with UI Changes
2024-12-30 20:06:56 -05:00
herrrta
47211ba009
Merge pull request #323 from herrrta/fix/movie-request-crash
...
Fix movie request crashing
2024-12-30 16:53:03 -05:00
herrrta
e86a2af9a9
Fix movie request crashing
2024-12-30 16:52:44 -05:00
Simon Caron
4b18bad3bc
Merge branch 'master' into feat/i18n
2024-12-30 16:45:41 -05:00
herrrta
c46b4cc34d
Merge pull request #322 from herrrta/fix/discover-spacing
...
Fix spacing between slides on discover page
2024-12-30 16:34:40 -05:00
herrrta
ec0d9d7788
Fix spacing between slides on discover page
2024-12-30 16:34:15 -05:00
Fredrik Burmester
d2eda1365c
Merge pull request #321 from herrrta/fix/jellyseerr-pass-prompt
...
Better jellyseerr password input with loading indicator
2024-12-30 22:02:09 +01:00
herrrta
b58fa86a6b
Better jellyseerr password input with loading indicator
2024-12-30 16:00:04 -05:00
Fredrik Burmester
400dfe3679
Merge pull request #320 from herrrta/fix/jellyseerr-cookies
...
Some jellyseerr clients dont set cookies
2024-12-30 15:17:50 +01:00
herrrta
cf58a5e749
Some jellyseerr clients dont set cookies
2024-12-30 09:12:00 -05:00
Fredrik Burmester
001eba02b4
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-12-30 13:45:15 +01:00
Fredrik Burmester
67e767f298
chore: versions
2024-12-30 13:44:28 +01:00
Fredrik Burmester
5f1c5f7b34
Merge pull request #317 from herrrta/feat/jellyseerr-discover
...
Basic Jellyseerr discover page
2024-12-30 11:42:29 +01:00
Fredrik Burmester
e54cac1e09
Merge pull request #315 from herrrta/fix/more-jellyseerr-logs
...
More logs on failed jellyseerr status test
2024-12-30 11:41:38 +01:00
herrrta
cbce83e109
Basic Jellyseerr discover page
2024-12-29 13:50:02 -05:00
herrrta
c6b58c5c28
More logs on failed jellyseerr status test
2024-12-28 12:20:49 -05:00
Fredrik Burmester
0468756317
Merge pull request #309 from herrrta/jellyseer-integration
...
Jellyseerr Integration
2024-12-28 13:37:20 +01:00
herrrta
9f12ee027f
Jellyseerr Integration
...
## Note this is early stages of said integration. Things will change!
series and season working
- added jellyseerr git submodule
- augmentations
- working jellyseerr search integration
- working jellyseerr requests & updated interceptors to persist cookies from every response
2024-12-27 22:20:33 -05:00
Fredrik Burmester
78b7425c6b
Merge pull request #311 from lostb1t/fix/mergedversions
...
Fix merged versions showing as separate media in listings.
2024-12-26 11:44:03 +01:00
Fredrik Burmester
c38c1d06ad
Merge pull request #307 from Alexk2309/hotfix/dropdown-spacing
...
Added padding and spacing for dropdown button
2024-12-26 11:43:44 +01:00
sarendsen
5af735065a
Remove console.log
2024-12-26 11:31:37 +01:00
sarendsen
600276cb69
Use recursive param so that merged versions show up as a single entity
2024-12-26 11:27:26 +01:00
Alex Kim
ba3104f87e
Added padding and spacing for dropdown button
2024-12-26 11:07:33 +11:00
Fredrik Burmester
3aef9458e3
Merge pull request #303 from fredrikburmester/feat/context-menu-action-for-items
...
feat: context menu actions for items
2024-12-23 12:02:09 +01:00
Fredrik Burmester
5bce394836
Merge pull request #304 from fredrikburmester/feat/safe-areas-in-controls
...
feat: setting toggle for safe areas in controls
2024-12-23 12:01:31 +01:00
Fredrik Burmester
90930d478c
fix: call with correct args
2024-12-23 11:25:24 +01:00
Fredrik Burmester
dd09f3d4d9
feat: settings toggle for safe areas in controls
2024-12-23 10:26:15 +01:00
Fredrik Burmester
8608ad02f7
feat: context menu actions for items
2024-12-22 11:57:44 +01:00
Fredrik Burmester
030947fc38
fix: login design
2024-12-22 11:33:15 +01:00
Fredrik Burmester
9b18188b32
fix: live tv design
2024-12-22 11:28:28 +01:00
Fredrik Burmester
d86853dec9
fix: login design
2024-12-22 11:28:21 +01:00
Fredrik Burmester
0750acdc13
Merge pull request #302 from Alexk2309/fix/remove-episode-list-and-next-up-in-offline-playback
...
Removed episodelist button and previous/next buttons for offline playback
2024-12-22 10:40:08 +01:00
Alex Kim
d8231f5b80
Fixed compile error
2024-12-22 17:46:56 +11:00
Alex Kim
41d17499bb
Removed episodelist button and previous/next buttons for offline playback
2024-12-22 17:43:58 +11:00
Fredrik Burmester
60f1217cae
Merge pull request #300 from herrrta/fix/storage-read-crash
...
dont rely on cache for downloadedItems
2024-12-21 22:02:49 +01:00
herrrta
834de10e34
dont rely on cache for downloadedItems
2024-12-21 14:10:55 -05:00
Fredrik Burmester
51f17f983d
fix: add safe areas back to controls
2024-12-21 13:18:56 +01:00
Fredrik Burmester
ba4a2c0b79
fix: haptics
2024-12-21 13:03:32 +01:00
Fredrik Burmester
a32eb710ec
feat: haptics
2024-12-21 12:56:04 +01:00
Fredrik Burmester
cb05da782a
feat: optimistic update
2024-12-21 12:55:58 +01:00
Fredrik Burmester
5a680a4392
fix: smoother item page loading
2024-12-21 12:45:32 +01:00
Fredrik Burmester
8a44d2ff15
fix: correct types
2024-12-21 12:31:00 +01:00
Fredrik Burmester
f3f260625f
fix: refactor buttons
2024-12-21 12:22:53 +01:00
Fredrik Burmester
6908620f4e
fix: downloaded movie title overflowing
2024-12-19 15:10:21 +01:00
Fredrik Burmester
9932266203
fix: key error
2024-12-19 15:06:26 +01:00
Fredrik Burmester
cb2268e39c
fix: don't show empty folders in movie/tvshow libraries
2024-12-19 15:05:31 +01:00
Fredrik Burmester
bf9be278d3
fix: texts and icons
2024-12-19 14:48:51 +01:00
Fredrik Burmester
584fcc09d6
fix: use ionicons
2024-12-19 14:18:53 +01:00
Fredrik Burmester
7a26b5004b
fix: text reorder
2024-12-19 14:18:47 +01:00
Fredrik Burmester
ae92692ea0
fix: title props
2024-12-19 14:18:37 +01:00
Fredrik Burmester
92e4b3b8cf
fix: use ionicons
2024-12-19 14:18:26 +01:00
Fredrik Burmester
127ec1391b
fix: text
2024-12-19 14:12:29 +01:00
Fredrik Burmester
0ac4f826bc
Merge pull request #297 from fredrikburmester/feat/technical-details
...
feat: add technical details to item
2024-12-19 12:06:12 +01:00
Fredrik Burmester
6190f2e602
feat: add technical details to item
2024-12-19 12:05:57 +01:00
Fredrik Burmester
24fdd071af
Merge pull request #294 from jakequade/master
...
fix: restore streaming codecs
2024-12-19 10:11:04 +01:00
jakequade
be3122caac
add in proper codecs for chromecast
2024-12-17 20:41:07 +11:00
Fredrik Burmester
39a220bbed
Merge pull request #289 from herrrta/fix/delete-type
...
Move downloads to a cache directory
2024-12-14 22:49:15 +01:00
herrrta
e3bdbb5cbd
Move downloads to a cache directory
...
- cleanup cache during apps first cold start
- Downloads now saved in cacheDirectory and moved to documents when verified complete
- Bring back download size to episode card
- Improve reading a files size if its a known downloaded file
- Added decimal to divisor in bytesToReadable for more accurate file size conversions
2024-12-14 12:19:44 -05:00
Fredrik Burmester
b6ad05d980
Merge pull request #284 from Alexk2309/hotfix/transcoded-streams
...
Hotfix/transcoded streams
2024-12-13 07:48:54 +01:00
Alex Kim
0360b5cbd5
Merged changes from main
2024-12-13 16:39:58 +11:00
Alex Kim
a9b1d9fb0a
Added bandaid fix
2024-12-13 05:03:16 +11:00
Alex Kim
4291ef55b9
Added tmp fix
2024-12-13 01:04:55 +11:00
Fredrik Burmester
655060fb40
Merge pull request #282 from Alexk2309/hotfix/for-settings
...
Hotfix/for settings
2024-12-12 12:20:35 +01:00
Alex Kim
0e29b8b671
Added temporary fix
2024-12-12 21:41:22 +11:00
Alex Kim
72f64c71dd
Added .vscode to git ignore
2024-12-12 16:37:06 +11:00
Alex Kim
ddfd9f6ce3
Added vscode styling for pretier extension
2024-12-12 16:36:17 +11:00
Alex Kim
67fb339d40
Added fix that fully stops the UseEffect hook from been calling indefinetly
2024-12-12 16:33:30 +11:00
Alex Kim
9e0a7f047c
Added new pulled state, to stop infinite callback for useEffect hookt in MediaContext
2024-12-12 15:44:53 +11:00
Fredrik Burmester
aab806bbf4
Merge pull request #281 from Alexk2309/hotfix/fix-options-after-subtitle-audio-revamp
...
Added fix
2024-12-11 19:39:37 +01:00
Alex Kim
4a53b20618
Added fix
2024-12-12 05:38:14 +11:00
Fredrik Burmester
45299a5c5d
Merge pull request #279 from Alexk2309/revamp/audio-subtitle-selection
...
Revamp/audio subtitle selection
2024-12-11 18:59:24 +01:00
Alex Kim
65ad4effca
Merged main into branch
2024-12-12 04:25:37 +11:00
Alex Kim
35fcb5ca0c
Completed subtitle feature
2024-12-12 04:23:09 +11:00
Fredrik Burmester
5dc0066370
fix: remove auto http/s and allow for more flexible urls
2024-12-11 18:02:27 +01:00
Alex Kim
3fb20a8ca2
Revamped transcoding subtitles
2024-12-12 02:41:30 +11:00
Fredrik Burmester
180ed54fed
fix: initial support playlists
2024-12-11 15:49:20 +01:00
Fredrik Burmester
72859b4ae3
fix: make the next episode button work with skip credits button
2024-12-11 08:28:11 +01:00
Fredrik Burmester
bfe96edb29
fix: don't show if no next episode
2024-12-10 21:52:46 +01:00
Fredrik Burmester
46f4acdad0
Merge pull request #276 from fredrikburmester/feat/go-to-next-episode-countdown
...
feat: go to next episode countdown
2024-12-10 21:11:51 +01:00
Fredrik Burmester
da1aa9f48c
feat: go to next episode countdown
2024-12-10 20:37:58 +01:00
Alex Kim
1d0d99c79b
Added stream ranker class
2024-12-11 06:02:13 +11:00
Alex Kim
33a6295b20
Added more selection options
2024-12-11 05:22:56 +11:00
Alex Kim
72cc381087
Added use default audio
2024-12-11 04:59:33 +11:00
Alex Kim
c4bfaf2d56
Made subtitle mode fetch from server
2024-12-11 04:52:12 +11:00
Alex Kim
487ac398e5
Added subtitle mode in options
2024-12-11 04:48:53 +11:00
Alex Kim
84fd0edc49
WIP
2024-12-11 04:01:30 +11:00
Fredrik Burmester
0e1583c440
Merge pull request #275 from Alexk2309/fix/select-same-bitrate-when-changing-episode-in-player
...
Fix for the selecting the same bitrate when changing the same episode…
2024-12-10 10:51:30 +01:00
Alex Kim
6459e5f323
Fix for the selecting the same bitrate when changing the same episode in the player
2024-12-10 20:48:15 +11:00
Fredrik Burmester
319e1fd53f
Merge pull request #274 from Alexk2309/fix/trick-play-invalid-for-transcoded-player
...
Fix/trick play invalid for transcoded player
2024-12-10 10:24:39 +01:00
Alex Kim
93bd817eaf
Removed old function argumement
2024-12-10 20:22:41 +11:00
Alex Kim
d9f21e6824
Removed Unused imports for controls
2024-12-10 20:21:53 +11:00
Alex Kim
d287f5d082
Added fix for invalid trickplay, for transcoded player
2024-12-10 20:21:00 +11:00
Fredrik Burmester
ecd2fa386e
chore
2024-12-09 21:33:10 +01:00
Fredrik Burmester
7c022bbaff
Merge pull request #273 from Alexk2309/hotfix/show-audio-slider-when-changing-audio-through-device
...
Added feature to show audio slider when changing audio through device
2024-12-09 21:32:42 +01:00
Alex Kim
5d79ee34cf
Added feature to show audio slider when changing audio through device
2024-12-10 05:20:49 +11:00
Fredrik Burmester
b0adad8dc4
Merge pull request #272 from Alexk2309/feature/audio-slider-in-controls
...
Feature/audio slider in controls
2024-12-09 17:22:14 +01:00
Alex Kim
c3d3f538d7
Finished changes for audio selection
2024-12-10 03:21:02 +11:00
Alex Kim
6b6dedf303
WIP
2024-12-10 02:50:03 +11:00
Alex Kim
8d22e4c075
Added audioSlider.tsx
2024-12-10 02:20:52 +11:00
Fredrik Burmester
4dff26e8c3
Merge pull request #270 from Alexk2309/change/default-subtitle-size-for-different-platforms
...
Changed default subtitle size depending platform
2024-12-09 15:04:30 +01:00
Alex Kim
ee2edda507
Changed default subtitle size depending platform
2024-12-10 01:03:09 +11:00
Fredrik Burmester
9e6a8424db
Merge pull request #269 from Alexk2309/fix/next-up-episodes-not-showing-for-some-series
...
Fix for next-up not showing up for some episodes of a series.
2024-12-09 15:02:11 +01:00
Alex Kim
d37ecc1bef
Added fix for change
2024-12-10 00:51:47 +11:00
Fredrik Burmester
e70fd3ee45
Merge pull request #268 from Alexk2309/fix/default-subtitles-not-showing
...
Fix default subtitles not working on app.
2024-12-09 08:55:56 +01:00
Alex Kim
16e93513e2
Fixed issue
2024-12-09 05:51:04 +11:00
Fredrik Burmester
b0c506f85d
Merge pull request #267 from Alexk2309/hotfix/small-ui-changes
...
Changed trickplay debounce to 10ms and added padding for EpisodeList
2024-12-08 19:22:15 +01:00
Alex Kim
b762aff6e2
Changed trickplay debounce to 10ms and added padding for EpisodeList
2024-12-09 04:46:09 +11:00
Fredrik Burmester
75639c4424
Merge pull request #266 from Alexk2309/hotfix/bug-fixes-for-player
...
Hotfix/bug fixes for player
2024-12-08 18:14:17 +01:00
Fredrik Burmester
4606ce1834
chore: update deps
2024-12-08 18:13:57 +01:00
Alex Kim
44bde8f41e
Fixed more bugs
2024-12-09 04:12:13 +11:00
Alex Kim
828edad749
Added padding on right side only
2024-12-09 04:07:56 +11:00
Alex Kim
f842c8a41f
Episode list fix rendering
2024-12-09 04:01:59 +11:00
Alex Kim
4d38573973
Fixed rubber banding issue
2024-12-09 03:38:22 +11:00
Alex Kim
785e3b6859
Stop websocket on page exit for transcoded player
2024-12-09 02:56:27 +11:00
Alex Kim
40b3304f9b
Fixed socket not closing on exit
2024-12-09 02:48:36 +11:00
Fredrik Burmester
abf1b343cd
Merge pull request #265 from herrrta/fix/delete-type
...
Fix delete by show file type
2024-12-08 16:37:21 +01:00
herrrta
e427802aae
Fix delete by show file type
2024-12-08 10:34:03 -05:00
Fredrik Burmester
684e671750
fix: design issues regarding downloads
2024-12-08 16:29:17 +01:00
Fredrik Burmester
5e9b28f2eb
fix: type errors and design
2024-12-08 15:59:03 +01:00
Alex Kim
1d4c56265f
Made sure changes are saved when changing episode list
2024-12-09 01:54:30 +11:00
Alex Kim
1102df8384
Added fixes for opacity style
2024-12-09 01:06:32 +11:00
Fredrik Burmester
15073f47db
Merge pull request #264 from Alexk2309/feature/episode-list-in-player
...
Feature/episode list in player
2024-12-08 14:16:58 +01:00
Alex Kim
15f32bca6c
Removed useless file
2024-12-09 00:13:41 +11:00
Alex Kim
108c5f9bab
Merged websocket PR
2024-12-09 00:11:19 +11:00
Fredrik Burmester
24d781050f
Merge pull request #263 from fredrikburmester/fix/global-websockets-with-vlc
...
fix: websockets now work globally with vlc and transcoded player
2024-12-08 14:02:13 +01:00
Alex Kim
353ebf3b0c
Removed opacity for unselected items
2024-12-09 00:00:03 +11:00
Fredrik Burmester
c8b16f947d
fix: increase max streaming bitrate for HUGE files
2024-12-08 13:59:36 +01:00
Fredrik Burmester
bd24f59199
fix: websockets now work globally with vlc and transcoded player
...
does not disconnect and reconnect every time you open and close the player
2024-12-08 13:59:16 +01:00
Alex Kim
a6b49c42cf
Added style changes
2024-12-08 23:50:59 +11:00
Fredrik Burmester
5afb677b3a
chore
2024-12-08 11:57:47 +01:00
Alex Kim
65d3da155f
Fixed style issue for devices with bottom safe area
2024-12-08 18:34:20 +11:00
Alex Kim
d616574232
Added scroll to episode when going in player mode
2024-12-08 18:25:10 +11:00
Alex Kim
b8b083abe2
Added correct starting season index
2024-12-08 18:14:41 +11:00
Alex Kim
49a1bffcf5
Added style changes for episode list
2024-12-08 18:03:06 +11:00
Alex Kim
cb6c716830
Fixed playbutton showing up on current Episode
2024-12-08 17:26:48 +11:00
Alex Kim
a725af114c
Fixed playbutton showing up on current Episode
2024-12-08 17:26:17 +11:00
Alex Kim
5b290fd667
Got season dropdown to start working
2024-12-08 17:18:44 +11:00
Alex Kim
de4f60f564
WIP
2024-12-08 07:44:35 +11:00
Alex Kim
a4cd3ea600
WIP
2024-12-08 07:15:34 +11:00
Fredrik Burmester
3db12bd76a
Merge pull request #261 from Alexk2309/fix/refactor-vlc-media-player
...
Refactored perfomance change for IOS
2024-12-07 16:53:02 +01:00
Alex Kim
26305c2983
Used debouncing for trick play and stop rendering trickplay, while not sliding
2024-12-08 02:48:23 +11:00
Alex Kim
9c02fa2e72
Refactored perfomance change for IOS
2024-12-07 23:04:21 +11:00
Fredrik Burmester
b08ec474a4
Merge pull request #259 from herrrta/fix/remux-download
...
Fix queue being downloaded all at once
2024-12-07 09:28:49 +01:00
Fredrik Burmester
416fb24ac0
Merge pull request #257 from Alexk2309/fix/pause-video-when-exiting-ios
...
Made pause video on app exit and added some performance changes for android
2024-12-07 09:28:08 +01:00
Alex Kim
0d2b15e5af
Removed unneccessary print statement
2024-12-07 18:17:28 +11:00
Alex Kim
ef036cb362
Fixed for android and added some peformance changes for android
2024-12-07 18:11:41 +11:00
herrrta
006e457d23
# Fix queue being downloaded all at once
2024-12-06 19:54:43 -05:00
Alex Kim
832a717585
Improve performance of android version
2024-12-07 06:35:25 +11:00
Alex Kim
39f86a9eb1
Added android fix
2024-12-07 06:01:04 +11:00
Alex Kim
38445c6959
Fixed issue for IOS and android
2024-12-07 05:41:46 +11:00
Alex Kim
24320541c7
Made pause video on app exit on IOS
2024-12-07 04:15:16 +11:00
Fredrik Burmester
ee4e9fe347
Merge pull request #256 from Alexk2309/fix/optimize-direct-video-player-ios
...
Optimized direct player for IOS
2024-12-06 17:28:43 +01:00
Alex Kim
6d43b34f66
Optimized direct player for IOS
2024-12-07 03:14:25 +11:00
retardgerman
63cf7eb622
specified versions in dropdown menu
2024-12-06 14:16:53 +01:00
Fredrik Burmester
32130f1a9c
Merge pull request #255 from Alexk2309/feature/prefetch-trick-play-on-video-start
...
Prefetch trick-play images
2024-12-06 08:39:01 +01:00
Fredrik Burmester
7f458f2f0b
Merge pull request #254 from Alexk2309/hotfix/fixed-bugs-for-new-controls-ui
...
Bug fixes for controls
2024-12-06 08:38:48 +01:00
Alex Kim
6ec6c6daa0
Added feature to prefetch trick-play images on video start rather than downloading it while scrubbing
2024-12-06 17:41:42 +11:00
Alex Kim
02a48fd958
Refactored code, so that way the skip intro button is not using absolute positioning
2024-12-06 16:42:58 +11:00
Alex Kim
04c4dfd13a
Fixed bugs for skip intro button still being able to be clicked once it is gone past the time frame
2024-12-06 15:08:33 +11:00
retardgerman
40bdb10653
add dropdown menu for App version
2024-12-05 22:59:30 +01:00
Fredrik Burmester
f16c486bfb
Merge pull request #252 from Alexk2309/hotfix/control-ui-fix-skip-intro-button-overlapping-with-safe-area
...
Fixed skip intro button overlapping with safe area
2024-12-05 20:35:27 +01:00
Alex Kim
19fc00e314
Fixed skip intro button overlapping with safe area
2024-12-06 06:14:53 +11:00
Fredrik Burmester
c51965016c
Merge pull request #251 from Alexk2309/feature/intergration-for-ios-file-provider
...
File System Support
2024-12-05 19:28:27 +01:00
Alex Kim
3bcf73f0dd
Changed app ios settings
2024-12-06 05:11:26 +11:00
retardgerman
1ecef4be67
Update bug_report.yml
2024-12-05 18:29:59 +01:00
Fredrik Burmester
387525f9c3
Merge pull request #249 from Alexk2309/feature/subtitle-size-change
...
Added the ability to change subtitle size
2024-12-05 18:10:46 +01:00
Fredrik Burmester
cf182d8473
Merge branch 'master' into feature/subtitle-size-change
2024-12-05 18:10:38 +01:00
Fredrik Burmester
f0e3321a16
Merge pull request #248 from Alexk2309/feature/control-ui-change
...
Feature/control UI change
2024-12-05 18:09:38 +01:00
Fredrik Burmester
96c76e2b08
Merge pull request #247 from herrrta/feat/multiple-remux-downloads
...
Multiple Remux downloads
2024-12-05 18:09:27 +01:00
retardgerman
aaa07d93cf
better bug_report.yml
2024-12-05 17:52:20 +01:00
Alex Kim
0716bba6ec
Updated setting description
2024-12-06 03:47:58 +11:00
retardgerman
15476f3686
correct bug_report.yml
2024-12-05 17:44:15 +01:00
Alex Kim
97cf9185d3
Added the ability to change subtitle size
2024-12-06 03:40:48 +11:00
retardgerman
c11ad17ca5
fixed bug_report.yml
2024-12-05 17:34:20 +01:00
retardgerman
b0d563bc48
new bug_report.yml
2024-12-05 17:25:55 +01:00
retardgerman
909fc84ec0
Update bug_report.yml
2024-12-05 17:15:36 +01:00
retardgerman
0400597061
finally fixed bug_report.yml
2024-12-05 17:13:01 +01:00
retardgerman
b44a5fbbba
fixed bug_report.yml
2024-12-05 17:09:13 +01:00
retardgerman
a5f6ba27b1
reworked bug submit handling
2024-12-05 17:08:32 +01:00
Alex Kim
ece1b8f2b9
Removed consoled log for changing brightness
2024-12-06 03:02:11 +11:00
Alex Kim
beb6702112
merge with master
2024-12-06 02:53:28 +11:00
Alex Kim
98c0ed4ad5
Removed pink background from slider
2024-12-06 02:50:16 +11:00
Alex Kim
b3f471bfa6
Added brightness slider
2024-12-06 01:17:24 +11:00
herrrta
1a10f0debf
# Multiple Remux downloads
...
- Added stepper component
- Disabled more download settings based on download method
- refactored useRemuxHlsToMp4.ts to allow for multiple remux downloads
2024-12-05 01:27:55 -05:00
Fredrik Burmester
ac266c6956
Merge pull request #243 from herrrta/feat/show-overall-download-size
...
Show app usage
2024-12-03 16:23:24 +01:00
herrrta
b23a50914c
Show app usage
...
- Added app usage to settings
- add more readable size formats
2024-12-03 09:56:07 -05:00
Fredrik Burmester
5c4a419d22
Merge branch 'pr/242'
2024-12-03 14:53:27 +01:00
Fredrik Burmester
3d034864f9
chore
2024-12-03 11:59:25 +01:00
Fredrik Burmester
ea183c426b
fix: play new item when pressing play button
2024-12-03 11:59:22 +01:00
Fredrik Burmester
92be991cf7
fix: subtitles burn in for chromecast
2024-12-03 11:59:13 +01:00
herrrta
b73c29221a
New delete options & storage visibility
...
- Added react-native-progress dependency
- Added bottom sheet to downloads page to handle actions for deleting items by type
- Added ability to long press to delete a single series
- Added ability to delete by season
- Refactored delete helpers in DownloadProvider.tsx
- Display storage usage inside downloads & settings page
- Fixed Delete all downloaded files from delting user data in mmkv
2024-12-02 22:37:59 -05:00
Alex Kim
880a739dd4
Reworked controls to have pause, and skip not in the slider anymore
2024-12-03 03:56:55 +11:00
Fredrik Burmester
69ffdc2ddf
fix: try to fix #239
2024-12-02 12:04:24 +01:00
Fredrik Burmester
d686bd8c7b
fix: tab bar icon not hiding
2024-12-02 11:44:52 +01:00
Fredrik Burmester
c8a60e735b
Merge branch 'pr/238'
2024-12-02 11:35:22 +01:00
Fredrik Burmester
05f7574e60
fix: hide tab bar icon
2024-12-02 11:34:57 +01:00
Fredrik Burmester
11b880863c
Revert "feat: cache item size"
...
This reverts commit aec172d8f5 .
2024-12-02 11:34:49 +01:00
Fredrik Burmester
aec172d8f5
feat: cache item size
2024-12-02 11:13:05 +01:00
herrrta
7b52528d72
# Persist DownloadedItem size when downloading or when reading file for the first time
2024-12-01 18:07:34 -05:00
Fredrik Burmester
5fd1d9080e
chore
2024-12-01 23:08:21 +01:00
Fredrik Burmester
5cc0f381fa
chore
2024-12-01 22:26:40 +01:00
Fredrik Burmester
0f547deb39
Merge branch 'pr/210'
2024-12-01 21:18:20 +01:00
Fredrik Burmester
5aeb80348a
chore
2024-12-01 21:16:53 +01:00
Fredrik Burmester
1dfc0ac762
Merge branch 'pr/233'
2024-12-01 21:01:59 +01:00
Fredrik Burmester
2b8aee442a
Merge branch 'pr/232'
2024-12-01 21:01:54 +01:00
Fredrik Burmester
3e45adfeb5
Merge branch 'pr/231'
2024-12-01 21:01:45 +01:00
herrrta
b41363d347
# Allow option for viewing custom menu links
...
- Added new 'Other' setting to toggle new tab visibility
- Added new Tab to show custom links
- Added icon asset for list
2024-12-01 14:26:49 -05:00
herrrta
2d5a27c015
# Add Button to download whole series/Season
...
- Refactored DownloadItem.tsx to be compatible with multiple items
- Updated queueActions.enqueue signature to be compatible with array of jobs
- Added download button beside season dropdown to download entire season
- Added download button to series page to download entire series
2024-12-01 14:23:38 -05:00
herrrta
b5c6403e2d
# Add download size to offline media downloads
...
- Added getDownloadSize helper function to display media size
in MB or GB when appropriate
2024-12-01 14:23:29 -05:00
herrrta
7eb7d17fa9
# New downloads page for downloaded TV-Series
...
- Renamed downloads.tsx to index.tsx
- Added new downloads/series.tsx page
- Downloading now saves series primary image
- Downloads index page now shows series primary image with downloaded episode counter
- Updated EpisodeCard.tsx to display more information
- Moved season dropdown from SeasonPicker.tsx into its own component SeasonDropdown.tsx
- Updated navigation in DownloadItem.tsx to direct to series page when a downloaded episode is clicked
2024-12-01 14:23:12 -05:00
Fredrik Burmester
3d8875208f
Merge branch 'pr/235'
2024-12-01 17:48:13 +01:00
Alex Kim
e4cfb52dab
Added change to show actual device name rather than platform
2024-12-02 03:41:25 +11:00
Alex Kim
879e79cc47
Fixed some edge cases with dropdown
2024-12-02 03:21:26 +11:00
Fredrik Burmester
b9abe3e7f7
fix: stop playback on back button
2024-12-01 14:20:00 +01:00
Fredrik Burmester
383062ac0d
fix: cache invalidation issue
2024-12-01 10:11:24 +01:00
Fredrik Burmester
3a507b6d1b
fix: correct initialization of query client (based on docs)
2024-12-01 09:46:15 +01:00
Fredrik Burmester
500005afa8
fix: burn in subs for downloads
2024-11-30 10:18:09 +01:00
Fredrik Burmester
b638743497
fix: corrected ffmpeg command
2024-11-29 09:43:54 +01:00
Fredrik Burmester
73aae1d260
fix: don't return undefined
2024-11-29 09:43:39 +01:00
Fredrik Burmester
b84e95dc54
fix: add more remux debug logging
2024-11-29 09:05:40 +01:00
Fredrik Burmester
5292d89303
chore
2024-11-28 14:55:29 +01:00
Fredrik Burmester
acd14279f4
fix: make sure always max bitrate is selected
2024-11-28 10:21:30 +01:00
Fredrik Burmester
945d553cae
fix: start at 0 for downloaded content
2024-11-28 10:15:07 +01:00
Fredrik Burmester
c33890fb38
fix: download all embeded audio and subtitle tracks, not just default
2024-11-28 10:14:57 +01:00
Fredrik Burmester
c718f53109
chore
2024-11-28 09:53:16 +01:00
Fredrik Burmester
18552bf622
Merge branch 'pr/226'
2024-11-27 12:54:24 +01:00
Fredrik Burmester
ec5c367438
Merge branch 'feature/vlc-support-android' of https://github.com/Alexk2309/streamyfin into pr/226
2024-11-27 12:25:46 +01:00
Fredrik Burmester
ba38fe6c03
fix: stop playback when exit
2024-11-27 12:25:39 +01:00
Alex Kim
a37da8f667
Added crash fix for subtitle disable
2024-11-27 22:07:48 +11:00
Fredrik Burmester
8b0b3d8abc
fix: inf loop dep
2024-11-27 11:38:31 +01:00
Fredrik Burmester
d113729b6f
fix: refetch on focus
2024-11-27 09:57:03 +01:00
Fredrik Burmester
e6ea5d13d4
fix: progress data not updating due to enabled being set
...
https://stackoverflow.com/a/72230424
2024-11-27 09:36:52 +01:00
Fredrik Burmester
c911a3c38a
chore
2024-11-27 09:35:53 +01:00
Fredrik Burmester
a1a895815a
fix: playback stopped dep
2024-11-27 09:35:26 +01:00
Fredrik Burmester
ea06efb82e
fix: playback stopped dep
2024-11-27 09:35:17 +01:00
Fredrik Burmester
8a655c04b2
fix: key error
2024-11-27 08:59:41 +01:00
Fredrik Burmester
2db4effef5
fix: loader position
2024-11-27 08:59:31 +01:00
Fredrik Burmester
88a3bdd891
chore
2024-11-26 22:27:08 +01:00
Fredrik Burmester
6df20f516c
fix: pressin to show controls
2024-11-26 22:27:05 +01:00
Fredrik Burmester
1fdf45daa7
fix: try to fix invalidate cache in prod
2024-11-26 21:54:35 +01:00
Fredrik Burmester
e8f4ee2264
chore
2024-11-26 21:24:42 +01:00
Fredrik Burmester
81d4e778e3
fix: lower opacity for video when show controls
2024-11-26 21:24:39 +01:00
Fredrik Burmester
025ce45e33
fix: routing
2024-11-25 21:59:48 +01:00
Fredrik Burmester
4f72cacbc0
fix: remove items
2024-11-25 21:59:38 +01:00
Fredrik Burmester
8c909e17bd
Merge branch 'feature/vlc-support-android' of https://github.com/Alexk2309/streamyfin into pr/226
2024-11-25 17:11:13 +01:00
Fredrik Burmester
98fbf71ff8
feat: closes pr/181
2024-11-25 17:11:08 +01:00
Alex Kim
bf0c8a8007
Fixed refresh not refetching next-up and continue watching
2024-11-26 02:55:42 +11:00
Fredrik Burmester
44e5436c3b
fix: video not quitting when leaving player route
2024-11-25 16:54:49 +01:00
Fredrik Burmester
d22f047f2b
fix: controls safe areas
2024-11-25 15:58:08 +01:00
Fredrik Burmester
7f9dd4e14e
fix: header padding
2024-11-25 08:22:04 +01:00
Alex Kim
e82890d7ff
Fixed reloading issue
2024-11-25 15:53:15 +11:00
Alex Kim
0054095b20
Fixed bug with dupe subtitle names for transcoded content
2024-11-25 15:35:05 +11:00
Fredrik Burmester
d218d0b1c2
Merge branch 'feature/vlc-support-android' of https://github.com/Alexk2309/streamyfin into pr/226
2024-11-24 19:35:40 +01:00
Fredrik Burmester
93d117640a
fix: change to mmkv and fix downloads with VLC
2024-11-24 19:34:49 +01:00
Alex Kim
d4009040d8
Fixed bug in code
2024-11-25 04:51:20 +11:00
Alex Kim
3d8e4a07ce
Subtitle and audio now show which one is selected
2024-11-25 04:49:10 +11:00
Alex Kim
726301aca8
Merge branch 'feature/vlc-support-android' of github.com:Alexk2309/streamyfin into feature/vlc-support-android
2024-11-25 03:50:11 +11:00
Alex Kim
887ef10265
Implemented sorting subtitles in the correct order
2024-11-25 03:49:37 +11:00
Alex Kim
d47dd633c7
Updated IOS to work with new react-video transcoded player
2024-11-25 03:32:28 +11:00
Alex Kim
835484b367
Made transcoding content use react-native-video insted
2024-11-25 03:22:04 +11:00
Fredrik Burmester
335765993d
fix: header issue
2024-11-24 10:51:01 +01:00
Fredrik Burmester
734772fb92
chore
2024-11-24 10:50:19 +01:00
Fredrik Burmester
56b37a1ec1
Merge branch 'pr/226' into feat/downloads-with-vlc
2024-11-24 10:38:10 +01:00
Fredrik Burmester
6a50eb9044
fix: offline playback using player component
2024-11-24 10:36:06 +01:00
Fredrik Burmester
3dee8ba2e3
chore: remove unused files
2024-11-24 09:40:26 +01:00
Fredrik Burmester
dc73677876
fix: chosenAudioTrack should not be undefined ?
2024-11-24 09:39:14 +01:00
Fredrik Burmester
0633d60186
chore
2024-11-24 00:12:14 +01:00
Fredrik Burmester
55f8af7069
wip
2024-11-23 22:42:04 +01:00
Alex Kim
02f4e4a16b
Added disable option when on image based subg on transcoding
2024-11-24 01:59:22 +11:00
Alex Kim
c56b80889f
Fixed up style
2024-11-24 01:15:01 +11:00
Alex Kim
ad2bfd8f28
Got preselect audio selection for IOS and android for direct play working
2024-11-24 01:02:00 +11:00
Alex Kim
0418cffba1
Added subtitle preselection for IOS
2024-11-24 00:43:07 +11:00
Alex Kim
6a29a10d82
Finished
2024-11-24 00:00:14 +11:00
Alex Kim
c5077953a8
Got preselect subtitles working for Android
2024-11-23 22:37:16 +11:00
Alex Kim
0e720aa8cf
In progress of handling subtitles for transcoded streams
2024-11-23 06:17:38 +11:00
Fredrik Burmester
4699ee9c18
fix: updated device profile
2024-11-21 21:59:59 +01:00
Alex Kim
a7dd74e7ab
Updated comments
2024-11-22 04:52:10 +11:00
Alex Kim
2a52499a75
Fixed HLS starting from the earliest segment for android
2024-11-22 04:51:11 +11:00
Alex Kim
a3f8087ccc
Fixed HLS starting from the earliest segment
2024-11-22 01:58:59 +11:00
Fredrik Burmester
73acca6c21
fix: correct order of methods
2024-11-21 11:41:04 +01:00
Fredrik Burmester
f2367d3f68
fix: show correct list of subs
2024-11-21 10:24:26 +01:00
Fredrik Burmester
868c046cd2
fix: external subs not showing up due to isExternal not showing true when delivery url is present
2024-11-21 10:04:03 +01:00
Alex Kim
52b5b2875c
WIP
2024-11-21 16:09:56 +11:00
Alex Kim
1aed133a67
Fixed not direct playing
2024-11-19 13:35:33 +11:00
Alex Kim
f127ee2976
Fixed destuctor bug
2024-11-19 02:55:01 +11:00
Alex Kim
72410d2729
Fixed next up not working
2024-11-18 20:21:34 +11:00
Fredrik Burmester
dcf59ac18e
fix: ios header right padding
2024-11-18 09:24:43 +01:00
Fredrik Burmester
6b7bbf716c
chore: remove unused code
2024-11-18 09:13:18 +01:00
Fredrik Burmester
6224f8b92d
fix: use correct device profile for android
2024-11-18 09:09:25 +01:00
Fredrik Burmester
3843bf1fcd
chore: remove unused code
2024-11-18 09:09:10 +01:00
Fredrik Burmester
5c44db183a
chore
2024-11-18 08:55:34 +01:00
Fredrik Burmester
2350f4e294
fix: bitrate value not set on play start
2024-11-18 08:54:21 +01:00
Alex Kim
7ce3bc6e92
Fixed plugin not resolved issue
2024-11-18 18:07:59 +11:00
Alex Kim
21fbe1adae
Try fix android issue for player seelct
2024-11-18 18:00:30 +11:00
Fredrik Burmester
cef1327fcb
fix: hide/show now works + added back dropdown menu
2024-11-17 21:36:52 +01:00
Fredrik Burmester
a5677aae86
fix: move logic back into page
...
no need for separate ios and android components not that the player is combined
2024-11-17 21:36:40 +01:00
Fredrik Burmester
44a7ec238f
fix: show distinct people
2024-11-17 21:36:13 +01:00
Alex Kim
34d7ab5f1e
Fixed not starting at the correct posistion when playing video
2024-11-18 04:24:58 +11:00
Alex Kim
991f58cf73
SetSubtitle URL works now
2024-11-18 04:03:11 +11:00
Alex Kim
558480ea9d
Got working subtitles/audio
2024-11-18 03:06:29 +11:00
Alex Kim
6b751cf154
Attempt to get events working
2024-11-17 20:52:07 +11:00
Alex Kim
e010c8229c
Downgraded version for better compabilitiy
2024-11-17 18:35:20 +11:00
Alex Kim
128c369e55
Attempt to remove weird stretching
2024-11-17 14:18:45 +11:00
Alex Kim
0b0afb448d
WIP
2024-11-17 05:48:29 +11:00
Fredrik Burmester
3d20b7956f
wip
2024-11-11 09:18:49 +01:00
Fredrik Burmester
1fdf7ca42f
wip
2024-11-10 23:29:21 +01:00
Fredrik Burmester
865fbdf834
wip
2024-11-10 22:36:03 +01:00
Fredrik Burmester
8ed81fbe23
wip
2024-11-10 17:03:15 +01:00
Fredrik Burmester
817e2b3d85
wip
2024-11-10 15:21:30 +01:00
Fredrik Burmester
fff880e708
fix: offline vlc playback not working
2024-11-10 11:54:22 +01:00
Fredrik Burmester
f2bcd2c675
fix: report playback stopped
2024-11-10 10:58:45 +01:00
Fredrik Burmester
00a296cee6
fix: not setting start position on video start
2024-11-10 10:55:22 +01:00
Fredrik Burmester
33b94105c2
chore
2024-11-10 10:16:31 +01:00
Fredrik Burmester
a23e370deb
chore
2024-11-10 10:13:34 +01:00
Fredrik Burmester
d95833335e
chore: merge things
2024-11-10 10:11:00 +01:00
Fredrik Burmester
5e91f45e3d
chore
2024-11-10 09:32:48 +01:00
Fredrik Burmester
b8111babd2
Merge branch 'feat/native-tabbar' into pr/178
2024-11-10 09:31:53 +01:00
Fredrik Burmester
87092fed48
fix: working material3 theme
2024-11-10 09:21:51 +01:00
Fredrik Burmester
65a6ab9972
wip
2024-11-04 22:08:01 +00:00
Fredrik Burmester
8943708ff5
fix: update versions and use native-edge-to-edge
2024-11-04 21:35:26 +00:00
Alex Kim
c0b2579fdd
Removed debug print statement
2024-11-04 00:19:58 +11:00
Alex Kim
272b8b914f
Fixed incorrect time shown when downloading
2024-11-04 00:15:57 +11:00
Alex Kim
4eb7d0f151
Fixed skip intro skipping more than the video length
2024-11-03 23:18:02 +11:00
Fredrik Burmester
229670e829
fix(android): buffer state and video not loading
2024-11-01 16:54:20 +01:00
retardgerman
341a0f21d7
fix: change Icon Patch ( #211 )
2024-10-30 10:51:07 +01:00
Mateusz Kukieła
91b4e403e6
feat: add MacOS fullscreen support
2024-10-29 11:26:15 +01:00
Alex Kim
152d3a9c1c
Fixed next up and previous episodes
2024-10-29 02:26:07 +11:00
Alex Kim
ad43ee7585
Fixed subtitle sizes
2024-10-29 00:49:22 +11:00
Alex Kim
a1fe226d22
Added hours for trickplay time
2024-10-28 23:28:59 +11:00
Alex Kim
0bc7bbed5a
Fixed inproper conversion of secondsToMs
2024-10-28 21:46:46 +11:00
Alex Kim
0f178a502b
Fixed intro skipper for VLC
2024-10-28 21:40:09 +11:00
Alex Kim
db20fffeb5
Fixed trick play for VLC
2024-10-28 21:12:42 +11:00
Fredrik Burmester
9ca71dc7fc
Merge branch 'feature/vlc-support' of https://github.com/Alexk2309/streamyfin into pr/178
2024-10-27 15:47:07 +01:00
Fredrik Burmester
0117c87a55
fix: wrong time conversion in report playback progress
2024-10-27 15:46:44 +01:00
Fredrik Burmester
120fd4a32b
wip
2024-10-27 15:21:59 +01:00
Fredrik Burmester
06e657dc4d
wip
2024-10-27 14:14:27 +01:00
Fredrik Burmester
f5857e2162
fix: native pill look on android
2024-10-27 12:37:46 +01:00
Alex Kim
30280db810
WIP bug fixing
2024-10-27 22:30:30 +11:00
Fredrik Burmester
d1221dae83
chore
2024-10-27 11:24:49 +01:00
Fredrik Burmester
b99c18c5ac
chore
2024-10-27 11:23:24 +01:00
Fredrik Burmester
25544eb157
chore
2024-10-27 11:22:58 +01:00
Fredrik Burmester
0f1ee174a0
chore
2024-10-27 11:21:59 +01:00
Fredrik Burmester
786f91ab4d
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-10-27 09:04:50 +01:00
Fredrik Burmester
5baa2a3697
chore: update deps
2024-10-27 09:04:37 +01:00
Alex Kim
b9375c1d7b
Fixed race condition issue when playing media
2024-10-27 00:34:51 +11:00
retardgerman
d393bc0ac5
Typo fixed #206
2024-10-24 18:02:37 +02:00
Fredrik Burmester
ef9ed647c9
fix: don't include android build
2024-10-21 16:06:34 +02:00
Fredrik Burmester
68d32bd0de
wip
2024-10-21 16:05:36 +02:00
Fredrik Burmester
ba76f2444d
wip
2024-10-19 21:20:50 +02:00
Fredrik Burmester
d9fde3ba79
wip
2024-10-19 21:20:11 +02:00
Fredrik Burmester
f5b05bf32d
wip
2024-10-19 13:20:38 +02:00
Fredrik Burmester
f71eb0be5a
wip
2024-10-19 09:18:03 +02:00
Fredrik Burmester
3989d5e525
wip
2024-10-18 23:16:32 +02:00
Fredrik Burmester
4ad67f7f77
wip
2024-10-18 22:36:02 +02:00
Fredrik Burmester
39c49d4cdb
wip
2024-10-18 22:27:26 +02:00
Fredrik Burmester
6e669b2aa9
fix: pause playback while seeking
2024-10-17 09:10:09 +02:00
Fredrik Burmester
ac4ce2934c
fix: start position and errors
2024-10-16 18:58:45 +02:00
Fredrik Burmester
6a4fe83fbb
chore
2024-10-16 08:50:22 +02:00
Fredrik Burmester
04e31e8628
fix: ignore android build of vlc player
...
since we don't play to have vlc for android right now
2024-10-16 08:23:45 +02:00
Fredrik Burmester
0fb2a6d32b
chore: renaming refactoring
2024-10-16 08:21:57 +02:00
Fredrik Burmester
fcffee1981
feat: support start time
2024-10-16 08:21:42 +02:00
Fredrik Burmester
951a9d08ba
fix: platform sepcific playing
2024-10-15 22:41:19 +02:00
Fredrik Burmester
3916c94f36
wip
2024-10-15 20:00:17 +02:00
Fredrik Burmester
c7901c759a
chore
2024-10-15 13:12:25 +02:00
Fredrik Burmester
e852e40503
Merge branch 'master' into pr/178
2024-10-15 13:12:21 +02:00
Fredrik Burmester
ac9bcbcb9f
fix: always use native device profile
2024-10-15 13:08:03 +02:00
Fredrik Burmester
9e5aa16a7d
feat: select audio
2024-10-15 08:31:36 +02:00
Fredrik Burmester
ae963751cf
wip
2024-10-15 08:01:12 +02:00
Fredrik Burmester
13d4117cc1
wip: external subs and cleanup
2024-10-15 07:32:25 +02:00
Fredrik Burmester
3807f847fd
wip
2024-10-14 18:30:01 +02:00
Fredrik Burmester
67be97d857
wip: subtitles and onVideoLoad stuff
2024-10-14 11:14:34 +02:00
Alex Kim
af9f722b53
Removed duplicate Invalidate queries for next-up
2024-10-14 19:24:13 +11:00
Fredrik Burmester
092f5e73d7
Merge branch 'feature/vlc-support' of https://github.com/Alexk2309/streamyfin into pr/178
2024-10-13 20:18:38 +02:00
Alex Kim
7fe7e4e321
Fixed buffering issue
2024-10-14 05:17:52 +11:00
Fredrik Burmester
d41040e6d3
chore: keep up to date with master
2024-10-13 19:25:32 +02:00
Fredrik Burmester
a71832c6e5
feat: initial subtitle support
2024-10-13 17:59:47 +02:00
Fredrik Burmester
eefd1d9d13
fix: local playback
2024-10-13 16:07:03 +02:00
Fredrik Burmester
bbd12c540a
fix: dark overlay not disapearing
2024-10-13 14:56:50 +02:00
Fredrik Burmester
0c436408e7
wip
2024-10-13 13:59:27 +02:00
Fredrik Burmester
ebc77f4ee2
Merge branch 'master' into feat/native-tabbar
2024-10-13 11:54:22 +02:00
Fredrik Burmester
d6ee1807f3
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-10-13 11:39:54 +02:00
Fredrik Burmester
0d7c3cb9da
fix: again remove animations because it causes no-tap-register bug
2024-10-13 11:39:51 +02:00
Fredrik Burmester
fd252247aa
fix: screen rotation issues
2024-10-13 11:39:25 +02:00
Fredrik Burmester
c12af2efe9
Merge pull request #183 from simoncaron/feat/hide-zero-hour
...
feat: Hide 0h on play button when media length is lower than an hour
2024-10-13 08:51:27 +02:00
Simon Caron
04b24ee86b
feat: Hide 0h on play button when media length is lower than an hour
2024-10-12 14:27:51 -04:00
Alex Kim
43d64bc3d0
Solved buffering issue when paused and scrubbing
2024-10-13 01:54:41 +11:00
Fredrik Burmester
f7401bd60c
fix: app crashing on video exit
2024-10-12 16:09:59 +02:00
Fredrik Burmester
6a3d0ae296
fix: play states working
2024-10-12 15:53:25 +02:00
Fredrik Burmester
5c3da8b01a
fix: don't clip bottom - allow blur
2024-10-12 15:14:52 +02:00
Fredrik Burmester
46c4b3e1d8
Merge branch 'master' into feat/native-tabbar
2024-10-12 15:03:31 +02:00
Fredrik Burmester
43d251fcda
chore
2024-10-12 15:02:46 +02:00
Fredrik Burmester
fed3725733
fix: use better screen dimensions
2024-10-12 15:02:23 +02:00
Fredrik Burmester
f5be204ac8
fix: cache item count
2024-10-12 15:02:10 +02:00
Fredrik Burmester
ba6322bb1f
wip
2024-10-12 13:41:09 +02:00
Fredrik Burmester
bf8687a473
wip
2024-10-12 12:55:45 +02:00
Alex Kim
09c6ad47d5
Update visual playback when exiting video
2024-10-12 19:07:16 +11:00
Fredrik Burmester
091a8ff6c3
fix: show more info in debug component
2024-10-11 22:24:23 +02:00
Fredrik Burmester
cab5693ced
fix: debounce updates when seeking
2024-10-11 22:20:17 +02:00
Fredrik Burmester
be867a3b10
working
2024-10-11 22:10:47 +02:00
Fredrik Burmester
093fdcda45
Merge pull request #177 from fredrikburmester/fix/video-rotation-bug
...
fix: video rotation bug by updating screen dimensions dynamically using an event listener
2024-10-11 19:03:35 +02:00
Fredrik Burmester
eeaa027579
fix: turn into hook
2024-10-11 19:03:15 +02:00
Fredrik Burmester
a4c20981cf
Merge pull request #174 from jakequade/fix/issue-159-chromecast-button-android
...
fix: casting broken on 0.17.0
2024-10-11 19:01:41 +02:00
Alex Kim
57354e6b06
WIP
2024-10-12 03:00:26 +11:00
Fredrik Burmester
63965c9e64
fix: video rotation bug
2024-10-11 16:41:44 +02:00
Fredrik Burmester
c5f39f6f8a
chore: no need for these props any more
2024-10-11 12:04:15 +02:00
Fredrik Burmester
eb841601f6
fix: use correct url for chromecast streaming
2024-10-11 12:04:15 +02:00
jakequade
3f5ce6dc43
use cast button rather than feather icon for casting
2024-10-11 20:34:01 +11:00
Fredrik Burmester
2ed29e5a18
wip
2024-10-10 23:11:40 +02:00
Fredrik Burmester
380172c5ac
Merge branch 'master' into feat/native-tabbar
2024-10-10 23:11:35 +02:00
Fredrik Burmester
b73a33b05b
chore
2024-10-10 17:27:21 +02:00
Fredrik Burmester
e3baa2f58b
fix: rotation issues
2024-10-10 17:27:17 +02:00
Alex Kim
8be1e2df0c
Push to remote repo
2024-10-10 23:40:01 +11:00
Fredrik Burmester
ef7fbc985f
chore
2024-10-10 10:10:24 +02:00
Fredrik Burmester
381c6701f2
chore: version bump
2024-10-10 07:56:23 +02:00
Fredrik Burmester
71da79ee6a
chore
2024-10-09 20:23:53 +02:00
Fredrik Burmester
5cff323871
feat: go to next episode on end
2024-10-09 20:23:50 +02:00
Fredrik Burmester
39b7c66d34
fix: don't crash app when no media source found for unmatched items
2024-10-09 20:23:40 +02:00
Fredrik Burmester
57201f8606
wip
2024-10-09 20:06:30 +02:00
Fredrik Burmester
0a098bf26e
chore
2024-10-09 07:28:53 +02:00
Fredrik Burmester
f6cb90e5dc
feat: add logo to login
2024-10-09 07:28:49 +02:00
Fredrik Burmester
eba9163ce8
wip
2024-10-08 22:24:52 +02:00
Fredrik Burmester
4b166cf1d8
first commit
2024-10-08 21:21:12 +02:00
Fredrik Burmester
b878e93dec
Merge pull request #163 from Alexk2309/master
...
Removed resumable items from next up
2024-10-08 19:55:28 +02:00
Fredrik Burmester
66cd36a899
feat: native selectable text for titles
2024-10-08 19:53:48 +02:00
Fredrik Burmester
91b926e6c2
fix: larger tap area
2024-10-08 19:53:38 +02:00
Fredrik Burmester
d4cc7499c0
Merge pull request #165 from fredrikburmester/refactor/player
...
Refactor: Update the player logic (video, music, live-tv)
2024-10-08 18:54:43 +02:00
Fredrik Burmester
317e719460
wip
2024-10-08 18:43:25 +02:00
Alex Kim
6012f8c8d2
Removed resumable items from next up
2024-10-09 02:40:11 +11:00
Fredrik Burmester
ec0843d737
wip
2024-10-08 15:39:44 +02:00
Fredrik Burmester
a5b4f6cc78
wip
2024-10-07 10:00:16 +02:00
Fredrik Burmester
4b60de4d43
fix: padding
2024-10-07 08:18:24 +02:00
Fredrik Burmester
aa56749402
wip
2024-10-06 22:48:31 +02:00
Fredrik Burmester
d6f02bd970
wip
2024-10-06 16:33:29 +02:00
Fredrik Burmester
862e783de1
wip
2024-10-06 15:11:06 +02:00
Fredrik Burmester
0233862fc1
wip
2024-10-06 13:03:16 +02:00
Fredrik Burmester
cc242a971f
Merge branch 'master' into refactor/player
2024-10-06 09:48:42 +02:00
Fredrik Burmester
4fc3044838
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-10-05 21:28:11 +02:00
Fredrik Burmester
df6cd17099
chore
2024-10-05 21:28:07 +02:00
Fredrik Burmester
5e8a0a9fa9
Merge pull request #156 from fredrikburmester/feat/live-tv
...
feat: live-tv support
2024-10-05 20:01:49 +02:00
Fredrik Burmester
005938a421
chore
2024-10-05 20:01:34 +02:00
Fredrik Burmester
81aafa26d4
chore: small fixes
2024-10-05 19:19:34 +02:00
Fredrik Burmester
0080874213
fix: pages
2024-10-05 19:19:28 +02:00
Fredrik Burmester
aa89c66e6e
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-10-05 13:26:46 +02:00
Fredrik Burmester
b1e2020b43
feat: new icons
2024-10-05 13:26:44 +02:00
retardgerman
5ab53738d5
fix: international App Store link
2024-10-05 13:18:49 +02:00
Fredrik Burmester
95de03f8b1
chore
2024-10-05 13:15:33 +02:00
Fredrik Burmester
48570489d5
chore
2024-10-05 12:38:02 +02:00
Fredrik Burmester
2c14a18e53
chore
2024-10-05 12:22:35 +02:00
Fredrik Burmester
200ccc6070
feat: guide grid view
2024-10-05 12:18:47 +02:00
Fredrik Burmester
1c20a3453f
fix: streaming live tv now works
2024-10-05 10:24:49 +02:00
Fredrik Burmester
bf1efd7ca2
chore
2024-10-05 09:29:42 +02:00
Fredrik Burmester
387add4c83
first commit
2024-10-05 09:17:54 +02:00
Fredrik Burmester
d064622055
fix: add key
2024-10-05 08:38:24 +02:00
Fredrik Burmester
a04296f395
fix: bottom overlapp
2024-10-05 08:38:10 +02:00
Fredrik Burmester
eb11b928af
fix: update device profile
2024-10-04 16:51:26 +02:00
Fredrik Burmester
4fd67091ea
fix: change to ISO 639-2 Code
2024-10-04 16:48:33 +02:00
Fredrik Burmester
57c911cc94
feat: add star history
2024-10-04 16:43:58 +02:00
Fredrik Burmester
61255e6dc4
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-10-04 13:29:19 +02:00
Fredrik Burmester
d9037e72f0
chore
2024-10-04 13:29:16 +02:00
Fredrik Burmester
b25cdce702
first commit
2024-10-04 12:08:45 +02:00
Fredrik Burmester
a85d5bbc92
Update README.md
2024-10-04 08:25:09 +02:00
Fredrik Burmester
097c428d41
chore
2024-10-03 21:44:54 +02:00
Fredrik Burmester
c55d498592
Merge pull request #151 from Alexk2309/master
...
Added support for more libraries to use the recently added section
2024-10-03 21:39:46 +02:00
Fredrik Burmester
1ce85a9d38
Merge branch 'master' into master
2024-10-03 21:39:27 +02:00
Fredrik Burmester
027c69bb7e
fix: refactor
2024-10-03 21:37:20 +02:00
Fredrik Burmester
7a20b6db7d
Merge pull request #142 from Simon-Eklundh/master
...
set downloads button to green if downloads exist
2024-10-03 20:04:23 +02:00
Fredrik Burmester
0e8f6dc0cc
fix: use hook and purple color
2024-10-03 20:02:14 +02:00
Fredrik Burmester
bc3bdbf4c5
Merge branch 'master' into pr/142
2024-10-03 19:53:09 +02:00
Fredrik Burmester
2bea483f08
Merge pull request #140 from fredrikburmester/feat/background-downloads
...
[Feature] Background downloads
2024-10-03 19:27:53 +02:00
Fredrik Burmester
559d8474bc
wip
2024-10-03 18:26:59 +02:00
Fredrik Burmester
83548da2c5
wip
2024-10-03 07:46:09 +02:00
Fredrik Burmester
b21a1cd18e
wip
2024-10-03 07:37:37 +02:00
Fredrik Burmester
60981504fc
wip
2024-10-02 22:07:13 +02:00
Alex Kim
f4bf0b2773
Fixed bug with useMemo changed size
2024-10-03 05:54:37 +10:00
Alex Kim
8138b37e7a
Added support for more libaries to use the recently added section
2024-10-03 05:35:07 +10:00
Fredrik Burmester
1df7d8e8fe
wip
2024-10-01 22:59:33 +02:00
Fredrik Burmester
0acc1f03f0
wip
2024-10-01 17:42:09 +02:00
Fredrik Burmester
dd1f02a13b
fix: manual download button
2024-10-01 14:16:02 +02:00
Fredrik Burmester
c5c5252b89
fix: music screen fixes #149
2024-10-01 10:12:51 +02:00
Fredrik Burmester
679d6078e2
fix: remove failed process
2024-09-30 22:49:47 +02:00
Fredrik Burmester
329a75a047
fix: download path on android
2024-09-30 22:11:53 +02:00
Fredrik Burmester
5f91712126
fix: keep track of local download progress
2024-09-30 20:48:39 +02:00
Fredrik Burmester
7ce2c90376
wip
2024-09-30 16:34:54 +02:00
Fredrik Burmester
0263ad6109
fix: bottom padding
2024-09-29 23:27:16 +02:00
Fredrik Burmester
05b7872022
fix: use sheet instead of context
2024-09-29 23:25:10 +02:00
Fredrik Burmester
9458d113de
wip
2024-09-29 22:56:22 +02:00
Fredrik Burmester
12cb6d4963
wip
2024-09-29 19:43:17 +02:00
Fredrik Burmester
1c2578477a
fix: app not reporting playback started on first start
2024-09-29 14:48:51 +02:00
Fredrik Burmester
c7e10a13b5
fix: download progress not showing
2024-09-29 13:28:36 +02:00
Fredrik Burmester
31dbd84bec
fix: add back speed to normal downloads
2024-09-29 12:03:37 +02:00
Fredrik Burmester
b6c6bac06a
fix: queue now work for normal downloads
2024-09-29 11:59:37 +02:00
Fredrik Burmester
b0f7cfd013
wip
2024-09-29 11:02:13 +02:00
Fredrik Burmester
456048a92c
wip
2024-09-29 08:05:22 +02:00
Fredrik Burmester
ff88c45d43
wip
2024-09-28 20:24:39 +02:00
Fredrik Burmester
ddcb410df6
wip
2024-09-28 19:57:56 +02:00
Fredrik Burmester
b3a938b53a
wip
2024-09-28 18:32:08 +02:00
Fredrik Burmester
73c43d31ee
wip
2024-09-28 16:13:01 +02:00
Fredrik Burmester
41a23d3437
wip
2024-09-28 15:45:00 +02:00
Simon Eklundh
92ebb29808
Merge branch 'master' into master
2024-09-28 10:52:03 +02:00
Simon Eklundh
f46cb97e7f
working prototype
2024-09-28 10:42:02 +02:00
Fredrik Burmester
79020c357f
wip
2024-09-27 18:44:41 +02:00
Fredrik Burmester
a386c3a47c
wip
2024-09-27 18:18:10 +02:00
Fredrik Burmester
a46737442d
wip
2024-09-27 17:35:51 +02:00
Fredrik Burmester
41d209f3b7
wip
2024-09-27 15:56:42 +02:00
Fredrik Burmester
d7eb25edf4
Update README.md
2024-09-26 13:34:19 +02:00
Fredrik Burmester
d672882c4b
Update README.md
2024-09-26 13:34:03 +02:00
Fredrik Burmester
09dafea4ad
chore
2024-09-25 08:28:36 +02:00
Fredrik Burmester
8936a559de
feat: fade in player
2024-09-25 08:28:26 +02:00
Fredrik Burmester
7c10c467f3
chore
2024-09-25 07:42:41 +02:00
Fredrik Burmester
eff12b7350
fix: pip
2024-09-25 07:42:36 +02:00
Fredrik Burmester
94b6de6066
fix: open new full screen player
2024-09-25 07:42:32 +02:00
Fredrik Burmester
e82b154032
feat: skip credits
2024-09-24 20:05:04 +02:00
Fredrik Burmester
dd2a869929
chore: refactor
2024-09-24 20:04:58 +02:00
Fredrik Burmester
cd6158e141
chore
2024-09-24 20:04:50 +02:00
Fredrik Burmester
7fd232614b
fix: refactor
2024-09-24 18:16:54 +02:00
Fredrik Burmester
af0a5f54d8
fix: design
2024-09-24 18:16:45 +02:00
Fredrik Burmester
3151812325
chore
2024-09-24 18:16:38 +02:00
Fredrik Burmester
9aa0dc0a3d
wip: full screen player
2024-09-24 18:16:26 +02:00
Fredrik Burmester
9fcff04c0d
chore: hide button
2024-09-24 18:16:00 +02:00
Fredrik Burmester
d1b6a265a1
fix : #135
2024-09-24 18:15:52 +02:00
Fredrik Burmester
ff1decfe2c
feat: select skip/rewind time + refactor video player
2024-09-22 23:05:13 +02:00
Fredrik Burmester
a023c91877
feat: add genres to movies and episodes
2024-09-20 07:13:47 +02:00
Fredrik Burmester
27acd5287f
fix: smaller card
2024-09-19 22:21:01 +02:00
Fredrik Burmester
ae73dab46d
fix: design improvements
2024-09-19 22:17:40 +02:00
Fredrik Burmester
11f53630b5
feat: more from this actor
2024-09-19 22:17:29 +02:00
Fredrik Burmester
b7465a94e9
chore
2024-09-19 21:23:38 +02:00
Fredrik Burmester
cc97acbd4f
feat: title selectable
2024-09-19 21:23:32 +02:00
Fredrik Burmester
abf7ec7d69
feat: include size
2024-09-19 21:23:22 +02:00
Fredrik Burmester
4dc9a6a0aa
fix: initial load should be true
2024-09-19 21:23:04 +02:00
Fredrik Burmester
dd05ae89c3
fix: small changes
2024-09-19 16:51:13 +02:00
Fredrik Burmester
8a60adc6b2
fix: header size
2024-09-19 15:52:37 +02:00
Fredrik Burmester
51376cc8c1
fix: remove auto-hide controls for now
2024-09-19 13:00:20 +02:00
Fredrik Burmester
4eab1ebff6
chore
2024-09-18 08:42:26 +02:00
Fredrik Burmester
76388a408c
fix: throttle
2024-09-18 08:42:23 +02:00
Fredrik Burmester
d3560c287c
fix: more languages
2024-09-18 08:42:18 +02:00
Fredrik Burmester
da78ce898c
fix: design
2024-09-18 08:42:09 +02:00
Fredrik Burmester
8a999a56a1
chore: component
2024-09-18 08:41:58 +02:00
Fredrik Burmester
669f8d7d1a
fix: design
2024-09-18 08:41:48 +02:00
Fredrik Burmester
83bb5db335
fix: routing
2024-09-18 08:41:44 +02:00
Fredrik Burmester
7a5427099c
fix: smaller titles
2024-09-18 08:41:28 +02:00
Fredrik Burmester
ee9b3de7d4
feat: set the server name as title
2024-09-17 19:34:32 +02:00
Fredrik Burmester
bcc28d7513
fix: accidental press when scrolling through the carousel
2024-09-17 19:34:18 +02:00
Fredrik Burmester
d093c028d2
chore
2024-09-17 19:33:46 +02:00
Fredrik Burmester
3032813234
Merge branch 'pr/129'
2024-09-17 18:55:06 +02:00
Fredrik Burmester
4a7d8721b3
chore
2024-09-17 18:50:26 +02:00
Fredrik Burmester
f45139ff90
Merge branch 'master' into feat/new-player-design
2024-09-17 18:49:44 +02:00
Fredrik Burmester
65579c88e5
wip
2024-09-17 18:49:11 +02:00
Fredrik Burmester
d716e42c20
wip
2024-09-17 08:53:10 +02:00
Fredrik Burmester
ffe1003710
wip
2024-09-17 08:31:47 +02:00
Fredrik Burmester
5c008f64b5
chore
2024-09-17 07:48:33 +02:00
Fredrik Burmester
721cd093f4
wip: orientation setting
2024-09-16 21:43:50 +02:00
Fredrik Burmester
3577aae7cc
fix: improved server check
...
Included timeout, check url even if http is included, doc strings
2024-09-16 21:15:57 +02:00
Fredrik Burmester
402bdec5ab
wip
2024-09-16 18:18:08 +02:00
simon
5e141f27c4
/System/Info/Public instead of /web
2024-09-16 16:37:45 +02:00
Fredrik Burmester
595120229f
feat: see forward cached video length
2024-09-15 21:44:40 +02:00
Fredrik Burmester
09363bffdc
wip
2024-09-15 21:36:59 +02:00
Fredrik Burmester
c3237571a8
fix: don't show fullscreen player on return from pip
2024-09-15 19:16:40 +02:00
simon
b67a4f1843
fixed some inconsistencies
2024-09-15 18:48:16 +02:00
simon
19a53da8a7
remove need for http/https
2024-09-15 18:45:26 +02:00
Fredrik Burmester
e3c4a291f0
wip
2024-09-15 18:39:20 +02:00
simon
25656cb7f1
remove need for http/https
2024-09-15 18:13:38 +02:00
simon
7f9c893560
remove need for http/https
2024-09-15 18:10:22 +02:00
Fredrik Burmester
ce2e5e0fb8
wip
2024-09-15 17:07:30 +02:00
Fredrik Burmester
c7703df3ce
wip
2024-09-15 16:39:26 +02:00
simon
39880a6214
possible a good fix
2024-09-15 12:49:47 +02:00
Fredrik Burmester
b7629f6f2b
wip: only full screen view, bar removed
2024-09-15 09:28:43 +02:00
Fredrik Burmester
409e2de6c8
wip: working small + full with transition
2024-09-15 08:56:54 +02:00
Fredrik Burmester
7cb67d73ec
Merge branch 'master' into feat/new-player-design
2024-09-14 07:28:23 +03:00
Fredrik Burmester
1fe1438ecf
chore: deps
2024-09-14 07:28:05 +03:00
Fredrik Burmester
611f5ae37b
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-09-14 07:22:34 +03:00
retardgerman
d2701254b3
Update bug_report.md
2024-09-13 14:08:15 +02:00
retardgerman
994dd44fc5
Update feature_request.md
2024-09-13 14:07:25 +02:00
Fredrik Burmester
f7e04dfa2d
wip
2024-09-13 13:19:29 +03:00
Fredrik Burmester
cd126bb1c7
wip
2024-09-13 13:09:27 +03:00
Fredrik Burmester
ddbfb91260
wip
2024-09-13 13:07:55 +03:00
Fredrik Burmester
caac40c4b1
wip
2024-09-13 13:07:47 +03:00
Fredrik Burmester
2632feb3e8
wip
2024-09-13 12:24:25 +03:00
Fredrik Burmester
778447c1fd
wip
2024-09-13 12:23:59 +03:00
Fredrik Burmester
5a1f555703
chore
2024-09-13 12:23:45 +03:00
Fredrik Burmester
2ed18d6588
feat: toast when starting download
2024-09-10 13:31:55 +03:00
Fredrik Burmester
c494b8e9f9
fix: add a test toast button
2024-09-10 13:31:36 +03:00
Fredrik Burmester
354fdd6791
fix: design
2024-09-10 13:31:20 +03:00
Fredrik Burmester
f48e0348ad
fix: better play button color
2024-09-10 13:14:29 +03:00
Fredrik Burmester
23eaddf87c
feat: add sonner/toast
2024-09-10 13:14:21 +03:00
Fredrik Burmester
a90dfb2805
fix: text
2024-09-10 10:27:15 +03:00
Fredrik Burmester
78d168050a
chore
2024-09-10 10:26:16 +03:00
Fredrik Burmester
b92d55b9a0
chore
2024-09-10 10:25:52 +03:00
Fredrik Burmester
907f6193b5
fix: android header bugs
2024-09-10 10:25:48 +03:00
Fredrik Burmester
6f34f2e6a6
feat: allow authorizing quick connect closes #113
2024-09-09 09:04:35 +03:00
Fredrik Burmester
c25b26653e
chore
2024-09-08 09:02:10 +03:00
Fredrik Burmester
5d3a1d9058
Merge pull request #122 from Simon-Eklundh/master
...
changes suggested for tvshows
2024-09-07 18:20:02 +03:00
Fredrik Burmester
dbaba93fbf
fix: add limit
...
don't know if nessesary since there can only be 1 next up...?
2024-09-07 18:16:59 +03:00
Fredrik Burmester
4a1ea7ea70
fix: add api type and better undefined handling
2024-09-07 18:15:12 +03:00
Simon Eklundh
c33890a0fe
Merge branch 'fredrikburmester:master' into master
2024-09-07 10:56:43 +02:00
simon
35a470c4ae
possible suggested episodes bandaid
2024-09-07 10:56:05 +02:00
retardgerman
a69be4eab9
Changed typo
2024-09-06 18:04:22 +02:00
Fredrik Burmester
fced376a68
chore
2024-09-05 18:30:22 +03:00
Fredrik Burmester
848a5aac1a
fix: correct text
2024-09-05 18:30:13 +03:00
Fredrik Burmester
5608646c8b
chore: deps version updates
2024-09-05 09:34:26 +03:00
Fredrik Burmester
cdc3be41c1
fix: preserve sort order per library/collection
...
fixes #84
2024-09-04 22:49:43 +03:00
Fredrik Burmester
3f4826c4ce
chore
2024-09-04 22:48:15 +03:00
Fredrik Burmester
e173d51dbb
chore
2024-09-04 09:47:13 +03:00
Fredrik Burmester
b4fdbcf63d
Merge branch 'wip/general-posters'
2024-09-04 09:47:04 +03:00
Fredrik Burmester
f33c4ca690
feat: no connection info
2024-09-03 18:54:17 +03:00
Fredrik Burmester
1318eafa43
chore
2024-09-03 18:53:56 +03:00
Fredrik Burmester
d222c54bae
chore
2024-09-03 18:53:51 +03:00
Fredrik Burmester
f24b5612b2
chore
2024-09-03 18:53:48 +03:00
Fredrik Burmester
6713098dc7
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-09-03 17:50:12 +03:00
Fredrik Burmester
0357554f6a
chore: imports
2024-09-03 17:50:07 +03:00
retardgerman
2fc9229db0
Update Screenshots
2024-09-03 14:25:23 +02:00
retardgerman
4781df0ba3
upload android screenshot
2024-09-03 14:23:41 +02:00
retardgerman
db94cfaa79
Delete assets/images/screenshots/S24-Streamyfin.png
2024-09-03 14:23:03 +02:00
retardgerman
7d5397b545
add android screenshot
2024-09-03 14:14:45 +02:00
retardgerman
fac50ed569
add new screenshots
2024-09-03 13:59:34 +02:00
Fredrik Burmester
4994df390c
Merge pull request #120 from Gauvino/readme-typo
...
Fix typo and change sentences on README
2024-09-03 08:34:35 +02:00
Fredrik Burmester
67214a81c4
fix: can not play offline content
2024-09-03 08:55:03 +03:00
Fredrik Burmester
2509a8d6e2
feat: default sub/audio setting
2024-09-03 08:54:48 +03:00
Fredrik Burmester
d4252682be
wip: use general poster component
2024-09-03 08:54:05 +03:00
Uruk
c31eb498ea
fix: change typo and change sentences
2024-09-02 23:06:11 +02:00
Fredrik Burmester
7b9bad630f
Merge branch 'master' into wip/general-posters
2024-09-01 20:11:48 +02:00
Fredrik Burmester
10e0a45cd4
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-09-01 17:37:33 +02:00
Fredrik Burmester
fb0b9c83ae
fix: meta data (including image) when casting
2024-09-01 17:36:27 +02:00
Fredrik Burmester
58b72b8b75
fix: open expanded controls in header if casting
2024-09-01 17:36:15 +02:00
Fredrik Burmester
b771c90dfc
Merge branch 'master' of https://github.com/jakequade/streamyfin into pr/106
2024-09-01 17:13:33 +02:00
Fredrik Burmester
7fa729f89f
Merge branch 'master' into pr/106
2024-09-01 17:11:52 +02:00
Fredrik Burmester
682ab4dd31
Merge pull request #114 from lostb1t/feature/collectiondefault
...
feat: Add Default option and use collection sorting as default
2024-09-01 17:10:48 +02:00
Fredrik Burmester
3d73f604ac
wip
2024-09-01 17:10:33 +02:00
jakequade
318940f7c4
remove additional play call
2024-09-01 18:21:40 +10:00
jakequade
2ee6573a90
iOS support
2024-09-01 16:26:53 +10:00
jakequade
3bd1177c45
chromecast controls
2024-09-01 16:26:51 +10:00
jakequade
080de162ec
extended cast controls on android
2024-09-01 16:26:27 +10:00
Fredrik Burmester
cca28d7e21
fix: change to enums and only store key in filter state
2024-08-30 12:55:28 +02:00
Fredrik Burmester
e29b3787b9
chore
2024-08-30 12:54:53 +02:00
Fredrik Burmester
ef8bb3e717
chore
2024-08-30 12:54:38 +02:00
Fredrik Burmester
61cb205f93
fix: refactor to use enums
2024-08-30 12:54:31 +02:00
Fredrik Burmester
ffea51ccb0
chore: version
2024-08-30 10:07:39 +02:00
Fredrik Burmester
0a53cf6b17
fix: animated progress
2024-08-30 10:07:35 +02:00
sarendsen
32ac4ec62f
fix: use PremiereDate as default if missing from collection
2024-08-30 10:04:02 +02:00
sarendsen
30678813b4
feat: Add Default option and use collection sorting as default
2024-08-30 09:58:50 +02:00
Fredrik Burmester
68cfe99421
fix : #95
2024-08-30 00:28:07 +02:00
Fredrik Burmester
55b1c3ae45
Reapply "fix: #104 #103 #102 "
...
This reverts commit 6c1db4bbb9 .
fix #104 fix #102 fix #103
2024-08-30 00:14:33 +02:00
Fredrik Burmester
6c1db4bbb9
Revert "fix: #104 #103 #102 "
...
This reverts commit bbaab1994a .
2024-08-30 00:13:45 +02:00
Fredrik Burmester
bbaab1994a
fix : #104 #103 #102
2024-08-30 00:13:15 +02:00
Fredrik Burmester
8c0e7f7db8
fix: item page for item not associated with movie/tv-show not loading
2024-08-29 23:03:51 +02:00
Fredrik Burmester
8b3b492f5e
fix: small design fixes
2024-08-29 13:10:54 +02:00
Fredrik Burmester
78189c8246
fix: download url not correct for direct streams
2024-08-29 12:58:51 +02:00
Fredrik Burmester
dc02db6463
chore: version
2024-08-29 09:11:50 +02:00
Fredrik Burmester
c168d79377
Merge branch 'fix/landscape-design'
2024-08-29 08:45:20 +02:00
Fredrik Burmester
f756a663fe
Merge branch 'fix/music-pages'
2024-08-29 08:45:07 +02:00
Fredrik Burmester
2baf57156e
fix: landscape design
2024-08-29 08:44:58 +02:00
Fredrik Burmester
a97610a51d
fix: audio poster + links
2024-08-29 08:44:47 +02:00
Fredrik Burmester
79b87b3d72
fix: song pages
2024-08-29 08:42:16 +02:00
Fredrik Burmester
d52f025873
fix: landscape design
2024-08-29 08:40:55 +02:00
Fredrik Burmester
30348dc28f
chore: version
2024-08-28 22:11:54 +02:00
Fredrik Burmester
faf39a6de2
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-08-28 22:00:52 +02:00
Fredrik Burmester
4641ff726c
wip: design refactor
2024-08-28 22:00:50 +02:00
Fredrik Burmester
8eac2f39a8
fix: move button
2024-08-28 09:33:48 +02:00
Fredrik Burmester
309345c834
chore
2024-08-27 22:32:15 +02:00
Fredrik Burmester
0d07f7216c
fix: design
2024-08-27 22:32:09 +02:00
Fredrik Burmester
b550d6302f
fix : #112
2024-08-27 12:06:26 +02:00
Fredrik Burmester
55ba3daf86
chore
2024-08-27 12:05:31 +02:00
Fredrik Burmester
e0afb68f0c
chore
2024-08-27 12:05:25 +02:00
Fredrik Burmester
91ed109a04
feat: select media source
2024-08-27 08:26:27 +02:00
Fredrik Burmester
2565bf7353
chore: remove console.log
2024-08-26 22:17:17 +02:00
Fredrik Burmester
bbc6f63089
chore
2024-08-26 22:12:54 +02:00
Fredrik Burmester
e6d4414fd6
feat: quick connect
...
fixes #16
2024-08-26 21:52:23 +02:00
Fredrik Burmester
3047367ba6
fix: better posters and item screen
2024-08-26 19:47:02 +02:00
Fredrik Burmester
07c5c21599
fix: click on season number should take you to season
...
fixes #110
2024-08-26 08:49:42 +02:00
Fredrik Burmester
aa60e320c5
feat: split episodes and movies
2024-08-26 08:49:12 +02:00
Fredrik Burmester
c12b58e5cb
fix: posters
2024-08-26 08:30:12 +02:00
Fredrik Burmester
d962507749
fix: playback pause/play issues
2024-08-26 08:30:08 +02:00
Fredrik Burmester
a351c8d220
fix: trying to fix playback issues
2024-08-26 00:02:45 +02:00
Fredrik Burmester
969e68901a
fix: play flickering bug
2024-08-25 22:21:42 +02:00
Fredrik Burmester
c0f4587501
fix: select season 1
2024-08-25 21:12:20 +02:00
Fredrik Burmester
e8944528e4
fix: failover for posters
2024-08-25 20:56:52 +02:00
Fredrik Burmester
9b2185d29e
fix: posters
2024-08-25 20:47:57 +02:00
Fredrik Burmester
67af14dced
chore
2024-08-25 20:47:54 +02:00
Fredrik Burmester
7324fe826e
fix: button not pressable
2024-08-25 18:28:48 +02:00
Fredrik Burmester
75f3f483eb
chore
2024-08-25 17:58:57 +02:00
Fredrik Burmester
57cac96df5
chore
2024-08-25 17:58:53 +02:00
Fredrik Burmester
7792b8a675
feat: auto login through url
2024-08-25 17:54:42 +02:00
Fredrik Burmester
55df3991f5
chore
2024-08-25 16:59:58 +02:00
Fredrik Burmester
26057ed196
feat: more commands
2024-08-25 16:59:53 +02:00
Fredrik Burmester
30658ff067
feat: show playback % in play button
2024-08-25 16:59:33 +02:00
Fredrik Burmester
8d327e8835
fix: design and posters
2024-08-25 16:59:24 +02:00
Fredrik Burmester
b1726962c1
fix: prepare dynamic render method for use of server config
2024-08-25 14:25:26 +02:00
Fredrik Burmester
b22ffee707
Merge branch 'master' into pr/106
2024-08-25 12:13:35 +02:00
Fredrik Burmester
25e6f655f3
fix: remove wrong text for now
2024-08-25 12:13:00 +02:00
Fredrik Burmester
275923dbdd
feat: add stats to rows and covers
2024-08-25 12:12:52 +02:00
Fredrik Burmester
36f1ea384d
fix: return to fullscreen after pip
2024-08-25 11:48:32 +02:00
Fredrik Burmester
c100c2e0c4
fix: try to fix auto fullscreen
2024-08-25 11:48:23 +02:00
Fredrik Burmester
f9a5841f88
fix: no encryption
2024-08-25 11:48:00 +02:00
Fredrik Burmester
42f4631143
fix: don't show text unknown
2024-08-25 11:17:05 +02:00
Fredrik Burmester
638e8851c1
fix: add metadata
2024-08-25 11:15:50 +02:00
Fredrik Burmester
5c95730715
feat: prepare for force resolution
2024-08-25 11:14:43 +02:00
Fredrik Burmester
ec5aab99b8
feat: library list design
2024-08-25 10:34:54 +02:00
jakequade
688c343a35
iOS support
2024-08-25 00:08:13 +10:00
Fredrik Burmester
70d0ec4780
fix: load correct content type in collections + load content earlier
2024-08-24 13:14:51 +02:00
jakequade
fb6e3dc690
chromecast controls
2024-08-24 15:14:14 +10:00
jakequade
e9783d293d
extended cast controls on android
2024-08-24 14:37:49 +10:00
Fredrik Burmester
a89d9c1f67
fix: correct page title
2024-08-23 17:00:38 +02:00
Fredrik Burmester
725ba1ccaf
feat: major refactor of navigation
2024-08-23 16:41:59 +02:00
Fredrik Burmester
d330dd8db4
fix: update state on file remove
2024-08-23 08:52:16 +02:00
Fredrik Burmester
20739e6e2c
feat: actor page
2024-08-23 07:51:36 +02:00
Fredrik Burmester
ec50a90a32
chore
2024-08-23 07:16:57 +02:00
Fredrik Burmester
6f6b46c14a
chore
2024-08-22 16:47:58 +02:00
Fredrik Burmester
7fcdfe9452
feat: search for collections
2024-08-22 16:47:55 +02:00
Fredrik Burmester
f9af493dc8
feat: use Flashlist for smooth scrolling
2024-08-22 16:47:48 +02:00
Fredrik Burmester
e8dc9e759a
fix: bug since media playback refactor
2024-08-22 16:46:53 +02:00
Fredrik Burmester
06877f4339
fix : #97
2024-08-22 14:28:39 +02:00
Fredrik Burmester
c496b1036b
Merge branch 'hotfix/limit-next-up'
2024-08-22 13:28:13 +02:00
Fredrik Burmester
4cca6f0e8c
fix: limit image sizes
2024-08-22 13:27:22 +02:00
Fredrik Burmester
7bf5fb9a01
chore
2024-08-22 13:12:10 +02:00
Fredrik Burmester
bbf926e752
fix: limit next up items
2024-08-22 13:11:59 +02:00
Fredrik Burmester
9b2a0487d2
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-08-22 11:28:09 +02:00
Fredrik Burmester
a73488614c
fix: limit to 20 items for next up on home screen
2024-08-22 11:28:03 +02:00
Fredrik Burmester
03fdf31b4b
Update README.md
2024-08-22 09:21:58 +02:00
Fredrik Burmester
2e563bcbe0
chore
2024-08-21 23:21:59 +02:00
Fredrik Burmester
b1062628d9
fix: can't play local media bug
...
appeared after playback rewrite
2024-08-21 23:21:53 +02:00
Fredrik Burmester
e216c8392f
fix: jellysearch + chromecast
2024-08-21 23:20:40 +02:00
Fredrik Burmester
1a47ade4dc
chore: version
2024-08-21 21:05:53 +02:00
Fredrik Burmester
a54da1c3dc
fix: open google search for actor if Marlin turned off
2024-08-21 20:37:50 +02:00
Fredrik Burmester
874364fcde
feat: new list view for seasons with persistent season state
2024-08-21 20:34:52 +02:00
Fredrik Burmester
9059f33538
fix: smaller height for dropdown menus
2024-08-21 20:34:24 +02:00
Fredrik Burmester
27785e7d18
feat: new download quality options
2024-08-21 20:34:07 +02:00
Fredrik Burmester
9a621cab4e
fix: add option for height
2024-08-21 20:21:21 +02:00
Fredrik Burmester
a37ac74e9f
chore
2024-08-21 20:21:06 +02:00
Fredrik Burmester
4d4bb0f6a4
chore
2024-08-21 20:21:00 +02:00
Fredrik Burmester
6bd60b2ec6
fix : #78
2024-08-21 20:20:52 +02:00
Fredrik Burmester
696a2a4780
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-08-21 18:43:56 +02:00
Fredrik Burmester
13ac9b0443
chore
2024-08-21 18:43:54 +02:00
Fredrik Burmester
83407674be
fix: slow down
2024-08-21 18:43:38 +02:00
Fredrik Burmester
53bb1751c2
fix: websocket should not try to connect without token
2024-08-21 18:43:27 +02:00
Fredrik Burmester
fa31ff8f2b
Merge pull request #92 from lostb1t/master
...
Add DateCreated sort option an disable bit rate sort
2024-08-21 18:35:31 +02:00
lostb1t
f863c95f70
Disable bitrate filter
2024-08-21 18:00:06 +02:00
lostb1t
f227565dbf
Use DateCreate for sorting last added
2024-08-21 17:58:42 +02:00
Fredrik Burmester
7abc629a10
fix : #87
2024-08-21 08:01:46 +02:00
Fredrik Burmester
70a250df5b
fix : #86 and add docsting
2024-08-21 07:48:45 +02:00
Fredrik Burmester
dbdf56b990
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-08-21 07:33:33 +02:00
Fredrik Burmester
8b2204896a
chore
2024-08-21 07:33:22 +02:00
Fredrik Burmester
89729a95cd
Merge pull request #85 from yihaolee85/master
...
Update [collectionId].tsx to fix sort order
2024-08-21 07:31:38 +02:00
yihaolee85
57dd3b8446
Update [collectionId].tsx to fix sort order
...
Update [collectionId].tsx to fix sort order
2024-08-21 10:02:15 +08:00
Fredrik Burmester
8d2a0378ca
fix: correct sf collection use
2024-08-20 22:39:36 +02:00
Fredrik Burmester
cbe01a0012
feat: use external player (vlc)
2024-08-20 21:51:16 +02:00
Fredrik Burmester
eed4df6a8a
fix: make posters a bit smaller
2024-08-20 19:18:51 +02:00
retardgerman
5e081751a4
updated discord invite link
2024-08-20 11:47:40 +02:00
Fredrik Burmester
09f953ebba
fix: ws now works as expexted
2024-08-20 08:42:52 +02:00
Fredrik Burmester
4873aaf3df
chore
2024-08-20 08:26:02 +02:00
Fredrik Burmester
9bbab4f46f
chore
2024-08-20 08:25:05 +02:00
Fredrik Burmester
469e8b3f01
refactor: playing state
2024-08-20 08:24:05 +02:00
Fredrik Burmester
1c31458dd4
chore
2024-08-19 22:52:30 +02:00
Fredrik Burmester
4c097c557f
fix : #79
2024-08-19 22:52:27 +02:00
Fredrik Burmester
c23ca905c8
fix: bug after refactor
2024-08-19 22:26:33 +02:00
Fredrik Burmester
ed3170af76
fix: invalid query
2024-08-19 22:05:23 +02:00
Fredrik Burmester
e22dd759c7
fix : #71
2024-08-19 22:05:17 +02:00
Fredrik Burmester
aa44caa161
chore
2024-08-19 21:55:40 +02:00
Fredrik Burmester
27260faea8
fix : #75
2024-08-19 21:55:32 +02:00
Fredrik Burmester
ec7e5f869d
feat: first implementation of ws
2024-08-19 21:45:15 +02:00
Fredrik Burmester
8e1a07e819
chore
2024-08-19 21:44:00 +02:00
Fredrik Burmester
250c1968f3
chore
2024-08-19 21:43:56 +02:00
Fredrik Burmester
caeedfbc52
fix: separate item and show bar state
2024-08-19 21:43:48 +02:00
Fredrik Burmester
66ce6b2cfa
fix: refactor to work like other inf scrolling pages
2024-08-19 21:43:14 +02:00
Fredrik Burmester
388480adef
feat: use Marlin
2024-08-19 21:42:45 +02:00
Fredrik Burmester
e911f99b26
chore: rename to libraries
2024-08-19 21:42:16 +02:00
retardgerman
73ff0aa66a
Moved reference to APKs to the download section
2024-08-19 17:10:10 +02:00
retardgerman
29ae6747c4
Merge pull request #68 from vicegold/master
...
fix marketplace logo alignment
2024-08-19 17:05:12 +02:00
Laurids Düllmann
44444e3b37
fix marketplace logo alignment
2024-08-19 17:02:27 +02:00
retardgerman
0e3f289d43
alternative apple App Store badge
2024-08-19 16:48:11 +02:00
retardgerman
a66648c67c
Merge pull request #65 from FintasticMan/fix-season-numbers
2024-08-18 19:43:49 +02:00
retardgerman
6dc9538483
Merge pull request #62 from lostb1t/master
...
Update README.md with collection info
2024-08-18 18:04:54 +02:00
Fredrik Burmester
752cb1cdc6
wip
2024-08-18 17:10:31 +02:00
FintasticMan
cb7c018cf4
fix: season number for named seasons
2024-08-18 16:15:19 +02:00
lostb1t
a01217b8ac
Update README.md with collection info
2024-08-18 15:40:40 +02:00
Fredrik Burmester
21c1221138
chore
2024-08-18 13:35:23 +02:00
Fredrik Burmester
6a8a155547
chore
2024-08-18 10:52:51 +02:00
Fredrik Burmester
dbb7c6c9a5
fix: use scrollview for better design
2024-08-18 10:52:48 +02:00
Fredrik Burmester
30280e8b3a
fix: icon
2024-08-18 10:52:34 +02:00
Fredrik Burmester
5281cba284
feat: inf horizontal scroll for media lists
2024-08-18 10:52:20 +02:00
Fredrik Burmester
da666d3991
fix: tight navbar on android
2024-08-18 10:51:44 +02:00
Fredrik Burmester
817a758b8a
fix: double routing bug
2024-08-18 10:51:35 +02:00
Fredrik Burmester
f04a29b757
fix: loading test rollback
2024-08-18 07:45:01 +02:00
Fredrik Burmester
550fc39faa
fix: loading indicator style
2024-08-18 07:44:28 +02:00
Fredrik Burmester
d56bb79ac2
feat: filters with bottom sheet
2024-08-17 23:34:51 +02:00
Fredrik Burmester
30781a6dfe
wip: refactor
2024-08-17 19:11:42 +02:00
Fredrik Burmester
ba6c2d5409
feat: sort by button
2024-08-17 19:11:29 +02:00
Fredrik Burmester
73b266adb4
feat: blurhash
2024-08-17 19:11:16 +02:00
Fredrik Burmester
e0ca83ae1f
chore
2024-08-17 13:15:30 +02:00
Fredrik Burmester
4a17a00f81
feat: more media list stuff
2024-08-17 13:15:25 +02:00
Fredrik Burmester
6bfc0c72d1
fix: refactor
2024-08-17 13:14:59 +02:00
Fredrik Burmester
26050f7179
feat: library page
2024-08-17 13:14:33 +02:00
Fredrik Burmester
d39e3aeb80
fix: refactor
2024-08-16 19:56:40 +02:00
Fredrik Burmester
d15d02d61d
fix: refactor
2024-08-16 19:11:06 +02:00
Fredrik Burmester
349fc1f21e
fix: refactor
2024-08-16 19:06:06 +02:00
Fredrik Burmester
83131cabe1
fix: device profile
2024-08-16 18:52:16 +02:00
Fredrik Burmester
4aec9d350d
fix: refactor file layout
2024-08-16 18:51:59 +02:00
Fredrik Burmester
a493f0cad2
fix: force direct play
2024-08-16 18:51:27 +02:00
Fredrik Burmester
329072a7a8
fix: better error handling
2024-08-16 18:51:11 +02:00
Fredrik Burmester
d2ff29a370
fix: more error info
2024-08-16 18:51:01 +02:00
Fredrik Burmester
8f4cb55050
fix: new device profiles
2024-08-16 18:50:45 +02:00
Fredrik Burmester
2c0df550f6
fix: more settings
2024-08-16 18:50:34 +02:00
Fredrik Burmester
a7533bbee0
fix: change profile
2024-08-16 18:50:05 +02:00
Fredrik Burmester
9ec37e26bf
fix: poster
2024-08-16 18:49:45 +02:00
Fredrik Burmester
648df75f39
fix: stale time
2024-08-16 18:49:34 +02:00
Fredrik Burmester
84d7983df7
chore
2024-08-16 18:49:15 +02:00
Fredrik Burmester
1f0ff1594b
wip: refactoring file structure
2024-08-15 21:08:35 +02:00
Fredrik Burmester
d0baf56fd8
feat: formatting function
2024-08-15 21:08:03 +02:00
Fredrik Burmester
e9182dc4ca
chore: remove file
2024-08-15 21:07:51 +02:00
Fredrik Burmester
9817938d44
chore: version
2024-08-15 16:47:05 +02:00
Fredrik Burmester
42ce8f15af
fix: new plugin option
2024-08-15 16:47:00 +02:00
Fredrik Burmester
aa0fbd6fad
fix: refactor
2024-08-15 16:46:50 +02:00
Fredrik Burmester
92a260b6f5
fix: header and tab background
2024-08-15 16:46:36 +02:00
Fredrik Burmester
ea95cae685
fix: default values
2024-08-15 10:39:40 +02:00
Fredrik Burmester
17641bb529
fix: link
2024-08-15 10:39:35 +02:00
Fredrik Burmester
a8fef13aa8
fix: cls issues
...
content layout shift
2024-08-15 10:38:17 +02:00
Fredrik Burmester
f91a37ddc2
fix: link correctly
2024-08-15 10:37:26 +02:00
Fredrik Burmester
c67b0ac6cd
fix: refactor home screen stack
2024-08-15 10:36:55 +02:00
Fredrik Burmester
33eeebd287
chore: versions
2024-08-14 22:19:36 +02:00
Fredrik Burmester
359aa44ad0
feat: refactor home screen
2024-08-14 22:19:32 +02:00
Fredrik Burmester
5929882ba2
fix: app links
2024-08-14 21:30:59 +02:00
Fredrik Burmester
d976c4b7d6
chore
2024-08-14 18:07:35 +02:00
Fredrik Burmester
cd321301ae
feat: choose to open full screen immediately
...
fixes #47
2024-08-14 18:07:31 +02:00
Fredrik Burmester
2a34851fc6
feat: settings
2024-08-14 15:04:31 +02:00
Fredrik Burmester
a76ed9be66
chore
2024-08-14 15:04:20 +02:00
Fredrik Burmester
1d26b57425
chore
2024-08-14 15:04:13 +02:00
Fredrik Burmester
7bb5060f5f
fix: join discord link
2024-08-14 14:39:10 +02:00
Fredrik Burmester
ad8bc954c1
feat: download queue
2024-08-14 13:30:43 +02:00
Fredrik Burmester
f87824ec58
chore
2024-08-14 13:30:35 +02:00
Fredrik Burmester
78556e8764
fix: missing or incorrect pts Issues
2024-08-14 11:10:52 +02:00
Fredrik Burmester
3c678add0f
fix: limit
2024-08-14 10:47:31 +02:00
Fredrik Burmester
0c98980b1d
feat: ratings
2024-08-14 10:46:19 +02:00
Fredrik Burmester
66179a68ea
fix: refactor
2024-08-14 10:46:15 +02:00
Fredrik Burmester
fdd07dce3b
chore
2024-08-14 10:10:45 +02:00
Fredrik Burmester
0dc32d58cf
chore
2024-08-14 10:10:15 +02:00
Fredrik Burmester
e56c3e5c97
fix: error message
2024-08-14 10:10:07 +02:00
Fredrik Burmester
bd8bf8349f
fix: move cast button + ask user which device to play on
2024-08-14 10:09:59 +02:00
Fredrik Burmester
ede390e74b
fix: design
2024-08-14 10:09:20 +02:00
Fredrik Burmester
0eca453c9a
fix: try to improve download speed
2024-08-14 08:59:43 +02:00
Fredrik Burmester
65838034b6
fix: design
2024-08-14 08:59:25 +02:00
Fredrik Burmester
e715b3daa4
fix: design
2024-08-14 08:59:21 +02:00
Fredrik Burmester
37b7fc1c20
fix: report pause playback on pause
2024-08-14 08:59:17 +02:00
Fredrik Burmester
9ee30ff1ce
feat: more bitrate options
2024-08-14 08:58:53 +02:00
Fredrik Burmester
026a286ebf
fix: re-fetch hls stream url on sub change
2024-08-14 08:58:42 +02:00
Fredrik Burmester
e522e1dcc0
chore: deps
2024-08-14 08:13:29 +02:00
Fredrik Burmester
a80e065cdb
fix: formatting of specials season number
2024-08-14 08:13:14 +02:00
Fredrik Burmester
f4f2d37aea
fix: add headers to hls stream url
2024-08-14 08:13:02 +02:00
Fredrik Burmester
e65ed3db0e
fix: text
2024-08-13 21:00:33 +02:00
Fredrik Burmester
cb9dfe2c83
feat: app store link
2024-08-13 21:00:08 +02:00
Fredrik Burmester
bc4b07c76b
fix: padding
2024-08-13 20:29:40 +02:00
Fredrik Burmester
150eb1809f
feat: prev/next episode buttons
2024-08-13 20:26:02 +02:00
Fredrik Burmester
8afe7dc5e4
chore: version
2024-08-13 20:25:50 +02:00
Fredrik Burmester
855e00a676
fix: refactor
2024-08-13 20:25:30 +02:00
Fredrik Burmester
5289c0519f
chore: update readme
2024-08-13 16:43:58 +02:00
Fredrik Burmester
4b1eb2218f
fix: invalid config
2024-08-13 16:43:50 +02:00
Fredrik Burmester
a99e7b950e
fix: pip
2024-08-13 16:21:56 +02:00
Fredrik Burmester
51fc2a0edb
chore: versions
2024-08-13 16:02:47 +02:00
Fredrik Burmester
3a13503d1d
fix: enable background playback
2024-08-13 16:01:52 +02:00
Fredrik Burmester
2fdf90ab4b
fix: enable background play
2024-08-13 16:00:50 +02:00
Fredrik Burmester
6fed0c1c77
fix: change colors
2024-08-13 16:00:43 +02:00
Fredrik Burmester
ee7ff3444e
chore: todo
2024-08-13 16:00:39 +02:00
Fredrik Burmester
dec175a300
fix: route to download page
2024-08-13 16:00:26 +02:00
Fredrik Burmester
27099d3184
fix: improve pause/play logic
2024-08-13 16:00:07 +02:00
Fredrik Burmester
bfad77dd7a
fix: change color to purple
2024-08-13 15:59:34 +02:00
Fredrik Burmester
74a33f8f82
fix: update download list when a download is finished
2024-08-13 15:59:27 +02:00
Fredrik Burmester
75de878618
fix: show loader for videos but not music
2024-08-13 14:41:37 +02:00
Fredrik Burmester
9628285701
fix: remove parsing of the url
2024-08-13 14:00:18 +02:00
Fredrik Burmester
b206be6bcf
chore: version
2024-08-13 13:36:04 +02:00
Fredrik Burmester
656d4ba46b
Merge branch 'feat/audio-select'
2024-08-13 13:27:09 +02:00
Fredrik Burmester
b1025c81ae
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
2024-08-13 13:26:33 +02:00
Fredrik Burmester
b05b43c12e
feat: poster
2024-08-13 13:26:31 +02:00
Fredrik Burmester
11f9d0fe33
feat: support audio streams
2024-08-13 13:26:27 +02:00
Fredrik Burmester
0498f2e718
chore: version
2024-08-13 11:29:40 +02:00
Fredrik Burmester
077f99fd46
fix: display any collection
...
fixes #21
2024-08-13 11:29:33 +02:00
Fredrik Burmester
3e433afd4d
Update issue templates
2024-08-13 10:13:41 +02:00
Fredrik Burmester
3e1fd5a0ad
chore: deps & versions
2024-08-13 10:00:04 +02:00
Fredrik Burmester
0ae8a0a58c
fix: change text to remove the word Jellyfin
...
Because apple denied my app because of it
2024-08-13 09:59:55 +02:00
Fredrik Burmester
34d9392a8b
feat: enable screen rotation
2024-08-13 09:59:25 +02:00
Fredrik Burmester
1b463382c5
chore
2024-08-13 09:15:23 +02:00
Fredrik Burmester
cc72186a80
feat: audio and subtitle picker
2024-08-12 22:24:51 +02:00
Fredrik Burmester
65837cd303
Merge branch 'master' into feat/audio-select
2024-08-12 20:45:49 +02:00
Fredrik Burmester
d5ee79d740
wip
2024-08-12 19:38:17 +02:00
Fredrik Burmester
040ef3b79a
Merge branch 'master' into feat/audio-select
2024-08-12 19:26:48 +02:00
Fredrik Burmester
07c0f81f36
Merge branch 'master' into feat/audio-select
2024-08-12 19:17:52 +02:00
Fredrik Burmester
a62e5d24da
wip
2024-08-12 19:09:56 +02:00