Moustapha Kodjo Amadou
29091e4b5f
v0.6.80
2025-11-29 18:27:37 +01:00
Moustapha Kodjo Amadou
a306b10e5e
update
2025-11-29 18:27:20 +01:00
Moustapha Kodjo Amadou
3a1c69ef3f
update issue template
2025-11-29 15:21:37 +01:00
Moustapha Kodjo Amadou
9b5bae831e
fix #613
2025-11-29 06:38:45 +01:00
Moustapha Kodjo Amadou
958e91ac9a
Merge pull request #612 from NBA2K1/main
...
Various fixes
2025-11-29 06:29:15 +01:00
Moustapha Kodjo Amadou
6e5322137e
Merge pull request #610 from hndrbrm/main
...
Fix: Reverse icon for toggling the Extension.
2025-11-29 06:22:34 +01:00
NBA2K1
30c74423ad
dispose in correct order
2025-11-29 02:57:25 +01:00
NBA2K1
c7e648a6d9
remove redundant calls
2025-11-29 01:36:34 +01:00
NBA2K1
33152fc035
Fix ProviderDisposedException
...
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Cannot use the Ref of totalChapterCacheSizeStateProvider after it has been disposed. This typically happens if:
- A provider rebuilt, but the previous "build" was still pending and is still performing operations.
You should therefore either use `ref.onDispose` to cancel pending work, or
check `ref.mounted` after async gaps or anything that could invalidate the provider.
- You tried to use Ref inside `onDispose` or other life-cycles.
This is not supported, as the provider is already being disposed.
#0 Ref._throwIfInvalidUsage (package:riverpod/src/core/ref.dart:220:7)
ref.dart:220
#1 AnyNotifier.state= (package:riverpod/src/core/provider/notifier_provider.dart:91:9)
notifier_provider.dart:91
#2 TotalChapterCacheSizeState.build.<anonymous closure> (package:mangayomi/modules/more/data_and_storage/providers/storage_usage.dart:17:42)
storage_usage.dart:17
#3 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:948:45)
future_impl.dart:948
#4 Future._propagateToListeners (dart:async/future_impl.dart:977:13)
future_impl.dart:977
#5 Future._completeWithValue (dart:async/future_impl.dart:720:5)
future_impl.dart:720
<asynchronous suspension>
2025-11-29 01:31:22 +01:00
NBA2K1
5fdbf530cb
stopCfResolutionWebviewServer()
...
Stop the cf server on app exit
2025-11-29 00:18:13 +01:00
NBA2K1
5c34dcab9a
Start Cloudflare resolution after app starts
...
- Defer the Cloudflare resolution webserver until after runApp().
- await said function
2025-11-28 23:59:37 +01:00
hndrbrm
cc84c33c25
Fix: Reverse icon for toggling the Extension.
2025-11-29 05:41:54 +07:00
NBA2K1
e0ecc94869
remove redundant calls
...
trimLeft() and trimRight() after trim() do nothing
2025-11-28 23:33:32 +01:00
GitHub Action
01b3ed9f24
source update: v0.6.75
2025-11-28 15:48:14 +00:00
Moustapha Kodjo Amadou
b44cf29b2c
v0.6.75
2025-11-28 16:28:32 +01:00
Moustapha Kodjo Amadou
57fcb9e1c9
chore: update dependencies
2025-11-28 14:31:39 +01:00
Moustapha Kodjo Amadou
485696ea3f
fix: enhance error message
2025-11-25 16:55:31 +01:00
Moustapha Kodjo Amadou
b6eb5f2f3f
refactor: remove old layout migration code
2025-11-25 16:51:49 +01:00
Moustapha Kodjo Amadou
c2a1e5ee17
fix: improve error handling for backup restoration
2025-11-25 16:51:29 +01:00
Moustapha Kodjo Amadou
adcde15d0e
fix #604
2025-11-25 16:51:10 +01:00
Moustapha Kodjo Amadou
26362fe556
refactor: replace await for loop with listen for message handling
2025-11-25 15:35:29 +01:00
Moustapha Kodjo Amadou
405c3d8e35
fix
2025-11-25 15:34:38 +01:00
Moustapha Kodjo Amadou
ee46f8a8bc
Merge pull request #605 from Whiskas101/fix/memory-leak
...
Fix memory leaks in manga reader_view.dart
2025-11-25 15:32:00 +01:00
Moustapha Kodjo Amadou
f06df9b3b1
feat: implement CF resolution server
2025-11-25 14:53:22 +01:00
Moustapha Kodjo Amadou
1d81906c4f
refactor: update message handling in GetIsolateService to use listen instead of for loop
2025-11-25 14:06:47 +01:00
Moustapha Kodjo Amadou
6a099415db
refactor: simplify filter parsing logic & pass client cookie to mihon server
2025-11-24 16:59:21 +01:00
Whiskas101
9e9ffb4e79
fix: forgot to make cropBorder provider autoDispose
2025-11-21 14:25:16 +05:30
Whiskas101
18e8abce94
fix: dangling objects, removed old state provider for getPagesNumber
2025-11-20 22:24:27 +05:30
Whiskas101
20f8f1ad7c
refactor: moved state provider into a non-closure based provider
2025-11-20 22:14:34 +05:30
Moustapha Kodjo Amadou
f2fbaf5ec5
refactor
2025-11-20 15:17:31 +01:00
Moustapha Kodjo Amadou
cf871f5d7c
rename
2025-11-13 09:47:05 +01:00
GitHub Action
dc40dc28d4
source update: v0.6.70
2025-11-12 16:30:27 +00:00
Moustapha Kodjo Amadou
1cc40a2f2f
v0.6.70
2025-11-12 17:05:35 +01:00
Moustapha Kodjo Amadou
afc4c620f8
fix: prevent error when scrolling without clients
2025-11-12 17:04:38 +01:00
Moustapha Kodjo Amadou
29fe96151d
fix: enable logger usage in isolate service
2025-11-12 17:02:06 +01:00
Moustapha Kodjo Amadou
daa205044f
fix: improve layout and styling in manga detail view and chapter list tile
2025-11-12 15:23:17 +01:00
Moustapha Kodjo Amadou
a8f78d41fb
fix: update directory handling for macOS
2025-11-12 11:45:27 +01:00
GitHub Action
f7887dd0dc
source update: v0.6.65
2025-11-11 19:11:28 +00:00
Moustapha Kodjo Amadou
c390bfedfb
+
2025-11-11 19:57:48 +01:00
GitHub Action
f549ca6b37
source update: v0.6.65
2025-11-11 17:20:30 +00:00
Moustapha Kodjo Amadou
98d31afca0
+
2025-11-11 18:06:02 +01:00
GitHub Action
088b1294b5
source update: v0.6.65
2025-11-11 16:22:08 +00:00
Moustapha Kodjo Amadou
a1dac4309d
+
2025-11-11 16:47:39 +01:00
GitHub Action
b7b4932096
source update: v0.6.65
2025-11-11 14:58:12 +00:00
Moustapha Kodjo Amadou
a7cf64ca4b
+
2025-11-11 15:37:23 +01:00
Moustapha Kodjo Amadou
ac66b4ba11
v0.6.65
2025-11-11 15:34:00 +01:00
Moustapha Kodjo Amadou
db729ba6da
+
2025-11-11 15:33:23 +01:00
Moustapha Kodjo Amadou
2631a09b94
chore: update d4rt dependency version to 0.1.8
2025-11-11 15:28:01 +01:00
Moustapha Kodjo Amadou
a9c8320f20
refactor: simplify CustomFloatingActionBtn and remove unnecessary width calculations
2025-11-11 15:27:12 +01:00
Moustapha Kodjo Amadou
beedb6e3b9
refactor
2025-11-11 15:14:32 +01:00