Skip to content

Releases: FLYCOM-E/ClearBox

ClearBox V5.0🎉

10 Feb 03:09

Choose a tag to compare

更新日志 Update Log:

Zh-CN

历时5个月,ClearBox 5.0 它来了🎉!
这不是简单的更新,而是从Shell到C的完全重构。

架构更新

Shell → C语言完全重写
11个功能模块全部纯C实现
大幅减少系统命令调用
大幅速度、性能提升!

应用规则清理、缓存清理、Dexoat优化
F2FS垃圾回收、文件归类、清理、阻止缓存
内/外部存储清理、规则清理
阻止安装、储存锁定

一些优化

1. Timed 定时系统

完全替代 crond,自主实现
解决 crond 引起的各种 Bug,重启任务消失等
更低资源占用,支持自定义任务

2. StopCached

从源头阻止缓存

自适应休眠模式:
频繁切换时:10秒间隔快速响应
长时间不变:60秒间隔省电
自动跳过重复操作

3. 存储管理

存储固定:解决内部储存杂乱问题
储存清理:深度清理空文件夹、垃圾、空文件、媒体缓存等
文件归类:深度优先文件清理、归类

4. 自定义功能支持

自定义储存规则清理
自定义App规则

5. 更多功能

F2FS垃圾回收优化
Dexoat优化

🌍. 多语言支持

英文 (en_US)
简体中文 (zh_CN)
繁体中文 (zh_TW)

另注:终端UI目前仅支持简中

多架构支持

通过GitHub Actions自动构建(感谢@Drsexo贡献!)

ARM64 (aarch64) - 大部分现代设备
ARM32 (armv7a) - 老设备
x86_64 - Intel/AMD平板
i686 - 老Intel设备

破坏性变更

配置格式从XML改为CONF
基于CRON的定时替换为Timed守护进程
二进制结构重组(安装时自动迁移)

安装请同意配置覆盖!

欢迎 PR !

5个月的等待,值得期待。

==========================

En-US

After 5 months of development, ClearBox 5.0 is finally here 🎉!
This is not just a simple update, but a complete rewrite from Shell to C.

Architecture Updates

Shell → Completely rewritten in C
All 11 core modules rewritten in pure C
Significant reduction in system command calls
Major speed and performance improvements!

App rule cleaning, cache cleaning, Dexoat optimization
F2FS garbage collection, file categorization, cleaning, cache suppression
Internal/external storage cleaning, rule-based cleaning
Installation blocking, storage locking

Some Optimizations

1. Timed Scheduling System

Completely replaces crond, implemented independently
Fixes various bugs caused by crond, such as tasks disappearing after a reboot
Lower resource usage, supports custom tasks

2. StopCached

Prevents cache from the source

Adaptive sleep mode:
Frequent switches: 10-second interval for quick response
Long periods of inactivity: 60-second interval for power saving
Automatically skips redundant operations

3. Storage Management

Fixed storage: Solves internal storage clutter problems
Storage cleaning: Deep cleaning of empty folders, junk, empty files, media caches, etc.
File categorization: Deep-first file cleaning and categorization

4. Custom Function Support

Custom storage rule cleaning
Custom app rules

5. More Features

F2FS garbage collection optimization
Dexoat optimization

🌍 Multi-language Support

English (en_US)
Simplified Chinese (zh_CN)
Traditional Chinese (zh_TW)

Note: Terminal UI currently only supports Simplified Chinese

Multi-architecture Support

Automated builds via GitHub Actions (Thanks to @Drsexo for the contribution!)

ARM64 (aarch64) - Most modern devices
ARM32 (armv7a) - Older devices
x86_64 - Intel/AMD tablets
i686 - Older Intel devices

Breaking Changes

Configuration format changed from XML to CONF
The cron-based scheduler is replaced by the Timed daemon
Binary structure has been reorganized (automatically migrated during installation)

Please agree to configuration overwriting when installing!

PRs Welcome!

5 months of waiting, it's worth the anticipation.

ClearBox V4.9.0

15 Aug 06:09
9c341a4

Choose a tag to compare

大幅更新功能,提高自定义程度
更新功能太多,不列举了,可进内测群看历史记录(doge
模块主页查看具体功能使用方法
sha256: {9ece94e1ef3aa8317ce1c840e4f30485c9a67c49ed4c9ec6553708698ac92154}

ClearBox V4.8.0

23 Jun 01:17
69f8265

Choose a tag to compare

再见缓存module正式更名ClearBox!

===============================

更新日志:

~新增定时清理功能
~完全重写阻止缓存功能,大幅提升运行速度
~优化终端菜单
~增加各种不同清理功能,支持添加自定义路径及一键清理所有垃圾
~增加文件归类功能
~模块配置完全舍弃判断法,通过模块settings.prop配置
~取消magisk模块界面操作/设置按钮
~其它底层脚本改动...(其他小改动不写了,实在太多

===============================

~模块支持的清理方式:终端rmcache、终端菜单、ClearBox应用清理时清理压缩包、安装包,不运行文件归类
~定时清理功能运行文件归类,但不会清理压缩包及安装包,防止睡一觉文件没了()

卸载模块请使用模块自带的卸载功能,直接在root管理器中卸载模块可能导致功能未还原及模块残留

再见缓存 V4.3

15 May 02:40
c13887a

Choose a tag to compare

划水更新()
新增了管理app,会在安装模块时询问时否安装
适配相应功能

再见缓存 V4.0

15 May 02:39
c13887a

Choose a tag to compare

正式开放阻止缓存功能并更改阻止方式
阻止缓存功能不再与清除缓存冲突
增加立即生效功能,编辑名单无需重启!
黑名单自动备份机制(减少误删可能
更改模块安装框架脚本(貌似没啥用
分散清理缓存脚本增加执行速度
取消清理 dalvik-cache{安卓虚拟机缓存 自动重启机制
在增加功能的情况下精简部分脚本
模块卸载自动清理残留
仍然支持sd拓展安装软件阻止缓存&清理缓存🙃
修复bug

再见缓存 V3.6

15 May 02:38
c13887a

Choose a tag to compare

精简优化脚本
优化执行逻辑
修复bug

再见缓存 V3.5

15 May 02:34
c13887a

Choose a tag to compare

阻止缓存生成的功能因某些适配原因,暂改入模块开发者选项
增加magisk模块管理界面的操作按钮,方便使用
修复bug

再见缓存 V2.3

15 May 02:35
c13887a

Choose a tag to compare

增加大量垃圾缓存文件路径(部分内测未发布)
并行处理脚本加快执行效率
增加对sd储存拓展安装的软件缓存清理
优化模块操作菜单
改动变量及注释
改动说明文档
更改大量细节
修复了一个可能导致模块无法正常刷入的问题

再见缓存 V1

15 May 02:25
c13887a

Choose a tag to compare

姗姗来迟的历史版本 &&