Commit Graph

2158 Commits

Author SHA1 Message Date
topjohnwu 41446ec9ba Separate libutils and libsystemproperties 2018-09-27 03:30:16 -04:00
topjohnwu df8b047bca Generalize logging interface 2018-09-27 03:11:10 -04:00
topjohnwu 12ced52012 Remove unused flag 2018-09-27 00:30:10 -04:00
topjohnwu 1d53335ae5 Dynamic load libselinux 2018-09-27 00:09:59 -04:00
topjohnwu 971a50d290 Update to Android Studio 3.2 2018-09-25 00:39:49 -04:00
topjohnwu 36dd9106a8 Stable AndroidX 2018-09-21 21:46:09 -04:00
John Wu 0a4ee3ffc7 Update README.MD 2018-09-21 12:01:59 -04:00
topjohnwu cfe32f1a70 Update Magisk Manager changelogs manager-v6.0.0 v17.2 2018-09-20 22:34:09 -04:00
Taras d877f5d5c6 update Ukrainian strings 2018-09-20 16:56:17 -04:00
yuchenlin 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
topjohnwu a292a1d23a Cleanup and add new rules
Close #607
2018-09-20 16:55:16 -04:00
topjohnwu 3f87f6aee3 Fix output in Magisk Manager if no root exists 2018-09-20 16:21:22 -04:00
topjohnwu 04bcd145d3 Add a.a alias to BootSigner 2018-09-20 15:37:59 -04:00
topjohnwu 244e811291 Remove icon padding in preference screen
Courtesy of https://stackoverflow.com/a/51568782
2018-09-19 00:06:14 -04:00
topjohnwu ac7467fb59 Optimize boot signing to use as little memory as possible 2018-09-18 23:48:21 -04:00
topjohnwu 2c0436216f Prevent null strings in modules/repos
Close #620, close #621
2018-09-18 10:04:12 -04:00
topjohnwu 017fbf267b Fix small theme config issue 2018-09-17 23:29:38 -04:00
topjohnwu e6afbf2ec0 Force remove busybox from APK 2018-09-17 23:03:37 -04:00
topjohnwu 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
topjohnwu 4cf8d41f6a Fix FlashActivity crash 2018-09-16 00:18:34 -04:00
topjohnwu 47c860142e Use ClassMaps to prevent errors 2018-09-16 00:08:13 -04:00
topjohnwu 2fba3f213b Use proper socket address length 2018-09-15 02:49:19 -04:00
topjohnwu af7c6f9fce Fix FlashActivity crash 2018-09-15 01:45:10 -04:00
topjohnwu 78534deab6 Excessive obfuscation when building in release mode
Close #606
2018-09-14 23:00:39 -04:00
topjohnwu 6710314832 Allow all context to SIGCLD magisk
Fix #596
2018-09-11 11:04:51 -04:00
topjohnwu 0cd4fa6fa0 Simplify SignAPK code 2018-09-11 10:48:36 -04:00
topjohnwu 065949496e Migrate to AndroidX support library 2018-09-10 02:27:45 -04:00
topjohnwu 39c82576ae Prevent warning
Close #524
2018-09-09 12:36:42 -04:00
John Wu 37221a508d Update README.MD 2018-09-09 12:25:22 -04:00
John Wu 6b43a32a10 Delete repo_description.png 2018-09-09 10:41:02 -04:00
ImgBotApp 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
Sandro Jäckel 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
Vladimír Kubala 70fd432c57 Update Slovak translation 2018-09-09 00:38:25 -04:00
Jonas Schubert 00135f2f49 updated full\res\values.de\strings.xml 2018-09-09 00:38:11 -04:00
Albert I 9b944bc29c Update Indonesian translations
Signed-off-by: Albert I <krascgq@outlook.co.id>
2018-09-09 00:38:02 -04:00
topjohnwu d520b3d2a0 Request storage permission when patching boot images 2018-09-08 23:27:19 -04:00
topjohnwu 6f41d9855b Randomize service names
Fix Aniplex Game detections.
Close #502, close #513
2018-09-08 23:17:00 -04:00
topjohnwu 2d7c1da741 Better support for external config file 2018-09-06 14:25:35 -04:00
topjohnwu c0f45b6b1e Add resetprop magic 2018-09-06 02:57:02 -04:00
topjohnwu 7a0025673c Use libsystemproperties in resetprop
Upstream to latest Android Pie
2018-09-06 02:57:02 -04:00
topjohnwu ad7ec79903 Support custom config paths 2018-09-05 14:24:28 -04:00
topjohnwu 0543239cca Do not merge binaries if fake symlink v17.1 2018-09-01 11:15:05 -04:00
topjohnwu ff3dad2457 Prevent upgrading database before upgrading to v17.0 manager-v5.9.1 2018-09-01 10:46:13 -04:00
topjohnwu 298d5e197b Update Magisk Manager changelog manager-v5.9.0 v17.0 2018-09-01 02:37:56 -04:00
Eray Rafet d73c0a998d Update Bulgarian 2018-09-01 02:15:53 -04:00
topjohnwu 1b79a3ddbf Update OTA tutorial for v17 2018-08-31 21:40:02 -04:00
topjohnwu a8478ace18 Use macros 2018-08-31 03:51:30 -04:00
topjohnwu 72cf5f3f9f Temporary disable module bootloop prevention
Some devices don't like it, need further tests before pushing to production
2018-08-31 03:23:59 -04:00