- 10 May, 2022 1 commit
-
-
topjohnwu authored
-
- 08 May, 2022 3 commits
- 07 May, 2022 4 commits
- 06 May, 2022 10 commits
-
-
topjohnwu authored
-
Kazurin Nanako authored
Configuration changes in FlashFragment may cause the installation process to be triggered twice. The simplest way to reproduce this behavior is to choose a module ZIP file in landscape mode (which is the default on some tablets). This commit fixes the problem by ensuring `savedInstanceState == null` before starting installation.
-
topjohnwu authored
Close #5712
-
vvb2060 authored
-
人工知能 authored
Update and fix translations.
-
石松洲 authored
- su: Preserve correct capacity to avoid vector reallocation - su: Properly format code - daemon: Remove useless `if` - docs: Remove outdated info
-
JumbomanXDA authored
-
RikkaW authored
Or in languages like Arabic, an "IllegalArgumentException: invalid date string" will be thrown. Since JcaX509v3CertificateBuilder does not accepts Locales, we must switch to its super class, X509v3CertificateBuilder.
-
vvb2060 authored
-
LoveSy authored
-
- 05 May, 2022 1 commit
-
-
topjohnwu authored
-
- 03 May, 2022 2 commits
- 29 Apr, 2022 1 commit
-
-
topjohnwu authored
-
- 16 Apr, 2022 2 commits
- 15 Apr, 2022 1 commit
-
-
topjohnwu authored
-
- 14 Apr, 2022 3 commits
- 10 Apr, 2022 1 commit
-
-
石松洲 authored
-
- 08 Apr, 2022 9 commits
- 07 Apr, 2022 2 commits
-
-
hnliuzesen authored
-
石松洲 authored
Previously `read_string()` calls `std::string.resize()` with a int read from remote process. When I/O error occurs, -1 will be used for resizing the string, `std::bad_alloc` is thrown and since magisk is compiled with `-fno-exceptions`, it will crash the whole daemon process. May fix topjohnwu#5681
-