Releases: Yubyf/QuoteLockX
v3.2.1
ChangeLog
-
Since the OpenAI usage API(/v1/dashboard/billing/usage) is no longer available in July 22, the cost usage on the openai settings page has been replaced with token usage(statistics locally).
-
Also fixed the API key validation error for the same reason.
更新日志
-
由于 OpenAI 用量 API(/v1/dashboard/billing/usage) 在7月22日起不再可用,因此 OpenAI 设置页面中的费用使用量已替换为 Token 使用量(本地统计);
-
修复了由同样原因导致的 API 验证错误的问题。
Released by Github Actions
Full Changelog: v3.2.0...v3.2.1
v3.2.0
ChangeLog
This app is also compatible with the official MIUI14 on default lockscreen confirmed by community members.
- Expanded padding options for the lock screen style to resolve the issue of notifications lockscreen of Android 13 overlapping the quote.
- Fixed an issue where the Dark Mode option value was not being saved.(#16)
- Optimized the design of the About Page.
- Added support for in-app upgrades.
- Fixed the problem where details were not saved when collecting quotes from Jinrishici on the lockscreen.
- Added OpenAI as our quote provider.
- Fixed the issue of screen blinking when switching languages.
- Added multilingual support for the Wikiquote provider.
- Misc improvements.
更新日志
由社区成员确认,本应用也与官方 MIUI14 默认锁屏兼容。
- 扩展了锁屏样式中的边距选项数量(解决 Android 13 锁屏界面通知会与格言重叠的问题);
- 解决了暗黑模式选项值无法保存的问题(#16);
- 优化了关于页面的设计;
- 增加了应用内升级。
- 解决了锁屏收藏来自今日诗词的格言时无法保存详细信息的问题;
- 添加了 OpenAI 作为格言来源;
- 解决了切换语言时屏幕闪烁的问题;
- 为 Wikiquote 服务增加了多语言支持;
- 其他细节优化。
Released by Github Actions
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Changelog
- Added support for quote detail pages for some providers (currently only supported by Jinrishici).
- Added support for widget.
- Misc improvements.
更新日志
- 增加详情页面,暂时仅支持今日诗词数据源;
- 增加桌面组件的支持;
- 其他改进。
Released by Github Actions
v3.0.3
Changelog
- Added share page and added support for saving quote images to local storage.
- Added support for multi-classification selection of Hitokoto.(#12)
- Added support for weight and slant axis of variable fonts on card and lockscreen pages.
- Adjusted the source text color on the lockscreen page.
- Added support for quote search for collection and history pages.
- Added support for per-app language preference feature.
- Added support for in-app dark mode toggle.
- Fixed an issue where font files could not be selected in SAF below Android O.
- Misc improvements.
更新日志
- 增加分享页面,并支持将分享卡片保存到本地;
- 增加了对 Hitokoto 多分类选择的支持;(#12)
- 增加了在卡片和锁屏页面对可变字体的字重和斜轴属性的支持;
- 调整了锁屏页面来源文字颜色;
- 收藏和历史页面增加了对格言搜索的支持;
- 增加应用内多语言选项功能;
- 增加应用内深色模式切换;
- 修复 Android O 以下 SAF 无法选择字体文件的问题;
- 其他改进。
Released by Github Actions
v3.0.2
Changelog
- Fixed a serious performance issue due to multiple recompositions in the card page.
- Added support for cache clearing.
更新日志
- 修复了由于卡片页面中的多次重组导致的严重性能问题。
- 增加了清除缓存功能。
Released by Github Actions
v3.0.1
Changelog
- Optimized font display name.
- Fixed an issue where the conflict popup was showing multiple times after the first sync.
更新日志
- 优化字体显示名称;
- 修复在首次同步后仍然显示同步冲突弹窗的问题。
Released by Github Actions
v3.0.0
Changelog
- Redesigned the APP.
- Added Lib Quotes sources.
- Added picture sharing feature for quotes.
- Fixed CSV backup crashes above Android 9.0.
- Refactored font management module. Now users can import ttf/otf fonts to use them in-app without enabling them in the System via Magisk module.
- Optimized support for variable fonts.
- Added merge/replace option for data import and restore in collections page.
- The last backup time is displayed in the sync menu.
- Fixed an issue where quotes would be refreshed every time the settings page was resumed
- Fixed the issue that the quote contents generated by the app could be collected.
- Added support for themed app icons above Android 13.
更新日志
- 重新设计 APP;
- 添加 Lib Quotes 源;
- 添加分享格言功能;
- 修复 Android 9.0 以上设备导出 CSV 时可能的崩溃;
- 优化自定义字体模块,现在可以导入字体并在应用内使用而无需启用 Magisk 模块;
- 优化对可变字体的支持;
- 优化导入/恢复文件功能(合并/覆盖选项);
- 同步菜单中显示上次备份时间;
- 修复每次进入设置页时格言都会刷新的问题;
- 修复由 APP 生成的内容可以被收藏的问题;
- 支持 Android 13 以上设备的主题化图标。
Released by Github Actions
v2.2.1
Changelog
- Improved the experience of custom fonts page.
- Added dynamic color support for Android S.
- Fixed animation stuttering when refreshing quotes on the lockscreen(especially on Android S).
更新日志
- 提升自定义字体页面体验;
- 添加对 Android S 上的动态色彩功能的支持;
- 修复锁屏界面刷新格言时卡顿的问题(特别是在 Android S 设备上)。
Released by Github Actions
v2.2.0
Changelog
- Added support for importing custom fonts - ttf/otf(to use the custom fonts on lockscreen, you need to download and install the QuoteLockX-CustomFonts module in magisk).
- Removed built-in fonts to avoid copyright issue.
- Fixed SystemUI crashes caused by font loading error.
- Misc improvements.
Notice: You may need to reboot once and try again if font import does not work.
更新日志
- 添加自定义字体支持 - ttf/otf(为使自定义字体可在锁屏界面使用,您需要下载并在 Magisk 中安装 QuoteLockX-CustomFonts 模块);
- 移除内置字体以避免版权问题;
- 修复 SystemUI 在加载字体时可能导致的崩溃问题;
- 其他改进。
注意:如果字体导入不起作用,您可能需要重启一次设备再进行尝试。
Released by Github Actions
v2.1.1
- Added support for Chinese.
- Add support for Traditional Chinese. @cracky5322
- Fixed the issue that the animation was stuck after clicking on the blank area of the lockscreen on Android S.
- Fixed a migration error when importing collections data from a database exported from a version prior to v2.1.0.
- Start LSPosed manager correctly.
- Misc improvements.