1. 21 Feb, 2019 6 commits
  2. 20 Feb, 2019 2 commits
  3. 19 Feb, 2019 1 commit
  4. 18 Feb, 2019 15 commits
  5. 16 Feb, 2019 5 commits
  6. 15 Feb, 2019 2 commits
  7. 14 Feb, 2019 7 commits
  8. 13 Feb, 2019 2 commits
    • topjohnwu's avatar
      Several MagiskHide improvements · c66cabd8
      topjohnwu authored
      - Directly get UID instead of traversing /data/data everytime
      - Use /data/user_de/0 instead of /data/data on Android 7.0+
      - Update hide_uid set incrementally when adding/initializing targets
      - Guard hide_uid set with the same lock as hide_list vector
      - Do not add GMS package into database; only add to in-memory list
      c66cabd8
    • Park Ju Hyung's avatar
      Hardcode GMS unstable to MagiskHide · 24da3485
      Park Ju Hyung authored
      With the new detection method, it is impossible to check for components.
      
      Remove additional checks for components and simply hardcode string to
      proc_monitor.cpp and query cmdline to see if it's GMS unstable.
      
      This addresses wasted resources on applying custom namespace
      on all GMS processes.
      Signed-off-by: 's avatarPark Ju Hyung <qkrwngud825@gmail.com>
      24da3485