Update version 0.8.0

This commit is contained in:
Ash 2022-05-15 22:58:59 +08:00
parent 12b2531cda
commit eec397e0de
4 changed files with 59 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader"
minSdk 26
targetSdk 32
versionCode 10
versionName "0.7.8"
versionCode 11
versionName "0.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -0,0 +1,19 @@
## 0.8.0
1. Add German translation (thanks Dave).
2. Refactor reading page render (thanks to Feeder's open source code).
3. Add scrolling indicator bar for reading page (thanks to Matt Vaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually).
4. Add share article feature.
5. Add article thumbnail previews (only valid for articles newly synced since this release).
6. Other detail changes.
### Note
1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code.
2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects).

View File

@ -0,0 +1,19 @@
## 0.8.0
1. Add German translation (thanks Dave).
2. Refactor reading page render (thanks to Feeder's open source code).
3. Add scrolling indicator bar for reading page (thanks to Matt Vaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually).
4. Add share article feature.
5. Add article thumbnail previews (only valid for articles newly synced since this release).
6. Other detail changes.
### Note
1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code.
2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects).

View File

@ -0,0 +1,19 @@
## 0.8.0
1. 新增德语翻译(感谢 Dave
2. 重构阅读页面的渲染(感谢 Feeder 的开源代码)。
3. 新增阅读页面滚动指示条(感谢 Matt Vaughn 和 Albert Chang。仅供参考因为官方没有提供 API纯手工实现当前勉强能看
4. 新增文章分享功能。
5. 新增文章缩略图预览(仅对从此版本后新同步的文章生效)。
6. 其他细节改动。
### 说明
1. 这个版本有些卡顿,发现了很多问题,下个版本将会优化和整理代码。
2. 翻译贡献需要三个月后才能开始Weblate 对开源项目的要求)