Wang Han
14b1fc555b
[core] Replace remaining xposedmodule references ( #559 )
2021-05-10 15:28:23 +08:00
tehcneko
7139c3f11f
[app] Added option to disable forced display of the application launcher icon on Android 10+ ( #541 )
...
* [core] Grant android.permission.WRITE_SECURE_SETTINGS
* Disable jetifier
* [app] Added option to disable forced display of the application launcher icon on Android 10+
2021-05-06 12:27:38 +00:00
LoveSy
94ef17f06d
[core] `nativeinit` does not have to check .so postfix ( #540 )
2021-05-06 12:05:28 +08:00
LoveSy
fdc7a4d8d9
[core] Refine native api ( #538 )
2021-05-05 15:07:47 +08:00
tehcneko
0409f3af97
[core] Remove SELinux permissive check
2021-04-25 21:31:10 +08:00
tehcneko
d7897b67d9
[core] Remove useless codes ( #505 )
...
* [core] Replace tabs with spaces
* [core] Remove useless codes
2021-04-24 14:59:35 +08:00
vvb2060
86304f11ce
Remove migration setting ( #504 )
...
* Add self check
* clean
* Update description
* Remove migration setting
since c5bac3415c , it has been invalid
2021-04-24 12:43:23 +08:00
vvb2060
2eae90dfe7
Generate SignInfo ( #493 )
2021-04-18 11:27:35 +08:00
LoveSy
03d5f1b444
[core] Fix in rare case system hooks invalid ( #486 )
2021-04-13 20:59:08 +08:00
vvb2060
20ba09408f
Change to use dependencies ( #481 )
...
org.apache.commons:commons-lang3
de.upb.cs.swt:axml
2021-04-13 04:08:40 +08:00
LoveSy
c56c89327b
Revert "[core] FastNative ( #467 )" ( #469 )
...
Someone report keeping annotation on release build make some java methods call failed.
This reverts commit 65f387f429 .
2021-04-08 13:03:22 +00:00
Wang Han
80646bfa3c
[core] Remove @FastNative annotation of onPostFixupStaticTrampolines() ( #468 )
...
* This is not even a native method.
2021-04-08 07:32:54 +00:00
LoveSy
65f387f429
[core] FastNative ( #467 )
2021-04-07 17:46:51 +08:00
LoveSy
caa1bef21f
[core] Remove useless codes ( #441 )
2021-04-01 18:52:44 +08:00
LoveSy
a384697655
[core] Update JNI helper ( #440 )
2021-04-01 10:17:39 +00:00
LoveSy
833eef49ec
[core] Support interface default method ( #420 )
2021-03-27 12:31:06 +00:00
LoveSy
a30d306a11
[core] Remove useless code ( #409 )
...
Since we change the package name, we don't have to hook old manager
which use contants.
Since we have released new stable version, we should prepare for
randomize package name and therefore don't need to fix package name
mismatch.
2021-03-26 04:13:54 +00:00
rovo89
5b9c8b6c5b
[core] Ignore PACKAGE_CHANGED for single components
...
The event is needed to detect e.g. if a package has been frozen, but it
can also occur if components (e.g. receivers) are disabled/enabled. Ignore
the event in these cases.
2021-03-21 11:54:26 +08:00
Wang Han
40fcde9ce0
[core] Refine module log output
...
* Add E/I to indicate error or information, while we are at
it, slightly change output format.
2021-03-20 21:47:03 +08:00
Wang Han
9b081dac37
[core] Remove special handling for com.sygic.aura
...
* Was introduced in original Xposed because this app implemented
low-level resource class replacements iteself and would crash with
resource hook enabled, which is not the case anymore.
2021-03-20 21:47:03 +08:00
tehcneko
39aa9952b5
[core] Print version to logcat ( #375 )
...
* [core] Print version to logcat
* [core] Check module id on init
2021-03-19 21:21:11 +08:00
LoveSy
83786b6dea
[core] Fix notification when modules updated/installed ( #370 )
...
Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-03-18 01:24:34 +00:00
tehcneko
7c1ea44479
[app] Update dependencies ( #368 )
2021-03-17 12:24:29 +08:00
LoveSy
c6bfffc785
[core] Fix pendding hook for os with newer art ( #363 )
2021-03-15 20:20:19 +08:00
Wang Han
9896a1b193
[core] Fix stupid error in package name check ( #349 )
2021-03-13 03:30:22 +00:00
Wang Han
04620f525e
[core] Fix uninstallPackage() check for old manager ( #345 )
2021-03-12 22:20:01 +08:00
tehcneko
ace4412d31
[core] Fix package installation on S ( #343 )
2021-03-12 12:01:41 +00:00
Wang Han
696309af0b
[core] Uninstall old manager on boot automatically ( #330 )
...
* [core] Uninstall old manager on boot automatically
* Update PackageService.java
2021-03-11 11:40:16 +08:00
vvb2060
b4131fd6c4
New packagename ( #326 )
2021-03-10 17:09:34 +00:00
LoveSy
a7a59d21e4
[core] No more live patch ( #317 )
2021-03-10 06:40:13 +00:00
LoveSy
7dd171b2bb
[core] Check sepolicy in backend & try livepatch
2021-03-10 02:41:58 +08:00
LoveSy
7d52c215ad
[core] Completely remove SandHook ( #293 )
2021-03-08 22:50:43 +08:00
LoveSy
f3680cdd07
[core] Refactor resource hook & remove useless files ( #281 )
2021-03-07 20:47:03 +08:00
tehcneko
83045a69a7
[core] Fix uninstalling
2021-03-07 16:02:42 +08:00
tehcneko
e5e7c3617f
[core] Return actual uninstall status to manager
2021-03-07 15:38:57 +08:00
tehcneko
60be0e2071
[core] Log uninstall status message
2021-03-07 15:38:57 +08:00
tehcneko
4ce43df88f
[core] Upgrade manager if older version installed
2021-03-07 15:38:57 +08:00
LoveSy
80abe3dc64
[core] No need to uninstall if upgrade manager under the same sign
2021-03-07 14:14:38 +08:00
LoveSy
74f4404d7a
[core] Merge manager into Magisk zip
2021-03-07 14:14:38 +08:00
tehcneko
d6ea773aa8
[manager-service] Add uninstallPackage
2021-03-07 14:14:38 +08:00
LoveSy
cc6155b496
[core] Auto install manager when invalid
2021-03-07 14:14:38 +08:00
LoveSy
ef7e3d07c5
[core] Make hook functions' names more resonable for debug ( #262 )
2021-03-04 08:08:10 +00:00
LoveSy
84c8da994b
[core] Don't filter `android` ( #259 )
2021-03-03 13:59:48 +00:00
LoveSy
4442f684b9
[core] [app] Show freezed apps
2021-03-03 20:17:10 +08:00
LoveSy
bbcc3437b9
[core] Support freeze app
...
close #253
2021-03-03 20:17:10 +08:00
LoveSy
5b49351b7e
[gradle] kotlinfy ( #240 )
2021-03-02 02:55:15 +08:00
LoveSy
1182c9187d
[core] Fix NPE when getting package components ( #228 )
2021-02-28 06:22:39 +00:00
LoveSy
d5ee8d3842
[core] Async cache ( #221 )
...
* [core] Async cache
* Wait for handler
* Resolve reviews
* Refine imports
2021-02-27 14:48:27 +00:00
LoveSy
cb5c9ea4d2
[core] use dex builder to generate resource dummy class ( #215 )
2021-02-27 05:27:23 +00:00
LoveSy
05656e0939
[core] Fix dexbuilder return type of constructor
2021-02-27 09:22:53 +08:00
LoveSy
66dc5161b4
[core] Introduce c++ dexbuilder to replace dexmaker ( #207 )
2021-02-26 18:06:41 +00:00
tehcneko
d1867122d0
[core] Enable optimize ( #205 )
...
* [core] Load module with DelegateLastClassLoader
* [core] Drop support for API26
* [core] Enable optimize
* [core] Update proguard rules
* [core] Enable obfuscation
2021-02-26 23:45:19 +08:00
LoveSy
ec50521554
[core] Truncate log if log file is too big ( #202 )
2021-02-26 12:22:05 +08:00
tehcneko
a286b074e3
[core] Remove config observer ( #201 )
2021-02-25 19:40:10 +08:00
tehcneko
29e6731127
[core] Fix updating module apk path from package receiver ( #198 )
2021-02-25 08:43:35 +00:00
LoveSy
cc0afb03e8
[core] Refine dexmaker cache stategy for YAHFA ( #187 )
...
* [core] Refine dexmaker cache stategy for YAHFA
* Delete old when old cache is invalid
2021-02-24 22:13:24 +08:00
tehcneko
fad2cf3064
[app] Add force stop and reboot
2021-02-24 20:58:14 +08:00
tehcneko
e844450b23
[core] Add reboot and force stop
2021-02-24 20:58:14 +08:00
tehcneko
9279fb03de
[core] Fix getPackageInfo flags ( #190 )
2021-02-24 07:05:40 +00:00
tehcneko
af01bd4626
[core] Fix no process filter ( #188 )
2021-02-24 13:07:41 +08:00
LoveSy
dee8477f7c
[core] Update/remove module iff userId=0 ( #185 )
2021-02-24 01:50:48 +08:00
tehcneko
128f3d8937
[core] [app] Filter out apps without any process for the scope list ( #181 )
...
* Filter out apps without any process for the scope list
* Bump ver
Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-02-23 14:28:13 +00:00
LoveSy
6aed74acdd
[core] Send app binder when requesting binder ( #177 )
2021-02-23 18:31:52 +08:00
LoveSy
a556880228
[core] fix typo ( #168 )
2021-02-22 18:58:06 +00:00
LoveSy
93e0846160
[core] Fix get users in some Q devices ( #167 )
2021-02-22 18:22:33 +00:00
LoveSy
e5b8df6597
[core] Fix compatibility on pre-Q devices ( #166 )
2021-02-23 00:43:46 +08:00
LoveSy
ae9454492f
[core] Fix resource hook ( #164 )
2021-02-22 15:49:54 +00:00
tehcneko
c20aa3ec6a
[core] Hook old manager app to show version mismatch dialog
2021-02-22 19:56:18 +08:00
tehcneko
aaa8f4bc40
[core] Cleanup Xposed Bridge implementation
2021-02-22 18:46:29 +08:00
LoveSy
535dd32e52
[core] Handler when system server dies
2021-02-22 18:46:29 +08:00
LoveSy
43e878aabe
[core] Fix detection of newly installed manager
2021-02-22 18:46:29 +08:00
tehcneko
76b93ce27f
[core] Update copyright
2021-02-22 18:46:29 +08:00
kotori0
a61740da2e
[sandhook] Fix typo
2021-02-22 18:46:29 +08:00
kotori0
95739bc185
[core] Support for Android S
2021-02-22 18:46:29 +08:00
tehcneko
3358523896
[core] Add back module updated notification
2021-02-22 18:46:29 +08:00
tehcneko
0bc9fdbaa2
[core] Nuke KeepAll and KeepMembers
2021-02-22 18:46:29 +08:00
tehcneko
96fbd2d045
[core] Remove unused codes
2021-02-22 18:46:29 +08:00
tehcneko
f8013f208c
[core] final static -> static final
2021-02-22 18:46:29 +08:00
LoveSy
f9adf20eeb
[core] Remove disableHooks
2021-02-22 18:46:29 +08:00
LoveSy
a12336f69b
[core] Cache & check module
2021-02-22 18:46:29 +08:00
LoveSy
f56cf01e9f
[core] Migrate configuation
2021-02-22 18:46:29 +08:00
LoveSy
8f76679a38
[core] Enable debug of ParceledSliceList
2021-02-22 18:46:29 +08:00
LoveSy
56504a5f3b
[core] Fix caching logic
2021-02-22 18:46:29 +08:00
LoveSy
bde6b6dbc3
[core] Always add modules themselves into their scopes
2021-02-22 18:46:29 +08:00
LoveSy
2b1a2a02bd
[core] Fix component missing when booting
2021-02-22 18:46:29 +08:00
LoveSy
edcd4c2bf0
[core] ParceledSliceList cannot accept null
2021-02-22 18:46:29 +08:00
LoveSy
2e58c6a3e7
[core] Prevent binder from dying
2021-02-22 18:46:29 +08:00
LoveSy
db18cfcb60
[core] Get rid of NPE
2021-02-22 18:46:29 +08:00
LoveSy
6e115426e4
[core] Store pkg name & user id, judge process name & uid
2021-02-22 18:46:29 +08:00
LoveSy
7fcd689192
[core] Fix death receipent leak
2021-02-22 18:46:29 +08:00
LoveSy
4d334e9d52
[core] Grant manager permission
2021-02-22 18:46:29 +08:00
LoveSy
aae69dcf5c
[core] Fix sandhook
2021-02-22 18:46:29 +08:00
LoveSy
b5305e8621
[core] Fix prefs watcher
2021-02-22 18:46:29 +08:00
LoveSy
e296d0fba9
[core] Move sandhook to proper dir
2021-02-22 18:46:29 +08:00
LoveSy
346a1d0d75
[core] Fix modules' log
2021-02-22 18:46:29 +08:00
LoveSy
85e6b88bf5
[core] Fix binder for system server
2021-02-22 18:46:29 +08:00
tehcneko
7d08851aae
[app] Fix clear logs
2021-02-22 18:46:29 +08:00
LoveSy
687d4d64c7
[core] Fix log
2021-02-22 18:46:29 +08:00
tehcneko
9913da0b24
[core] Fix config manager
2021-02-22 18:46:29 +08:00
tehcneko
4d3cf0f16a
[core] Add version apis
2021-02-22 18:46:29 +08:00