Commit Graph

2437 Commits

Author SHA1 Message Date
LoveSy fc12f48034
Use gradle plugin to generate colors (#1801) 2022-04-02 06:37:40 +00:00
Nullptr 668ed3301d
Better way to disable method inline (#1804) 2022-04-02 14:22:18 +08:00
Nullptr 2f9e0e07b0
Resolve dex2oat parameters for Android 10+ (#1803) 2022-04-02 13:13:22 +08:00
LoveSy 6afa054b1c
Update submodules to reduce binary size (#1798) 2022-03-30 08:23:01 +08:00
南宫雪珊 e9e65f70c4
Reduce miscPath permissions (#1795) 2022-03-26 05:51:23 +00:00
LoveSy 57c1b8b904
Use ccache for all native modules (#1787) 2022-03-23 19:16:19 +08:00
LoveSy 4d60973661
Bump to 1.8.0 (#1786) 2022-03-23 10:29:48 +00:00
XposedBot d5b1df5bd5
[translation] Update translation from Crowdin (#1785)
* New translations strings.xml (Romanian)

* New translations strings.xml (Urdu (Pakistan))

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Catalan)

* New translations strings.xml (Danish)

* New translations strings.xml (Finnish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Polish)

* New translations strings.xml (Kurdish)

* New translations strings.xml (Kurdish)
2022-03-23 10:16:53 +00:00
残页 d8cad5f432
[skip ci] Android 13 DP2 is supported (#1784)
* [skip ci] Android 13 DP2 is supported

* Update module.prop
2022-03-22 05:18:03 +00:00
LoveSy 73f994ad2a
Fix array cast (#1783) 2022-03-21 14:39:13 +00:00
LoveSy 9344cf6c54
NDK 24 (#1780)
* NDK 24

* Use `ANDROID_ALLOW_UNDEFINED_SYMBOLS`
2022-03-21 17:43:32 +08:00
LoveSy 4564bf2091
Better handle native method (#1778) 2022-03-21 07:17:14 +08:00
LoveSy ac704e5704
Fix make class inheritable (#1777) 2022-03-21 02:29:25 +08:00
LoveSy 416167a226
Refactor ApplicationService (#1775) 2022-03-20 08:44:17 +08:00
LoveSy 3049dbb29b
Use COW array set for loaded modules (#1771) 2022-03-18 11:47:04 +08:00
LoveSy f0c04177d6
Log `LSPlant` (#1770) 2022-03-18 08:54:28 +08:00
dependabot[bot] acbba06a70
Bump appCenter from 4.4.2 to 4.4.3 (#1769) 2022-03-17 21:37:22 +00:00
Nullptr e0de4ca6d7
Separate core into bridge and loader (#1766) 2022-03-17 19:12:01 +08:00
LoveSy 6b368b041b
Move all serivces into a single dir (#1768) 2022-03-16 20:55:45 +00:00
XposedBot 42a5357d6a
[translation] Update translation from Crowdin (#1767) 2022-03-16 17:15:59 +00:00
LoveSy 6258435645
Refine gradle script (#1765) 2022-03-16 17:20:43 +08:00
Nullptr f55e31be85
[skip ci] Update README.md 2022-03-15 13:18:02 +00:00
LoveSy 4f7e8970ca
Workaround for multiple calls to the same unhook (#1760) 2022-03-15 12:28:54 +00:00
LoveSy 1790cbb608
Move loadedapk check forward (#1762) 2022-03-15 20:18:58 +08:00
LoveSy 793c2e5757
Fix native api (#1761) 2022-03-15 11:59:15 +00:00
LoveSy 159c65d6b2
Fix predefined deoptmization (#1759) 2022-03-15 15:59:57 +08:00
LoveSy 8c4c25fc40
Use cmake 3.21+ (#1758) 2022-03-15 15:40:22 +08:00
LoveSy 0bf0948e9a
Refactor `core` to use LSPlant as the ART hook framework (#1756) 2022-03-15 07:51:30 +08:00
LoveSy 2a258e3323
Workaround for UpdateMethodsCode inlined (#1754) 2022-03-14 12:13:06 +08:00
Wang Han b311556b41
[skip ci] Update README (#1753) 2022-03-13 16:13:58 +08:00
LoveSy 6f48c663db
Refactor some gradle (#1752) 2022-03-13 07:23:04 +08:00
LoveSy e15d39672a
Stripe pending hook (#1751) 2022-03-12 03:32:00 +08:00
dependabot[bot] c6e58731ed
Bump org.eclipse.jgit from 6.0.0.202111291000-r to 6.1.0.202203080745-r (#1749) 2022-03-09 09:15:28 +08:00
LoveSy e40596f9f8
Wait zygote socket before launching daemon (#1748) 2022-03-07 22:39:21 +08:00
LoveSy dc6a599f00
Fix language switch (#1741) 2022-03-06 12:32:04 +08:00
残页 6fff15e968
Fix createResourcesForActivity hook handling (#1744) 2022-03-06 00:33:05 +08:00
LoveSy 51c82ac0c9
[gradle] New way to find apk (#1740) 2022-03-04 17:30:49 +08:00
LoveSy 4b9a4f8316
Ensure um is ready when updating cache (#1737) 2022-02-28 22:23:13 +08:00
南宫雪珊 97ef900125
Fix parasitic manager state restore on 8.1 (#1726) 2022-02-26 04:26:35 +08:00
LoveSy 2ba199d68c
Fix parasitic manager state restore on 8.1 (#1725) 2022-02-25 20:34:36 +08:00
LoveSy bc8b4c69a5
Fix parasitic manager hooker in 8.1 (#1724) 2022-02-25 12:17:57 +00:00
清茶 3fdc4e51c9
Fix cache deadlock in `XposedHelpers.java` (#1723) 2022-02-25 10:37:06 +00:00
清茶 583be18a7b
Fix performance traps of reflection members in `XposedHelpers.java` (#1719) 2022-02-25 08:01:28 +00:00
LoveSy 71dd8f07a1
Fix activity relaunches constantly on WSA (#1721)
Fix #1711
2022-02-25 06:59:56 +08:00
dependabot[bot] 3701033061
Bump glideVersion from 4.13.0 to 4.13.1 (#1720) 2022-02-23 21:41:54 +00:00
XposedBot e1508a16f4
[translation] Update translation from Crowdin (#1709) 2022-02-20 15:00:56 +00:00
LoveSy 11be039203
Update dexbuilder (#1697) 2022-02-19 11:05:18 +00:00
XposedBot 756e4370e2
[translation] Update translation from Crowdin (#1700) 2022-02-19 13:17:45 +08:00
XposedBot 90116ab1cd
[translation] Update translation from Crowdin (#1696) 2022-02-17 13:11:47 +00:00
LoveSy e17c39318d
Call `systemMain` after prepare (#1692) 2022-02-14 12:27:41 +00:00