Skip to content

Time Stop 0.9.2 / 时停 0.9.2

Choose a tag to compare

@TACPR TACPR released this 21 Jul 16:32
· 9 commits to main since this release

English

Time Stop 0.9.2 focuses on stronger rule composition and more transparent enforcement. This release adds shared app budgets, improves how target processes report Hook state, and gives users a clearer warning path before a limit is enforced.

What's New

  • App groups with shared daily allowance: multiple apps can share one 1-1,440 minute daily budget. App-level daily, per-launch, and schedule rules still run at the same time, and whichever limit is reached first takes effect.
  • Group usage synchronization: grouped foreground apps report usage every 15 seconds, so shared allowances continue to work without keeping the manager app alive.
  • Optional full-screen limit warning: the existing top countdown remains available, and a stronger full-screen warning can now be enabled in settings.
  • Per-app Hook verification: the manager tracks current-version Hook reports for each controlled app and warns when a newly controlled app or group member has not loaded the module yet.
  • More reliable daily accounting: daily and group usage use the stronger value between Android usage stats and Hook-local foreground time for each app.
  • Multi-window aware group behavior: split-screen or picture-in-picture usage is accounted for when activities remain resumed, with the documented 15-second sync interval.

Upgrade Note

After installing the update or changing LSPosed scope, force-stop and reopen each target app so it loads the new Hook code.

中文

时停 0.9.2 主要增强规则组合和执行可见性:新增应用分组共享额度,改进目标进程 Hook 回传状态,并提供更明确的到期提醒方式。

新功能

  • 应用分组与共享每日额度:多个应用可以共用 1-1440 分钟每日额度;应用自身的每日、单次和时段规则仍同时生效,任一限制先到即执行。
  • 分组用量同步:分组成员在前台运行时每 15 秒同步一次用量,不依赖管理端后台常驻。
  • 可选全屏到期提醒:保留原有顶部倒计时提醒,同时可在设置中启用更强提示感的全屏提醒。
  • 按应用验证 Hook 状态:管理端按受控应用记录当前版本 Hook 回传;新启用规则或分组成员未加载模块时会及时提示。
  • 更可靠的每日统计:每日和分组用量会按应用取 Android 系统统计与 Hook 本地前台计时的较大值。
  • 适配多窗口使用场景:分屏或画中画中 Activity 保持 Resume 时会继续计时,分组共享额度按 15 秒同步周期处理。

升级提示

安装升级包或调整 LSPosed 作用域后,需要强制停止并重新打开目标应用,让新版 Hook 进入目标进程。