Commit Graph

2212 Commits

Author SHA1 Message Date
2118beeb23 Magisk-Modules-Repo now names repo with ID, simplify logic here 2018-09-28 01:58:28 -04:00
5020cd1bbf Small cleanup 2018-09-28 01:25:43 -04:00
cce636224c Reorganization 2018-09-27 18:26:41 -04:00
60b3b8ddce Better incremental builds 2018-09-27 03:56:56 -04:00
41446ec9ba Separate libutils and libsystemproperties 2018-09-27 03:30:16 -04:00
df8b047bca Generalize logging interface 2018-09-27 03:11:10 -04:00
12ced52012 Remove unused flag 2018-09-27 00:30:10 -04:00
1d53335ae5 Dynamic load libselinux 2018-09-27 00:09:59 -04:00
971a50d290 Update to Android Studio 3.2 2018-09-25 00:39:49 -04:00
36dd9106a8 Stable AndroidX 2018-09-21 21:46:09 -04:00
0a4ee3ffc7 Update README.MD 2018-09-21 12:01:59 -04:00
cfe32f1a70 Update Magisk Manager changelogs manager-v6.0.0 v17.2 2018-09-20 22:34:09 -04:00
d877f5d5c6 update Ukrainian strings 2018-09-20 16:56:17 -04:00
0ab6ffefb4 utils/misc.c: prevent file staying opened when function leaving
The utils function may be called in any situation, such as in daemon. We
should guarantee that all the resource got from this function released
normally.

Signed-off-by: yuchenlin <npes87184@gmail.com>
2018-09-20 16:55:48 -04:00
a292a1d23a Cleanup and add new rules
Close #607
2018-09-20 16:55:16 -04:00
3f87f6aee3 Fix output in Magisk Manager if no root exists 2018-09-20 16:21:22 -04:00
04bcd145d3 Add a.a alias to BootSigner 2018-09-20 15:37:59 -04:00
244e811291 Remove icon padding in preference screen
Courtesy of https://stackoverflow.com/a/51568782
2018-09-19 00:06:14 -04:00
ac7467fb59 Optimize boot signing to use as little memory as possible 2018-09-18 23:48:21 -04:00
2c0436216f Prevent null strings in modules/repos
Close #620, close #621
2018-09-18 10:04:12 -04:00
017fbf267b Fix small theme config issue 2018-09-17 23:29:38 -04:00
e6afbf2ec0 Force remove busybox from APK 2018-09-17 23:03:37 -04:00
906b4aad9e New method of communication
Introduce a new communication method between Magisk and Magisk Manager.

Magisk used to hardcode classnames and send broadcast/start activities to
specific components. This new method makes no assumption of any class names,
so Magisk Manager can easily be fully obfuscated.

In addition, the new method connects Magisk and Magisk Manager with random
abstract Linux sockets instead of socket files in filesystems, bypassing
file system complexities (selinux, permissions and such)
2018-09-16 04:16:18 -04:00
4cf8d41f6a Fix FlashActivity crash 2018-09-16 00:18:34 -04:00
47c860142e Use ClassMaps to prevent errors 2018-09-16 00:08:13 -04:00
2fba3f213b Use proper socket address length 2018-09-15 02:49:19 -04:00
af7c6f9fce Fix FlashActivity crash 2018-09-15 01:45:10 -04:00
78534deab6 Excessive obfuscation when building in release mode
Close #606
2018-09-14 23:00:39 -04:00
6710314832 Allow all context to SIGCLD magisk
Fix #596
2018-09-11 11:04:51 -04:00
0cd4fa6fa0 Simplify SignAPK code 2018-09-11 10:48:36 -04:00
065949496e Migrate to AndroidX support library 2018-09-10 02:27:45 -04:00
39c82576ae Prevent warning
Close #524
2018-09-09 12:36:42 -04:00
37221a508d Update README.MD 2018-09-09 12:25:22 -04:00
6b43a32a10 Delete repo_description.png 2018-09-09 10:41:02 -04:00
d7cd1ff142 [ImgBot] optimizes images
*Total -- 990.86kb -> 771.48kb (22.14%)

/docs/images/flashfire.png -- 223.55kb -> 153.39kb (31.39%)
/docs/images/repo_description.png -- 38.55kb -> 27.31kb (29.15%)
/docs/images/manager_reboot.png -- 147.43kb -> 111.50kb (24.37%)
/docs/images/install_inactive_slot.png -- 123.15kb -> 99.79kb (18.97%)
/docs/images/restore_img.png -- 134.17kb -> 109.22kb (18.59%)
/docs/images/disable_auto_ota.png -- 160.04kb -> 132.05kb (17.49%)
/docs/images/ota_done.png -- 163.97kb -> 138.22kb (15.71%)
2018-09-09 10:40:40 -04:00
659d947863 Updated German translations 2018-09-09 10:40:33 -04:00
Rom
39be7a6288 Update stub French translation 2018-09-09 00:38:47 -04:00
Rom
8ac976c579 Update French translation (#576) 2018-09-09 00:38:33 -04:00
70fd432c57 Update Slovak translation 2018-09-09 00:38:25 -04:00
00135f2f49 updated full\res\values.de\strings.xml 2018-09-09 00:38:11 -04:00
9b944bc29c Update Indonesian translations
Signed-off-by: Albert I <krascgq@outlook.co.id>
2018-09-09 00:38:02 -04:00
d520b3d2a0 Request storage permission when patching boot images 2018-09-08 23:27:19 -04:00
6f41d9855b Randomize service names
Fix Aniplex Game detections.
Close #502, close #513
2018-09-08 23:17:00 -04:00
2d7c1da741 Better support for external config file 2018-09-06 14:25:35 -04:00
c0f45b6b1e Add resetprop magic 2018-09-06 02:57:02 -04:00
7a0025673c Use libsystemproperties in resetprop
Upstream to latest Android Pie
2018-09-06 02:57:02 -04:00
ad7ec79903 Support custom config paths 2018-09-05 14:24:28 -04:00
0543239cca Do not merge binaries if fake symlink v17.1 2018-09-01 11:15:05 -04:00
ff3dad2457 Prevent upgrading database before upgrading to v17.0 manager-v5.9.1 2018-09-01 10:46:13 -04:00
298d5e197b Update Magisk Manager changelog manager-v5.9.0 v17.0 2018-09-01 02:37:56 -04:00