Commit graph

88 commits

Author SHA1 Message Date
NBA2K1
7eec89b1b9 Add Switch to automatically check for updates
Instead of checking for updates by default, the user now has the choice to disable automatic app update checks.
2025-06-02 17:49:16 +02:00
Moustapha Kodjo Amadou
538f87630c + 2025-06-02 12:41:06 +01:00
Moustapha Kodjo Amadou
4d27a2c0e3 fix #468 2025-06-02 11:41:12 +01:00
NBA2K1
34f0be6d9a Update router.dart
Fix exception when using "Select Widget Mode" of the Flutter Inspector:

```
Exception has occurred.
FlutterError (Tried to modify a provider while the widget tree was building.
If you are encountering this error, chances are you tried to modify a provider
in a widget life-cycle, such as but not limited to:
- build
- initState
- dispose
- didUpdateWidget
- didChangeDependencies

Modifying a provider inside those life-cycles is not allowed, as it could
lead to an inconsistent UI state. For example, two widgets could listen to the
same provider, but incorrectly receive different states.

To fix this problem, you have one of two solutions:
- (preferred) Move the logic for modifying your provider outside of a widget
  life-cycle. For example, maybe you could update your provider inside a button's
  onPressed instead.

- Delay your modification, such as by encapsulating the modification
  in a `Future(() {...})`.
  This will perform your update after the widget tree is done building.)
```
2025-05-31 17:43:59 +02:00
Moustapha Kodjo Amadou
80efee40d1 dart format 2025-05-30 17:43:42 +01:00
Enbiya Olgun
7ca8db5fc6 DRY the code in router.dart
remove code duplication by introducing a helper method _genericRoute().
2025-04-28 03:18:36 +02:00
Schnitzel5
301220a6a4 added default subtitle lang + statistics screen 2025-03-10 00:02:06 +01:00
Schnitzel5
1d96ea29d5 added navigation 2025-03-06 16:00:38 +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
Moustapha Kodjo Amadou
f841c1adde fix #388 2025-02-21 22:31:50 +01:00
Schnitzel5
bd068641f1 added router fallback 2025-02-17 15:28:00 +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
00b2e5fa31 improve custom navigation settings 2025-01-30 15:51:17 +01:00
Schnitzel5
235db734d2 allow user to reorder and toggle each navigation item 2025-01-25 21:15:36 +01:00
Moustapha Kodjo Amadou
e901ef6281 refactor: update chapter handling to use IDs instead of objects in reader views 2025-01-22 10:02:44 +01:00
kodjomoustapha
6deffa4b97 refactor CodeEditor & update package 2025-01-08 12:51:16 +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
kodjomoustapha
205806d3a3 fix 2024-12-25 15:57:06 +01:00
kodjomoustapha
2af2729559 fix 2024-12-24 15:40:49 +01:00
kodjomoustapha
87ba9d1291 fix 2024-12-24 11:51:53 +01:00
Schnitzel5
62f378f5ee added novel reader view 2024-12-10 00:01:54 +01:00
Schnitzel5
ca16d34332 Merge branch 'feature/light-novel' into feature/novel 2024-11-22 00:28:24 +01:00
kodjomoustapha
ee1529be24 update 2024-11-20 17:59:12 +01:00
playerterra1
04ddbb6ac7 change data structure for novel type 2024-10-31 13:53:55 +00:00
kodjomoustapha
396bc57920 Upgrade frb 2024-10-16 10:53:07 +01:00
kodjomoustapha
d6f4c99ea1 add show btn to resolve cloudflare challenge 2024-10-13 18:02:12 +01:00
kodjomoustapha
ee9e2a76cb rename feed to update and make some arrangements 2024-09-17 10:37:40 +01:00
Schnitzel5
85aa687606 added feed feature 2024-09-11 17:35:12 +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
5fca41dc58 Revert "fix #206"
This reverts commit 7cd4ab860c.
2024-06-29 11:10:14 +01:00
kodjomoustapha
7cd4ab860c fix #206 2024-06-29 10:48:47 +01:00
kodjomoustapha
6f7a179f02 Added create extension page 2024-03-19 17:32:14 +01:00
kodjomoustapha
45fbd42c19 added feature to use google fonts & some fix 2024-02-23 20:26:09 +01:00
kodjomoustapha
48c6c83355 added display type feature 2024-02-23 19:18:03 +01:00
kodjomoustapha
46b7f4d3c5 + 2024-02-08 09:21:13 +01:00
kodjomoustapha
e0b770d2a8 Upgrade 2024-02-06 17:27:34 +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
9033f17de3 Added Player setting 2023-12-21 19:12:55 +01:00
kodjomoustapha
d454897656 feat: Automatic Tracking #71 2023-12-21 17:17:06 +01:00
kodjomoustapha
a3a3417efd Fix #68 #79 swipe to go back gesture on IOS 2023-12-20 21:26:44 +01:00
kodjomoustapha
21b6dc437c feat/source-preference 2023-12-01 23:29:25 +01:00
kodjomoustapha
eaca422612 Manage trackers 2023-11-28 17:40:52 +01:00
kodjomoustapha
4b359a7db0 wip backup and restore 2023-11-20 17:26:08 +01:00
kodjomoustapha
0024980e47 fix 2023-11-17 16:51:57 +01:00
kodjomoustapha
dea28e3dd9 Fix: global search pages rebuild, audios and subtitles $reified as List 2023-10-15 19:25:45 +01:00
kodjomoustapha
b16feb9ab9 fix crop Border & update some dependencies 2023-09-14 19:06:45 +01:00
kodjomoustapha
2eb4efe435 Code refactor & some fix 2023-08-25 17:40:17 +01:00