Commit Graph

1668 Commits

Author SHA1 Message Date
kunfei
e5447581da 优化 2022-06-04 18:33:06 +08:00
kunfei
fb995a60cd
Merge pull request #1947 from WhiredPlanck/patch-2
refactor(res): polish appHelp.md
2022-06-04 18:31:04 +08:00
kunfei
a923c2a9e4
Merge pull request #1949 from Xwite/master
fix(epub): titlepage.xhtml location
2022-06-04 18:29:32 +08:00
Xwite
05581c30c3 fix(LocalBook): remove duplicated chapter 2022-06-04 15:45:57 +08:00
Xwite
c71099a379 fix(epub): titlepage.xhtml 2022-06-04 15:36:21 +08:00
WhiredPlanck
9785c5ea09
refactor(res): polish appHelp.md 2022-06-04 02:01:21 +08:00
kunfei
a15ce01ef6 优化 2022-06-03 23:06:00 +08:00
kunfei
67db9ac158
Merge pull request #1946 from WhiredPlanck/patch-1
refactor(res): polish Chinese Simplified translations
2022-06-03 22:43:11 +08:00
WhiredPlanck
fef2bf4a49
refactor(res): polish Chinese Simplified translations
- Use full-width symbols for all text
- Use correct case for proper nouns and avoid jargons
- Place a space before and after English words or numbers
- Polish translations appropriately
- Add missing translations.

Reference:
1. https://github.com/sparanoid/chinese-copywriting-guidelines
2. https://www.w3.org/TR/clreq/
2022-06-03 11:36:29 +08:00
kunfei
64408534ed
Merge pull request #1945 from gedoor/dependabot/gradle/app/com.github.jenly1314-zxing-lite-2.2.0
chore(deps): bump zxing-lite from 2.1.1 to 2.2.0 in /app
2022-06-02 13:57:37 +08:00
kunfei
654410da23
Merge pull request #1943 from gedoor/dependabot/gradle/app/com.google.android.material-material-1.6.1
chore(deps): bump material from 1.6.0 to 1.6.1 in /app
2022-06-02 13:57:20 +08:00
kunfei
5c9ad6da21
Merge pull request #1942 from gedoor/dependabot/gradle/app/androidx.core-core-ktx-1.8.0
chore(deps): bump core-ktx from 1.7.0 to 1.8.0 in /app
2022-06-02 13:56:45 +08:00
dependabot[bot]
e8a1e61059
chore(deps): bump core-ktx from 1.7.0 to 1.8.0 in /app
Bumps core-ktx from 1.7.0 to 1.8.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 05:55:47 +00:00
kunfei
9f0cb8e3ca
Merge pull request #1941 from gedoor/dependabot/gradle/app/androidx.appcompat-appcompat-1.4.2
chore(deps): bump appcompat from 1.4.1 to 1.4.2 in /app
2022-06-02 13:55:19 +08:00
dependabot[bot]
f7d421dc0f
chore(deps): bump zxing-lite from 2.1.1 to 2.2.0 in /app
Bumps [zxing-lite](https://github.com/jenly1314/ZXingLite) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/jenly1314/ZXingLite/releases)
- [Commits](https://github.com/jenly1314/ZXingLite/compare/2.1.1...2.2.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-06-02 04:38:52 +00:00
dependabot[bot]
7fadafc753
chore(deps): bump material from 1.6.0 to 1.6.1 in /app
Bumps [material](https://github.com/material-components/material-components-android) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.6.0...1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 04:38:36 +00:00
dependabot[bot]
e54fe0beb0
chore(deps): bump appcompat from 1.4.1 to 1.4.2 in /app
Bumps appcompat from 1.4.1 to 1.4.2.

---
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>
2022-06-02 04:38:21 +00:00
kunfei
c141217320 优化 2022-06-01 20:27:25 +08:00
kunfei
5345469d44 优化 2022-06-01 20:21:45 +08:00
kunfei
17ac4ea36e
Merge pull request #1931 from gedoor/dependabot/gradle/app/cn.hutool-hutool-crypto-5.8.2
chore(deps): bump hutool-crypto from 5.8.1 to 5.8.2 in /app
2022-06-01 20:18:17 +08:00
kunfei
a73c25f423
Merge pull request #1937 from Xwite/master
fix #1831
2022-06-01 20:05:35 +08:00
Xwite
23d26172a4 fix: check suffix characters 2022-06-01 19:47:39 +08:00
Xwite
6098260f45 feat(ImageProvider): disable replace when detect empty image url 2022-06-01 18:27:34 +08:00
Xwite
2f4f7f46b7 feat(ImageProvider): toast when image url is empty 2022-06-01 18:02:29 +08:00
Xwite
99835dfc17 fix(epub): reset ReadConfig.useReplaceRule to false
fix #1831
2022-06-01 17:25:15 +08:00
kunfei
3ed1f861c5
Merge pull request #1936 from Xwite/master
fix(EpubFile/parseFirstPage): parse all contents
2022-06-01 14:52:09 +08:00
Xwite
fc6745b6fe fix: typo 2022-06-01 14:22:29 +08:00
Xwite
ed29ccc7b0 chore(book/read): BitmapLruCache store key change to filePath 2022-06-01 14:06:56 +08:00
kunfei
21d6e950f1 优化 2022-06-01 12:15:45 +08:00
kunfei
228ae36668 优化 2022-06-01 12:13:25 +08:00
kunfei
50ac43b1cf 优化 2022-06-01 11:44:09 +08:00
kunfei
cf4ba745f8 优化 2022-06-01 11:13:20 +08:00
Xwite
e0a3f831c7 feat(epub): support titlepage.xhtml cover 2022-06-01 10:36:14 +08:00
Xwite
6ccd7fbfd4 chore: improve hint 2022-06-01 09:14:53 +08:00
Xwite
2bf6a4b39c fix(EpubFile/parseFirstPage): parse all contents
fix #1932
2022-06-01 08:28:07 +08:00
kunfei
7efe1e537c
Merge pull request #1935 from Xwite/master
fix(epub): 最后一章内容缺失
2022-06-01 07:54:53 +08:00
Xwite
ad5aef2bc1 fix(epub): 最后一章内容缺失 2022-06-01 06:47:45 +08:00
kunfei
57995e0992
Merge pull request #1933 from david082321/patch-1
Update zh-TW translation
2022-05-31 20:15:23 +08:00
kunfei
eca81ce75f
Merge pull request #1929 from Xwite/master
fix: skip to load volume content
2022-05-31 20:14:38 +08:00
Xwite
59046456c6 fix(epub): fix dd5b1fb488 2022-05-31 19:57:24 +08:00
Xwite
8c3dead3dd feat(epub): 识别多级目录 2022-05-31 19:35:01 +08:00
Xwite
dd5b1fb488 fix(LocalBook/EpubFile): load all contents 2022-05-31 17:48:05 +08:00
david082321
144bf3ccbc
Update strings.xml 2022-05-31 16:19:42 +08:00
david082321
ff116beb58
Update arrays.xml 2022-05-31 16:05:46 +08:00
Xwite
72b0fd5a47 fix: fail to remove duplicate title when content only has title 2022-05-31 14:04:46 +08:00
Xwite
a8131d5362 docs: update docs 2022-05-31 12:51:19 +08:00
dependabot[bot]
0d4ae4aeaf
chore(deps): bump hutool-crypto from 5.8.1 to 5.8.2 in /app
Bumps [hutool-crypto](https://github.com/dromara/hutool) from 5.8.1 to 5.8.2.
- [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.2)

---
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-05-31 04:40:28 +00:00
Xwite
414ccc2b52 chore: update strings.xml 2022-05-31 12:32:53 +08:00
Xwite
a1991f21a2 fix(book/searchContent): search nothing if chineseConvert enabled 2022-05-31 11:08:48 +08:00
Xwite
0bc7341a18 fix(LocalBook/EpubFile): remove next chapter duplicated title 2022-05-31 10:34:54 +08:00