edde746
9af87d2e02
refactor: wrap buttons in semantics
2025-11-18 14:44:00 +01:00
Manuel Cortez
6417a37366
Added semantics to app bar's back button. Fixed conflicts
2025-11-17 23:12:42 -06:00
Manuel Cortez
2f307ee613
added proper semantic labels to media cards
2025-11-17 22:29:08 -06:00
edde746
3030bac32b
refactor: fix warnings
2025-11-17 00:29:12 +01:00
edde746
1e12897c8a
refactor: deduplicate
2025-11-17 00:21:57 +01:00
edde746
9501831691
refactor: format
2025-11-16 23:57:32 +01:00
edde746
a6927f0edf
refactor: consolidate duration format
2025-11-16 23:53:11 +01:00
edde746
a952ab0a00
refactor: deduplicate & other code quality fixes
2025-11-16 22:42:04 +01:00
edde746
0c23de9ede
feat: library overhaul
...
add collections, library specific home screen, and more
2025-11-16 20:53:59 +01:00
Manuel Cortez
931bc9b931
Added semantic labels to media player controls
2025-11-15 22:17:04 -06:00
Manuel Cortez
3f4d5c2923
video_control_button: sets a semantic label properly for IconButtons
2025-11-15 22:07:30 -06:00
Jamal
8ee2b7cfe1
Added more missing translations
2025-11-15 12:51:57 +01:00
edde746
f14ed7d762
chore: format
2025-11-15 04:08:57 +01:00
edde746
2324590175
feat: playlists
2025-11-15 04:07:08 +01:00
edde746
a618218828
feat: respect per media language preference
2025-11-14 22:27:12 +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
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
995f0d006d
feat: i18n
2025-11-10 10:02:34 +01:00
Tazio
15dd8f813a
fix: change skip credit to Next Episode
...
convenience is king
2025-11-09 13:14:01 +01:00
Tazio
cb4a446509
feat: Skip intro and credit
...
These are based on chapters
2025-11-09 13:01:32 +01:00
edde746
3f40007f03
feat: throttle seeking commands
2025-11-07 02:16:07 +01:00
edde746
60a84380a6
feat: external subtitle support
2025-11-06 10:36:26 +01:00
edde746
2571a6c38b
refactor: adjust video controls button sizes
2025-11-05 20:16:12 +01:00
edde746
8b6052d97b
feat: rotation lock
2025-11-05 16:46:31 +01:00
edde746
155ac2042e
feat: audio device selector
2025-11-05 15:00:17 +01:00
edde746
1c7fccdd6b
feat: persist volume
2025-11-05 14:50:13 +01:00
edde746
c15bc6d4c2
feat: subtitle delay config
2025-11-05 14:43:05 +01:00
edde746
4888d125e4
refactor: merge video controls into one sheet
2025-11-05 14:22:24 +01:00
edde746
1c8d36f0e9
feat: configurable audio delay
2025-11-05 14:15:14 +01:00
edde746
6e58f26ee4
refactor: move fullscreen button into controls
2025-11-05 14:03:30 +01:00
edde746
b30c9c6420
refactor: split up video controls
2025-11-05 13:52:21 +01:00
edde746
cef1e38f6d
Merge branch 'sleep-timer-47'
2025-11-05 13:29:45 +01:00
edde746
00c02730d7
refactor(sleep timer): remove default styling
2025-11-05 13:29:32 +01:00
edde746
bb97e5a418
feat: list mode
2025-11-05 13:26:02 +01:00
Sam Matthews
00da8a23e3
feat: sleep timer
...
- default timer values in settings
- extend timer function
- pauses playback when done and shows popup
2025-11-05 11:28:51 +00:00
edde746
0817153f4b
feat: shuffle play button on media detail screen
2025-11-05 12:20:52 +01:00
edde746
844965e051
refactor: fix warnings
2025-11-05 11:03:35 +01:00
edde746
60ba1b1570
feat: video fill modes
2025-11-05 11:00:22 +01:00
edde746
6243195b21
feat: shuffle play
2025-11-05 07:28:23 +01:00
edde746
8d8423d136
refactor: move library actions to context menu
2025-11-05 07:09:58 +01:00
edde746
03495b1ea3
refactor: deduplicate sort widget
2025-11-04 20:49:25 +01:00
Sam Matthews
2ac3555567
Merge main into issue-20: Combine music filtering with library ordering
2025-11-04 16:04:31 +00:00
Sam Matthews
1ec9fbcc02
Hide music libraries from app (Issue #20 )
...
- Filter out artist-type libraries in libraries_screen.dart
- Add safety check in media_card.dart to prevent music playback attempts
- Filter music content from getOnDeck() and getRecentlyAdded() in plex_client.dart
Music libraries are now hidden throughout the app since music playback
is not yet supported. This focuses the app on video content (movies and TV shows).
2025-11-04 15:49:00 +00:00
edde746
65057750f7
feat: file version picker
2025-11-04 10:28:37 +01:00
edde746
1c67fa3998
feat: mobile double tap rewind/skip
2025-11-04 09:26:03 +01:00
edde746
f1a5493aeb
feat: higher playback speed options
...
add 2.5x and 3x speed options
2025-11-04 08:52:47 +01:00
edde746
770cb6b744
feat: customizable seek durations
2025-11-04 08:26:05 +01:00
edde746
f0035d1335
fix: seek time overflow
2025-11-04 08:02:00 +01:00
edde746
1f59374f62
feat: library hiding
2025-11-04 07:45:24 +01:00
edde746
781aa4640e
fix: support pin protected profiles
2025-11-04 04:44:22 +01:00