edde746
449c5b055f
Merge pull request #102 from ulovecode/main
...
add zh i18n
2025-11-15 01:09:07 +01:00
Jovan
a38513db56
fix code
2025-11-15 08:08:03 +08:00
edde746
b06609a829
fix: android mpv hashes
2025-11-15 01:03:23 +01:00
edde746
c9b4a08072
Merge pull request #105 from jamal2362/main
...
Add german translation
2025-11-15 00:45:23 +01:00
edde746
e6b699c976
fix: better connection selection
2025-11-15 00:42:45 +01:00
edde746
831552d5b8
refactor: better log redaction
2025-11-15 00:30:04 +01:00
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
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
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
edde746
a607904a35
fix: better server selector errors
2025-11-09 21:24:44 +01:00
edde746
7fbd320fa7
fix: full refresh on profile switch
2025-11-09 16:52:00 +01:00
Tazio
1043db2fb8
feat: display roles
2025-11-09 15:57:33 +01:00
Tazio
41194f2807
feat: add critic and audience score
2025-11-09 15:50:59 +01:00