Schnitzel5
5a6552e6f6
local folders now also scans for subtitles
...
- added help button to show an example of a local folder
2025-09-05 21:33:22 +02:00
Schnitzel5
958ae0b448
added option to turn on/off mpv hardware acceleration
2025-08-28 16:41:43 +02:00
Moustapha Kodjo Amadou
600a699708
feat: Add use sourceId property if not null to get source model
2025-08-28 12:12:23 +01:00
Schnitzel5
790519fcae
fixed ShareX for iPad
...
https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus/share_plus#ipad
2025-08-27 01:40:31 +02:00
Schnitzel5
da7161e199
-
2025-08-27 00:02:42 +02:00
Schnitzel5
e2ddcf1ffe
add option to download online subtitles
...
- button appears for downloaded and local entries
- added app logging class
2025-08-27 00:01:18 +02:00
Moustapha Kodjo Amadou
a061129b86
Merge pull request #560 from Schnitzel5/feature/subtitle-search
...
added subtitles search
2025-08-26 20:04:10 +01:00
Schnitzel5
a7b9231eda
fixed local subtitles
2025-08-26 02:40:39 +02:00
Moustapha Kodjo Amadou
3a577a4c9e
Add fixed versions packages of isar_generator and hive_generator to avoid the Analyzer plugin error
2025-08-25 13:21:37 +01:00
Schnitzel5
42c3f87811
small bug fix
2025-08-23 21:58:32 +02:00
Schnitzel5
9278b6f8af
added subtitles search
2025-08-23 21:55:01 +02:00
Schnitzel5
72dd2d7661
removed iOS PiP
2025-08-07 23:56:27 +02:00
Schnitzel5
20c943e5fc
testing iOS Picture-in-Picture
...
implementation from [PR #206 ](https://github.com/media-kit/media-kit/pull/206 )
2025-08-07 21:37:46 +02:00
Schnitzel5
715f077c13
added calendar
2025-08-06 16:44:12 +02:00
Schnitzel5
6e9b882b83
added custom buttons to backup
2025-08-06 04:01:00 +02:00
Schnitzel5
1db55b8018
fixed android screen
...
- adjusted show_text
- fixed exception for android update screen
2025-08-06 03:05:41 +02:00
Schnitzel5
608fc525fb
Discord RPC now shows correct position / duration
2025-08-06 00:03:05 +02:00
Schnitzel5
0fea3ab84e
switched to lua scripts
2025-08-01 02:57:05 +02:00
Schnitzel5
f25233182a
removed unused imports
2025-07-31 19:58:41 +02:00
Schnitzel5
d368e908fe
fix storage permission
2025-07-31 03:44:19 +02:00
Schnitzel5
afee5926dc
added more player customizations
...
- added navigation button if an entry is already being tracked
- added option to calibrate soft subtitles
2025-07-31 01:58:18 +02:00
Schnitzel5
d7c59fe16b
added mpv stats
2025-07-30 03:23:15 +02:00
Schnitzel5
4682ab3577
added custom buttons
2025-07-28 23:42:55 +02:00
Schnitzel5
1f0938fab9
adding custom buttons
2025-07-28 02:24:32 +02:00
Schnitzel5
5e1e526785
added video chapter timestamps
2025-07-27 02:44:04 +02:00
Schnitzel5
163bc9cec9
added more shaders
2025-07-26 02:03:44 +02:00
Schnitzel5
38728ce0cb
Merge branch 'temp/mpv-anime4k' into feature/mpv-anime4k
2025-07-24 22:31:58 +02:00
Schnitzel5
1450641f16
added mpv config for Anime4K
2025-07-24 22:25:14 +02:00
Moustapha Kodjo Amadou
41dbb556ba
Merge pull request #531 from NBA2K1/main
...
Fix regression: restore fullscreen exit logic on desktop
2025-07-24 09:54:46 +01:00
NBA2K1
83934d7f35
Fix iOS and Android
...
The initialization of discordRPC on iOS and Android was leading to a grey screen (UnimplementedError), preventing the app to paint the Flutter UI.
The flutter_discord_rpc is only available on macOS, Linux and Windows.
2025-07-24 01:45:58 +02:00
NBA2K1
b388c5fedd
re-add removed check in dispose
...
This was unintentionally removed in d21dbbbc .
This caused fullscreen mode to persist when the user exited the anime player view before the video had started loading.
The fullscreen now correctly exits in the dispose method for desktop platforms again.
2025-07-23 22:45:37 +02:00
Schnitzel5
5932cf44f2
added sync for settings
...
- added option to toggle sync for history, update and settings
2025-07-21 23:37:51 +02:00
Moustapha Kodjo Amadou
e290e0ad4a
Merge branch 'main' into feature/discord-rpc
2025-07-21 09:33:45 +01:00
Moustapha Kodjo Amadou
936a91403b
Merge pull request #520 from NBA2K1/better-UX
...
Improved UX for Migration, Anime Playback & Navigation
2025-07-21 09:14:41 +01:00
Moustapha Kodjo Amadou
539fd186cb
Merge pull request #519 from NBA2K1/Properly-dispose
...
Properly dispose
2025-07-19 15:30:59 +01:00
Schnitzel5
d139042241
added discord rpc
2025-07-18 01:02:59 +02:00
Schnitzel5
230f9c59a3
changed seekbar behavior
2025-07-15 01:52:15 +02:00
NBA2K1
00462f3066
dispose!
2025-07-13 01:24:14 +02:00
NBA2K1
f3ef7791a6
Save lastPageRead before system kills app
...
If the app is going to background or is about to be killed, the lastPageRead value is going to be saved, so the progress is not lost if the user leaves the app and the system kills it.
2025-07-12 20:31:19 +02:00
NBA2K1
775e51e617
AnimePlayer: click on anywhere to play/pause
...
Just like on YouTube.
2025-07-12 20:22:09 +02:00
NBA2K1
7a5c25b94f
dispose
2025-07-12 20:10:04 +02:00
Moustapha Kodjo Amadou
8eaeca2123
Add subtitle support for video downloads and playback
2025-07-09 13:11:04 +01:00
NBA2K1
8aea458033
remove redundant import
2025-07-06 16:48:45 +02:00
Schnitzel5
bd17e1e9eb
adjusted sync features
2025-07-04 02:24:01 +02:00
NBA2K1
4a986d4c15
Remove check
...
- Remove the enableAniSkipStateProvider check, because it is already being checked by the caller (anime_player_view.dart, initState() line 353).
- Change ref.watch() to ref.read() as the user cannot change its value without exiting the video player. ref.watch() is meant to be used within reactive contexts.
2025-06-30 18:01:58 +02:00
NBA2K1
a97f68d94d
comment for more clarity
2025-06-27 21:05:11 +02:00
NBA2K1
fbdbbe9766
Update _setSkipPhase()
...
Setting a `ValueNotifier` to the same value still triggers its listeners.
Only update `_skipPhase.value`, when it really changs.
2025-06-27 19:22:31 +02:00
NBA2K1
d21dbbbc6b
Fix Fullscreen mode
2025-06-27 08:35:01 +02:00
NBA2K1
e9dfb516ab
unify position stream listeners
...
Collapse three `.position.listen` callbacks into a single
subscription to reduce per‑tick overhead and centralize all
position‑driven updates (current position, subtitle/audio init,
and skip‑phase logic) in one handler.
2025-06-27 01:52:50 +02:00
NBA2K1
43c90a7777
collapse the many nested builders
...
flatten builders into a single ValueListenableBuilder.
2025-06-27 00:20:01 +02:00