Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

62 lines (45 loc) · 2.58 KB

Version 1.6

Version 1.5

  • Add additional logging to boot scripts to make troubleshooting easier (Issue #12, PR #15)
  • Relax process search criteria to find Pixel 6 series' USB gadget HAL after recent OS updates (Issue #12, PR #16)

Version 1.4

  • Make the UI more intuitive and better reflect the current state of the USB controller (PR #14)

Version 1.3

  • Target API 35 (PR #8, PR #9)
  • Fix compatibility when installed alongside other modules that modify plat_seapp_contexts with upcoming versions of Magisk (PR #13)

Version 1.2

  • msd-tool: Prevent updating the modification timestamp of /sys/fs/selinux/load (Issue #2, PR #6)
    • Please note there are no plans to implement further ways of evading detection by apps. This workaround just happened to be easy enough to implement.

Version 1.1

  • Update checksum for tensorflow-lite-metadata-0.1.0-rc2.pom dependency (PR #1)
  • Fix incorrect gradle inputs causing Rust source code to not be rebuilt (PR #3)
  • Remove unnecessary mlstrustedobject attribute from the msd_daemon SELinux type (PR #4)
  • Allow disabling individual images so that not all of them need to be active at the same time (PR #5)

Version 1.0

  • Initial release