Commit Graph

1861 Commits

Author SHA1 Message Date
LoveSy 3b230e2653
Fix magisk su request latency (#1159) 2021-09-23 00:40:52 +08:00
Old Nukkit d8ceb12b57
Properly fomat AndroidManifest.xml (#1158)
Move license starting line to next line.
2021-09-22 01:09:06 +00:00
LoveSy e95c9acbb7
[parasitic] Fix 8.1 compatibility (#1157) 2021-09-21 17:16:23 +00:00
LoveSy 41755d4464
[core] Fix write settings (#1156) 2021-09-22 00:26:00 +08:00
LoveSy 9afa34932e
[parasitic] Also parasitic into default manager (#1154) 2021-09-21 22:27:03 +08:00
LoveSy fe05768189
[core] Temp disable signature verification (#1153) 2021-09-21 13:12:53 +00:00
Wang Han 2b4bdf1bbd
[core] Don't hardcode injected AID in native code (#1152)
* Update build.gradle.kts

* Update Android.mk

* Update main.cpp
2021-09-21 18:53:31 +08:00
残页 bf89c754dc
[core] Clear ProfilingInfo in backup method (#1147)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2021-09-21 17:00:54 +08:00
vvb2060 8a469ee5a9
[core] Verify apk (#1145)
* [core] Verify apk

* 1

* 2

* Update ConfigFileManager.java

* 3

Co-authored-by: Wang Han <wanghan1995315@gmail.com>
2021-09-20 23:15:19 +08:00
etmatrix d605a84f91
[app] generate at runtime list of languages supported by app (#1146) 2021-09-20 10:15:10 +08:00
Wang Han f364e1cafd
[ci] Fix mappings uploading path 2021-09-20 09:17:53 +08:00
vvb2060 ede52c1cbb
[CI] Upload app mapping (#1143) 2021-09-19 06:32:49 +00:00
LoveSy 3480410262
Detach fd in replaceShellCommand() 2021-09-19 13:14:41 +08:00
LoveSy 024af644e6
[parasitic] Load original providers (#1139)
* Don't clear providers in handleBindApplication()

* Load original providers

* restore packageName

Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>
2021-09-19 10:18:24 +08:00
LoveSy 91667dc67f
[core] Fix icon draw on shitty MIUI (#1138) 2021-09-18 14:59:35 +00:00
Wang Han 66d918b442
Drop manager.yml reference (#1137) 2021-09-18 13:58:53 +00:00
Wang Han c9509ac5fa
[ci] Remove manager CI (#1136) 2021-09-18 13:51:54 +00:00
LoveSy 9acbdb609a
[app] Fix processName of parastic manager (#1135) 2021-09-18 13:34:18 +00:00
Wang Han 2d9d91bab3
[core] Set GID in specializeAppProcessPre() as well (#1133)
* USAP case.
2021-09-18 16:53:14 +08:00
XposedBot f453c6cf10
[translation] Update translation from Crowdin (#1132) 2021-09-18 07:36:48 +00:00
LoveSy 77eddd7779
Crowdin use two letter codes (#1131) 2021-09-18 15:31:52 +08:00
LoveSy 8e9950a111
[core] Inject back into shell and use okhttp to load image (#1130)
* Use okhttp to intercept webview request

* Inject back into shell again

* Clean code

* Fix mime
2021-09-18 15:09:41 +08:00
LoveSy 5c5e1755d6
[core] Refactor pending hook (#1125) 2021-09-18 12:45:15 +08:00
Wang Han acbd6adc77
[core] Widen MANAGER_INJECTED_UID usage (#1129) 2021-09-18 03:48:29 +00:00
LoveSy fd2162bffa
[core] Skip updating cache again when force update (#1127) 2021-09-18 11:35:22 +08:00
LoveSy ec0dac1683
[core] Fix system module path update (#1126) 2021-09-18 03:19:36 +00:00
浅秋枫影 1cce235c46
Get `managerIcon` from mipmap (#1122) 2021-09-17 16:14:38 +00:00
LoveSy 42e85734c2
Add interface to deopt method (#1124)
Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>
Co-authored-by: Wang Han <wanghan1995315@gmail.com>
2021-09-17 16:05:53 +00:00
Jason_Khew 8ae4738d4a
Fix `Post to channel` fails (#1120) 2021-09-17 08:53:53 +08:00
LoveSy af140626e4
Bump Ver (#1119) 2021-09-16 13:48:21 +00:00
LoveSy 59cc621d98
Parasitic manager into a system app (#1103)
* add activity controller

* Hook `TRANSACTION_setActivityController`

* Hook setActivityController

* Inject into settings

* Check categories for manager

* Inject manager

* Hook webview

* Should not load modules for manager

* Remove shouldBlock

* remove pendding when server died

* Add shortcut automatically

* Load resources from manager

* Fix shortcut sleep wait

* Make R8 happy

* Fix when am is proxy

* lspd should run with euid=1000 after system server started

* Add shortcut from daemon

* Set injected package into gradle build script

* Try to inject into shell instead of settings

* Fix shortcut of shell and add icon

* Fix proguard

* hook handleReceiver

* Properly solve conflict

* Update shortcut everytime unlock

* Clear log

* Fix build

* chageng to use process${variantCapped}Resources

* Remove auto install manager

* Fix crash on some devices

* Fix new intent

* Make app toast when restart fails

* Fallback to recreate

* refine code

* Use fakecontext to set shortcut

* Fix compatibility with Android 12

* Fix `credentialProtectedDataDir`

* Fix webview

* Fix recreate

* Fix autofill

* Fix webview cache context

* Switch to inject into settings

* Send notification from daemon

* Change notification title
2021-09-16 13:36:04 +00:00
LoveSy 695fe45c56
[core] Fix modules may be loaded twice in Android 12 (#1116)
In android 12, loaded apk may be loaded async before handleBindApp

Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>
2021-09-15 23:52:45 +08:00
Howard Wu 1a4426d7cb
[app] Add English to the language selector (#1109) 2021-09-15 11:35:10 +08:00
Howard Wu e250b73f99
[app] Fix hide translation contributors preference (#1108) 2021-09-14 12:58:32 +08:00
tehcneko d226ce5e21
[app] Fix translators (#1104) 2021-09-13 15:20:22 +08:00
LoveSy 2b3e60def4
[app] Add translator back (#1095) 2021-09-12 19:09:18 +08:00
tehcneko 6c539c130b
[app] Fix language codes (#1102) 2021-09-11 18:37:57 +08:00
tehcneko 37aaa8513b
[app] Add send in crash activity (#1100) 2021-09-11 15:15:32 +08:00
tehcneko 67529c839b
[app] Hide unavailable settings on lower versions of Android (#1098) 2021-09-11 13:11:15 +08:00
tehcneko a29d08a4eb
[app] Fix a crash (#1097) 2021-09-10 11:44:11 +00:00
tehcneko b3c9694c75
[app] Fix preload HTMLs again (#1094) 2021-09-10 15:59:54 +08:00
XposedBot f05bbc5cd9
[translation] Update translation from Crowdin (#1092) 2021-09-10 07:35:05 +00:00
LoveSy 40f4794900
Update crowdin.yml (#1093) 2021-09-10 15:02:06 +08:00
LoveSy 0bf6acb886
[skip ci] Add Crowdin action (#1091) 2021-09-10 06:31:37 +00:00
LoveSy 8641aab22c
[core] Fix resend when system server dies while sending (#1089) 2021-09-09 13:09:34 +00:00
tehcneko 8ea11021d8
[app] Fix preload HTMLs (#1088) 2021-09-09 12:56:19 +00:00
XposedBot 47ea3dee0c
[translation] Update translation from Crowdin (#1081) 2021-09-09 12:52:08 +00:00
tehcneko 54652f7d0c
[app] Add language selector (#1087) 2021-09-09 15:00:08 +08:00
LoveSy a48ab2aff3
[skip ci] Description add Android 12 Beta 5 support (#1084)
* Add beta 5 support to readme

* Update module.prop
2021-09-09 04:16:05 +00:00
残页 bb86467918
[core] Fix elf name match (#1083) 2021-09-08 16:24:38 +00:00