Commit Graph

1366 Commits

Author SHA1 Message Date
LoveSy b5c1a0778f
[DexBuilder] Properly handle utf8 string (#282) 2021-03-07 22:24:30 +08:00
LoveSy f3680cdd07
[core] Refactor resource hook & remove useless files (#281) 2021-03-07 20:47:03 +08:00
LoveSy e72414b08c
[core] Supress hook warning on old R (#280) 2021-03-07 16:59:35 +08:00
tehcneko 83045a69a7 [core] Fix uninstalling 2021-03-07 16:02:42 +08:00
LoveSy d3e87f3944 [core] [app] Bump new ver 2021-03-07 15:38:57 +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
LoveSy a75bf0bc9d [CI] Fix core signature 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 cb6f14a41a
[core] Fix pending hook for Android S (#278) 2021-03-07 15:03:12 +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 46c15c0961 [app] Uninstall app with binder 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
vvb2060 e857719a96
Sign with AGP (#276) 2021-03-06 17:41:28 +00:00
tehcneko d5dcb29c08
[app] Add swipe to refresh to app list (#275) 2021-03-06 11:47:32 +00:00
vvb2060 329a19b448
[app] Fix DoH fallback (#273) 2021-03-06 02:52:30 +08:00
vvb2060 5b6221e04d
Try alidns for CN users (#272)
* Add okHttp log

* Try alidns for CN users
2021-03-05 23:19:40 +08:00
Howard Wu e033350982
More DNS Prefetch IP Addresses (#271) 2021-03-05 21:24:40 +08:00
tehcneko fc396aa2d3
[app] Update simplemenu-preference (#270) 2021-03-05 19:01:46 +08:00
tehcneko 5e5b4a976f
[app] RikkaX (#268) 2021-03-05 07:41:20 +00:00
vvb2060 1a5f809634
Optimize apk size again (#267) 2021-03-05 03:03:59 +08:00
CoderStory 300b7557c0
[app] Add rule for gson (#266)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2021-03-04 19:04:26 +08:00
vvb2060 cb5940bc1a
Optimize apk size (#263) 2021-03-04 18:00:22 +08:00
CoderStory 490aeae95d
fix order by release time (#265) 2021-03-04 09:20:39 +00:00
LoveSy ef7e3d07c5
[core] Make hook functions' names more resonable for debug (#262) 2021-03-04 08:08:10 +00:00
vvb2060 8e86ace802
Upgrade to AGP 7, ready to use Java 11 (#261)
* Update gradlew

./gradlew wrapper --gradle-version 6.8.3

* Fix line separator

* Fix build

Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-03-03 16:35:50 +00:00
LoveSy 534b9f4fe6 [core] No verbose and debug log in release build 2021-03-03 23:27:33 +08:00
LoveSy ef40e74af6 [app] No verbose and debug log in release build 2021-03-03 23:27:33 +08:00
LoveSy 84c8da994b
[core] Don't filter `android` (#259) 2021-03-03 13:59:48 +00:00
green1052 e4da303796
Update strings.xml (#258) 2021-03-03 12:31:27 +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 0224d5bd9a [app] Prepare for submitting to play store 2021-03-03 20:17:10 +08:00
LoveSy f1136bb8c0
Create config.yml (#252) 2021-03-02 19:47:50 +00:00
david082321 25a044df1d
Update zh-TW translation (#245) 2021-03-02 11:39:42 +08:00
LoveSy f900f9551d
[core] Fix version (#247) 2021-03-02 04:29:07 +08:00
LoveSy 5694e459a3
[gradle] Fix build (#246) 2021-03-02 03:40:18 +08:00
LoveSy 5b49351b7e
[gradle] kotlinfy (#240) 2021-03-02 02:55:15 +08:00
LoveSy 02b4ba01d8
[app] Remove variant switch in manager (#244) 2021-03-01 18:11:40 +00:00
tehcneko 1a50024cb8
[app] Fix dark mode colors (#243) 2021-03-01 14:13:49 +08:00
tehcneko 933d17d8b7
[app] Prevent MIUI from messing up with themes (#241) 2021-03-01 13:10:16 +08:00
Rom 992635e8e3
Update French translation (#236) 2021-03-01 03:56:58 +08:00
LoveSy b7ec7570e5
[app] Fix activation string (#239) 2021-02-28 17:34:36 +00:00
LoveSy 8594bfc766
[core] Remove key selector & optimize binary size (#233)
* [core] Remove key selector & optimize binary size

* More clean up

* Remove useless flags
2021-02-28 16:43:23 +00:00
LoveSy 1b7865d9a8
[core] Drop SDK 26 on installation (#235) 2021-02-28 16:21:57 +00:00
Wang Han 8acd20ad32
[skip ci] [README] Refresh (#232) 2021-02-28 23:59:34 +08:00
Wang Han c915e8de26
Bump version to v1.1.0 (#230) 2021-02-28 07:22:38 +00:00
LoveSy 1182c9187d
[core] Fix NPE when getting package components (#228) 2021-02-28 06:22:39 +00:00