buste
66ebdb03b1
Feat 为画廊模式添加每页显示图片数量的配置 ( #82 )
...
* Feat: Add dynamic image-per-page configuration for gallery mode
- Implemented a slider to configure the number of images displayed per page (1-5) in gallery mode.
- Updated the reader to dynamically reflect changes in the `imagesPerPage` setting without requiring a mode switch or reopening.
- Ensured compatibility with existing continuous reading mode.
* fix currentImagesPerPage
* fix Continuous mode
* improve readerScreenPicNumber setting disable view
* improve PhotoViewController
2024-12-02 21:00:06 +08:00
705c448cfe
export comic as pdf
2024-12-02 21:00:06 +08:00
a711335012
import pica data
2024-12-02 21:00:06 +08:00
f8b8811aaa
fix #52
2024-12-02 21:00:06 +08:00
873cbd779e
fix #73
2024-12-02 21:00:06 +08:00
d56e3fd59f
fix #76
2024-12-02 21:00:06 +08:00
d96b36414d
fix subtitle
2024-12-02 21:00:06 +08:00
b30bd11d1a
fix #77
2024-12-02 21:00:06 +08:00
nyne
72507d907a
Feat/saf ( #81 )
...
* [Android] Use SAF to change local path
* Use IOOverrides to replace openDirectoryPlatform and openFilePlatform
* fix io
2024-12-02 21:00:06 +08:00
bf1930cea2
show comment action button if comic.comments is empty
2024-11-24 12:48:37 +08:00
5bc3ddaf26
fix the issue of opening a local comic in history page
2024-11-24 10:43:53 +08:00
511a9fdc09
hide "Copy to app local path" option on iOS and macOS
2024-11-23 18:45:10 +08:00
c2b8760d86
Add AppbarStyle.shadow;
...
Improve favorites page ui.
2024-11-23 12:12:52 +08:00
pkuislm
a1474ca9c3
更改安卓端的文件访问方式,优化导入逻辑 ( #64 )
...
* Refactor import function & Allow import local comics without copying them to local path.
* android: use file_picker instead, support directory access for android 10
* Improve import logic
* Fix sql query.
* Add ability to remove invalid favorite items.
* Perform sort before choosing cover
* Revert changes of "use file_picker instead".
* Try catch on "check update"
* Added module 'flutter_saf'
* gitignore
* remove unsupported arch in build.gradle
* Use flutter_saf to handle android's directory and files, improve import logic.
* revert changes of 'requestLegacyExternalStorage'
* fix cbz import
* openDirectoryPlatform
* Remove double check on source folder
* use openFilePlatform
* remove unused import
* improve local comic's path handling
* bump version
* fix pubspec format
* return null when comic folder is empty
2024-11-23 11:05:00 +08:00
Pacalini
2f290f0c86
universal: style improvements ( #67 )
2024-11-22 16:47:50 +08:00
AnxuNA
8b1f13cd33
Add Favorite multiple selections ( #66 )
2024-11-22 12:21:22 +08:00
f3aa0e9f27
fix comment
2024-11-22 10:24:31 +08:00
f4b9cb5abe
limitImageWidth
should only be enabled with ReaderMode.continuousTopToBottom
2024-11-21 21:38:41 +08:00
4d55e6a72f
move checkUpdates to main_page
2024-11-21 21:36:08 +08:00
ad3f2fab45
add archive download
2024-11-21 21:29:45 +08:00
7fcb63c0cb
show comments in comic details page
2024-11-20 18:04:22 +08:00
AnxuNA
c4aab2369f
Fix _buildBriefMode display ( #58 )
2024-11-20 09:33:33 +08:00
6aeaeadb10
fix & improve importing comic
2024-11-19 18:44:52 +08:00
Pacalini
8402c1c9f3
authorize: auto-raise & skip on import ( #56 )
2024-11-19 16:01:35 +08:00
ed67bc80ea
fix windows webview
2024-11-18 22:22:10 +08:00
ce6f65f912
fix auto link
2024-11-18 17:56:27 +08:00
b4921c8e14
support rich text comment
2024-11-18 16:59:54 +08:00
708cf83a32
improve ui
2024-11-17 17:23:43 +08:00
30a1c806cd
Convert network folder to local
2024-11-16 16:51:56 +08:00
Pacalini
7bc0aeb4af
tool bar: RtL slider & button swap ( #50 )
2024-11-16 16:07:39 +08:00
8513a739ec
When AppLifecycleState is changed to resumed, check for data updates.
2024-11-15 22:14:53 +08:00
165e5f2850
add authorization
2024-11-15 18:27:59 +08:00
edff9c7a0c
fix config update issue
2024-11-15 17:03:41 +08:00
boa
65b41b2873
add option to ignore certificate errors ( #46 )
...
add option to ignore certificate errors
2024-11-14 20:40:28 +08:00
Pacalini
47eb597d96
reader: fix start/end flipping
2024-11-14 18:10:47 +08:00
0ac9ee7061
fix #37
2024-11-14 15:28:57 +08:00
nyne
856ad82c55
Merge branch 'master' into dev
2024-11-13 16:27:20 +08:00
71b03d744a
Add feature to download all comics in a folder
2024-11-13 16:20:42 +08:00
6f2bac52e4
Improve sharing image & saving image
2024-11-13 16:08:28 +08:00
5d4e8f5b84
Add sorting folders feature
2024-11-13 12:44:51 +08:00
9bdcba1270
improve ui
2024-11-13 12:21:57 +08:00
8e99e94620
Add the feature for updating local favorites info
2024-11-13 08:57:37 +08:00
nyne
00bcbaa2eb
Merge pull request #32 from pkuislm/dev
...
EhViewer数据导入&本地下载选择优化
2024-11-12 23:13:37 +08:00
pkuislm
acb9c47657
Improve selection button display on small screen devices.
2024-11-12 23:09:53 +08:00
1636c959d0
fix #33
2024-11-12 22:37:46 +08:00
pkuislm
4ff1140bf6
Add cancellation to ehviewer import.
2024-11-12 21:28:07 +08:00
pkuislm
601ef68ad3
Improve local comics selection logic.
2024-11-12 19:54:34 +08:00
pkuislm
c94438d7c4
Add EhViewer database import support.
2024-11-12 19:52:34 +08:00
pkuislm
abd9afad6b
Fix local comic cover display logic.
2024-11-12 19:45:27 +08:00
pkuislm
5119beb1fe
Fix battery forground color.
2024-11-12 19:44:05 +08:00