Commit Graph

2362 Commits

Author SHA1 Message Date
LoveSy dd8dcfbab1
Use cmake 3.22.1 from Android SDK (#1959)
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2022-05-24 14:35:24 +00:00
南宫雪珊 cbd19d17a8
Revert "Fix resource hook on MediaTek" (#1954)
MTK has fixed this issue, for devices that have not been updated,
can use `resetprop ro.vendor.pref_scale_enable_cfg 0`
2022-05-19 09:08:12 +00:00
南宫雪珊 8febd8cc7a
Fix resource hook on MediaTek (#1951) 2022-05-19 04:57:35 +08:00
南宫雪珊 05129a0dd8
Set removeUnusedEntriesAfterDays=1 only for CI (#1948) 2022-05-18 07:40:55 +08:00
Andrew Gunnerson 793c5c955a
LSPManagerService: Change SELinux label of entire cache directory (#1933) (#1944)
With webview on Android 13 Beta (at least on Google Pixel devices),
webview expects to be able to read from a randomly generated temp directory:

    /data/user/0/com.android.shell/cache/.com.google.Chrome.XXXXXX (deleted)

Before this change, the root of the cache directory is labeled with
`shell_data_file` and `Chrome_ChildIOT` is not permitted read access to
the temp directory:

    05-12 10:59:48.728 13692 13692 W Chrome_ChildIOT: type=1400 audit(0.0:258): avc: denied { read } for path=2F646174612F757365722F302F636F6D2E616E64726F69642E7368656C6C2F63616368652F2E636F6D2E676F6F676C652E4368726F6D652E5965394D6433202864656C6574656429 dev="dm-47" ino=230834 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=file permissive=0
2022-05-16 06:57:27 +08:00
LoveSy e3b96ebb92
Update AGP (#1941) 2022-05-15 14:08:08 +08:00
南宫雪珊 b392f331c8
Replace ParceledListSlice with ParcelableListSlice (#1936) 2022-05-14 23:06:18 +08:00
南宫雪珊 2f0de5b7f3
Fix save log (#1932) 2022-05-11 09:38:39 +00:00
LoveSy dce14b953e
Fix name of elf util (#1930) 2022-05-11 16:11:33 +08:00
南宫雪珊 b36c170b8c
Fix prefs on other user (#1929) 2022-05-10 14:17:00 +00:00
LoveSy c99c3b1165
Only hook `performDestroyActivity` on Android 8.1- (#1923) 2022-05-07 08:31:32 +00:00
XposedBot ffabc92423
[translation] Update translation from Crowdin (#1920) 2022-05-07 03:56:57 +00:00
南宫雪珊 f69de757aa
Avoid copy array (#1914) 2022-05-05 20:54:48 +08:00
dependabot[bot] b0e9c30866
Bump glideVersion from 4.13.1 to 4.13.2 (#1916) 2022-05-05 09:56:19 +08:00
LoveSy d54eddbb25
Fix library search path on Android 9- (#1913) 2022-05-04 11:07:06 +08:00
LoveSy 779c178d0a
Fix state loading (#1911)
* Revert "Fix parasitic manager state restore on 8.1 (#1726)"

This reverts commit 97ef900125.

* Fix state loading

Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-05-03 23:15:39 +08:00
南宫雪珊 c63fb7af37
Use native containers (#1910)
* Pack parameters

* Use native containers

Co-authored-by: LoveSy <shana@zju.edu.cn>
2022-05-03 20:35:45 +08:00
dependabot[bot] 6fbffd23b7
Bump appiconloader from 1.3.1 to 1.4.0 (#1909) 2022-05-03 10:46:51 +08:00
LoveSy c1087a2e80
Fix zygisk x86 only installation (#1907) 2022-05-01 19:42:29 +00:00
Acetylcholine c5c81377a5
Fix crash when dlopen NULL (#1903) 2022-04-29 03:15:43 +00:00
LoveSy 0e2d2b6993
Revert "Bump mainswitchbar from 1.0.2 to 1.1.0 (#1898)" (#1901)
This reverts commit 975ff19b1d.
2022-04-28 04:59:40 +00:00
LoveSy 7aa27b8386
Fix set trusted (#1899) 2022-04-28 11:56:59 +08:00
LoveSy dbc350a75e
Fix hooking internal used methods (#1900) 2022-04-28 11:38:10 +08:00
dependabot[bot] 975ff19b1d
Bump mainswitchbar from 1.0.2 to 1.1.0 (#1898) 2022-04-28 08:32:06 +08:00
残页 5a05ab5093
Bump version to 1.8.3 (#1896) 2022-04-27 08:52:11 +00:00
LoveSy 109cdba60c
Fix module appid abnormal after soft reset (#1895) 2022-04-27 07:33:11 +00:00
LoveSy 7d5778a01c
Update elf util & lsplant to support A13B1 arm (#1894) 2022-04-27 03:29:32 +00:00
LoveSy 177c2cd0c4
Fix hook may not work on debuggable runtime (#1892)
Co-authored-by: Wang Han <wanghan1995315@gmail.com>
2022-04-27 06:21:47 +08:00
Fankesyooni 59913258f9
Hide username in primary user's notification (#1889)
The notification prompt will not contain the current username when the primary user installs the Xposed Module
2022-04-25 21:50:27 +08:00
Howard Wu d81b44f8ee
Show the username that the module is installed to (#1887) 2022-04-23 16:05:35 +08:00
Fankesyooni a0dd9c0866
Fix the Xposed Module notification repeated push problem and the other problem (#1886)
* Fix the Xposed Module notification repeated push problem

* Fix a possible bug when Xposed Module uninstall the notification push again

* Fix after an multi-pie user install the Xposed Module the active notification repeat
2022-04-23 15:25:10 +08:00
Fankesyooni 44e15da227
Fix the notification push issue after Xposed Module installation or removed (#1882)
* Canceled the notification when Xposed Module removed

* Fix the packageName confusion notification push problem

* Ignore the addition of duplicate ids

* Add the packageName into notification tag

* Revise the notification id into auto-increment id

* Add the conflict ids templates web url

* Revise only the package name and userId are reserved for judging the uniqueness of the notification id

* Fix code style
2022-04-22 06:40:03 +00:00
dependabot[bot] 90d5afcc1a
Bump dev.rikka.tools.materialthemebuilder from 1.3.1 to 1.3.2 (#1884) 2022-04-22 10:17:35 +08:00
XposedBot 4be63f60a6
[translation] Update translation from Crowdin (#1881)
* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese)
2022-04-21 11:45:12 +00:00
XposedBot 60e37fe128
[translation] Update translation from Crowdin (#1879) 2022-04-21 11:26:09 +00:00
Nullptr dc6cd4b0fd
Fix incorrect mount point on Android 10 (#1870)
* Detect conditions when dex2oat wrapper doesn't work

* No enum

* Copy

* Update

* Update

* Fix dex2oat wrapper on Android 10

* Stupid typo

* Update dex2oat.cpp

Co-authored-by: LoveSy <shana@zju.edu.cn>
2022-04-21 01:40:48 +00:00
双草酸酯 b93bf4d25a
fix:fix:error obfuscate classes list (#1876) 2022-04-20 09:57:24 +00:00
Ketal 5b8c4ab15e
fix:error obfuscate classes list (#1874)
android.content.res.XmlResourceParser
2022-04-20 05:36:18 +00:00
dependabot[bot] 2008038b02
Bump dev.rikka.tools.materialthemebuilder from 1.1.0 to 1.3.1 (#1871) 2022-04-19 09:31:02 +08:00
双草酸酯 48363a7e80
Fix Ref moved (#1869) 2022-04-18 17:16:29 +08:00
LoveSy faf99616b4
Use `ParceledListSlice` only for system classes (#1865) 2022-04-17 17:34:17 +00:00
双草酸酯 0fb6931ef1
fix crash when obfuscation disabled (#1863) 2022-04-17 11:38:30 +00:00
双草酸酯 a1a9cb4d1b
Obfuscate all classes (#1850)
* Obfuscate more classes

WIP DO NOT USE THIS BRANCH

* Fix resources hook

NOT TESTED

* done

* remode debug code

* use fmt

* obfuscate core & nativebridge

* BridgeService

* update proguard rules

Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
Co-authored-by: LoveSy <shana@zju.edu.cn>
2022-04-17 15:51:27 +08:00
LoveSy 961676d772
[app] Upgrade dependencies (#1861) 2022-04-17 15:31:51 +08:00
XposedBot 81517fde1b
[translation] Update translation from Crowdin (#1860) 2022-04-17 06:03:36 +00:00
XposedBot 9e0ecaeda9
[translation] Update translation from Crowdin (#1858)
* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Vietnamese)
2022-04-16 12:04:46 +00:00
双草酸酯 34c002e440
bump version (#1855)
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2022-04-16 10:33:05 +00:00
双草酸酯 7b937c3347
Use fmtlib to print log (#1854)
(release zip size + ~50k)
2022-04-16 18:20:11 +08:00
XposedBot 8a74235b92
[translation] Update translation from Crowdin (#1853) 2022-04-16 09:18:03 +00:00
LoveSy 85a05bbbd1
Avoid creating the LoadedApk from ourselves (#1852)
Fix #1843
2022-04-16 12:04:20 +08:00