Commit Graph

2439 Commits

Author SHA1 Message Date
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
LoveSy 81448c3958
`XC_LayoutInflated` should be comparable (#1851) 2022-04-16 04:29:05 +08:00
LoveSy b5aff15919
Skip duplicate scopes for module process (#1845)
Fix #1844
2022-04-14 16:51:24 +08:00
Howard Wu 5d28c7ca6d
Use Toast instead of Snackbar because of raggedy fab (#1840)
* Use Toast instead of Snackbar because of raggedy fab
2022-04-13 16:39:42 +00:00
Howard Wu cb72db7ca6
Fix readme template RTL in dark mode (#1839) 2022-04-13 13:45:50 +00:00
Howard Wu abfac93510
Adjusting the dialog style & better RTL support (#1838)
* Adjusting the dialog style

* Fix alignment

* Separate appPackageName and appVersionName from appDescription
2022-04-13 20:12:40 +08:00
dependabot[bot] 1e2973beb3
Bump core from 1.3.4 to 1.4.0 (#1837) 2022-04-13 08:46:24 +08:00
南宫雪珊 4fcf2308df
Check preload dex (#1834) 2022-04-11 19:48:11 +08:00
残页 9a022f4c17
Constructor of ActivityThread is private (#1833) 2022-04-10 16:18:05 +00:00
Howard Wu 6b7fdb2fac
Fix blur effect on Android 12 (#1832) 2022-04-10 16:06:17 +00:00
南宫雪珊 4cb9115fa5
Fix regen signature (#1829) 2022-04-10 23:37:27 +08:00
残页 9e3a3ac2b2
No need to implement Method.invoke ourselves (#1831) 2022-04-10 18:10:55 +08:00
LoveSy ec5f7847e9
Avoid using system methods in callback (#1830) 2022-04-10 08:15:52 +00:00
Howard Wu 1554ed08a8
Fix a ui bug (#1827) 2022-04-10 00:12:44 +08:00
LoveSy 52dc31d818
Bump to 1.8.1 (#1824) 2022-04-09 11:05:01 +00:00
LoveSy 5a143c9855
Log LRU (#1822)
Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>
2022-04-09 18:56:52 +08:00
XposedBot d1c5283661
[translation] Update translation from Crowdin (#1823) 2022-04-09 10:40:21 +00:00
Nullptr 6085d64835
Further fix module prefs (#1819) 2022-04-07 16:37:31 +00:00
残页 d421924809
Update MainSwitchBar (#1818) 2022-04-06 15:42:46 +00:00
LoveSy 81e2b5cfb7
Make swtichbar an item of rv (#1817) 2022-04-06 14:54:45 +00:00
LoveSy 2cb973656d
More MD3 ugly components (#1816) 2022-04-06 21:12:27 +08:00
南宫雪珊 be1bbf7b9b
Fix module prefs (#1813) 2022-04-05 17:12:50 +00:00
南宫雪珊 be722b2e2e
Fix moduleClassNames (#1796) 2022-04-05 15:41:23 +00:00
Nullptr ee2c1a3320
Fallback if dex2oat wrapper crashes (#1810)
* Fallback if dex2oat wrapper crashes

* Update daemon/src/main/java/org/lsposed/lspd/service/Dex2OatService.java

Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>

* Update

Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>
2022-04-05 09:14:28 +08:00