Skip to content

Commit b8d793e

Browse files
committed
Update version 0.10.0
1 parent a0cab0e commit b8d793e

File tree

4 files changed

+76
-6
lines changed

4 files changed

+76
-6
lines changed

Diff for: app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "me.ash.reader"
2323
minSdk 26
2424
targetSdk 33
25-
versionCode 23
26-
versionName "0.9.12"
25+
versionCode 24
26+
versionName "0.10.0"
2727

2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
vectorDrawables {
@@ -42,16 +42,16 @@ android {
4242

4343
flavorDimensions "channel"
4444
productFlavors {
45+
github {
46+
dimension "channel"
47+
}
4548
fdroid {
4649
dimension "channel"
4750
}
4851
googlePlay {
4952
dimension "channel"
5053
applicationIdSuffix ".google.play"
5154
}
52-
github {
53-
dimension "channel"
54-
}
5555
}
5656
signingConfigs {
5757
release {

Diff for: app/proguard-rules.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
-keep class com.rometools.** { *; }
3636

3737
# Provider API
38-
-keep class me.ash.reader.infrastructure.** { *; }
38+
-keep class me.ash.reader.** { *; }
3939

4040
# https://github.com/flutter/flutter/issues/127388
4141
-dontwarn org.kxml2.io.KXml**

Diff for: fastlane/metadata/android/en-US/changelogs/24.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## 0.10.0
2+
3+
1. Bump up Material Design 3 dependencies, compile sdk, and gradle version (#502, @JunkFood02)
4+
2. Support the in-app language picker for Android 13 (#541, #571, @JunkFood02)
5+
3. Support add feed via system share sheet (#618, @JunkFood02)
6+
4. Support for specifying the composition of shared content (#660, @Ashinch)
7+
5. Improve swipe to star/unstar, swipe to unread, and add configuration (#594, @JunkFood02)
8+
6. Use system locale to format time display by default. (#617, @JunkFood02)
9+
7. Switch to androidx edge to edge implementation (#690, @Moderpach)
10+
8. Add image viewer to the reading page (#578, #545, @JunkFood02, @nvllz)
11+
9. Add gestures to swipe up and down on the reading page to switch articles (#589, @JunkFood02)
12+
10. Add crash report activity to handle uncaught exceptions (#576, @JunkFood02)
13+
11. Add context menu on long press for items in the flow page (#613, @JunkFood02)
14+
12. Add line height multiple preference for reading page (#620, @JunkFood02)
15+
13. Add license list page and improve about page (#664, @Ashinch)
16+
14. Add troubleshooting page and app preferences import/export tools (#672, #710, @Ashinch)
17+
15. Fix notification permission request at startup on Android 13 (@JunkFood02)
18+
16. Fix clash when published date and updated date are both empty (@JunkFood02)
19+
17. Now replace publish date of an article with the current time if it is a future date (#638, @Ashinch)
20+
18. Now when cleaning feed or group, the starred articles will be ignored (#652, @Ashinch)
21+
19. Now automatically restart the app after loading external fonts (#667, @Ashinch)
22+
20. Now first find the `<enclosure>` tag as a thumbnail of the article (#681, @Ashinch)
23+
21. Now by default, sort categories alphabetically during sync on Google Reader (#700, @mbestavros)
24+
22. New image placeholder (#712, @JunkFood02)
25+
23. More UI improvements and bug fixes (@Ashinch, @JunkFood02)
26+
24. Translations updates (thanks to everyone who helped out)
27+
28+
### Notes
29+
30+
1. In order to support the export of setting items, some of the setting items have been reset to default and you may have to reset them.
31+
2. The buymeacoffee.com sponsorship channel is currently unavailable, and the money previously donated has been refunded to the donors' accounts.
32+
3. We are looking for other sponsorship channels, currently available are AFDIAN. If you would like to support the development of ReadYou, you can sponsor it through [AFDIAN](https://afdian.net/a/ashinch).
33+
4. Thanks to our sponsors: @User_3072e, @User_223be, @User_3c5c7(Simon), @User_97ebe, @Lowae, @User_28b9f, @User_yuHC, @nullqwertyuiop, @openisgood, @User_vWca, @qgmzmy, @User_97ee1
34+
35+
**Full changelog:** [0.9.12...0.10.0](https://github.com/Ashinch/ReadYou/compare/0.9.12...0.10.0)

Diff for: fastlane/metadata/android/zh-CN/changelogs/24.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## 0.10.0
2+
3+
1. 升级 Material Design 3 框架组件、编译 SDK 和 Gradle 版本 (#502, @JunkFood02)
4+
2. 支持 Android 13 应用内语言选择器 (#541, #571, @JunkFood02)
5+
3. 支持通过系统分享菜单来添加订阅源 (#618, @JunkFood02)
6+
4. 支持指定分享内容的构成 (#660, @Ashinch)
7+
5. 改进轻扫标记已加星标\未加星标、标记为未读,支持设置动作行为 (#594, @JunkFood02)
8+
6. 使用系统区域作为默认的时间格式显示 (#617, @JunkFood02)
9+
7. 切换到 Androidx 的全屏窗口实现 (#690, @Moderpach)
10+
8. 为阅读页面添加图片查看器 (#578, #545, @JunkFood02, @nvllz)
11+
9. 为阅读页面添加上滑、下滑手势来切换文章 (#589, @JunkFood02)
12+
10. 添加崩溃报告页面来处理未捕获异常 (#576, @JunkFood02)
13+
11. 为信息流页面添加长按菜单 (#613, @JunkFood02)
14+
12. 为阅读页面添加行高倍数设置 (#620, @JunkFood02)
15+
13. 添加第三方库开源许可协议列表页面并改进关于页面 (#664, @Ashinch)
16+
14. 添加故障排除页面并支持应用设置的导入\导出功能 (#672, #710, @Ashinch)
17+
15. 修复在 Android 13 上启动时请求发送通知权限 (@JunkFood02)
18+
16. 修复当文章的发布时间和更新时间都为空的情况下引发的崩溃 (@JunkFood02)
19+
17. 现在发布时间为未来日期的文章将被重新设定到当前日期 (#638, @Ashinch)
20+
18. 现在清理订阅源或组的文章时,将忽略已加星标的文章 (#652, @Ashinch)
21+
19. 现在在设置外部字体时,将自动重启应用以使其生效 (#667, @Ashinch)
22+
20. 现在将优先使用 `<enclosure>` 标签作为文章缩略图 (#681, @Ashinch)
23+
21. 现在在同步 Google Reader 时将默认按照字母顺序排序订阅源 (#700, @mbestavros)
24+
22. 新的加载占位图片 (#712, @JunkFood02)
25+
23. 许多用户界面改进和错误修复 (@Ashinch, @JunkFood02)
26+
24. 翻译更新 (感谢所有提供帮助的人)
27+
28+
### Notes
29+
30+
1. 为了支持设置项的导出,部分设置项已被重置,您可能要重新设定。
31+
2. 赞助渠道 buymeacoffee.com 目前已无法使用,之前捐赠的款项已退还至捐赠者账户。
32+
3. 我们正在寻找其他赞助渠道,目前可用的有 "爱发电"。如果您想支持 ReadYou 的开发,可以通过 [爱发电](https://afdian.net/a/ashinch) 进行赞助。
33+
4. 感谢我们的赞助者: @User_3072e, @User_223be, @User_3c5c7(Simon), @User_97ebe, @Lowae, @User_28b9f, @User_yuHC, @nullqwertyuiop, @openisgood, @User_vWca, @qgmzmy, @User_97ee1。
34+
35+
**完整更新日志:** [0.9.12...0.10.0](https://github.com/Ashinch/ReadYou/compare/0.9.12...0.10.0)

0 commit comments

Comments
 (0)