-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 1.8.8: | ||
- [x] features: Remove tencent Bugly dependencies, detect updates manually using github (now main branch is fully FOSS ) | ||
- [x] optim: boost cold start up speed~ | ||
- [x] feature: Configurable image download quality (Thanks to @GHolk) | ||
- [x] feature: Token Export & Token Login(use it Carefully!) | ||
- [x] feature: Monochrome icon for Android 13 | ||
- [x] feature: Material You theme support | ||
- [x] optim: UI component optimization | ||
- [x] feature: top bar shrinks in User pages | ||
- [x] feature: click chips to jump from the user information page | ||
- [x] fix: double-click back to top fails in some page | ||
- [x] fix: ugoira/GIF hint | ||
- [x] fix: Loading progress bar in the original/GIF image view, replace with material progressIndicator | ||
- [x] fix: Content overlaps, duplicates loading after rotation | ||
- [x] optim: Animation misalignment | ||
- [x] optim: more lazyload & kotlin coroutine | ||
- [-] BUG: Toasty memory leak | ||
- [x] optim: Migrate all dependencies to AndroidX, remove KAPT and switch to KSP | ||
- [x] optim: Project migration to AGP & Gradle 8.0 | ||
- [x] optim: DataBinding is deprecated | ||
- [x] optim: Code cleanup and other tweaks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 1.8.8: | ||
- [x] 特性:移除 Bugly 依赖,手动使用github检测更新(主分支同样FOSS) | ||
- [x] 优化:修复一个严重影响冷启动速度的bug | ||
- [x] 特性:图片下载质量可调整 (Thanks to @GHolk) | ||
- [x] 特性:Token 导出 & Token 登录 | ||
- [x] 特性:单色图标 for Android 13 | ||
- [x] 特性:material you 主题支持 | ||
- [x] 优化:界面组件优化 | ||
- [x] 特性:用户界面顶栏收缩 | ||
- [x] 特性:用户信息页chip点击跳转 | ||
- [x] 修复:部分双击回顶失效 | ||
- [x] 修复:ugoira/GIF 提示 | ||
- [x] 修复:原图加载进度条, 换用material progressIndicator | ||
- [x] 修复:旋转后内容重叠、重复加载 | ||
- [x] 优化:动画错位 | ||
- [x] 优化:lazyload & 协程 | ||
- [-] BUG:Toasty内存泄露 | ||
- [x] 优化:迁移所有依赖到AndroidX, 移除KAPT 转用 KSP | ||
- [x] 优化:项目迁移到 AGP&Gradle 8.0 | ||
- [x] 优化:弃用databinding | ||
- [x] 优化:代码清理和其他调整 |