Skip to content

ReWeibo 1.1.1

Choose a tag to compare

@zhongjitianqianguai zhongjitianqianguai released this 22 Aug 02:41
· 6 commits to main since this release

ReWeibo 1.1.1

本版本修复微博轻享版大缓存下“清除缓存”弹窗卡顿的问题,并让时间线断层回补正确区分真实缺口与信息流自身的自然断点,不再反复重试无效缺口。

This release keeps the cache-clear dialog responsive over large Weibo Lite caches and stops timeline gap filling from repeatedly retrying natural feed pauses that are not real gaps.

新增与改进

  • 断层回补引入“已验证自然断层”记录:当补齐请求跨过缺口边界、返回的数据不含目标微博时,将该间隔确认为信息流自身的自然断点,并按缓存范围持久化保存(最多记住 128 条);后续扫描自动跳过这些间隔并继续寻找下一个真实断层。
  • 补充自然断层判定与跳过逻辑的单元测试。

Added And Improved

  • Adds verified natural-gap tracking to timeline gap filling: when a refill request crosses the gap boundary and returns data that does not contain the target status, the interval is confirmed as a natural feed pause and persisted per cache scope (up to 128 entries); later scans skip these intervals and continue searching for the next real gap.
  • Adds unit tests covering verified-natural-gap detection and skipping.

修复

  • 修复打开“清除缓存”时间范围弹窗时在主线程统计大缓存导致的界面卡顿甚至 ANR;缓存范围现在改为后台线程读取并提示“正在读取缓存范围,请稍候”,读取中或清理进行中重复打开会得到相应提示而不再重复加载。

Fixes

  • Fixes UI freezes and ANRs caused by computing large-cache statistics on the main thread when opening the cache-clear range dialog; stats now load on a background thread with a “正在读取缓存范围,请稍候” toast, and reopening while loading or during an active clear shows a notice instead of reloading.

求 Star ⭐

如果 ReWeibo 对你有帮助,欢迎到 GitHub 仓库点一个 Star:https://github.com/Xposed-Modules-Repo/com.tianqianguai.reweibo

你的每一个 Star 都是项目持续维护和更新的最大动力!

Star Request ⭐

If ReWeibo helps you, please consider giving it a star on GitHub: https://github.com/Xposed-Modules-Repo/com.tianqianguai.reweibo

Every star keeps the project going — thank you for your support!