Commit Graph

5858 Commits

Author SHA1 Message Date
LoveSy 4e2ecdb920 Fix env overflow
Fix #5989
2022-06-17 02:02:44 -07:00
topjohnwu 6e5df1f06b Abort when unsupported dtb is detected 2022-06-16 01:47:23 -07:00
topjohnwu 9469e79e3c Proper namespacing
The IDE will get confused when #include is in a namespace
2022-06-15 02:38:56 -07:00
topjohnwu db78c20161 Add dtb test command 2022-06-15 02:26:50 -07:00
topjohnwu 1699da1754 Update help message and make behavior consistent 2022-06-14 21:19:17 -07:00
canyie 754e690274 Fix config backup for legacy SAR 2022-06-14 02:57:47 -07:00
topjohnwu 6f74ed6ceb Cleanup manager.sh 2022-06-13 01:21:24 -07:00
canyie 71205bc530 Anchor Snackbar above reboot FAB in FlashFragment 2022-06-12 11:00:36 -07:00
Chris Renshaw 10e236abdf scripts: fix remaining instances of && ||
Looks like I may have missed this in https://github.com/topjohnwu/Magisk/commit/ce84f1762c65e39b59b0677e7f50f1104afe78eb originally
2022-06-12 11:00:09 -07:00
残页 2248af00f3 Fix #5673
util_functions.sh overrides `get_flags` function (defined in manager.sh), which sets `RECOVERYMODE` and causes `check_boot_ramdisk` not overriding the incorrect value.
2022-06-12 00:32:34 -07:00
topjohnwu 7e61716277 Update Kotlin to 1.7.0 2022-06-11 03:41:02 -07:00
topjohnwu 50edb8d072 Better network detection and invalidation 2022-06-10 04:25:34 -07:00
topjohnwu 515f81944c Move coroutine job into its own class 2022-06-10 04:12:31 -07:00
topjohnwu 46d4708386 Decouple state from BaseViewModel 2022-06-10 02:13:25 -07:00
topjohnwu aabc36f86b Maintain separate flash screen state 2022-06-10 00:33:53 -07:00
nikk gitanes e0d5d90267 fix restart button focus on flash result 2022-06-10 00:33:53 -07:00
topjohnwu 482a5b991b Don't always refresh on network state change 2022-06-09 23:28:46 -07:00
CDzungx 20124fe410 Update vi translation 2022-06-09 21:03:26 -07:00
Softastur f8dcec116a Fix Asturian translation 2022-06-09 21:03:09 -07:00
Ilya Kushnir 343a339aae Update RU strings (fix) 2022-06-09 21:02:45 -07:00
vvb2060 42606efe56 Always remove task 2022-06-09 21:02:31 -07:00
vvb2060 cae58c8790 Update hijack bins 2022-06-08 23:30:22 -07:00
topjohnwu 3a39dd4049 Update ramdisk restore implementation 2022-06-08 23:23:39 -07:00
canyie 89ff3c6572 Don't backup ramdisk created by Magisk
Fix topjohnwu#5938, fix topjohnwu#5944
2022-06-08 04:53:43 -07:00
topjohnwu 7bf9c74216 Don't skip backup even if original does not exist
Close #5945, fix #5944
2022-06-08 03:58:25 -07:00
topjohnwu e2f3753551 Release new canary build 2022-06-07 03:36:21 -07:00
topjohnwu cacf873645 Release Magisk v25.0 v25.0 2022-06-07 03:11:29 -07:00
NeoHBz 11e1e7ee36 updated: hi translations, matched with source 2022-06-07 02:58:43 -07:00
vvb2060 87801b6f23 Fix mv file when install module 2022-06-07 02:46:16 -07:00
topjohnwu 7ce4789e17 Add v25.0 release notes 2022-06-07 02:44:26 -07:00
topjohnwu 9dc6d9afce Restore AVD after testing 2022-06-07 01:06:27 -07:00
MCPEngu d6a5354bff fix typo 2022-06-07 01:00:39 -07:00
Ilya Kushnir 07af37475b Update RU strings 2022-06-07 00:08:10 -07:00
Oliver Cervera 1b9c273b10 Italian translation update 2022-06-07 00:07:52 -07:00
AndroPlus-org 262c52db56 Update Japanese translation 2022-06-07 00:06:31 -07:00
topjohnwu eb777296d4 Suppress AppLinkUrlError 2022-06-06 05:26:53 -07:00
topjohnwu fc70a384d3 Release new canary build 2022-06-06 03:43:23 -07:00
vvb2060 34b2f525a3 Update proguard-rules.pro 2022-06-06 02:59:57 -07:00
vvb2060 569e9ad937 Use noHistory attribute for SuRequestActivity 2022-06-06 02:58:52 -07:00
vvb2060 c495b3d183 Remove request uninstall code
unreachable
2022-06-06 02:51:11 -07:00
Softastur 8b16bfbb54 Add Asturian language support 2022-06-06 01:22:05 -07:00
Arbri çoçka b2f1fd9966 update albania 2022-06-06 00:36:22 -07:00
topjohnwu 317153c53a Better stub launch flow 2022-06-05 19:15:43 -07:00
topjohnwu fa60daf9b5 Verify caller before uninstallation 2022-06-05 07:03:26 -07:00
canyie aadb2d825c Also set snackbar container for FlashFragment 2022-06-05 05:36:04 -07:00
kubalav 0e7fe537e3 Update Slovak translation 2022-06-05 05:35:39 -07:00
VD $ VD171 @ Priv8 409de3ac44 Update Portugueses Translations 2022-06-05 05:34:45 -07:00
RV7PR 759055eaa5 Replace logo 2022-06-05 05:34:19 -07:00
topjohnwu 9016e6727d Fix stub app loading on older Android versions 2022-06-05 01:09:30 -07:00
残页 a3381da7ed Bypass DexFile's security check for RootService (#5911)
Old Android (pre 8.0) enforces `optimizedDirectory` to have the same uid with the process. If repackaged, root service (uid=0) will crash when trying to load current.apk. So we set `optimizedDirectory` to null to bypass the check.
2022-06-04 04:21:57 -07:00