Commit Graph

426 Commits

Author SHA1 Message Date
tehcneko e558d046e6
Enable R8 fullMode (#992) 2021-08-24 12:52:43 +08:00
LoveSy 7c16f7d6a4
[core] Fix create index (#993) 2021-08-24 04:29:29 +00:00
LoveSy 04352a7da6
[core] Update database (#990) 2021-08-23 18:03:21 +00:00
LoveSy 42ddca8b05
[core] Move config to db again (#989)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2021-08-24 00:15:53 +08:00
vvb2060 485da5a37c
Revert "[core] Move config to db (#981)" (#988)
This reverts commit 40e47762d7.
2021-08-23 22:28:41 +08:00
vvb2060 394d7fba19
Revert "[core] Fix logcat (#986)" (#987)
This reverts commit a4abbfa67a.
2021-08-23 22:21:55 +08:00
vvb2060 a4abbfa67a
[core] Fix logcat (#986) 2021-08-23 21:19:32 +08:00
vvb2060 40e47762d7
[core] Move config to db (#981) 2021-08-23 16:57:24 +08:00
LoveSy 05f8704576
[core] Module log using lspd logcat (#980) 2021-08-22 18:53:11 +00:00
LoveSy 08520cd8e7
[core] Prevent logcat infinite loop (#976) 2021-08-22 09:54:52 +00:00
vvb2060 3600e53865
[core] Don't override system properties (#972) 2021-08-21 12:58:42 +00:00
tehcneko e72bd46705
Update dependencies (#971) 2021-08-21 19:47:39 +08:00
vvb2060 dbc6df3cf3
[core] Don't trust SystemProperties (#970) 2021-08-21 17:30:37 +08:00
vvb2060 4e61b4d2ac
[core] Fix NPE (#967) 2021-08-21 07:36:06 +00:00
LoveSy c87172e88c
[log] Check log size in native (#966) 2021-08-21 09:12:20 +08:00
vvb2060 9f868aeddf
[core] Native logcat (#960)
Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-08-20 19:15:13 +00:00
LoveSy ee9de79eb1
[core] Fix apk path not updated again (#961) 2021-08-20 16:57:39 +00:00
LoveSy 904b8ec6a2
[core] Fix apk path update (#956)
When an app is updated, the old apk will still exist
2021-08-20 07:45:43 +00:00
vvb2060 6dfaf67a07
[core] get full exception info (#955) 2021-08-20 14:50:56 +08:00
vvb2060 7ef5da6867
Use ISO date-time formatter (#954) 2021-08-19 18:55:52 +00:00
vvb2060 5af017dc32
[core] Remove grantManagerPermission (#953) 2021-08-19 18:15:43 +00:00
vvb2060 70344ff9fd
Use java8 time API (#952) 2021-08-19 18:00:02 +00:00
vvb2060 036b87caad [core] Remove PowerService 2021-08-19 01:41:40 +08:00
vvb2060 818f576f25 [app] Remove WRITE_SECURE_SETTINGS permission 2021-08-19 01:41:40 +08:00
vvb2060 f1fa90eb38
[app] Remove INTERACT_ACROSS_USERS permission (#938) 2021-08-18 23:40:10 +08:00
vvb2060 8afc509368
[app] Update module updated notification message (#922) 2021-08-17 04:35:12 +08:00
vvb2060 cf641b1854
Revert "[app] Dynamic registration receiver (#918)" (#920)
This reverts commit 35d8f3c1ce.
2021-08-16 07:46:23 +00:00
vvb2060 35d8f3c1ce
[app] Dynamic registration receiver (#918) 2021-08-16 14:57:23 +08:00
vvb2060 50de490d3e
[app] Update strings (#908) 2021-08-16 01:00:23 +08:00
vvb2060 4e554affc3
[core] Remove workaround (#903)
close #856
2021-08-15 17:51:36 +08:00
LoveSy 02b7b59ac7
[core] Fix #898 (#902) 2021-08-15 11:32:20 +08:00
LoveSy b40d686313
Add Beta 4 support in README (#896) 2021-08-14 16:10:39 +00:00
LoveSy 7430c4645c
& (#893) 2021-08-12 19:22:19 +00:00
LoveSy 9fc385e2bd
[core] unshare daemon (#892) 2021-08-12 18:54:32 +00:00
LoveSy 95c0f8aafc
[core] Use Field.set instead of Method.invoke (#891) 2021-08-12 18:31:27 +08:00
LoveSy 59931f4f6e
[core] Fix stupid bug (#889) 2021-08-12 05:05:58 +08:00
LoveSy a5febe8f86
LLVM12 (#510) 2021-08-12 03:56:15 +08:00
LoveSy b9272157fe
[core] make log great again (#887) 2021-08-11 18:53:11 +00:00
vvb2060 ba701b0435
Check old version Manager (#886) 2021-08-11 18:12:51 +00:00
LoveSy 3cc368754b
[core] Check apk path is not null (#885) 2021-08-11 19:05:42 +08:00
LoveSy 09e50460cd
[core] Dispatch uninstall event to manager as well (#884) 2021-08-11 18:51:27 +08:00
vvb2060 00e8c69ad1
Misc changes (#882) 2021-08-11 12:45:29 +08:00
LoveSy acb5b34f2f
[core] Fix package availability (#879) 2021-08-10 06:14:45 +08:00
LoveSy a84935b14e
[core] Refine caching of config manager (#878) 2021-08-10 04:18:22 +08:00
vvb2060 3cd9fd1735
[core] Preload module apk (#877) 2021-08-09 19:27:58 +08:00
vvb2060 1d9210ee34
[core] No more system context (#872) 2021-08-07 14:44:00 +00:00
vvb2060 ad5cd87d4a
[core] Use array list (#870) 2021-08-07 22:34:28 +08:00
LoveSy 49163768d6
[core] no more testOnly (#871) 2021-08-07 14:22:21 +00:00
vvb2060 7ea7f9e9b6
What a Terrible Failure (#868) 2021-08-07 13:09:35 +00:00
LoveSy 29afb441d8
[core] Clear activityThread cache (#867) 2021-08-07 12:18:07 +00:00