mangayomi-mirror/lib
NBA2K1 f4f344ce29 add log buffer and replace direct list mutation
- Introduce _addLog() helper to manage log insertion
- Enforce a maximum log history of 200 entries to prevent unbounded memory growth
- Replace direct _logsNotifier.value.add(event) with safe, immutable-style list update
- Improve log handling consistency and avoid mutating notifier state in place
2026-01-08 22:48:34 +01:00
..
eval + 2026-01-05 12:12:56 +01:00
ffi dart format 2025-05-30 17:43:42 +01:00
l10n Add localization 2026-01-05 12:15:14 +01:00
models add a force landscapre mode on mobile 2026-01-01 19:48:57 +02:00
modules add log buffer and replace direct list mutation 2026-01-08 22:48:34 +01:00
providers update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
router update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
services improve isolate lifecycle and add timeouts 2026-01-08 22:41:14 +01:00
src/rust Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
utils update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
main.dart Refactor download management with shared isolate pool and optimize concurrent downloads 2026-01-08 13:01:15 +01:00