|
ef8dc9e8d4
|
fix #158
|
2025-01-26 18:36:35 +08:00 |
|
|
ba4eff66db
|
Update version code
|
2025-01-25 16:57:55 +08:00 |
|
|
5cf2f9f33a
|
Update theme
|
2025-01-25 11:10:00 +08:00 |
|
|
040a5d7ad2
|
Update flutter_qjs
|
2025-01-24 19:37:24 +08:00 |
|
|
7bd0c2b82a
|
Reduce app size
|
2025-01-24 18:06:23 +08:00 |
|
|
864980079b
|
Remove text_scroll & Improve layout
|
2025-01-24 11:06:26 +08:00 |
|
|
8645dda967
|
v1.2.1
|
2025-01-21 15:38:52 +08:00 |
|
|
ded9055363
|
Update flutter_qjs
|
2025-01-21 15:37:46 +08:00 |
|
|
6ec4817dc1
|
Fix ios and macos build
|
2025-01-20 21:17:08 +08:00 |
|
|
c3a09c8870
|
Update flutter_qjs
|
2025-01-20 20:48:16 +08:00 |
|
|
f2388c81e0
|
Lower iOS version requirements
|
2025-01-20 20:21:43 +08:00 |
|
|
27e7356721
|
Upgrade to flutter 3.27.2
|
2025-01-20 15:09:48 +08:00 |
|
|
7b7710b441
|
Update flutter_qjs
|
2025-01-19 22:35:00 +08:00 |
|
|
950690df48
|
update flutter_7zip
|
2025-01-18 11:57:12 +08:00 |
|
|
5f36ef6ea3
|
support 7z;
fix #137
|
2025-01-17 22:30:25 +08:00 |
|
|
0011738820
|
Update version code
|
2025-01-16 17:52:30 +08:00 |
|
|
399b9abaee
|
Improve UI
|
2025-01-15 18:24:38 +08:00 |
|
|
91ee48cc6c
|
Improve comic display
|
2025-01-06 21:41:52 +08:00 |
|
|
08e8a45236
|
Update version code
|
2025-01-06 11:06:02 +08:00 |
|
|
43a054c12a
|
code highlight
|
2024-12-31 13:36:00 +08:00 |
|
|
1e09d69507
|
improve cbz export
|
2024-12-30 21:58:23 +08:00 |
|
|
d27efb180a
|
V1.1.3
|
2024-12-26 19:19:28 +08:00 |
|
nyne
|
bda215ebb7
|
Merge branch 'master' into dev
|
2024-12-18 20:10:41 +08:00 |
|
|
0b8ae2d377
|
Update version code
|
2024-12-18 20:05:59 +08:00 |
|
|
24c5a1bb01
|
Improve local comics page
|
2024-12-18 20:04:45 +08:00 |
|
UjuiUjuMandan
|
1964c4c0d5
|
update dependencies again
|
2024-12-18 09:16:28 +00:00 |
|
|
f9c42aef4b
|
fix #98
|
2024-12-18 16:51:57 +08:00 |
|
|
4763b9c7b4
|
test zip_flutter
|
2024-12-18 15:14:27 +08:00 |
|
|
7e608be70f
|
test zip_flutter
|
2024-12-18 14:15:08 +08:00 |
|
|
211e6ab8c8
|
update dependencies
|
2024-12-18 13:29:43 +08:00 |
|
|
a55e4eff67
|
Update to flutter 3.27.1 & Fix android build
|
2024-12-17 17:21:10 +08:00 |
|
|
b49e0974ab
|
improve zip
|
2024-12-17 12:10:57 +08:00 |
|
nyne
|
b6cccb7749
|
update version code
|
2024-12-13 09:34:37 +08:00 |
|
|
e4e2d264f5
|
update flutter to 3.27.0 & update packages
|
2024-12-12 21:17:30 +08:00 |
|
|
c2cfd066f6
|
update flutter_memory_info
|
2024-12-12 21:17:30 +08:00 |
|
|
d7b91f6a50
|
fix #91
|
2024-12-12 21:17:30 +08:00 |
|
|
cf7be85f29
|
aggregated search
|
2024-12-12 21:17:30 +08:00 |
|
|
cab66619df
|
fix #61
|
2024-12-12 21:17:30 +08:00 |
|
|
a4cc0a3af2
|
Update saf
|
2024-12-02 21:00:06 +08:00 |
|
|
df2ba6efd1
|
update version code
|
2024-12-02 21:00:06 +08:00 |
|
|
705c448cfe
|
export comic as pdf
|
2024-12-02 21:00:06 +08:00 |
|
|
f155bed694
|
update flutter_saf
|
2024-11-24 15:21:22 +08:00 |
|
|
4b32165aae
|
update version code
|
2024-11-24 11:08:21 +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 |
|
|
454497fd65
|
fix mime
|
2024-11-20 13:25:56 +08:00 |
|
|
8db52c9db1
|
update version code
|
2024-11-18 17:57:35 +08:00 |
|
|
708cf83a32
|
improve ui
|
2024-11-17 17:23:43 +08:00 |
|
|
165e5f2850
|
add authorization
|
2024-11-15 18:27:59 +08:00 |
|
|
81baf53ad4
|
Update version code
|
2024-11-13 16:21:13 +08:00 |
|
|
9fcc306ee0
|
fix HtmlElement.parent
|
2024-11-13 13:12:04 +08:00 |
|