Commit Graph

17 Commits

Author SHA1 Message Date
nyne
a5d3d160c8 fix #95 2024-12-12 23:22:19 +08:00
d7b91f6a50 fix #91 2024-12-12 21:17:30 +08:00
c1672d01f8 update reader 2024-12-02 21:00:06 +08:00
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
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
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
f4b9cb5abe limitImageWidth should only be enabled with ReaderMode.continuousTopToBottom 2024-11-21 21:38:41 +08:00
082aa36316 improve reader; fix #21 2024-11-07 09:31:57 +08:00
afa320e863 add 'Long press to zoom' setting 2024-11-05 15:34:05 +08:00
nyne
363f3641fb improve reader 2024-10-30 10:13:46 +08:00
nyne
d86fe65b03 switch chapter button 2024-10-29 11:35:31 +08:00
nyne
c0a0dc59e1 download & view local comics 2024-10-14 11:10:24 +08:00
nyne
f228c7ee17 improve ui 2024-10-10 10:13:35 +08:00
nyne
90b9265ca0 implement continuous mode, gesture, keyboard recognition 2024-10-09 11:16:00 +08:00
nyne
5deb71e10a implement saving image, sharing image, reading settings and chapters view 2024-10-08 16:52:20 +08:00
nyne
b44998663a local comic reading 2024-10-08 08:30:08 +08:00
nyne
601a7cd796 comic reading 2024-10-07 22:33:07 +08:00