Commit Graph

  • 34b30d7ce1 Promite Magisk v29.0 to stable master topjohnwu 2025-05-16 12:17:53 -07:00
  • 2215088973 Remove unused files in native directory topjohnwu 2025-05-15 13:48:12 -07:00
  • 2df9fd9a8a Migrate module mounting to Rust module-rs topjohnwu 2025-05-08 21:00:40 -07:00
  • 8b7fb6cdde Improve scripts topjohnwu 2025-05-15 02:28:25 -07:00
  • 94c7dbedf2 Fix signing config topjohnwu 2025-05-14 15:14:34 -07:00
  • b1dc47a047 Release new canary build canary-29001 topjohnwu 2025-05-14 01:41:38 -07:00
  • 62b1310d97 Release Magisk v29.0 v29.0 topjohnwu 2025-05-14 01:26:05 -07:00
  • 0a86916d3a Fix cleanup topjohnwu 2025-05-14 01:23:54 -07:00
  • 9907ce57aa Add Magisk r29.0 release notes topjohnwu 2025-05-14 01:13:37 -07:00
  • b92626cacc Use sudo instead of su topjohnwu 2025-05-13 17:26:09 -07:00
  • 5a762f0a8e Move all gradle files into folder app topjohnwu 2025-05-13 16:25:01 -07:00
  • 5dd7a7d804 Better ABI support for build.py topjohnwu 2025-05-13 14:35:57 -07:00
  • 7831f40691 Make tests more granular topjohnwu 2025-05-13 00:31:21 -07:00
  • 4f4b1ff885 Add sepolicy.rule patching tests topjohnwu 2025-05-12 17:31:50 -07:00
  • 97901979dd Test replace functionality topjohnwu 2025-05-09 17:02:05 -07:00
  • 287316842c Fix Android M sepolicy reading topjohnwu 2025-05-13 12:28:10 -07:00
  • 608786e8f3 Print verbose logs in avd_test.sh and cuttlefish.sh topjohnwu 2025-05-11 02:18:36 -07:00
  • 9684a35cab Use rust::String::c_str to ensure nil termination topjohnwu 2025-05-09 16:02:39 -07:00
  • e3e4202954 Update translation of core strings Radoš Milićev 2025-03-21 17:34:37 +01:00
  • 23c2054d46 Translate stub strings Radoš Milićev 2025-03-19 21:54:43 +01:00
  • a20a2a8fa0 Recognize Samsung custom policy version path Wang Han 2025-05-09 21:21:16 +08:00
  • a2896be4a6 Cargo fmt topjohnwu 2025-05-08 23:29:27 -07:00
  • e9220a28d9 Use splice to pump tty to avoid userspace copying LoveSy 2025-04-17 00:34:58 +08:00
  • cf12087e21 app: disable multiArch vvb2060 2025-05-06 15:03:32 +00:00
  • 00c1b36837 Support generating files for C++ IDE topjohnwu 2025-05-07 22:18:44 -07:00
  • 03e034795d Implement Ord and PartialOrd for Utf8CStr familiy topjohnwu 2025-05-05 11:33:33 -07:00
  • 79c0fafe43 Fix cleanup pre-init mount LoveSy 2025-05-05 18:09:38 +08:00
  • d499819ba0 app: ignore androidx meta prop file vvb2060 2025-05-02 13:22:16 +00:00
  • 86da917174 core: fix mkdirs vvb2060 2025-05-02 19:07:48 +00:00
  • c46307ebcf Remove C++ I/O streams boot-rs topjohnwu 2025-05-01 11:04:23 -07:00
  • 8b43104e0e Migrate all compression code to Rust topjohnwu 2025-05-01 02:28:00 -07:00
  • 30bd7d6555 feat: Improve Arabic translation (stub) ZGX089 2025-04-06 09:02:33 +02:00
  • e5a12f0f5f feat: Improve Arabic translation ZGX089 2025-04-06 08:59:46 +02:00
  • c85a8434c6 Update dependencies topjohnwu 2025-04-29 16:22:45 -07:00
  • 427a1ca4e5 Release new canary build canary-28104 topjohnwu 2025-04-29 11:54:17 -07:00
  • 22884e173a Implement reboot in Rust topjohnwu 2025-04-28 16:23:33 -07:00
  • d1829308e9 Move more daemon_start code into Rust topjohnwu 2025-04-28 16:03:14 -07:00
  • 73840f8721 Migrate selinux.cpp to selinux.rs topjohnwu 2025-04-26 03:56:37 -07:00
  • c7d1af9805 Stop using PathBuf in package.rs topjohnwu 2025-04-24 16:47:55 -07:00
  • 4ad26d3dfb Better path methods topjohnwu 2025-04-24 16:14:00 -07:00
  • 0c70b7670c Cleanup dir implementations topjohnwu 2025-04-24 15:48:11 -07:00
  • f44d044095 Remove Utf8CStrBuffer topjohnwu 2025-04-23 18:07:40 -07:00
  • 5c1cb13472 Remove AsUtf8CStr trait topjohnwu 2025-04-23 18:03:25 -07:00
  • 3327fc668e Remove FsPath and FsPathMnt trait topjohnwu 2025-04-23 17:34:59 -07:00
  • 610945ac54 Remove open_fd macro topjohnwu 2025-04-23 14:16:46 -07:00
  • ddf5474917 apt-get update before install to fix ci Howard Wu 2025-04-28 09:51:05 +08:00
  • 6ba1685ade Fix some seopt log Howard Wu 2025-04-18 01:33:58 +08:00
  • e02b5f7868 Rename cstr_buf to cstr::buf topjohnwu 2025-04-22 02:55:53 -07:00
  • ab2e5d1e7e Make FsPathBuf a trait and rename to FsPathBuilder topjohnwu 2025-04-21 21:11:13 -07:00
  • f3fef7bfe4 Make FsPath a trait topjohnwu 2025-04-21 18:00:43 -07:00
  • c34c7838bb Cleanup cstr implementation topjohnwu 2025-04-21 15:59:56 -07:00
  • c8a16b0e0c Remove unused code topjohnwu 2025-04-16 17:13:03 -07:00
  • 14f9ed91a1 Remove unused methods topjohnwu 2025-04-15 11:35:31 -07:00
  • 7a207d4ccf Only accept UTF-8 directory entries topjohnwu 2025-04-15 00:19:28 -07:00
  • 92a42d901f Move most implementation into Directory topjohnwu 2025-04-14 18:00:19 -07:00
  • 084d89fcce Create Utf8CStrBuffer type topjohnwu 2025-04-14 18:20:31 -07:00
  • 55b036c071 Introduce BorrowedDirectory topjohnwu 2025-04-14 15:17:16 -07:00
  • 30e79310ab Make pointers NonNull after error check topjohnwu 2025-04-14 13:31:52 -07:00
  • f063fa5054 Cleanup xwrap implementation topjohnwu 2025-04-14 18:13:26 -07:00
  • 7bd901273c Provide richer error messages topjohnwu 2025-04-14 18:05:14 -07:00
  • c1e061603b Specify ADB_SERIAL for emulator topjohnwu 2025-04-13 21:43:11 -07:00
  • cb08504fe5 Update cargo dependencies topjohnwu 2025-04-11 13:14:53 -07:00
  • c0a1fb77be Code cleanup topjohnwu 2025-04-11 14:48:01 -07:00
  • 4864c1112a no pty for -c by default, and add -i to force pty LoveSy 2025-04-10 21:26:06 +08:00
  • 9ddeab034b Fix wrong tty pump LoveSy 2025-04-09 22:21:17 +08:00
  • c4847ed288 Move pts to rust, and avoid using thread LoveSy 2025-04-09 20:46:32 +08:00
  • b8f1523fb2 Minor code reorg topjohnwu 2025-04-08 17:20:22 -07:00
  • fb7fa8a6b3 Update to ONDK r29.1 topjohnwu 2025-04-08 10:00:05 -07:00
  • 9c7d359093 Optimize and format imports topjohnwu 2025-04-08 09:56:57 -07:00
  • eb54bc1fd7 Cleanup unused code topjohnwu 2025-04-07 23:06:46 -07:00
  • d4a0286e13 Migrate magiskinit selinux.cpp to Rust topjohnwu 2025-04-06 02:04:59 -07:00
  • 83e66767ff refactor: use empty navOptions Steven Xu 2025-03-16 21:53:43 +11:00
  • 7dc010749b feat: remove animation settings button transition Steven Xu 2025-03-16 18:48:25 +11:00
  • 8e8d013b1b feat: remove log overscroll Steven Xu 2025-03-16 17:32:54 +11:00
  • bba0373808 feat: remove navigation transition when clicking buttons on the bottom bar Steven Xu 2025-03-16 16:15:22 +11:00
  • 1fa318dc8c Use Rust elf-cleaner implementation topjohnwu 2025-04-01 03:14:10 -07:00
  • 6edc5e2037 Update install.md cheesetosti 2025-03-20 15:11:54 +01:00
  • 1523ed9f78 Always go through rustup proxies topjohnwu 2025-04-01 02:59:54 -07:00
  • 8e604d2ab8 Update cuttlefish CI topjohnwu 2025-03-27 17:46:35 -07:00
  • 2aba7247a9 Skip stub APK install on emulator topjohnwu 2025-03-26 12:40:57 -07:00
  • e66fe8533e API 36 does not support wait_for_bootanim topjohnwu 2025-03-25 03:13:29 -07:00
  • b03fbb3917 avd_test: upgrade to android16 beta3 vvb2060 2025-03-25 13:14:46 +08:00
  • c2ece62e4c native: delete global 16k option vvb2060 2025-03-25 13:01:49 +08:00
  • 8c972dcf34 app: target sdk 36 vvb2060 2025-03-23 12:25:52 +08:00
  • 50af14f2a3 Move all MagiskInit entrypoints into init.rs topjohnwu 2025-03-24 16:44:32 -07:00
  • e0a356b319 Introduce mount helper methods topjohnwu 2025-03-24 15:17:21 -07:00
  • c09a792958 Reorganize magiskinit code topjohnwu 2025-03-24 01:35:16 -07:00
  • 0bbfe7f44d Fix 2SI on legacy SAR devices topjohnwu 2025-03-24 15:10:26 -07:00
  • a396abf565 Minor changes topjohnwu 2025-03-22 01:16:51 -07:00
  • 1e3edb8883 Release new canary build canary-28103 topjohnwu 2025-03-21 10:37:49 -07:00
  • 3b8b61bf35 Remove ZipUtils.kt topjohnwu 2025-03-20 14:54:25 -07:00
  • 6f90456036 Properly buffer I/O topjohnwu 2025-03-20 13:16:39 -07:00
  • f56fd4e215 Always close outputStream in processFile topjohnwu 2025-03-19 17:57:31 -07:00
  • aa35aac5d5 Update dependencies topjohnwu 2025-03-19 15:55:06 -07:00
  • ae78b2e8b0 Migrate to rust 2024 argh LoveSy 2025-03-08 00:21:22 +08:00
  • 3c068a017e Refine cpio and dtb subcommands LoveSy 2025-02-09 18:11:07 +08:00
  • f4204c3509 handle subcommand help LoveSy 2025-02-06 19:57:11 +08:00
  • 8ae7641e8a Move magiskboot cli to argh LoveSy 2025-02-06 14:16:34 +08:00
  • 1f162b819d Update ONDK r29.0 topjohnwu 2025-03-19 01:19:02 -07:00
  • 52ef1d1cb2
    Simplify matching selinux context of child zygote (#8845) Wang Han 2025-03-11 16:27:15 +08:00