Commit Graph

162 Commits

Author SHA1 Message Date
JingMatrix b98eaf8050
New translations strings.xml (French) (#32) 2025-03-15 14:40:20 +01:00
JingMatrix 30f86dac8d Remove unnecessary translations in zh-HK 2024-12-01 09:48:35 +01:00
JingMatrix bab8bd2d4c Update JingMatrix/LSPosed 2024-12-01 09:48:30 +01:00
JingMatrix 671fe40074
[translation] Update translation from Crowdin (#21)
* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Arabic)

* New translations strings.xml (Catalan)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (German)

* New translations strings.xml (Greek)

* New translations strings.xml (Finnish)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Korean)

* New translations strings.xml (Dutch)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Polish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Vietnamese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Chinese Traditional, Hong Kong)
2024-12-01 09:24:55 +01:00
xihan123 b83152323a
Allow uers to chose if inject loader dex (#19)
If we always inject loader dex, then modules with third party libraries might fail to find library classes since the default class loader is alway used before the the loader of the module package.

Therefore, it is better to treat packages with isolated services as special cases.
2024-11-20 19:38:48 +01:00
JingMatrix 7c153f6491
[translation] Update translation from Crowdin (#18)
* New translations strings.xml (Arabic)

* New translations strings.xml (Russian)

* New translations strings.xml (Chinese Traditional, Hong Kong)
2024-10-31 20:50:48 +01:00
JingMatrix 19fe0f2b18
[translation] Update translation from Crowdin (#16)
* New translations strings.xml (Arabic)

* New translations strings.xml (Chinese Traditional, Hong Kong)

* New translations strings.xml (Russian)
2024-10-31 15:12:17 +01:00
JingMatrix a85a0fa578 Fix proguard rules 2024-09-16 19:22:21 +02:00
JingMatrix 90880f9bbe Update repo info 2024-07-27 10:41:40 +02:00
JingMatrix cddf811b9c Update dependencies
1. Use JDK 21
2. Update ksp for compatibility (compulsory)
3. R8 claims that org.lsposed.lspatch.util.ModuleLoader is needed

We use rules in share/lspatch-rules.pro to ensure that LSPatch works
properly after R8 engine
2024-05-18 22:57:32 +02:00
Js0n 2243d010b8
fix: packageInstaller userId (#280)
Package installer now install patched app in current user instead of
main user
2023-12-12 00:35:20 +08:00
Js0n 4bf1371155
feat: launch and install from apk intent (#279)
close #90
2023-12-11 23:38:30 +08:00
南宫雪珊 5bf494400d
Revert "fix: get installed apps failed for some chinese ROM" (#278)
Reverts LSPosed/LSPatch#273
2023-12-10 18:02:37 +08:00
Js0n 2fdf66cd6e
fix: get installed apps failed for some chinese ROM (#273)
refer to
1.
[TAF](http://www.taf.org.cn/StdDetail.aspx?uid=3A7D6656-43B8-4C46-8871-E379A3EA1D48&stdType=TAF)
2. [vivo](https://dev.vivo.com.cn/documentCenter/doc/747)
2023-12-10 12:44:53 +08:00
XposedBot 0b77dde4d7
[translation] Update translation from Crowdin (#268) 2023-11-23 20:48:17 +08:00
Js0n 3674a967ef
Remove keep alive foreground service because bound service won't need it (#262)
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-11-23 20:32:24 +08:00
XposedBot ebf9397e5d
[translation] Update translation from Crowdin (#267) 2023-11-23 20:12:20 +08:00
Js0n eb2c458dc1
fix(manager): keep alive service crashing in A14 (#259) 2023-11-11 21:05:34 +08:00
Js0n 8b5d06f073
Revert "fix(manager): update loader failed due to outdated origin apk filename" (#257)
Reverts LSPosed/LSPatch#253
2023-11-11 19:12:27 +08:00
5ec1cff 531acdb924
use version catalog (#256) 2023-11-08 02:07:20 +08:00
Js0n 768d335eea
fix(manager): update loader failed due to outdated origin apk filename (#253) 2023-11-02 22:07:10 +08:00
Js0n 8462043963
feat: select module(s) from storage (#225) 2023-10-12 14:10:53 +08:00
LoveSy 7d69dbcb66 Fix crash and sync 2023-06-29 10:08:50 +08:00
Howard Wu 941726d559
Core upgrade (#213)
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-06-29 02:17:00 +08:00
XposedBot d2b1de7ba5
[translation] Update translation from Crowdin (#204) 2023-06-06 10:12:54 +08:00
Howard Wu 0964a8eece
Update core to 1.8.6 (#168)
With
- update AGP to 7.4.0
- update Android Build Tools to 33.0.1
2023-01-28 11:54:06 +08:00
Nullptr 2ace2660b4
Fix modules missing after update loader for integrated mode 2022-11-13 22:43:39 +08:00
XposedBot 010aa7a270
[translation] Update translation from Crowdin (#134) 2022-11-11 21:42:12 +08:00
XposedBot eda250c0fc
[translation] Update translation from Crowdin (#133)
* New translations strings.xml
2022-11-11 20:57:13 +08:00
Nullptr b2b542e7cc
Optimize build 2022-11-10 22:55:39 +08:00
Nullptr 319a21f103
Small UI fixes 2022-11-09 14:10:02 +08:00
Nullptr c191397dc0
Add foreground keep alive option 2022-11-09 13:09:50 +08:00
Nullptr 54cf7eed35
Use service instead of content provider to send binder 2022-11-08 02:54:31 +08:00
Nullptr 5876d4a0a0
Update dependencies & Fix UI previewing 2022-11-05 12:00:25 +08:00
XposedBot 1574405276
[translation] Update translation from Crowdin (#121)
* New translations strings.xml
2022-10-23 23:59:35 +08:00
Nullptr 1f23d8a995
Fix opening module settings 2022-10-21 20:11:37 +08:00
Nullptr 667ac6282f
Fix coroutine stuck 2022-10-21 19:57:24 +08:00
Nullptr f8888b81e8
Support bootstrapping loader dynamically for local mode (#118) 2022-10-21 15:24:16 +08:00
Nullptr 91b038ac16
Fix Android 13 install 2022-10-21 00:02:34 +08:00
Nullptr 918ab4eda4
Update dependencies 2022-10-20 16:03:03 +08:00
XposedBot 47ba5167fe
[translation] Update translation from Crowdin (#112)
* New translations strings.xml (Romanian)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Chinese Simplified)

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

* New translations strings.xml (Norwegian)

* New translations strings.xml (Vietnamese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Persian)

* New translations strings.xml (Bengali)

* New translations strings.xml (Thai)

* New translations strings.xml (Hindi)

* New translations strings.xml (Polish)

* New translations strings.xml (Dutch)

* New translations strings.xml (French)

* New translations strings.xml (German)

* New translations strings.xml (Spanish)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Arabic)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (Greek)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Finnish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Korean)

* New translations strings.xml (Kurdish)

* New translations strings.xml (Chinese Traditional, Hong Kong)
2022-09-26 10:07:02 +08:00
Nullptr 415f434d08
Add starting modules from manager 2022-09-23 00:04:25 +08:00
Nullptr f7c6af53ec
Update Compose & Fix apkPaths null 2022-09-22 23:12:51 +08:00
Nullptr 2e2c818de6
Drop v1 signature & UI improvement 2022-09-06 21:20:06 +08:00
Nullptr 35a8dd4c6d
Use striped so for debug build 2022-09-03 10:09:18 +08:00
Nullptr 95f006682c
Update core and dependencies 2022-09-02 10:30:34 +08:00
Nullptr 75e004e4c7
Anywhere dropdown menu 2022-07-11 18:13:02 +08:00
Nullptr 8498da904c
Update core & Listen app change broadcast & Crash when cannot connect to manager 2022-07-10 23:25:23 +08:00
Nullptr cb1ba36514
Type safe preferences & Change topbar style 2022-07-07 01:40:35 +08:00
XposedBot 220b6db35c
[translation] Update translation from Crowdin (#91)
* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Traditional)

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

* New translations strings.xml (Norwegian)

* New translations strings.xml (Vietnamese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Persian)

* New translations strings.xml (Bengali)

* New translations strings.xml (Thai)

* New translations strings.xml (Hindi)

* New translations strings.xml (Polish)

* New translations strings.xml (Dutch)

* New translations strings.xml (French)

* New translations strings.xml (German)

* New translations strings.xml (Spanish)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Arabic)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (Greek)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Finnish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Korean)

* New translations strings.xml (Kurdish)

* New translations strings.xml (Chinese Traditional, Hong Kong)
2022-07-06 23:20:31 +08:00
Nullptr b76ea503dd
Type safe navigation 2022-07-06 16:35:17 +08:00
Nullptr 21c43250f1
Module page 2022-07-06 10:56:18 +08:00
Nullptr 279e95b57b
Support upgrade loader version 2022-07-05 21:54:13 +08:00
XposedBot 3e6f863e15
[translation] Update translation from Crowdin (#78) 2022-06-06 11:20:34 +08:00
david082321 f7aba85a05
Create ic_launcher_background.xml (#72) 2022-06-02 12:23:33 +08:00
Nullptr 14bc932249
Fix module not loaded after update 2022-05-31 23:51:00 +08:00
Nullptr 4493c45025
UI improvement & Add optimize function 2022-05-31 21:55:59 +08:00
Nullptr 290989b0e6
Support module scope 2022-05-30 16:20:18 +08:00
Nullptr 66804c425d
Remove strange English translation 2022-05-30 09:57:37 +08:00
XposedBot 4b0453e37f
[translation] Update translation from Crowdin (#68)
* New translations strings.xml (Romanian)

* New translations strings.xml (English)

* New translations strings.xml (Russian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Traditional)

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

* New translations strings.xml (Polish)

* New translations strings.xml (Vietnamese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Persian)

* New translations strings.xml (Bengali)

* New translations strings.xml (Thai)

* New translations strings.xml (Hindi)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Norwegian)

* New translations strings.xml (French)

* New translations strings.xml (Greek)

* New translations strings.xml (Spanish)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Arabic)

* New translations strings.xml (Catalan)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (German)

* New translations strings.xml (Finnish)

* New translations strings.xml (Dutch)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Korean)

* New translations strings.xml (Kurdish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Chinese Traditional, Hong Kong)
2022-05-28 00:20:33 +08:00
Nullptr 4e41e141dd
Update core version & dependencies 2022-05-27 19:57:42 +08:00
Nullptr 816646f7c7
Update dependencies 2022-05-16 10:31:49 +08:00
Nullptr d7b3b4cb6b Fix UI bugs 2022-05-11 13:42:00 +08:00
Nullptr 3bc39e1e94 Fix some patch problems 2022-05-11 00:13:54 +08:00
Nullptr 7dc4b09057 Shrink debug 2022-05-10 13:54:36 +08:00
Nullptr 6924c6a3b5
CI (#57)
* CI

* Add patch info to metadata

* Allow select local apks to patch

* Fix wrong indent
2022-05-10 11:39:04 +08:00
Nullptr 9e5f805d62 New translations strings.xml 2022-05-06 16:34:01 +08:00
Nullptr 6794d3a833 Small UI improvements 2022-05-06 15:52:44 +08:00
Nullptr 9106fc48b8 SearchBar & Animations 2022-05-06 14:15:08 +08:00
Nullptr 413878521a More fix & Better icons 2022-05-06 00:39:45 +08:00
Nullptr 3e4eb34819 Fix crash 2022-05-05 21:57:18 +08:00
Nullptr 4825c85883 Add todo info on todo pages 2022-05-05 21:13:25 +08:00
Nullptr 5d3f0ec9f7 Implement install patched app & Refactor UI 2022-05-05 21:07:45 +08:00
Nullptr e48a5726d8 Better icons 2022-05-05 14:49:33 +08:00
Nullptr f55d252c97 Add manager icon 2022-05-05 12:23:42 +08:00
XposedBot 7d79f8a1f9
[translation] Update translation from Crowdin (#50) 2022-04-28 00:42:16 +08:00
Nullptr 030686639f Support split apks 2022-04-23 10:54:07 +08:00
Nullptr 3b5fa88d17 Fix saving apks 2022-04-23 10:54:07 +08:00
XposedBot 792a6f887a
[translation] Update translation from Crowdin (#47) 2022-04-16 17:10:36 +08:00
Nullptr 774afca739 Update proguard 2022-04-06 11:17:19 +08:00
Nullptr dbe0df86ec Support custom keystore for manager 2022-04-05 17:21:31 +08:00
Nullptr 7905b343dc ServiceClient 2022-03-23 22:36:19 +08:00
Nullptr ebb70a4d63 Fix Shizuku connection 2022-03-18 11:59:41 +08:00
Nullptr 7f19ad3471 Update Chinese translation 2022-03-17 20:35:10 +08:00
Nullptr b89b425a53 Switch into mainline core branch 2022-03-17 19:52:05 +08:00
Nullptr d7b508e731 Fix crash 2022-03-11 15:08:52 +08:00
XposedBot 30edee5762
[translation] Update translation from Crowdin (#44) 2022-03-08 11:55:31 +08:00
XposedBot 477440c0b2
[translation] Update translation from Crowdin (#43) 2022-03-08 11:47:40 +08:00
david082321 4ead305cb7
Add zh-rTW translation (#41) 2022-03-08 10:33:34 +08:00
Nullptr e448f6115e Add shizuku card 2022-03-07 16:46:07 +08:00
Nullptr 0154d6c364 Beautify 2022-03-07 14:42:10 +08:00
Nullptr 041e58a038 Add support card 2022-03-06 23:07:14 +08:00
Nullptr 775bfb1078 Add home page 2022-03-06 20:27:28 +08:00
Nullptr c73a5a079f Use ViewModel instead of rememberSaveable 2022-03-06 17:35:26 +08:00
Nullptr bfd4fb12d0 SigBypass Dropdown 2022-03-03 10:24:22 +08:00
Nullptr 4b7d644c43 Fix more UI bugs 2022-03-01 19:35:17 +08:00
Nullptr a44cd8ba3b Fix UI bugs 2022-03-01 17:29:54 +08:00
Nullptr a6f381920d Fix release build 2022-02-20 16:14:30 +08:00
Nullptr 187bd4c89d Fix saving content (2/2) 2022-02-20 15:06:53 +08:00
Nullptr 0bd40ca4dd Fix saving content (1/2) 2022-02-20 14:30:53 +08:00