File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
src/main/java/me/ash/reader/ui/page/settings/accounts
fastlane/metadata/android Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 applicationId " me.ash.reader"
2222 minSdk 26
2323 targetSdk 32
24- versionCode 15
25- versionName " 0.9.1 "
24+ versionCode 16
25+ versionName " 0.9.5 "
2626
2727 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2828 vectorDrawables {
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ fun AddAccountsPage(
116116 },
117117 ) {}
118118 SettingItem (
119+ enable = false ,
119120 title = stringResource(R .string.fever),
120121 desc = stringResource(R .string.fever_desc),
121122 iconPainter = painterResource(id = R .drawable.ic_fever),
Original file line number Diff line number Diff line change 1+ ## 0.9.5
2+
3+ 1. Support add multiple accounts (local)
4+
5+ 2. Add translation (thank you all)
6+
7+ 3. Fix some bugs
8+
9+ Request adequate testing of data isolation between multiple accounts.
10+ The Fever API and Google Reader API will soon be supported.
Original file line number Diff line number Diff line change 1+ ## 0.9.5
2+
3+ 1. 支持添加多个本地账户
4+
5+ 2. 补充翻译文本(感谢所有人)
6+
7+ 3. 修复部分 Bug
8+
9+ 希望能为多账户间的数据隔离进行充分的测试。
10+ 很快就会支持 Fever API 与 Google Reader API。
You can’t perform that action at this time.
0 commit comments