Enbiya Olgun
1f118184ba
Update m_bridge.dart
...
Remove code duplication.
2025-04-25 21:32:48 +02:00
Enbiya Olgun
20bb3cc5ce
Update m_bridge.dart
...
DRY
2025-04-25 04:29:05 +02:00
Enbiya Olgun
ca4cee5751
Update m_client.dart
...
- getCookiesPref() and deleteAllCookies():
Avoid repeated parsing of `Uri.parse(url).host` by creating a variable.
- httpClient():
cache RhttpCompatibleClients and add default IOClient fallback.
- shouldAttemptRetryOnResponse():
Added a delay to avoid busy looping.
2025-04-25 02:43:33 +02:00
Enbiya Olgun
4f1e2cb492
Remove code duplication + BugFix
...
Fixed a bug, where newly added animes to AniList would register as "Rewatching" instead of "Plan to watch".
2025-04-24 05:48:52 +02:00
Schnitzel5
7e9202ceeb
added extension notes/hints
2025-04-23 23:33:18 +02:00
Enbiya Olgun
404e18c4a5
introduce mangaReaderProvider and refactor MangaReaderView
...
- Add `ChapterWithPages` model and `MangaReaderController` (FamilyAsyncNotifier)
to load chapter + pages in a single provider (`mangaReaderProvider`)
- Replace synchronous Isar fetch in `MangaReaderView` with `ref.watch(mangaReaderProvider)`
- Unify loading, error, and data states using a shared `scaffoldWith` helper
- Remove duplicated `Scaffold`/`AppBar` boilerplate and inline SystemChrome restore logic
- Simplify error handling
2025-04-23 00:11:20 +02:00
Schnitzel5
479a89042e
Merge branch 'temp/optimize' into optimize
2025-04-22 22:42:46 +02:00
Schnitzel5
0ad836994d
bottoast
2025-04-22 22:30:11 +02:00
Enbiya Olgun
2446756552
moved super() call of initState to top of method
2025-04-22 04:57:52 +02:00
Enbiya Olgun
dabd0da206
App now adjusts theme without scheduler
...
Flutter already knows how to switch the theme automatically.
No need to listen to onPlatformBrightnessChanged.
This works on cold start.
Works when app is running and system theme changes.
And works when backup was done on different system theme and restore is being done on different system theme.
2025-04-22 04:55:46 +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
Enbiya Olgun
3ecbef80b2
Fix Exception
...
At line 963, when scrolling too fast in manga reader and page didn't load before.
```
═══════ Exception caught by foundation library ════════════════════════════════
The following StateError was thrown while dispatching notifications for ValueNotifier<Iterable<ItemPosition>>:
Bad state: No element
```
2025-04-22 03:49:31 +02:00
Enbiya Olgun
59b2389631
Fix Exception
...
```
════════ Exception caught by widgets library ═══════════════════════════════════
The following UnsupportedError was thrown building CircularProgressIndicator(100.0%, dependencies: [InheritedCupertinoTheme, _InheritedTheme, _LocalizationsScope-[GlobalKey#3b6da]], state: _CircularProgressIndicatorState#8c03b(ticker inactive)):
Unsupported operation: Infinity or NaN toInt
The relevant error-causing widget was:
CircularProgressIndicator CircularProgressIndicator (package:mangayomi/modules/manga/reader/widgets/circular_progress_indicator_animate_rotate.dart:56:27)
```
2025-04-22 03:23:12 +02:00
Enbiya Olgun
3e2d7ed5bd
check if System theme has been changed
...
Why was this removed?
2025-04-22 01:17:17 +02:00
Enbiya Olgun
b5d65168fb
Fix Exception
...
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Bad state: Cannot use "ref" after the widget was disposed.
#0 ConsumerStatefulElement._assertNotDisposed (package:flutter_riverpod/src/consumer.dart:550:7)
consumer.dart:550
#1 ConsumerStatefulElement.read (package:flutter_riverpod/src/consumer.dart:619:5)
consumer.dart:619
#2 _MainScreenState.initState.<anonymous closure>.<anonymous closure> (package:mangayomi/modules/main_view/main_screen.dart:70:13)
main_screen.dart:70
#3 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:410:19)
timer_impl.dart:410
#4 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:441:5)
timer_impl.dart:441
#5 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:194:12)
isolate_patch.dart:194
```
2025-04-22 00:39:00 +02:00
Enbiya Olgun
6d99d9a690
Implemented text scroll to chapter/episode list
...
title text scroll (like a marquee effect) when the chapter/episode name is too long.
2025-04-21 22:47:23 +02:00
Enbiya Olgun
ef4abc47f2
Fix #444 + Remove code duplication
...
- Tracker Kitsu now displays "ì" correctly
- Removed a lot of code duplication in Kitsu.
2025-04-21 19:10:09 +02:00
Enbiya Olgun
dfade2f78e
Kitsu no shows "Start date" and "Finish Date" when date is not set
...
Instead of "01 Jan 1970" show "Start date" and "Finish Date" on kitsu. Just like MyAnimeList
2025-04-21 19:05:01 +02:00
Schnitzel5
d4e768f6f7
added progress for updating the library
2025-04-17 23:15:59 +02:00
Schnitzel5
58ec9895eb
+
2025-04-15 00:18:23 +02:00
Schnitzel5
50fe6abfac
updates screen search query
2025-04-14 00:00:41 +02:00
Schnitzel5
90dadbd2c6
fixed last updated
2025-04-10 16:03:08 +02:00
Enbiya Olgun
3fb6650f2e
Extension Uninstall Message
...
Removed a space
2025-04-09 22:02:08 +02:00
Schnitzel5
454445ad25
fixed auto theme
2025-04-08 23:39:17 +02:00
Enbiya Olgun
cf8852fe50
Stays in the current category when updating
...
Fix #437
2025-04-08 00:36:33 +02:00
Enbiya Olgun
f765581b37
Fixed the Archive creation
...
This fixes issue #435
2025-04-07 19:23:28 +02:00
Enbiya Olgun
5e5f4d34cf
Pass the correct list to convertToCBZ
...
e.url are the original remote URLs
Now the correct list of local image file paths is being passed to convertToCBZ.
2025-04-07 19:17:39 +02:00
Enbiya Olgun
3d69caa392
Remove duplicate code
...
Why wasn't getMangaChapterDirectory simply using getMangaMainDirectory?
2025-04-07 19:14:43 +02:00
Enbiya Olgun
6afe7c97f7
What happened here?
...
fixSeparator? Just directly use join...
2025-04-07 04:04:05 +02:00
Enbiya Olgun
0188f99aad
Added keyboard shortcut
...
Added the Enter-key as a shortcut to skip the Anime intro (defaultSkipIntroLength).
2025-04-06 23:18:47 +02:00
Moustapha Kodjo Amadou
bc2ec42d20
fix
2025-04-03 09:08:13 +01: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
NBA2K1
0d9ba09183
Apply Correct System Theme After Restart
...
App now looks if the system theme has been changed since last time the app was used and changes it accordingly.
2025-04-03 01:19:40 +02:00
Moustapha Kodjo Amadou
3f27122a15
feat: add new localization strings for multiple languages
2025-04-02 14:36:14 +01:00
Moustapha Kodjo Amadou
cd7d029a09
chore: update flutter_rust_bridge
2025-04-02 13:34:13 +01:00
Moustapha Kodjo Amadou
27154129d9
chore: update dependencies
2025-04-02 09:03:19 +01:00
Moustapha Kodjo Amadou
a0df094504
refactor: improve download button logic and clean up code
2025-04-01 17:15:54 +01:00
Schnitzel5
4791acc425
android users now can directly install new updates
2025-03-28 23:54:33 +01:00
Schnitzel5
175ea414b8
added android update
2025-03-28 16:00:29 +01:00
Schnitzel5
c45d8df099
test
2025-03-28 00:15:35 +01:00
Moustapha Kodjo Amadou
49bc8dd1a1
refactor
2025-03-27 16:03:11 +01:00
Moustapha Kodjo Amadou
5ef6963edc
implement conditional display of DarkModeButton based on system theme preference
2025-03-27 15:54:19 +01:00
Moustapha Kodjo Amadou
451a07aef5
add statistics provider and redesign
2025-03-27 15:48:54 +01:00
Schnitzel5
3b2e6f9fcc
fixed archive bug
2025-03-26 23:46:42 +01:00
Schnitzel5
95619437a1
added screenshot option to player view
2025-03-24 21:33:34 +01:00
Schnitzel5
17c18bd79a
added follow system theme
2025-03-24 21:33:01 +01:00
Schnitzel5
fc8c00f24a
+
2025-03-24 01:06:28 +01:00
Schnitzel5
4b2ee1f0e6
added option to load own subtitles
2025-03-22 22:10:02 +01:00
Moustapha Kodjo Amadou
08f686999b
Merge pull request #413 from Schnitzel5/feature/more-backup-support
...
added support for Kotatsu and Mihon backups
2025-03-19 13:11:25 +01:00
Schnitzel5
75feb2e6d0
added best-effort migration of read/watch progress
2025-03-16 02:31:13 +01:00
Enbiya Olgun
ccb5fb08e6
Only on wifi (+ ethernet)
...
Allows a download to be done while being on ethernet when "Only on wifi" option is enabled. #415
+ typo
2025-03-15 02:44:36 +01:00
Schnitzel5
2bc96d46df
some fixes
2025-03-14 22:42:57 +01:00
Schnitzel5
4e44208b65
added support for Neko backup
2025-03-14 16:01:15 +01:00
Schnitzel5
05a72d4971
added support for Aniyomi backup
2025-03-14 15:54:48 +01:00
Schnitzel5
5f33769bc1
added mihon backup support
2025-03-14 00:41:45 +01:00
Schnitzel5
cc80ee3608
track preferences not cleared unless the backup contains oauth tokens
2025-03-12 15:57:27 +01:00
Schnitzel5
2a08115067
added support for Kotatsu backups
2025-03-11 23:34:02 +01:00
Moustapha Kodjo Amadou
f443065113
+
2025-03-11 09:39:03 +01:00
Moustapha Kodjo Amadou
56f8b080cc
fix
2025-03-10 16:17:05 +01:00
Moustapha Kodjo Amadou
fde0f3dd92
fix
2025-03-10 11:05:03 +01:00
Schnitzel5
301220a6a4
added default subtitle lang + statistics screen
2025-03-10 00:02:06 +01:00
Schnitzel5
f0aab34f0c
fix category hide query
2025-03-09 22:07:26 +01:00
Schnitzel5
7386175200
Merge branch 'temp/genre-quick-search' into feature/genre-quick-search
2025-03-09 21:21:50 +01:00
Schnitzel5
8b3910cf65
+
2025-03-09 21:20:42 +01:00
Moustapha Kodjo Amadou
b581d9dc1c
fix
2025-03-09 15:09:25 +01:00
Moustapha Kodjo Amadou
5905480392
improve category
2025-03-09 14:59:24 +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
Moustapha Kodjo Amadou
dd27a6b3b3
-
2025-03-09 11:41:21 +01:00
Moustapha Kodjo Amadou
05cc1e5282
refactor: optimize source list handling in global search and migration screens
2025-03-09 11:40:21 +01:00
Moustapha Kodjo Amadou
9e42c0ff31
fix
2025-03-09 10:59:52 +01:00
Moustapha Kodjo Amadou
2abe08cc71
fix OAuth expiration handling in MyAnimeList service
2025-03-07 15:32:32 +01:00
Schnitzel5
1d96ea29d5
added navigation
2025-03-06 16:00:38 +01:00
Schnitzel5
355f19dfe4
added auto-detect language for subtitles
2025-03-06 00:31:20 +01:00
Schnitzel5
52c5ac5b48
+
2025-03-05 15:51:26 +01:00
Schnitzel5
7be5075c53
+
2025-03-05 00:43:12 +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
34c2ce3c37
refactor & fix lag when installing extension
2025-02-27 09:05:16 +01:00
Moustapha Kodjo Amadou
e0dd5edf19
add confirmation dialog for adding repositories
2025-02-23 16:13:10 +01:00
Moustapha Kodjo Amadou
3e401c8af2
dart format
2025-02-23 15:31:49 +01:00
Schnitzel5
3ecd3d0a14
added long press for 2x playback speed
2025-02-22 21:00:32 +01:00
yxxyun
721f0dbace
Merge branch 'main' into dev
2025-02-22 08:42:16 +08:00
Moustapha Kodjo Amadou
f841c1adde
fix #388
2025-02-21 22:31:50 +01:00
yxxyun
9b45a028f5
fix
2025-02-21 17:00:57 +08:00
yxxyun
991d733e7c
update quarkuc extractor
2025-02-21 16:57:16 +08:00
Schnitzel5
bd068641f1
added router fallback
2025-02-17 15:28:00 +01:00
Schnitzel5
972d3ca218
fixed other repos marked as obsolete when using multiple repos
2025-02-15 18:18:07 +01:00
Schnitzel5
dec2968921
optimized sync for library update
2025-02-15 17:30:38 +01:00
Schnitzel5
9b85654c17
fixed source repos not being restored properly
2025-02-14 22:52:34 +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
fc20f87870
Merge branch 'temp/sync' into feature/sync
2025-02-12 22:26:18 +01:00
Schnitzel5
aa946c9d51
enhanced sync feature
2025-02-12 19:13:16 +01:00
Schnitzel5
3f95c5b8d8
fallback message
2025-02-12 16:01:13 +01:00
Schnitzel5
f00b82ddb9
added deep links for repo urls
2025-02-12 15:48:36 +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
f125f442c7
Merge pull request #377 from Schnitzel5/remove-repo
...
Remove extension repo urls
2025-02-12 00:46:37 +01:00
Schnitzel5
be21df2354
-
2025-02-12 00:44:47 +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
Moustapha Kodjo Amadou
3eeb4777a6
feat: improve chapter download
2025-01-30 15:09:47 +01:00
Moustapha Kodjo Amadou
3353a85b0a
Merge pull request #375 from Schnitzel5/fix/restore-broken-categories
...
added conversion forManga to itemType when restoring
2025-01-29 19:44:17 +01:00
Schnitzel5
082fd455e3
added conversion forManga to itemType when restoring
2025-01-27 22:37:30 +01:00
Schnitzel5
83c5356359
fixed restore not refreshing navigation
2025-01-25 21:50:14 +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
78adb3d65e
removed some old strings
2025-01-25 21:19:42 +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
d9e9e87926
fix #365
2025-01-22 18:25:28 +01:00
Moustapha Kodjo Amadou
c2942178d0
add additional localization strings
2025-01-22 12:03:45 +01:00
Moustapha Kodjo Amadou
116d9ac299
refactor: enhance label text style in navigation bar for better overflow handling
2025-01-22 10:59:24 +01:00
Moustapha Kodjo Amadou
a89e1b9ba7
refactor: simplify color filter handling in image view
2025-01-22 10:47:34 +01:00
Moustapha Kodjo Amadou
4265ba11fe
refactor: remove unnecessary iOS view checks and adjust animation duration in reader view
2025-01-22 10:30:37 +01:00
Moustapha Kodjo Amadou
bc8e0cef47
fix #324
2025-01-22 10:24:18 +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
Moustapha Kodjo Amadou
e139dc3247
fix #362
2025-01-21 15:53:10 +01:00
Moustapha Kodjo Amadou
478c408db7
refactor: enhance query to exclude local archives in updates screen
2025-01-21 15:10:52 +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
Moustapha Kodjo Amadou
500713fc86
refactor
2025-01-17 11:41:00 +01:00
Moustapha Kodjo Amadou
0cc6194a5d
+
2025-01-15 09:48:14 +01:00
Moustapha Kodjo Amadou
c906eec398
refactor
2025-01-15 09:31:45 +01:00
Moustapha Kodjo Amadou
8c841baaa3
fix
2025-01-11 06:45:34 +01:00
Moustapha Kodjo Amadou
778133ef89
fix migration error
2025-01-10 20:17:52 +01:00
kodjomoustapha
22cbf2dc44
fix Textfield not visible on mobile when typing
2025-01-09 17:16:00 +01:00
kodjomoustapha
fcb67ffd36
+
2025-01-09 15:24:55 +01:00
kodjomoustapha
6deffa4b97
refactor CodeEditor & update package
2025-01-08 12:51:16 +01:00
Schnitzel5
5ae7a8d581
added option to download novels
2025-01-07 23:37:29 +01:00
kodjomoustapha
7e8b7430bf
-
2025-01-07 14:00:26 +01:00
Moustapha Kodjo Amadou
9eb49c7af6
Merge pull request #351 from Schnitzel5/novel/font-size
...
added option to adjust reader font size
2025-01-07 13:25:06 +01:00
kodjomoustapha
3fdaf80b7c
feat: enhance update total numbers filter options for updates and sources
2025-01-07 13:23:06 +01:00
kodjomoustapha
32b10b8a30
-
2025-01-07 12:46:09 +01:00
Schnitzel5
b4fa508ab8
hide novel reader settings for now
2025-01-06 18:49:16 +01:00
kodjomoustapha
61734faed5
fix
2025-01-06 17:39:21 +01:00
kodjomoustapha
13966fbf44
fix
2025-01-06 17:09:18 +01:00
Schnitzel5
29fd240b8f
Merge branch 'main' into novel/font-size
2025-01-06 16:07:30 +01:00
kodjomoustapha
9083dd1af0
fix: update novel sources URL
2025-01-06 15:55:11 +01:00
kodjomoustapha
b4c09bbee0
feat: add evaluateJavascriptViaWebview
2025-01-06 13:04:04 +01:00
Schnitzel5
0d29f634eb
added scrollbar
2025-01-04 00:04:08 +01:00
Schnitzel5
4778abef62
Merge branch 'main' into novel/font-size
2025-01-03 23:06:38 +01:00
kodjomoustapha
26550912a6
+
2025-01-03 11:24:18 +01:00
Schnitzel5
380bea2249
Merge branch 'main' into novel/font-size
2025-01-01 00:35:43 +01:00
kodjomoustapha
35c0502e87
refactor: remove default value for isManga
2024-12-31 11:13:42 +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
205806d3a3
fix
2024-12-25 15:57:06 +01:00
kodjomoustapha
a9e91a1237
fix
2024-12-25 15:12:08 +01:00
kodjomoustapha
2af2729559
fix
2024-12-24 15:40:49 +01:00
kodjomoustapha
4adfaa4170
fix
2024-12-24 13:04:35 +01:00
kodjomoustapha
36fd6d2709
fix getCachedImageFile
2024-12-24 12:46:12 +01:00
kodjomoustapha
ff2bf3317d
fix
2024-12-24 12:33:42 +01:00
kodjomoustapha
87ba9d1291
fix
2024-12-24 11:51:53 +01:00
Schnitzel5
772b14d875
new backup version
2024-12-23 00:19:19 +01:00
Schnitzel5
80a8feee33
small fix
2024-12-22 20:47:11 +01:00
Schnitzel5
478c0ba45c
option to hide certain UI elements + new backup version
2024-12-22 20:31:41 +01:00
Schnitzel5
84c82ba1ee
show novel progress in percentage and fixed gesture detector
2024-12-22 02:39:31 +01:00
Schnitzel5
66e48612ae
Merge branch 'feature/novel' into feature/light-novel
2024-12-21 21:22:30 +01:00
Schnitzel5
3bc85cf5aa
saving novel chapter progress + removed sync for now
2024-12-21 21:18:21 +01:00
Schnitzel5
c01aa6d023
changed to a different html widget
2024-12-21 00:21:03 +01:00
kodjomoustapha
cb103afbb0
+
2024-12-20 17:02:36 +01:00
Schnitzel5
34179a17a5
Merge branch 'feature/novel' into feature/light-novel
2024-12-20 15:59:06 +01:00
kodjomoustapha
69c745238d
avoid using the logger outside the code editor
2024-12-20 11:02:04 +01:00
kodjomoustapha
a41ccaff22
fix & reformat
2024-12-20 10:15:15 +01:00
Moustapha Kodjo Amadou
9d712654a9
Merge branch 'main' into refactor/refactor-extensions-service
2024-12-20 09:15:26 +01:00
Schnitzel5
a813758510
fixed build loop
2024-12-20 00:45:13 +01:00
Schnitzel5
a531e87bda
formatted
2024-12-20 00:31:21 +01:00
Schnitzel5
50eff04fe6
added extension functions
2024-12-20 00:22:18 +01:00
kodjomoustapha
f99bc996b1
fix
2024-12-19 17:52:47 +01:00
NBA2K1
2c3bee5493
Merge branch 'kodjodevf:main' into main
2024-12-18 17:36:15 +01:00
NBA2K1
9fd57ab2a6
Revert "use_build_context_synchronously"
...
This reverts commit 1b16573b06 .
2024-12-18 17:35:04 +01:00
NBA2K1
145af722e9
Revert "Improved performance of update in updates screen"
...
This reverts commit da3bcf1081 .
2024-12-18 17:27:46 +01:00
kodjomoustapha
37d1dd9aa9
fix #319
2024-12-17 18:04:54 +01:00
NBA2K1
361ebcce4d
Update backup_and_restore.dart
...
formatting
2024-12-16 22:07:19 +01:00
NBA2K1
15a0958f2b
Update backup_and_restore.dart
...
Now only accepts .backup-files
2024-12-16 22:04:09 +01:00
NBA2K1
03741343be
bugfix?
...
Share button had no baseUrl on extensions without a apiUrl (Example AniWorld, AnimeToast).
tbh didn't even understand why there was a apiUrl check.
2024-12-16 21:54:59 +01:00
NBA2K1
c17e80a080
Adjusted filters and settings to Anime
...
+ added translations.
2024-12-16 20:17:26 +01:00
NBA2K1
da3bcf1081
Improved performance of update in updates screen
...
Now in parallel instead of sequentially, 2x faster.
Benchmarked using stopwatch with 31 items in library:
Sequential:
1. 78771 ms
2. 74503 ms
3. 73165 ms
Parallel:
1. 36270 ms
2. 33703 ms
3. 33838 ms
2024-12-16 19:31:11 +01:00
NBA2K1
1b16573b06
use_build_context_synchronously
...
"message": "Don't use 'BuildContext's across async gaps.\nTry rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.",
2024-12-16 15:51:36 +01:00
Yegor Shovkun
73b144ed16
refactor: move try-catch
2024-12-14 14:01:42 +02:00
Yegor Shovkun
4e8a389de0
chore: codegen
2024-12-14 13:55:51 +02:00
Yegor Shovkun
f0cf52813a
refactor: refactor extension services
2024-12-14 13:55:40 +02:00
Yegor Shovkun
adbd1529f7
fix: cs fix (reformat with 120 line length)
2024-12-14 12:38:56 +02:00
kodjomoustapha
ae1db05f04
-
2024-12-13 18:25:47 +01:00
kodjomoustapha
53300dafef
Upgrade gradle config, Upgrade packages & some fix
2024-12-13 18:21:49 +01:00
kodjomoustapha
4748f3c699
fix
2024-12-13 10:31:57 +01:00
NBA2K1
e2e884db94
Issue #331
...
- Missed a concatenated path in manga_detail_view and in reader_view
- Made the Manga / Anime title selectable, so one can copy the title if needed
- Hidden the Backup share-button, because Linux has no share-feature and the button simply does nothing.
2024-12-11 21:26:18 +01:00
Moustapha Kodjo Amadou
a15d989656
Merge pull request #332 from NBA2K1/main
...
File path fixes (Issue #331 )
2024-12-11 09:04:00 +01:00
kodjomoustapha
b4cf59a275
fix #334
2024-12-10 14:34:01 +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
62f378f5ee
added novel reader view
2024-12-10 00:01:54 +01:00
Schnitzel5
f054a1fd94
small fix
2024-12-08 22:55:14 +01:00
NBA2K1
86cb0737b0
Merge branch 'kodjodevf:main' into main
2024-12-08 21:53:40 +01:00
kodjomoustapha
2d7991d1cb
fix remains in full screen when opening a new episode
2024-12-08 19:35:13 +01:00
NBA2K1
6f5ca4f99e
Update app_de.arb
...
typo
2024-12-08 19:31:15 +01:00
NBA2K1
d03b70e0f9
Translations + visual optimization
...
- added missing translations to German localization file
- Made some translations more natural
- "Updates" button on main screen now has proper hyphenation for too long words to fit in one line (German, Spanish, Italian, Turkish)
2024-12-08 19:25:33 +01:00
NBA2K1
cf0cd5a19e
Issue #307 fix
...
Found it [here](https://github.com/akvelon/flutter-code-editor/issues/270#issuecomment-2097035050 )
2024-12-07 16:28:37 +01:00