Commit graph

28 commits

Author SHA1 Message Date
NBA2K1
69df87ff0e Merge two identical providers
Merge `isLongPressedMangaStateProvider` and `isLongPressedStateProvider`

Both providers do the same thing and it is impossible to change the value of the provider in different places in the app at the same time.

So just use one `isLongPressedStateProvider`. Reduces code duplication and there is no confusion about which one to use.
2025-07-29 14:02:48 +02:00
NBA2K1
ae1d158264 Combine two identical classes
Combine MangasSetIsReadState and MangasSetUnReadState to reduce code duplication.
2025-07-28 16:08:13 +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
NBA2K1
57143bca2b bulk write instead of one-by-one
reduces IO-operations.
2025-07-06 14:28:52 +02:00
NBA2K1
07941ea370 Fix "Read" and "Unread" button 2025-07-06 14:02:23 +02:00
Schnitzel5
bd17e1e9eb adjusted sync features 2025-07-04 02:24:01 +02:00
Moustapha Kodjo Amadou
80efee40d1 dart format 2025-05-30 17:43:42 +01:00
Moustapha Kodjo Amadou
3e401c8af2 dart format 2025-02-23 15:31:49 +01:00
Schnitzel5
aa946c9d51 enhanced sync feature 2025-02-12 19:13:16 +01:00
kodjomoustapha
87ba9d1291 fix 2024-12-24 11:51:53 +01:00
Schnitzel5
3bc85cf5aa saving novel chapter progress + removed sync for now 2024-12-21 21:18:21 +01:00
Schnitzel5
f054a1fd94 small fix 2024-12-08 22:55:14 +01:00
playerterra1
04ddbb6ac7 change data structure for novel type 2024-10-31 13:53:55 +00:00
Schnitzel5
6488983464 fix sync after read or watch option 2024-09-12 23:52:04 +02: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
8ae2ef20be some fixes 2024-05-14 13:06:46 +01:00
kodjomoustapha
6fa0e8a89f Added JavaScript extension runtime, gridview count 2024-03-12 17:24:41 +01:00
kodjomoustapha
48c6c83355 added display type feature 2024-02-23 19:18:03 +01:00
kodjomoustapha
7382ef0d96 Added Lastest button in the sources list, organized the automatic tracking feature 2023-12-22 11:51:29 +01:00
kodjomoustapha
3f4d427bab fix 2023-12-06 15:12:15 +01:00
kodjomoustapha
729bff6a68 code refactor 2023-11-18 16:41:13 +01:00
kodjomoustapha
35e5e2a015 New feature : add Anime
-add trackers support for anime
2023-07-27 19:24:18 +01:00
kodjomoustapha
648efe00f5 added multi language support 2023-07-11 17:40:18 +01:00
kodjomoustapha
d91edcb27d local source badge & more 2023-06-15 16:01:10 +01:00
kodjomoustapha
3dfdbae14b feature: scanlator groups filter 2023-06-06 14:45:23 +01:00
kodjomoustapha
03c4ab56e7 rename views to modules 2023-05-19 16:11:03 +01:00
Renamed from lib/views/library/providers/library_state_provider.dart (Browse further)