Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
26.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Sep 4, 2021
1 parent 59dadd5 commit c20529b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -50,7 +50,7 @@ ext {
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 1
versionNamePatch = 1
versionNamePatch = 2

outDir = file("$rootDir/out")
}
Expand Down
2 changes: 1 addition & 1 deletion rirud/src/main/res/values-zh-rCN/strings.xml
Expand Up @@ -9,5 +9,5 @@
<string name="loaded">\uD83D\uDE0B Riru 正常工作中。已载入 %1$d 个模块 %2$s。</string>
<string name="bad_file_context">\u26A0\uFE0F Riru 和模块文件的 SELinux 上下文不正确。Riru 已尝试重设它们,但您看到了该提示意味着重设没有起作用。这可能是由于您的 ROM 有不正确的 SELinux 规则。请参阅 Riru 在 GitHub 上的 wiki 以了解更多。</string>
<string name="empty">无</string>
<string name="bad_file_context_loaded">\\u26A0\\uFE0F Riru 和模块文件的 SELinux 上下文不正确。Riru 已尝试重设它们,但模块仍可能不能正常工作。这可能是由于您的 ROM 有不正确的 SELinux 规则。请参阅 Riru 在 GitHub 上的 wiki 以了解更多。已载入 %1$d 个模块 %2$s。</string>
<string name="bad_file_context_loaded">\u26A0\uFE0F Riru 和模块文件的 SELinux 上下文不正确。Riru 已尝试重设它们,但模块仍可能不能正常工作。这可能是由于您的 ROM 有不正确的 SELinux 规则。请参阅 Riru 在 GitHub 上的 wiki 以了解更多。已载入 %1$d 个模块 %2$s。</string>
</resources>
2 changes: 1 addition & 1 deletion rirud/src/main/res/values-zh-rTW/strings.xml
Expand Up @@ -9,5 +9,5 @@
<string name="loaded">\uD83D\uDE0B Riru 正常工作中。已載入 %1$d 個模組 %2$s。</string>
<string name="bad_file_context">\u26A0\uFE0F Riru 和模組檔案的 SELinux 上下文不正確。Riru 已嘗試重設它們,但您看到了該提示意味著重設沒有起作用。這可能是由於您的 ROM 有不正確的 SELinux 規則。請參閱 Riru 在 GitHub 上的 wiki 以瞭解更多。</string>
<string name="empty">無</string>
<string name="bad_file_context_loaded">\\u26A0\\uFE0F Riru 和模組檔案的 SELinux 上下文不正確。Riru 已嘗試重設它們,但模組仍可能不能正常運作。這可能是由於您的 ROM 有不正確的 SELinux 規則。請參閱 Riru 在 GitHub 上的 wiki 以瞭解更多。已載入 %1$d 個模組 %2$s。</string>
<string name="bad_file_context_loaded">\u26A0\uFE0F Riru 和模組檔案的 SELinux 上下文不正確。Riru 已嘗試重設它們,但模組仍可能不能正常運作。這可能是由於您的 ROM 有不正確的 SELinux 規則。請參閱 Riru 在 GitHub 上的 wiki 以瞭解更多。已載入 %1$d 個模組 %2$s。</string>
</resources>
6 changes: 6 additions & 0 deletions template/magisk_module/README.md
Expand Up @@ -32,6 +32,12 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod

## Changelog

### v26.1.2 (2021-09-04)
- Speedup Rirud launch
- Warning about incorrect SELinux policy
- No warning about Rirud socket closed
- Use `getprogname` to detect zygote

### v26.1.1 (2021-08-18)
- Fix reset native bridge

Expand Down

1 comment on commit c20529b

@406867088

This comment was marked as off-topic.

Please sign in to comment.