Commit Graph

186 Commits

Author SHA1 Message Date
Xwite
a4bd52f99d
Update build.gradle 2023-03-07 14:58:14 +08:00
Xwite
6f11f69275 Revert "优化webFile导入"
This reverts commit ca3f6e26f4.
2023-03-07 14:56:12 +08:00
Xwite
ca3f6e26f4 优化webFile导入 2023-03-07 14:43:26 +08:00
kunfei
9c83d7229c 优化 2023-03-06 14:43:30 +08:00
kunfei
577ed20415
Merge pull request #2833 from gedoor/dependabot/gradle/app/cn.hutool-hutool-crypto-5.8.14
Bump cn.hutool:hutool-crypto from 5.8.12 to 5.8.14 in /app
2023-03-06 13:59:54 +08:00
dependabot[bot]
f6540648a9
Bump cn.hutool:hutool-crypto from 5.8.12 to 5.8.14 in /app
Bumps [cn.hutool:hutool-crypto](https://github.com/dromara/hutool) from 5.8.12 to 5.8.14.
- [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.12...5.8.14)

---
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>
2023-03-06 05:15:24 +00:00
dependabot[bot]
cd88eb5ba4
Bump com.github.jenly1314:zxing-lite from 2.3.0 to 2.3.1 in /app
Bumps [com.github.jenly1314:zxing-lite](https://github.com/jenly1314/ZXingLite) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/jenly1314/ZXingLite/releases)
- [Commits](https://github.com/jenly1314/ZXingLite/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: com.github.jenly1314:zxing-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 05:15:02 +00:00
kunfei
d3eb895526
Merge pull request #2815 from gedoor/dependabot/gradle/app/com.github.liuyueyi.quick-chinese-transfer-quick-transfer-core-0.2.11
Bump com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core from 0.2.10 to 0.2.11 in /app
2023-02-27 14:11:12 +08:00
dependabot[bot]
86de0016e6
Bump com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core
Bumps [com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core](https://github.com/liuyueyi/quick-chinese-transfer) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/liuyueyi/quick-chinese-transfer/releases)
- [Commits](https://github.com/liuyueyi/quick-chinese-transfer/compare/0.2.10...0.2.11)

---
updated-dependencies:
- dependency-name: com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 05:19:19 +00:00
dependabot[bot]
854438b369
Bump glideVersion from 4.14.2 to 4.15.0 in /app
Bumps `glideVersion` from 4.14.2 to 4.15.0.

Updates `com.github.bumptech.glide:glide` from 4.14.2 to 4.15.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.0)

Updates `com.github.bumptech.glide:compiler` from 4.14.2 to 4.15.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.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>
2023-02-27 05:19:01 +00:00
kunfei
d8a165c8a5 jsoup自带的xpath有些规则无法解析,先恢复
比如org.jsoup.select.Selector$SelectorParseException: Could not evaluate XPath query [//*[@class*="all-book-list" or @id="rank-view-list" or @id="limit-list"]//*[@data-rid]]:
  javax.xml.transform.TransformerException: A location path was expected, but the following token was encountered:  =
2023-02-22 17:52:45 +08:00
kunfei
39d6239b4b 去除xpath库,直接用jsoup解析xpath 2023-02-22 16:57:49 +08:00
kunfei
1d0f7c0539 优化 2023-02-21 19:53:10 +08:00
dependabot[bot]
bdecccac94
Bump org.jsoup:jsoup from 1.15.3 to 1.15.4 in /app
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.15.4.
- [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.3...jsoup-1.15.4)

---
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>
2023-02-20 05:21:05 +00:00
kunfei
f93d346915 优化 2023-02-19 20:44:56 +08:00
dependabot[bot]
9cbfcb716d
Bump com.google.protobuf:protobuf-javalite in /app
Bumps com.google.protobuf:protobuf-javalite from 3.21.12 to 3.22.0.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 05:06:39 +00:00
ag2s20150909
af6e8cb27b fix bug 2023-02-16 13:51:09 +08:00
dependabot[bot]
ffd178e24a
Bump cn.hutool:hutool-crypto from 5.8.11 to 5.8.12 in /app
Bumps [cn.hutool:hutool-crypto](https://github.com/dromara/hutool) from 5.8.11 to 5.8.12.
- [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.11...5.8.12)

---
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>
2023-02-10 05:06:41 +00:00
greatyingzi
65e50b4b1a 优化:移除multidex
注:Android 5.0(api21)开始,默认支持multidex,不需要手动接入multidex
2023-02-09 21:00:01 +08:00
dependabot[bot]
4b7c17a556
Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 in /app
Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 04:11:48 +00:00
dependabot[bot]
56be6dc81f
Bump cn.wanghaomiao:JsoupXpath from 2.5.1 to 2.5.2 in /app
Bumps [cn.wanghaomiao:JsoupXpath](https://github.com/zhegexiaohuozi/JsoupXpath) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/zhegexiaohuozi/JsoupXpath/releases)
- [Commits](https://github.com/zhegexiaohuozi/JsoupXpath/compare/v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: cn.wanghaomiao:JsoupXpath
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 04:09:41 +00:00
dependabot[bot]
37c09f49f1
Bump com.android.tools:desugar_jdk_libs from 2.0.1 to 2.0.2 in /app
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/google/desugar_jdk_libs/releases)
- [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/desugar_jdk_libs/commits)

---
updated-dependencies:
- dependency-name: com.android.tools:desugar_jdk_libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 16:56:53 +00:00
dependabot[bot]
6c8db6ebbc
Bump com.android.tools:desugar_jdk_libs from 1.2.2 to 2.0.1 in /app
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.2.2 to 2.0.1.
- [Release notes](https://github.com/google/desugar_jdk_libs/releases)
- [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/desugar_jdk_libs/commits)

---
updated-dependencies:
- dependency-name: com.android.tools:desugar_jdk_libs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 04:07:00 +00:00
kunfei
50cfeae6ba 优化 2023-01-27 19:31:21 +08:00
ag2s20150909
2bd68eb1a3 优化 2023-01-27 15:58:28 +08:00
dependabot[bot]
bdff8ef76e
Bump webkit from 1.5.0 to 1.6.0 in /app
Bumps webkit from 1.5.0 to 1.6.0.

---
updated-dependencies:
- dependency-name: androidx.webkit:webkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26 04:08:44 +00:00
dependabot[bot]
25c9e6c456
Bump material from 1.7.0 to 1.8.0 in /app
Bumps [material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 04:09:34 +00:00
kunfei
1a9a5770fe 优化 2023-01-22 21:58:19 +08:00
dependabot[bot]
3b85485a66
Bump quick-transfer-core from 0.2.9 to 0.2.10 in /app
Bumps [quick-transfer-core](https://github.com/liuyueyi/quick-chinese-transfer) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/liuyueyi/quick-chinese-transfer/releases)
- [Commits](https://github.com/liuyueyi/quick-chinese-transfer/compare/0.2.9...0.2.10)

---
updated-dependencies:
- dependency-name: com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 04:25:27 +00:00
dependabot[bot]
ff2981823c
Bump appcompat from 1.5.1 to 1.6.0 in /app
Bumps appcompat from 1.5.1 to 1.6.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 04:12:03 +00:00
dependabot[bot]
63796a9967
Bump gson from 2.10 to 2.10.1 in /app
Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 04:19:31 +00:00
dependabot[bot]
dcbcc0ceb9
Bump runner from 1.5.1 to 1.5.2 in /app
Bumps runner from 1.5.1 to 1.5.2.

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 12:20:04 +00:00
dependabot[bot]
fed8c57ac6
Bump espresso-core from 3.5.0 to 3.5.1 in /app
Bumps espresso-core from 3.5.0 to 3.5.1.

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 04:13:17 +00:00
dependabot[bot]
5c100418fd
Bump quick-transfer-core from 0.2.7 to 0.2.9 in /app
Bumps [quick-transfer-core](https://github.com/liuyueyi/quick-chinese-transfer) from 0.2.7 to 0.2.9.
- [Release notes](https://github.com/liuyueyi/quick-chinese-transfer/releases)
- [Commits](https://github.com/liuyueyi/quick-chinese-transfer/compare/0.2.7...0.2.9)

---
updated-dependencies:
- dependency-name: com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 04:19:40 +00:00
dependabot[bot]
dc631a6262
Bump hutool-crypto from 5.8.10 to 5.8.11 in /app
Bumps [hutool-crypto](https://github.com/dromara/hutool) from 5.8.10 to 5.8.11.
- [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.10...5.8.11)

---
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>
2022-12-28 04:14:41 +00:00
ag2s20150909
342a08400f 支持PDF格式 2022-12-19 12:49:59 +08:00
dependabot[bot]
25f1a01f72
Bump zxing-lite from 2.2.1 to 2.3.0 in /app
Bumps [zxing-lite](https://github.com/jenly1314/ZXingLite) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/jenly1314/ZXingLite/releases)
- [Commits](https://github.com/jenly1314/ZXingLite/compare/2.2.1...2.3.0)

---
updated-dependencies:
- dependency-name: com.github.jenly1314:zxing-lite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 04:14:14 +00:00
dependabot[bot]
5a713b209d
Bump fragment-ktx from 1.5.4 to 1.5.5 in /app
Bumps fragment-ktx from 1.5.4 to 1.5.5.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 04:12:26 +00:00
dependabot[bot]
5271e71b76
Bump hutool-crypto from 5.8.9 to 5.8.10 in /app
Bumps [hutool-crypto](https://github.com/dromara/hutool) from 5.8.9 to 5.8.10.
- [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.9...5.8.10)

---
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>
2022-11-17 04:23:27 +00:00
dependabot[bot]
34e721be71
Bump runner from 1.5.0 to 1.5.1 in /app
Bumps runner from 1.5.0 to 1.5.1.

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 04:20:49 +00:00
Xwite
fe754feebf
阅读默认UA只设置主要版本号 (#2543) 2022-11-09 23:23:04 +08:00
dependabot[bot]
a0443f6c60
Bump espresso-core from 3.4.0 to 3.5.0 in /app
Bumps espresso-core from 3.4.0 to 3.5.0.

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 12:09:19 +00:00
dependabot[bot]
7779cb5ad0
Bump runner from 1.4.0 to 1.5.0 in /app
Bumps runner from 1.4.0 to 1.5.0.

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 04:09:24 +00:00
kunfei
18a7566e7d 移除compose,compose在华为手机报错崩溃 2022-11-03 22:18:21 +08:00
Horis
a35a3f4b4c 优化 2022-10-26 18:09:31 +08:00
Horis
35d8ba33db 优化 2022-10-26 12:50:30 +08:00
dependabot[bot]
af07089e90
Bump activity-ktx from 1.6.0 to 1.6.1 in /app
Bumps activity-ktx from 1.6.0 to 1.6.1.

---
updated-dependencies:
- dependency-name: androidx.activity:activity-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 07:01:31 +00:00
kunfei
94779684d0
Merge pull request #2483 from gedoor/dependabot/gradle/app/com.google.code.gson-gson-2.10
Bump gson from 2.9.1 to 2.10 in /app
2022-10-25 15:01:20 +08:00
kunfei
d938ed2d03
Merge pull request #2482 from gedoor/dependabot/gradle/app/androidx.activity-activity-compose-1.6.1
Bump activity-compose from 1.6.0 to 1.6.1 in /app
2022-10-25 15:01:08 +08:00
dependabot[bot]
29ca7deda5
Bump gson from 2.9.1 to 2.10 in /app
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.10)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 04:52:51 +00:00