Jamal
9bb9879dc4
Add german translation
2025-11-14 23:46:34 +01:00
edde746
0101dbde71
fix: make media controls follow app lifecycle
2025-11-14 23:10:05 +01:00
edde746
a618218828
feat: respect per media language preference
2025-11-14 22:27:12 +01:00
edde746
173ab59007
refactor: remove unnecessary background mode
2025-11-14 22:02:49 +01:00
edde746
0b9998ddff
fix: don't crop subtitles
2025-11-14 19:26:04 +01:00
Jovan
415cb90af2
fix
2025-11-14 23:37:25 +08:00
Jovan
0da4b11f17
rename file
2025-11-14 23:34:42 +08:00
Jovan
6c41e09214
i18n(zh): minor fixes
2025-11-14 23:32:17 +08:00
Jovan
d37195e01e
add zh i18n
2025-11-14 23:27:21 +08:00
copilot-swe-agent[bot] and Doezer
ed7c47b3db
Add buffering spinner to video player
...
Co-authored-by: Doezer <11655673+Doezer@users.noreply.github.com >
2025-11-14 07:57:37 +01:00
copilot-swe-agent[bot]
7dbe5db11c
Initial plan
2025-11-14 07:57:37 +01:00
Doezer
44a20e9e33
Merge pull request #7 from Doezer/copilot/add-sanity-checks-ci
...
Added clean before pub get + applied suggestion
2025-11-14 07:41:31 +01:00
Doezer
6d3b686524
Added clean before pub get + applied suggestion
2025-11-14 07:37:19 +01:00
Doezer
855a70e91e
Merge branch 'edde746:main' into main
2025-11-14 07:13:37 +01:00
edde746
d2bd3b8ae6
Merge pull request #100 from Doezer/doezer/run-dart-format
...
Format files with dart format
2025-11-14 00:23:53 +01:00
edde746
30461f3668
Merge pull request #99 from Doezer/doezer/fix-nl-translations
...
Add NL translations for remove from continue watching
2025-11-14 00:21:24 +01:00
Doezer
92fa64cfc7
Merge pull request #4 from Doezer/copilot/add-sanity-checks-ci
...
Add CI sanity checks for code quality validation
2025-11-13 23:24:00 +01:00
copilot-swe-agent[bot] and Doezer
ce5e5d7f94
Clarify documentation: explain generated file exclusions
...
Co-authored-by: Doezer <11655673+Doezer@users.noreply.github.com >
2025-11-13 22:07:01 +00:00
Doezer and Copilot
fd64f26c5e
Update .github/workflows/ci.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-13 23:04:06 +01:00
copilot-swe-agent[bot] and Doezer
aeeacfc84b
Add comprehensive CI sanity checks and documentation
...
Co-authored-by: Doezer <11655673+Doezer@users.noreply.github.com >
2025-11-13 22:57:32 +01:00
Doezer
95a15a07cc
Merge pull request #6 from Doezer/doezer/run-dart-format
...
Ran dart format using this pwsh command
2025-11-13 22:56:08 +01:00
Doezer
3366ed02f5
Ran dart format using this pwsh command
...
$FILES = Get-ChildItem -Path lib, test -Recurse -Filter "*.dart" -File -ErrorAction SilentlyContinue | Where-Object { $_.Name -notmatch '\.(g|freezed)\.dart$' } | Select-Object -ExpandProperty FullName; if (-not $FILES) { Write-Host "No Dart files found to format"; exit 0 } else { dart format --output=write --set-exit-if-changed $FILES }
2025-11-13 22:53:31 +01:00
Doezer
6cfc939941
Merge pull request #5 from Doezer/doezer/fix-nl-translations
...
Add NL translations for remove from continue watching
2025-11-13 22:39:14 +01:00
Doezer
29bfb70cc9
Add NL translations for remove from continue watching
2025-11-13 22:37:28 +01:00
edde746
fd0f3f2241
Merge pull request #98 from Doezer/doezer/remove-from-continue-watching
...
feat: Add functionality to remove items from Continue Watching
2025-11-13 20:01:01 +01:00
Doezer
b25ab0da8d
Merge branch 'main' into doezer/remove-from-continue-watching
2025-11-13 19:25:17 +01:00
9be219ce15
feat: Add functionality to remove items from Continue Watching
...
- Updated the DiscoverScreen to include a callback for removing items from Continue Watching.
- Enhanced MediaCard to accept a new callback for removing items from Continue Watching.
- Modified MediaContextMenu to handle the removal of items from Continue Watching without affecting their watched status or progress.
- Updated dependencies in pubspec.lock to their latest versions.
Co-authored-by: Doezer <11655673+Doezer@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2025-11-13 19:07:31 +01:00
edde746
e86f093470
Merge pull request #97 from Tazi0/feature/dutch-translations
...
feat: Dutch translations
2025-11-13 10:56:19 +01:00
Tazio
5fbdbe3595
fix: search screen translations
2025-11-13 09:03:09 +01:00
Tazio
0d5873171b
feat: Dutch translations
2025-11-13 08:54:12 +01:00
edde746
4845d2e659
fix: add missing language in settings
2025-11-12 19:00:35 +01:00
edde746
01857a1c05
Merge branch 'feature/more-detail-in-media-screen'
2025-11-12 18:06:44 +01:00
edde746
e01ac6d03b
fix: make cast scrollable on desktop
...
and translate cast text
2025-11-12 18:06:23 +01:00
edde746
12192c96c7
refactor: two column auth screen
2025-11-12 17:54:25 +01:00
Tazio
bc741a1310
refactor: move cast below seasons
2025-11-12 09:23:56 +01:00
ComicalHysteria
0cbb5d6e8b
Merge pull request #2 from ComicalHysteria/copilot/move-qr-code-second-column
...
Move QR code to second column for TV visibility
2025-11-11 16:39:15 -06:00
copilot-swe-agent[bot] and ComicalHysteria
b9c5d827bb
Move QR code to second column for TV visibility
...
Co-authored-by: ComicalHysteria <16730495+ComicalHysteria@users.noreply.github.com >
2025-11-11 22:34:56 +00:00
copilot-swe-agent[bot]
3cfb676b55
Initial plan
2025-11-11 22:31:16 +00:00
ComicalHysteria
ecfd4ca1b8
Merge branch 'edde746:main' into main
2025-11-11 16:28:03 -06:00
Tazio
d2ebc2b165
fix: more height for cast
2025-11-11 15:03:02 +01:00
Tazio
3853ffb1aa
fix: plex role optional id
2025-11-11 14:56:00 +01:00
Tazio
9514bbb5d6
Merge remote-tracking branch 'upstream/main' into feature/more-detail-in-media-screen
2025-11-11 14:42:40 +01:00
edde746
fdad9549b6
fix: ios media controls
2025-11-11 14:21:18 +01:00
edde746
6e06244b1c
i18n(it): minor fixes
2025-11-10 21:23:46 +01:00
fixx1983
57ca53b9a6
Create strings_it.i18n.json
2025-11-10 21:16:00 +01:00
edde746
a878a9a512
fix: respect library home screen exclusion
2025-11-10 11:08:36 +01:00
edde746
94bf264b07
docs: contributing
2025-11-10 10:20:20 +01:00
edde746
f828ee926b
refactor: fix warnings
2025-11-10 10:17:14 +01:00
edde746
0c102ff3a3
refactor: reduce requests made for playback
2025-11-10 10:13:01 +01:00
edde746
995f0d006d
feat: i18n
2025-11-10 10:02:34 +01:00