Commit Graph

2423 Commits

Author SHA1 Message Date
topjohnwu 7bd52d0245 Update net module 2019-01-01 18:45:48 +08:00
topjohnwu 1df65940b9 Support Kirin 960 devices
Close #928
2018-12-31 16:09:14 +08:00
Rom d9ace35c3e French translation update 2018-12-31 16:06:21 +08:00
Oliver Cervera 1fe92cee6f Update Italian strings
Added latest string
2018-12-31 16:06:02 +08:00
topjohnwu 267868c3b0 Switch internal download dir to cache dir 2018-12-31 16:05:29 +08:00
topjohnwu 6d27eb7f64 Dynamic load updated APK for patching
Magisk Manager sometimes updates the code for patching the APK due to several changes.
When an old manager tries to patch an updated APK using its internal methods, it is
sometimes incomplete, or simply won't work at all.

This commit exposes an API that can be dynamically loaded from an old app to invoke the
updated patchAPK method from the downloaded new APK.
2018-12-31 15:53:24 +08:00
topjohnwu 2e10fa494f Update WorkManager dependencies 2018-12-31 15:43:46 +08:00
topjohnwu 039be65a89 Fix Magisk Manager hiding after using WorkManager 2018-12-31 14:55:03 +08:00
topjohnwu 570ecd9987 Prevent unnecessary setTextColor 2018-12-31 03:04:30 +08:00
topjohnwu a575180475 Use recyclerlist for FlashActivity console 2018-12-31 02:47:30 +08:00
topjohnwu 07d1a20f3d Improve StringListAdapter 2018-12-31 02:46:50 +08:00
topjohnwu 76491cbb31 Use more general solution 2018-12-31 01:50:41 +08:00
topjohnwu bf7d6ddcb2 Use recyclerview to show Magisk logs 2018-12-30 22:15:00 +08:00
topjohnwu 44b969e0b6 Minor notification changes 2018-12-30 01:06:31 +08:00
topjohnwu 176e470497 Use platform icons for notifications 2018-12-29 17:56:24 +08:00
topjohnwu 646a10d9bf Use foreground service for downloading modules 2018-12-29 17:49:41 +08:00
topjohnwu 52137fd64f Remove useless service 2018-12-29 14:14:29 +08:00
topjohnwu 3ccac8c3b8 Terminate forked children for exec after failure 2018-12-28 16:33:26 +08:00
topjohnwu 0be158afa1 Official KitKat support 2018-12-28 16:03:23 +08:00
topjohnwu e6942e0122 Use resource alias for launcher icon on API 21-25 2018-12-28 05:29:28 +08:00
topjohnwu 496b22026f Backwards compatible to SDK 17 2018-12-28 05:15:59 +08:00
topjohnwu bb2df02dff Update net module targetSdkVersion 2018-12-27 22:28:00 +08:00
Igor Sorocean 4c850ecc31 Update romanian translation 2018-12-27 22:27:02 +08:00
topjohnwu da9c6f6e23 Switch to WorkManager 2018-12-27 22:07:47 +08:00
topjohnwu 58ba0b0b4e Stop showing dialog when update available 2018-12-27 18:11:03 +08:00
topjohnwu 1d0b87246a Handle vector drawables 2018-12-27 17:28:06 +08:00
topjohnwu 920b60da19 Support SDK 17 for stub APK 2018-12-27 14:35:55 +08:00
topjohnwu 523e66294b Simpler su_info caching system 2018-12-26 11:56:49 +08:00
topjohnwu 23f8f35098 Stop using system STL since it is no longer supported 2018-12-25 19:38:44 +08:00
topjohnwu 8d210b5e37 Enhance EMUI 9 user experience 2018-12-25 01:08:46 +08:00
topjohnwu 3c6c0e6700 Support EMUI 9.0 2018-12-24 21:36:37 +08:00
topjohnwu 01344c451f Move more logic to core module 2018-12-24 21:16:51 +08:00
topjohnwu 2c42c79482 Fix crashes on OOS 2018-12-24 21:04:58 +08:00
topjohnwu 75c2cfe7bf Run onResult in main thread 2018-12-24 20:51:14 +08:00
topjohnwu 6c6eeb3f28 Several minor adjustments 2018-12-24 18:23:33 +08:00
kykdev 31053e0cd0 Update Korean translation 2018-12-24 01:49:52 -05:00
topjohnwu aad9aced18 Render Markdown natively
Stop using problematic WebView
2018-12-23 19:29:25 +08:00
Imre Kristoffer Eilertsen dd2c9eeafe Removed strings that weren't to be translated, just in case 2018-12-14 19:02:51 -05:00
Imre Kristoffer Eilertsen 740d76bc42 Created a Norwegian Bokmål translation, part 3/3(?) 2018-12-14 19:02:51 -05:00
Imre Kristoffer Eilertsen 45f4f5afd9 Created a Norwegian Bokmål translation, part 2/3 2018-12-14 19:02:51 -05:00
Imre Kristoffer Eilertsen e875de3e98 Created a Norwegian Bokmål translation, part 1 2018-12-14 19:02:51 -05:00
topjohnwu fd7786633d Small refactoring fixes 2018-12-13 06:05:19 -05:00
topjohnwu bce9cfa39a Update LocaleManager 2018-12-13 05:53:39 -05:00
topjohnwu ff3d66a661 Separate backend logic from frontend UI 2018-12-13 04:35:50 -05:00
topjohnwu 006d28abd5 Minor documentation fix 2018-12-12 06:10:11 -05:00
topjohnwu 59b1e63bdf Use internal library for networking 2018-12-12 05:52:13 -05:00
Rom eab74ef06b Little fix for French translation 2018-12-11 04:54:09 -05:00
Mevlüt TOPÇU 89837de9b0 Update strings.xml 2018-12-11 04:53:55 -05:00
topjohnwu b245931c79 Prevent duplicates when "." or ".." occurs 2018-12-09 22:12:04 -05:00
topjohnwu fd5e42698c Update docs
Close #823
2018-12-09 14:49:35 -05:00