mirror of https://github.com/Ashinch/ReadYou.git
Update version 0.8.0
This commit is contained in:
parent
12b2531cda
commit
eec397e0de
|
@ -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 {
|
||||
|
|
|
@ -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).
|
|
@ -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).
|
|
@ -0,0 +1,19 @@
|
|||
## 0.8.0
|
||||
|
||||
1. 新增德语翻译(感谢 Dave)。
|
||||
|
||||
2. 重构阅读页面的渲染(感谢 Feeder 的开源代码)。
|
||||
|
||||
3. 新增阅读页面滚动指示条(感谢 Matt Vaughn 和 Albert Chang。仅供参考,因为官方没有提供 API,纯手工实现,当前勉强能看)。
|
||||
|
||||
4. 新增文章分享功能。
|
||||
|
||||
5. 新增文章缩略图预览(仅对从此版本后新同步的文章生效)。
|
||||
|
||||
6. 其他细节改动。
|
||||
|
||||
### 说明
|
||||
|
||||
1. 这个版本有些卡顿,发现了很多问题,下个版本将会优化和整理代码。
|
||||
|
||||
2. 翻译贡献需要三个月后才能开始(Weblate 对开源项目的要求)
|
Loading…
Reference in New Issue