Commit Graph

2455 Commits

Author SHA1 Message Date
Xwite
b53be76998
Update CHANGELOG.md 2022-10-02 06:52:36 +08:00
Xwite
769902f364
修复cronetEngine初始化失败 (#2361)
* build: just keep org.chromium.**
2022-10-02 06:23:28 +08:00
Xwite
45294c1d84
Update proguard-rules.pro
fix #2357
2022-10-01 20:03:14 +08:00
Xwite
5656631d24
build: keep DirectLinkUpload Rule 2022-10-01 19:52:30 +08:00
Xwite
caf7de30fa
Update DirectLinkUpload.kt 2022-10-01 19:46:16 +08:00
Xwite
77e125e931
build: keep DirectLinkUpload Rule 2022-10-01 19:45:16 +08:00
kunfei
a1b53dac5a 优化 2022-10-01 19:45:04 +08:00
kunfei
01bacf77aa 优化 2022-10-01 19:37:17 +08:00
kunfei
d997226358 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/src/main/assets/updateLog.md
2022-10-01 19:36:10 +08:00
kunfei
1af0fee7b6 优化 2022-10-01 19:34:30 +08:00
Xwite
140d2319d6
启用gradle的minifyEnabled (#2356)
* 修复文件类书源换源后阅读按钮工作不正确的bug

* 修复文件类书源换源后阅读按钮工作不正确的bug

* chore: rename EventBus.BOOK_URL_CHANGED

* build: enable minifyEnabled for buildType Release

 - add proguard-rules: StrResponse CacheManager CookieStore hutool
 - fix com.google.android.exoplayer2 proguard-rules

* build: keep io.legado.app.api.ReturnData
2022-10-01 18:42:45 +08:00
Xwite
a2018bbb89
Update updateLog.md 2022-10-01 18:41:54 +08:00
kunfei
04ac961690 优化 2022-10-01 13:08:59 +08:00
kunfei
fa1e43f797 Merge remote-tracking branch 'origin/master' 2022-10-01 13:06:53 +08:00
kunfei
ddc33a9e05
Merge pull request #2351 from gedoor/cronet
Bump cronet from 106.0.5249.65 to 106.0.5249.79
2022-10-01 13:06:37 +08:00
kunfei
64150d72d0 优化 2022-10-01 12:55:27 +08:00
Xwite
6433d17a68 chore: rename EventBus.BOOK_URL_CHANGED 2022-10-01 09:18:03 +08:00
Xwite
e6f431a139 修复文件类书源换源后阅读按钮工作不正确的bug 2022-10-01 09:18:03 +08:00
Xwite
2003cf5d06
修复文件类书源换源后阅读按钮工作不正确的bug (#2352) 2022-10-01 08:54:13 +08:00
gedoor
69ae5b7d24 Bump cronet from 106.0.5249.65 to 106.0.5249.79
- Changes in the [Git log](https://chromium.googlesource.com/chromium/src/+log/106.0.5249.65..106.0.5249.79)
2022-10-01 00:35:27 +00:00
kunfei
19722fd6c1 Merge remote-tracking branch 'origin/master' 2022-10-01 00:56:35 +08:00
kunfei
92c2a78a19 优化 2022-10-01 00:56:17 +08:00
Xwite
1104f7bde3
验证码图片启用内存缓存 免除查看大图时重新下载 2022-09-30 20:27:33 +08:00
kunfei
a3ceeb82c3 优化 2022-09-30 19:22:46 +08:00
kunfei
94559472dc 优化 2022-09-30 18:48:44 +08:00
kunfei
59455bba41 优化 2022-09-30 16:45:41 +08:00
kunfei
8ee74daf8d
Merge pull request #2349 from gedoor/dependabot/gradle/app/glideVersion-4.14.1
Bump glideVersion from 4.14.0 to 4.14.1 in /app
2022-09-30 15:26:43 +08:00
dependabot[bot]
4b2afc65e7
Bump glideVersion from 4.14.0 to 4.14.1 in /app
Bumps `glideVersion` from 4.14.0 to 4.14.1.

Updates `glide` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1)

Updates `compiler` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.bumptech.glide:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 04:40:16 +00:00
kunfei
fe400434aa 优化 2022-09-29 22:07:37 +08:00
kunfei
b753e71173
Merge pull request #2347 from gedoor/dependabot/gradle/app/org.apache.commons-commons-text-1.10.0
Bump commons-text from 1.9 to 1.10.0 in /app
2022-09-29 17:10:34 +08:00
kunfei
2a2c6e2d00
Merge pull request #2348 from ag2s20150909/cronet_dns_https_svcb
Cronet 支持DnsHttpsSvcb
2022-09-29 17:10:05 +08:00
ag2s20150909
15fbc844f1 Cronet 支持DnsHttpsSvcb
Cronet 设置`UseDnsHttpsSvcb`等实验选项支持HTTPS 类型的dns请求,从dns HTTPS记录中就能获取到支持的alpn,用来确定升级http3。

77379815db
2022-09-29 13:57:59 +08:00
dependabot[bot]
5d6e249cce
Bump commons-text from 1.9 to 1.10.0 in /app
Bumps commons-text from 1.9 to 1.10.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-29 04:31:05 +00:00
kunfei
b918029eff Merge remote-tracking branch 'origin/master' 2022-09-28 20:27:07 +08:00
kunfei
2e195d154f 阅读界面显示书源名称,登陆和购买移到书源菜单中 2022-09-28 20:26:58 +08:00
Xwite
65776935d9
Update readMenuHelp.md 2022-09-28 20:00:20 +08:00
Xwite
6d43b3625c
Update updateLog.md 2022-09-28 19:23:32 +08:00
Xwite
e34884b3f1 fix: search nothing when query is chapter title
- enable reSegment

- revert b181d81f17
2022-09-28 19:04:29 +08:00
kunfei
d7da433075
Merge pull request #2343 from gedoor/cronet
Bump cronet from 105.0.5195.136 to 106.0.5249.65
2022-09-28 14:59:57 +08:00
kunfei
0ce5c3db78
Merge pull request #2344 from gedoor/dependabot/gradle/app/glideVersion-4.14.0
Bump glideVersion from 4.13.2 to 4.14.0 in /app
2022-09-28 14:59:45 +08:00
dependabot[bot]
af0c03a1e1
Bump glideVersion from 4.13.2 to 4.14.0 in /app
Bumps `glideVersion` from 4.13.2 to 4.14.0.

Updates `glide` from 4.13.2 to 4.14.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.13.2...v4.14.0)

Updates `compiler` from 4.13.2 to 4.14.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.13.2...v4.14.0)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.bumptech.glide:compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 04:37:16 +00:00
dependabot[bot]
5bb962d334
Bump hutool-crypto from 5.8.1 to 5.8.8 in /app (#2341)
Bumps [hutool-crypto](https://github.com/dromara/hutool) from 5.8.1 to 5.8.8.
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](https://github.com/dromara/hutool/compare/5.8.1...5.8.8)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-28 09:54:47 +08:00
kunfei
a3b648770f 优化 2022-09-28 09:10:38 +08:00
gedoor
fea62dac3a Bump cronet from 105.0.5195.136 to 106.0.5249.65
- Changes in the [Git log](https://chromium.googlesource.com/chromium/src/+log/105.0.5195.136..106.0.5249.65)
2022-09-28 00:32:27 +00:00
kunfei
79303b7b91 限制源编辑框的最大行数,滚动到其他输入框更容易,还有点问题,先改回 2022-09-27 23:30:26 +08:00
kunfei
9c7a109ae5 限制源编辑框的最大行数,滚动到其他输入框更容易 2022-09-27 23:20:18 +08:00
kunfei
e8b4046277 限制源编辑框的最大行数,滚动到其他输入框更容易 2022-09-27 22:51:56 +08:00
kunfei
a03298d805 限制源编辑框的最大行数,滚动到其他输入框更容易 2022-09-27 22:09:38 +08:00
kunfei
aff0120775 优化 2022-09-27 15:46:31 +08:00
kunfei
078a42d0d8 优化 2022-09-27 14:41:55 +08:00