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
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
Moustapha Kodjo Amadou
a726e25a7b
Merge pull request #336 from NBA2K1/main
...
Issue #331
2024-12-13 10:23:47 +01:00
kodjomoustapha
1457b05b81
Reapply "Merge pull request #332 from NBA2K1/main"
...
This reverts commit 645bda03f3 .
2024-12-13 10:09:11 +01:00
kodjomoustapha
645bda03f3
Revert "Merge pull request #332 from NBA2K1/main"
...
This reverts commit a15d989656 , reversing
changes made to b4cf59a275 .
2024-12-12 18:22:52 +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
Moustapha Kodjo Amadou
90be80c90a
Merge pull request #330 from NBA2K1/main
...
Translations + visual optimization
2024-12-09 11:50:00 +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
Moustapha Kodjo Amadou
86e145d5df
Merge pull request #328 from NBA2K1/main
...
Issue #307 fix
2024-12-08 00:01:23 +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
Moustapha Kodjo Amadou
f24b3987e5
Merge pull request #326 from NBA2K1/main
...
Issue #313 + Windows PathNotFoundException fix
2024-12-07 06:26:42 +01:00
NBA2K1
818857261d
Windows PathNotFoundException fix
...
- Fixed the PathNotFoundException for Windows, which doesn't use "/" in directories, but "\".
(flutter: PathNotFoundException: Creation failed, path = 'C:\Users\User\AppData\Local\Temp\Mangayomi/cacheimagecover' (OS Error: Das System kann den angegebenen Pfad nicht finden.)
Instead of manually concatenating paths using string interpolation, it now uses the join function properly.
- Also fixed that the App was not able to create the directories by including recursive: true in the else statement.
2024-12-07 03:54:23 +01:00