Skip to content

Commit

Permalink
1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Apr 20, 2021
1 parent 004ca9a commit ed9aad9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/tsng/hidemyapplist/ui/AboutActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ class AboutActivity : AbsAboutActivity() {
items.add(Card("CoolMarket\nhttps://www.coolapk.com/u/1911298"))

items.add(Category(getString(R.string.about_open_source)))
items.add(License("jsonxx", "Nomango", License.MIT, "https://github.com/Nomango/jsonxx"))
items.add(License("Gson", "Google", License.APACHE_2, "https://github.com/google/gson"))
items.add(License("MultiType", "drakeet", License.APACHE_2, "https://github.com/drakeet/MultiType"))
items.add(License("about-page", "drakeet", License.APACHE_2, "https://github.com/drakeet/about-page"))
items.add(License("Dobby", "jmpews", License.APACHE_2, "https://github.com/jmpews/Dobby"))
}
}
14 changes: 4 additions & 10 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@
<string name="updates">新版本特性</string>
<string name="updates_log">
<b>请仔细阅读关于页面的使用帮助!</b>\n
<b>由于降低了API版本,模块数据保存位置发生了改变,需要重新配置</b>\n
<b>V1.4.1</b>\n
[+] 更改System Hook入口函数\n
[+] 已初步实现Native hook(momo的检测方法太强了,暂时无法拦截)\n
<b>V1.4</b>\n
<b>由于降低了API版本,模块数据保存位置发生了改变,需要重新配置</b>\n
[+] 现在Xposed API小于93的用户也能使用本模块了(包括太极阳)\n
[+] 添加排除Webview功能以避免内置浏览器崩溃\n
<b>V1.3.4</b>\n
[+] 修复file hook\n
[+] 添加隐藏TWRP文件夹功能(对momo无效,因为还没写nativeFile拦截)\n
<b>V1.3.3</b>\n
[+] 更改检测结果图示,因为部分设备无法显示emoji\n
[+] 删除“排除自身”按钮,因为不排除肯定闪退\n
[+] 现在所有模板修改都是实时生效的了\n
[+] 更改日志记录\n
<b>目前已知的bug</b>\nEdXposed YAHFA后端无法进行file detection隐藏(测试版本:4683),请更换Sandhook后端或LSPosed。\n
</string>
</resources>
14 changes: 4 additions & 10 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@
<string name="updates">New features</string>
<string name="updates_log">
<b>Please read the about page carefully!</b>\n
<b>Due to the downgrade of API version, the storage location of module data has changed and the templates need to be reconfigured</b>\n
<b>V1.4.1</b>\n
[+] Changed System Hook initialization method\n
[+] Elementarily realizes Native hook (Still cannot bypass momo TWRP detection)\n
<b>V1.4</b>\n
<b>Due to the downgrade of API version, the storage location of module data has changed and the templates need to be reconfigured</b>\n
[+] Finally, users of Xposed API lower than 93 can also enjoy this module now\n
[+] Add exclude webview to prevent crashes of internal browsers\n
<b>V1.3.4</b>\n
[+] Fix file hook\n
[+] Add hide TWRP directory function (not make sense for momo, for nativeFile interception not completed yet)\n
<b>V1.3.3</b>\n
[+] Change the text of Detection Test, for emojis not showing on some devices\n
[+] Remove Exclude Self button, since if not check, the target apps are sure to crash\n
[+] Now all template changes take effect in real time\n
[+] Change logging\n
<b>Known bugs</b>\nUnder Edxposed YAHFA file detection hide does not work. (test version: 4683), please switch to Sandhook or LSPosed instead.\n
</string>
</resources>

0 comments on commit ed9aad9

Please sign in to comment.