-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
5 changed files
with
27 additions
and
46 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
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 |
---|---|---|
@@ -1,12 +1,8 @@ | ||
{ | ||
"Stable": { | ||
"VersionCode": 25, | ||
"VersionName": "V1.5.4", | ||
"DownloadURL": "https://github.com/Dr-TSNG/Hide-My-Applist/releases/tag/V1.5.4" | ||
"VersionCode": 32, | ||
"VersionName": "V1.6.1", | ||
"DownloadURL": "https://github.com/Dr-TSNG/Hide-My-Applist/releases/tag/V1.6.1" | ||
}, | ||
"Beta": { | ||
"VersionCode": 31, | ||
"VersionName": "V1.6.Beta5", | ||
"DownloadURL": "https://github.com/Dr-TSNG/Hide-My-Applist/releases/tag/V1.6.Beta5" | ||
} | ||
"Beta": false | ||
} |
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 |
---|---|---|
@@ -1,19 +1,10 @@ | ||
<b>Please read the about page carefully!</b><br/> | ||
<b>Tint: Except for intercepting file detections, there is no need to check target apps in Xposed module scope</b><br/> | ||
<b>V1.5.4</b> | ||
<p>Add update check</p> | ||
<p>Fix some bugs</p> | ||
<b>V1.5.3.2</b> | ||
<p>Fix file detection bugs</p> | ||
<b>V1.5.3.1</b> | ||
<p>Add syscall detections (Impossible to intercept for a while)</p> | ||
<p>Add invalid template name notification</p> | ||
<p>Make search bar case insensitive</p> | ||
<b>V1.5.3</b> | ||
<p>Add hide module icon in launcher option</p> | ||
<p>Add stop system service option</p> | ||
<p>Add interception counts</p> | ||
<p>No longer need to allow module app autostart</p> | ||
<b>V1.5.2.1</b> | ||
<p>Change file interception strategies to prevent some crashes</p> | ||
<p>Fix intent queries interception not work on realme devices</p> | ||
<b>V1.6.1</b> | ||
<p>Change some colors</p> | ||
<p>Add log page</p> | ||
<p>Add /data/data/packagename detections</p> | ||
<p>Add whitelist function, remove hide all apps option <font color="red">(For who checked "Hide all apps", you should switch the template to whitelist mode manually)</font></p> | ||
<p>Remove exclude webview option, add exclude system apps option (Use with whitelist)</p> | ||
<p>Remove hide TWRP option</p> | ||
<p>Fix a regex bug</p> |
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 |
---|---|---|
@@ -1,19 +1,10 @@ | ||
<b>请仔细阅读关于页面的使用帮助!</b><br/> | ||
<b>提示:除了拦截文件检测外,不需要在EdXposed/LSPosed作用域中勾选目标APP</b><br/> | ||
<b>V1.5.4</b> | ||
<p>添加更新检测</p> | ||
<p>修复一些bug</p> | ||
<b>V1.5.3.2</b> | ||
<p>修复文件检测bug</p> | ||
<b>V1.5.3.1</b> | ||
<p>添加syscall检测</p> | ||
<p>添加非法模板名提示</p> | ||
<p>搜索框不区分大小写</p> | ||
<b>V1.5.3</b> | ||
<p>添加隐藏桌面图标功能</p> | ||
<p>添加停止系统服务功能</p> | ||
<p>添加拦截次数统计</p> | ||
<p>加入配置缓存,不再需要自启动</p> | ||
<b>V1.5.2.1</b> | ||
<p>更改文件拦截策略,解决部分qq模块(QN、QQCleaner)崩溃的问题(用pm的模块照样会炸)</p> | ||
<p>修复intent queries拦截在realme手机上失效的问题</p> | ||
<b>V1.6.1</b> | ||
<p>修改一些配色</p> | ||
<p>增加日志功能</p> | ||
<p>加入/data/data/packagename检测</p> | ||
<p>增加白名单功能,移除隐藏所有app选项<font color="red">(之前勾选了隐藏所有app的请手动把模板设成白名单模式)</font></p> | ||
<p>移除排除Webview选项,增加排除系统应用选项(和白名单配合使用)</p> | ||
<p>移除隐藏TWRP</p> | ||
<p>修复正则bug</p> |