Schnitzel5
c73e1f3800
Merge branch 'feature/mpv-anime4k' into enhance/mpv
2025-07-31 02:01:23 +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
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
NBA2K1
e6302d7d67
Allow OAuth model to save used clientId
2025-07-25 21:32:19 +02:00
Schnitzel5
6be2775fee
added filler, thumbnail and description info to chapter list
2025-07-25 20:08:51 +02:00
Schnitzel5
3dae39a86c
+
2025-07-24 23:16:35 +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
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
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
Schnitzel5
d139042241
added discord rpc
2025-07-18 01:02:59 +02:00
NBA2K1
00462f3066
dispose!
2025-07-13 01:24:14 +02:00
Moustapha Kodjo Amadou
b2fa09c214
Merge pull request #510 from NBA2K1/pagePreload-Slider
...
Changed the "Page preload amount" Setting to be a Slider
2025-07-08 14:01:43 +01:00
NBA2K1
c7300797dc
Update reader_screen.dart
2025-07-06 21:40:34 +02:00
NBA2K1
43068bdd82
bulk write instead of one-by-one
...
reduces IO-operations.
2025-07-06 19:55:42 +02:00
NBA2K1
ce888c162e
reduce code duplication
2025-07-06 18:37:35 +02:00
Schnitzel5
6baecaa59b
bug fixes
2025-07-06 03:31:27 +02:00
Schnitzel5
d39a3129cd
Merge branch 'temp/sync-server' into rework/sync-server
2025-07-05 03:00:01 +02:00
Schnitzel5
e1cecd8e37
reworked sync
2025-07-05 02:58:42 +02:00
Schnitzel5
bd17e1e9eb
adjusted sync features
2025-07-04 02:24:01 +02:00
Schnitzel5
c680427c0c
added option to disable merged library navigation
2025-07-03 02:44:15 +02:00
Schnitzel5
92c167d585
merged trackers together and added search
2025-06-22 23:17:55 +02:00
Schnitzel5
06ca441644
added Kitsu and Anilist
2025-06-15 21:08:34 +02:00
Schnitzel5
5dff4a1aa3
added two-way tracking
2025-06-09 02:26:31 +02:00
Schnitzel5
e994d3230a
+
2025-06-08 19:11:31 +02:00
Moustapha Kodjo Amadou
183e88ebd0
Merge pull request #484 from NBA2K1/main
...
Fixes, Refactors, and Async Improvements
2025-06-07 13:37:57 +01:00
NBA2K1
fecda49373
Merge Provider => Remove Code Duplication
...
Merge `fetchMangaSourcesListProvider`, `fetchAnimeSourcesListProvider` and `fetchNovelSourcesListProvider` into a single Provider, `FetchItemSourcesListProvider`, reducing code duplication.
2025-06-07 03:24:39 +02:00
Schnitzel5
a0ebe46fa0
added option to change hwdec
2025-06-07 01:46:30 +02:00
Moustapha Kodjo Amadou
4d27a2c0e3
fix #468
2025-06-02 11:41:12 +01:00
Moustapha Kodjo Amadou
1c256f884d
fix
2025-06-02 10:37:01 +01:00
Moustapha Kodjo Amadou
80efee40d1
dart format
2025-05-30 17:43:42 +01:00
Schnitzel5
e29470308c
fixed repo check for deep links
2025-05-14 23:00:24 +02:00
Schnitzel5
49914c5a53
added JSON structure check for repos
2025-05-13 16:03:21 +02:00
Moustapha Kodjo Amadou
f651d460d7
update d4rt to 0.0.2 & some fixes
2025-05-10 14:54:06 +01:00
Schnitzel5
24c4c89418
Merge branch 'temp/epub' into feature/epub
2025-05-07 22:25:11 +02:00
NBA2K1
73e7ad05f9
Fix MyAnimeList expiresIn retrieval
...
Remove incorrect expiresIn calculation in `OAuth.fromJson`. The `login()`
function of the MyAnimeList class already sets expiresIn as an absolute timestamp in milliseconds.
Multiplying by 1000 and adding the current timestamp in fromJson caused
expiresIn to be inflated, making the expiration check in `_getAccessToken()`
always false, skipping token refresh and returning an invalid token.
2025-05-04 22:36:54 +02:00
Enbiya Olgun
b6ff9fe141
Update custom_navigation_settings.dart
...
No need for SingleChildScrollView, because ReorderableListView already is scrollable
2025-04-28 21:03:41 +02:00
Enbiya Olgun
c799c3451c
rearranged Code
...
- New SettingsSection class to remove code duplication
- Moved the big ListTile+Dialog blocks in their own private methods:
_buildLanguageTile(),
_buildFontTile(),
_buildRelativeTimestampTile(),
_buildDateFormatTile()
2025-04-28 21:02:06 +02:00
Enbiya Olgun
7690f2cae1
FollowSystemThemeButton rearrangement
...
Show the FollowSystemThemeButton always on first positon, whether ON or OFF.
Before, the FollowSystemThemeButton was on first position if it was ON and in second position if it was OFF (DarkModeButton took the first position)
2025-04-28 18:52:20 +02:00
Schnitzel5
77b912d40e
added download all option
2025-04-28 15:03:45 +02:00
Schnitzel5
479a89042e
Merge branch 'temp/optimize' into optimize
2025-04-22 22:42:46 +02:00
Enbiya Olgun
2446756552
moved super() call of initState to top of method
2025-04-22 04:57:52 +02:00
Enbiya Olgun
ffd776dbf1
tidy up main.dart and move theme handling to provider
...
removed code duplication
2025-04-22 03:53:28 +02:00
Schnitzel5
454445ad25
fixed auto theme
2025-04-08 23:39:17 +02:00
NBA2K1
fcc6aa0f7f
Localized messages are generated into source.
...
https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source
The flutter tool will no longer generate a synthetic package:flutter_gen or modify the package_config.json of the app.
Applications or tools that referenced package:flutter_gen should instead reference source files generated into the app's source directory directly.
2025-04-03 01:27:24 +02:00
Moustapha Kodjo Amadou
5ef6963edc
implement conditional display of DarkModeButton based on system theme preference
2025-03-27 15:54:19 +01:00
Schnitzel5
3b2e6f9fcc
fixed archive bug
2025-03-26 23:46:42 +01:00
Schnitzel5
17c18bd79a
added follow system theme
2025-03-24 21:33:01 +01:00
Schnitzel5
301220a6a4
added default subtitle lang + statistics screen
2025-03-10 00:02:06 +01:00
Moustapha Kodjo Amadou
5329f37809
+
2025-03-09 12:26:36 +01:00
Moustapha Kodjo Amadou
80425a4cfe
improve
2025-03-09 12:24:19 +01:00
Moustapha Kodjo Amadou
2eb4545082
refactor: replace ListView with SuperListView across multiple widgets
2025-03-09 12:02:38 +01:00
Schnitzel5
b1636ad710
added chapter preview to migration
2025-03-02 21:21:17 +01:00
Schnitzel5
17128cccbd
added options to migrate sources and clean the database
2025-03-02 01:22:41 +01:00
Moustapha Kodjo Amadou
3e401c8af2
dart format
2025-02-23 15:31:49 +01:00
Schnitzel5
dec2968921
optimized sync for library update
2025-02-15 17:30:38 +01:00
Schnitzel5
80bdfe7ee7
adjusted button positions
2025-02-14 21:52:34 +01:00
Schnitzel5
52eb0a903b
sync bot toasts are more concise
2025-02-14 15:51:19 +01:00
Schnitzel5
7b00d0f7e4
finished snapshots and added auto sync
2025-02-13 23:41:26 +01:00
Schnitzel5
815ccbc19a
+
2025-02-13 15:54:45 +01:00
Schnitzel5
00229ef5d0
enhanced sync feature
2025-02-12 23:59:39 +01:00
Schnitzel5
aa946c9d51
enhanced sync feature
2025-02-12 19:13:16 +01:00
Moustapha Kodjo Amadou
8384bcad51
co-written with @Schnitzel5 : update source fetching methods to utilize repositories
2025-02-12 11:04:46 +01:00
Moustapha Kodjo Amadou
6e886a6276
refactor
2025-01-30 17:34:41 +01:00
Moustapha Kodjo Amadou
00b2e5fa31
improve custom navigation settings
2025-01-30 15:51:17 +01:00
Schnitzel5
cccf4b65cd
reversed the switch to be more clear if the navigation is toggled
2025-01-25 21:32:18 +01:00
Schnitzel5
235db734d2
allow user to reorder and toggle each navigation item
2025-01-25 21:15:36 +01:00
Schnitzel5
7bc3061485
+
2025-01-24 00:25:11 +01:00
Moustapha Kodjo Amadou
c4b153f60c
refactor: replace Container with Badge for item count display and move hide items in appearance settings
2025-01-17 17:57:43 +01:00
Schnitzel5
380bea2249
Merge branch 'main' into novel/font-size
2025-01-01 00:35:43 +01:00
kodjomoustapha
7cf5614bb5
refactor: rename backup and restore to data and storage, update related imports and UI elements
2024-12-31 09:47:28 +01:00
Schnitzel5
7214689072
add bottom bar to adjust font size
2024-12-26 23:41:21 +01:00
kodjomoustapha
87ba9d1291
fix
2024-12-24 11:51:53 +01:00
Schnitzel5
478c0ba45c
option to hide certain UI elements + new backup version
2024-12-22 20:31:41 +01:00
Schnitzel5
3bc85cf5aa
saving novel chapter progress + removed sync for now
2024-12-21 21:18:21 +01:00
kodjomoustapha
a41ccaff22
fix & reformat
2024-12-20 10:15:15 +01:00
Yegor Shovkun
adbd1529f7
fix: cs fix (reformat with 120 line length)
2024-12-14 12:38:56 +02:00
kodjomoustapha
4748f3c699
fix
2024-12-13 10:31:57 +01:00
kodjomoustapha
1457b05b81
Reapply "Merge pull request #332 from NBA2K1/main"
...
This reverts commit 645bda03f3 .
2024-12-13 10:09:11 +01:00
kodjomoustapha
645bda03f3
Revert "Merge pull request #332 from NBA2K1/main"
...
This reverts commit a15d989656 , reversing
changes made to b4cf59a275 .
2024-12-12 18:22:52 +01:00
NBA2K1
2ae03021ad
File path fixes (Issue #331 )
...
- Instead of manually concatenating filepathes, it's using the path.join() function now.
- switched some if conditions, that had nothing in the if block, but in the else block, removing the redundant else block.
2024-12-10 00:35:09 +01:00
Schnitzel5
72a324ea7f
add auto fullscreen option to anime player
2024-11-24 23:59:53 +01:00
kodjomoustapha
ee1529be24
update
2024-11-20 17:59:12 +01:00
Philip Duong
64e04b673b
added password requirement
2024-11-19 22:33:03 +01:00
kodjomoustapha
85d58da1f5
rm
2024-09-22 00:51:50 +01:00
Schnitzel5
b412877886
improved sync feature
2024-09-08 03:13:58 +02:00
Schnitzel5
a90696ddad
added hash check back
2024-09-04 20:41:42 +02:00
Schnitzel5
82a18101fe
testing first version of sync feature
2024-09-04 14:37:36 +02:00
kodjomoustapha
b10c3f3a22
misc changes
...
- remove cronet_http & cupertino_http
- use rhttp package as default http client
- fix #198 #200 crashes on multiple downloads
- fix #162 #102 unable to download with forbidden characters in the name (as it is fixed this can cause reading problems concerning chapters downloaded before this version)
- now supports all features on all platforms such as VPNs and HTTP proxies thanks to rhttp package
2024-08-21 13:30:13 +01:00
kodjomoustapha
5a4de638b4
feat(setting) add use native http client
2024-08-03 07:37:55 +01:00
kodjomoustapha
7741beb8ac
feat: add custom streaming torrent
2024-07-16 17:45:36 +01:00
kodjomoustapha
98612f3511
some fix, add use libass feature
2024-07-10 10:18:54 +01:00
kodjomoustapha
5f8344b2b3
fix cropBorders
2024-05-29 17:55:05 +01:00
kodjomoustapha
6ed57e2e44
rm
2024-05-27 09:26:30 +01:00
kodjomoustapha
2f11f495ac
some fixes
2024-05-22 18:41:53 +01:00
kodjomoustapha
41320cdeae
+
2024-05-14 13:16:06 +01:00