Schnitzel5
b4fa508ab8
hide novel reader settings for now
2025-01-06 18:49:16 +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
Moustapha Kodjo Amadou
6a7ab3eed4
Merge pull request #346 from Schnitzel5/feature/light-novel
...
add novel support
2024-12-24 11:48:00 +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
0c84faa5f8
Merge pull request #341 from ankhzet/refactor/refactor-extensions-service
...
Refactor extensions service
2024-12-20 09:15:35 +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
Moustapha Kodjo Amadou
62deeb8b94
Merge pull request #343 from NBA2K1/main
...
Filters and Settingsnames adjusted for Anime + others
2024-12-19 17:20:42 +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