- 23 Feb, 2019 7 commits
- 22 Feb, 2019 1 commit
-
-
topjohnwu authored
-
- 21 Feb, 2019 7 commits
- 20 Feb, 2019 2 commits
-
-
kirill9617 authored
GZIP magic is \x1f\x8b\x08 not \x1f\x8b\x08\x00
-
topjohnwu authored
-
- 19 Feb, 2019 1 commit
-
-
topjohnwu authored
Close #1101
-
- 18 Feb, 2019 15 commits
-
-
John Wu authored
-
vvb2060 authored
-
linar10 authored
-
dark-basic authored
I hope it does not have to be adjusted again. Since the text does not appear completely. (Only appears when the rotation of the screen is horizontal)
-
corsicanu authored
- cc @abrahamgcc
-
lindwurm authored
Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
lindwurm authored
* strings "インストール", "タップしてSafetyNetチェックを開始" are too long to show in button Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
HemanthJabalpuri authored
-
topjohnwu authored
Based on #1090, thanks to @shakalaca. Close #1090, close #1086
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
Reinstalling system apps as data creates tons of issues. Calling pm path <pkg> is extremely expensive and doesn't work in post-fs-data. Parse through packages.xml to get APK path and UID at the same time. As a bonus, we don't need to traverse /data/app for packages anymore.
-
topjohnwu authored
-
- 16 Feb, 2019 5 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
Since we are parsing through /data/app/ to find target APKs for monitoring, system apps will not be covered in this case. Automatically reinstall system apps as if they received an update and refresh the monitor target after it's done. As a bonus, use RAII idioms for locking pthread_mutex_t.
-
topjohnwu authored
-
- 15 Feb, 2019 2 commits