Commit Graph

5911 Commits

Author SHA1 Message Date
821938089
2c61447648 fix booksource edit 2022-07-09 11:43:35 +08:00
kunfei
1f8b28b9b8 优化 2022-07-09 09:51:52 +08:00
kunfei
ccbe744cf9 Merge pull request #2037 from nEdAy/feature/fixed-edit-book-sources-dialog-error
Fixed the problem that some book sources were not edited, but the prompt "尚未保存,是否继续编辑" is displayed when exiting.
2022-07-09 09:47:29 +08:00
kunfei
6e7689b5fe Merge pull request #2039 from qianfanguojin/master
修复Issue 1972 的一些问题
2022-07-09 09:45:40 +08:00
kunfei
9fb1bf5d35 优化 2022-07-09 09:40:35 +08:00
kunfei
6c97d29635 优化 2022-07-09 00:34:15 +08:00
谢意帆
effc48f4e8 fix: 修复自建WebDav服务使用WebDav书籍的一些BUG
1. 增加 resourceType 加强判断是否是文件夹,有些自建服务 文件夹 contentType 属性为空
2. 修复自建服务对文件夹存在性判断的问题
2022-07-08 18:40:15 +08:00
Kevin SuTJ
fdd0990afe clean code; clean unused import 2022-07-08 15:55:38 +08:00
谢意帆
7611d9a798 fix: 删除Epub文件正文读取的一些不必要信息 2022-07-08 15:05:12 +08:00
Kevin SuTJ
c8e30b5241 Fixed the problem that some book sources were not edited, but the prompt "尚未保存,是否继续编辑" is displayed when exiting. 2022-07-08 11:01:23 +08:00
谢意帆
0ff5e700b7 feat: 修复某些 epub 文件由于 opf 格式不规范而导致正文图片读取失败的问题 2022-07-08 02:31:29 +08:00
kunfei
88d13d86ab 优化 3.22.070722 2022-07-07 22:23:26 +08:00
kunfei
e116f9eb66 Merge remote-tracking branch 'origin/master' 2022-07-07 22:22:29 +08:00
kunfei
92a04f0f1d 优化 2022-07-07 22:22:20 +08:00
kunfei
ee51315b8e 优化 2022-07-07 17:32:50 +08:00
kunfei
0f3996491e 优化 2022-07-07 11:42:23 +08:00
kunfei
e861f57866 优化 2022-07-07 11:28:28 +08:00
github-actions[bot]
222100b71c web bookshelf: v3.22.070711 2022-07-07 03:24:48 +00:00
kunfei
ad5f454362 优化 2022-07-06 21:18:46 +08:00
kunfei
98046a4313 优化 2022-07-05 23:57:38 +08:00
kunfei
d76013ed12 优化 2022-07-05 22:36:57 +08:00
kunfei
84b2d07794 优化 2022-07-05 22:32:01 +08:00
kunfei
9399c997a6 优化 2022-07-05 21:32:33 +08:00
kunfei
6dbfcf24fe 优化 2022-07-05 21:28:34 +08:00
kunfei
98f53dd9a0 优化 2022-07-05 20:32:56 +08:00
kunfei
b16d0b4ab1 Merge pull request #2027 from gedoor/dependabot/gradle/app/org.jsoup-jsoup-1.15.2
chore(deps): bump jsoup from 1.15.1 to 1.15.2 in /app
2022-07-05 20:28:03 +08:00
kunfei
18346c418c Merge pull request #2026 from gedoor/cronet
Bump cronet from 103.0.5060.70 to 103.0.5060.71
2022-07-05 20:27:41 +08:00
kunfei
e2baf72032 Merge pull request #2025 from 821938089/fix-webdav
修复webDav的exists函数对文件夹始终返回false的bug
2022-07-05 20:27:13 +08:00
kunfei
d668ecc881 Merge pull request #2021 from qianfanguojin/master
添加 WebDav 书籍的排序功能,更加详细的横竖屏单双页切换方式
2022-07-05 20:25:47 +08:00
kunfei
dc6bfe0d5f Merge pull request #2020 from ag2s20150909/master
更新kotlin版本
2022-07-05 20:23:55 +08:00
dependabot[bot]
ed97c4acf0 chore(deps): bump jsoup from 1.15.1 to 1.15.2 in /app
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.1...jsoup-1.15.2)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 04:42:15 +00:00
821938089
17a8b4f1ff 优化 2022-07-05 11:10:08 +08:00
gedoor
8291a0fbc8 Bump cronet from 103.0.5060.70 to 103.0.5060.71
- Changes in the [Git log](https://chromium.googlesource.com/chromium/src/+log/103.0.5060.70..103.0.5060.71)
2022-07-05 00:20:38 +00:00
821938089
a48cffbba5 fix webdav exists bug 2022-07-04 20:33:33 +08:00
kunfei
ccdcd7c2f3 优化 2022-07-04 10:21:23 +08:00
谢意帆
8ae46da969 feat: 更详细的横竖屏单双页设置 2022-07-03 20:59:29 +08:00
谢意帆
d9e640b86b feat: webdav书籍排序
添加 按更新时间排序,按文件名排序的选项。
默认排序规则为按文件更新时间倒序排列
2022-07-03 15:26:21 +08:00
kunfei
124f8867ae 优化 2022-07-03 14:54:57 +08:00
kunfei
d8dec202e9 优化 2022-07-03 14:29:53 +08:00
ag2s20150909
a7505a6c5e 更新kotlin版本
更新kotlin 1.7.0
更新Compose 1.2.0
更新room 2.5.0-alpha02 旧版本不支持kotlin 1.7.0
2022-07-03 11:40:53 +08:00
kunfei
70024a6003 优化 2022-07-03 09:50:29 +08:00
谢意帆
761570091a feat: webdav书籍排序选项的配置,以及事件监听 2022-07-03 00:11:02 +08:00
kunfei
df128f2a84 优化 2022-07-02 20:30:17 +08:00
kunfei
d78c33954b 优化 2022-07-02 19:54:46 +08:00
kunfei
2edb77a8af 优化 2022-07-02 19:52:10 +08:00
kunfei
088e5516e0 优化 2022-07-02 17:26:42 +08:00
kunfei
9f3877ebf9 Merge remote-tracking branch 'origin/master' 2022-07-02 15:17:57 +08:00
kunfei
4f05571e3a 优化 2022-07-02 15:17:47 +08:00
kunfei
f80a524230 Merge pull request #2017 from nEdAy/feature/fixed-read-record-book-name-click-is-invalid
fixed bug: TextView setting 'textIsSelectable=true' make click is invalid
2022-07-01 17:32:03 +08:00
kunfei
dffb60d1dc Merge pull request #2016 from nEdAy/feature/mouse-wheel-page
新增 "鼠标滚轮翻页"
2022-07-01 17:31:26 +08:00