Commit Graph

  • 2a93d1c652 Update shields.io URL for caching John Wu 2020-03-25 09:08:10 -07:00
  • 6b2f23712c Add live download counts topjohnwu 2020-03-25 04:00:21 -07:00
  • 375ab93ee3 Update logo.png topjohnwu 2020-03-23 05:12:30 -07:00
  • d5962e9d71 Update README.MD topjohnwu 2020-03-23 04:45:06 -07:00
  • ffaa264bd3 Update documentation topjohnwu 2020-03-23 04:24:20 -07:00
  • ba7cb47383 Make version reporting consistent v20.4 topjohnwu 2020-03-23 01:17:13 -07:00
  • 48d417f9af Add symlink for backwards compatibility The native code has to run with an old verison of Magisk Manager, add this back so things will work properly. topjohnwu 2020-03-22 20:59:28 -07:00
  • df4db6bf6b Added Dutch translation for stub Heimen Stoffels 2020-03-21 21:59:28 +01:00
  • b8ef491bc7 Updated Dutch translation Heimen Stoffels 2020-03-21 21:55:56 +01:00
  • ea1ebb8d00 Polish translation - fix missing string kam821 2020-03-22 17:49:58 +01:00
  • 91b6d2852a scripts: add nand/mtd support to uninstaller osm0sis 2020-03-22 05:02:03 -03:00
  • d7cd1b37f8 add missing flags Zackptg5 2020-03-22 11:55:01 -04:00
  • 160ff7bb07 Update abort function to cleanup module installs topjohnwu 2020-03-22 00:08:04 -07:00
  • 31142180cb Fix strings topjohnwu 2020-03-21 13:13:26 -07:00
  • 38b0fa04a8 Small translation fix Vladimír Kubala 2020-03-21 21:10:04 +01:00
  • 29817245ba update de strings fessmm 2020-03-21 14:38:00 +01:00
  • 925fe6f152 Update RU strings Ilya Kushnir 2020-03-15 14:14:25 +02:00
  • 93fd574b75 更新繁體中文字串 孟武.尼德霍格.龍 2020-03-15 23:11:51 +08:00
  • 0de88bcbb9 Polish translation - add missing strings, small improvements. kam821 2020-03-20 09:14:24 +01:00
  • 0b70bd2b60 scripts: make remaining header/section dividers uniform - match other recent formatting updates from topjohnwu osm0sis 2020-03-20 07:44:08 -03:00
  • 84ecba4629 scripts: fix addon.d again by ensuring all arguments get passed - /proc/$$/cmdline is \0 terminated argument strings except for the last argument which has no terminus, so the last argument was being dropped by while read which requires input to be \n terminated - switch to a for loop, which will use the \n delimiter but also read the last argument; all arguments are still protected by quoting - clean up potentially breaking recovery env since $OLD_PATH no longer exists osm0sis 2020-03-20 08:02:48 -03:00
  • f7142e69b6 Fix module install in util_functions.sh topjohnwu 2020-03-19 03:53:01 -07:00
  • ed7e560849 Fix ensure_bb implementation topjohnwu 2020-03-19 03:48:23 -07:00
  • 47e50e8511 scripts: add nand/mtd support to installer - Magisk's busybox now has nanddump, flash_eraseall and nandwrite, so use these to support character devices osm0sis 2020-03-11 16:57:52 -03:00
  • 72f6770d61 Fix string resources topjohnwu 2020-03-15 00:39:56 -07:00
  • 7da35e5468 Extract full module installation logic topjohnwu 2020-03-15 00:22:40 -07:00
  • 7768274b2f Fix build issue Simon Shi 2020-03-12 19:55:44 +08:00
  • 33f006655d Update README topjohnwu 2020-03-13 02:12:35 -07:00
  • 612b51d48f Disable MagiskHide by default topjohnwu 2020-03-13 01:48:14 -07:00
  • 8101f3f67d Set proper permissions topjohnwu 2020-03-12 00:51:46 -07:00
  • e3c8d723e3 Add linebrake notice for module.prop GaryOderNichts 2020-03-12 08:34:56 +01:00
  • 4579825758 Updated Georgian strings Tornike Khintibidze 2020-03-12 11:33:04 +04:00
  • ef91c33f55 Update RU strings Ilya Kushnir 2020-03-09 11:45:33 +02:00
  • 511d5993df Update Strings-es.xml dark-basic 2020-03-09 20:29:20 -03:00
  • 9f4958e869 Updated safetynet success color to primary Viktor De Pasquale 2020-03-10 16:14:54 +01:00
  • c07775f5e3 Add missing ro.vendor(.boot).warranty_bit props Fox2Code 2020-03-12 07:28:43 +00:00
  • e261579e72 Use standalone mode in boot scripts topjohnwu 2020-03-11 00:11:15 -07:00
  • cf54cad3ce deleteprop -> delprop topjohnwu 2020-03-09 02:05:24 -07:00
  • a0998009c1 Small native code reorganization topjohnwu 2020-03-09 01:50:30 -07:00
  • d6fdbfe9b7 Utilize standalone mode for emulator.sh topjohnwu 2020-03-08 23:27:06 -07:00
  • 07228279a3 Update Slovak translation Vladimír Kubala 2020-03-09 07:26:08 +01:00
  • 6877ef790f Add strings JoanVC100 2020-03-02 16:15:58 +01:00
  • a3809648dd Update Romanian cristisilaghi 2020-03-05 17:49:24 +02:00
  • df15606b00 prop compare fix YU-YEN HSU 2020-02-18 01:13:26 +08:00
  • 4dc0d13688 Xiaomi cross region flash hacks YU-YEN HSU 2020-02-18 00:44:10 +08:00
  • 541fa5cb1f Update dependencies topjohnwu 2020-03-08 22:54:10 -07:00
  • ab9442d4ae Fixup mounting system on Lineage Recovery Alessandro Astone 2020-03-09 06:38:47 +01:00
  • f5c099e9a7 scripts: fix addon.d after merge to trampoline - pass addon.d arguments through trampoline or nothing will happen - exit immediately after handing over from trampoline - better grep for recovery OUTFD which should work in all cases - output to logcat when booted and no binaries are found - use /postinstall/tmp path to call functions from addon.d-v2 in progress - remove unnecessary check for $MAGISKBIN since we're already executing from within it - make sure we're not in $TMPDIR again before we delete it - use $MAGISKBIN wherever possible in case it ever needs to be changed osm0sis 2020-02-13 02:53:10 -04:00
  • 9582379e1b Fix error patching boot.img Shaka Huang 2020-03-02 00:37:07 +08:00
  • db9a4b31f9 Update scripts to use BusyBox standalone mode topjohnwu 2020-03-08 22:25:06 -07:00
  • 409cb06ea0 Fixed layout not reacting to nested scroll on su screen Viktor De Pasquale 2020-03-01 13:30:22 +01:00
  • 88d917b662 Added permission check for installing/downloading modules Viktor De Pasquale 2020-03-01 13:41:27 +01:00
  • faf077b494 Min ver is 19.0, don't need legacy commands topjohnwu 2020-02-29 15:41:15 -08:00
  • ee1f45aa91 Add new commandline option to get tmpfs root topjohnwu 2020-02-29 15:33:11 -08:00
  • 915fd3020b Small string resource reorganization topjohnwu 2020-02-29 14:49:06 -08:00
  • 642788abec Typo fix. micheleberrettis1 2020-02-27 09:02:12 +01:00
  • 3cd11dd9a0 Update Slovak translation Vladimír Kubala 2020-02-29 11:08:52 +01:00
  • bf2c5ce368 Updated Polish translation kam821 2020-02-19 01:33:04 +01:00
  • 65c510a211 Update Romanian strings cristisilaghi 2020-02-19 02:22:13 +02:00
  • 6fbc38d764 Add more notice/messages topjohnwu 2020-02-29 02:04:31 -08:00
  • 200bf993d8 Show unsupported message when running low versions topjohnwu 2020-02-28 21:09:52 -08:00
  • 38af82e152 Update AS topjohnwu 2020-02-28 17:49:19 -08:00
  • fc05f377fb Update env fix handling logic topjohnwu 2020-02-28 17:44:03 -08:00
  • 5c0e86383c Add test button toggle in code topjohnwu 2020-02-28 11:53:25 -08:00
  • 64f5ff5475 Use global A/B detection topjohnwu 2020-02-28 10:30:53 -08:00
  • 758777111a Improve application startup topjohnwu 2020-02-27 12:54:42 -08:00
  • b90e0430f8 Don't do layered cards topjohnwu 2020-02-27 01:43:00 -08:00
  • 0ce7da1bf6 Upgrade AGP topjohnwu 2020-02-25 15:14:24 -08:00
  • e6464c5c7f Fixed module filter list not respecting single column layout Viktor De Pasquale 2020-02-22 20:09:11 +01:00
  • c6b3f06b95 Cleanup stuffs topjohnwu 2020-02-22 01:28:33 -08:00
  • 581419b6a3 Update dependencies topjohnwu 2020-02-21 23:40:20 -08:00
  • 696ab677be New pre-init magic mount implementation topjohnwu 2020-02-21 00:49:58 -08:00
  • 0d229dac3b Support Android 11 SELinux paths topjohnwu 2020-02-21 00:49:33 -08:00
  • 3b8ea599f0 Fix switch_root implementation topjohnwu 2020-02-20 21:08:44 -08:00
  • 3e70a61e33 Fix strings topjohnwu 2020-02-18 16:14:11 -08:00
  • 76f35d02b7 Update strings-es dark-basic 2020-02-18 21:00:40 -03:00
  • 356b417a04 Update RU strings Ilya Kushnir 2020-02-12 17:17:49 +02:00
  • 56147a80b5 Updated Translations Tornike Khintibidze 2020-02-19 04:00:09 +04:00
  • 91728991d7 Update Strings-es STUB version dark-basic 2020-02-13 16:15:32 -03:00
  • 0f7e59d288 Update + Fixes ca-strings JoanVC100 2020-02-19 00:59:01 +01:00
  • f33028c645 some changes Gozzwip 2020-02-16 18:42:10 +04:00
  • f9149ad433 French translation Davy Defaud 2020-02-19 00:58:17 +01:00
  • 0d7474cc88 Fix all locale issues topjohnwu 2020-02-18 14:02:08 -08:00
  • 1e7e06d1cc Proper canary version detection topjohnwu 2020-02-17 22:05:32 -08:00
  • 8453282fa6 Improve flash console screen topjohnwu 2020-02-16 19:04:26 -08:00
  • 40f971d18a Add entrypoint for testing topjohnwu 2020-02-15 21:57:03 -08:00
  • ce7cb1eeae Remove device section topjohnwu 2020-02-12 13:26:10 -08:00
  • d2701616da Fixed bottom navigation colors so it doesn't blend together with the misused layout underneath Viktor De Pasquale 2020-02-12 17:25:27 +01:00
  • 10eb159e1b Disable Grant Button for 1 seconds after popup display Fox2Code 2020-02-12 05:45:10 +00:00
  • 36897ceb19 Add slight stroke to navigation card topjohnwu 2020-02-11 21:32:44 -08:00
  • 9a8274130b Manually set referenced resource ID for barriers topjohnwu 2020-02-11 20:54:23 -08:00
  • c8d050c3e3 Fix strings resources topjohnwu 2020-02-11 20:05:17 -08:00
  • a46cd63c9d 更新繁體中文字串 孟武.尼德霍格.龍 2020-02-11 23:20:44 +08:00
  • e9e6eaf079 Update Simplified Chinese Translation zrq8 2020-02-11 16:27:12 +08:00
  • cb5897af93 Update Turkish translation Mevlüt TOPÇU 2020-02-11 11:29:40 +03:00
  • d701d6eb82 Update Slovak translation Vladimír Kubala 2020-02-12 04:59:52 +01:00
  • 470ebb54e2 Update RU strings Ilya Kushnir 2020-02-10 13:43:13 +02:00
  • 632cab398e ReFormat Strings dark-basic 2020-02-12 00:58:38 -03:00
  • 189c4cc9d8 Update UK strings Taras 2020-02-12 05:58:23 +02:00
  • 70d5e2dee8 Remove board info from home screen topjohnwu 2020-02-11 19:57:33 -08:00