Skip to content

Commit

Permalink
v.1.2.0
Browse files Browse the repository at this point in the history
- No more separate busybox required. Magisk Busybox will be used by default.
- Updated Magisk Template to v20.0+. No more support for Magisk <v20.0.
- Fixed domain counting awk segmentation fault error.
- Updated info flag details.
- Improved backup and restore functions.
- Added `--version` flag.
- Beautify `--help` flag details.
- Few fix patches applied.
  • Loading branch information
AdroitAdorKhan committed May 23, 2020
1 parent 4b3a7e6 commit 7f99946
Show file tree
Hide file tree
Showing 8 changed files with 314 additions and 234 deletions.
1 change: 1 addition & 0 deletions META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ umask 022
ui_print() { echo "$1"; }

require_new_magisk() {
ui_print " Supports only Magisk v20.0+"
ui_print "*******************************"
ui_print " Please install Magisk v20.0+! "
ui_print "*******************************"
Expand Down
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<div align="center">
<!-- Version -->
<img src="https://img.shields.io/badge/Version-1.0.8β-blue.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Version-1.2.0β-blue.svg?longCache=true&style=flat-square"
alt="Version" />
<!-- Last Updated -->
<img src="https://img.shields.io/badge/Updated-May 22, 2020-orange.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Updated-May 23, 2020-orange.svg?longCache=true&style=flat-square"
alt="_time_stamp_" />
<!-- Status -->
<img src="https://img.shields.io/badge/Status-beta-yellow.svg?longCache=true&style=flat-square"
Expand Down Expand Up @@ -64,7 +64,7 @@

Requirements
------
- Install the `Busybox For Android NDK` Busybox Module from Magisk Manager.
- Magisk v20.0+

Run
------
Expand Down Expand Up @@ -159,6 +159,8 @@ Usage: ep [options...]
-un, --uninstall
>> Uninstall the module setup.
> e.g., ep -un
-v, --version
>> Print version.
```


Expand All @@ -182,6 +184,16 @@ Uninstall
Changelog
------

v.1.2.0β
- No more separate busybox required. Magisk Busybox will be used by default.
- Updated Magisk Template to v20.0+. No more support for Magisk <v20.0.
- Fixed domain counting awk segmentation fault error.
- Updated info flag details.
- Improved backup and restore functions.
- Added `--version` flag.
- Beautify `--help` flag details.
- Few fix patches applied.

v.1.0.8β
- Fix patch applied to adblock app detection.
- Fixed pack download issue via CLI flag. (`ep -p <pack>`)
Expand Down
4 changes: 0 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ print_modname() {
ui_print " - Type ep -h & tap enter "
ui_print " - Follow on screen options. "
ui_print "----------------------------------"
ui_print ""
ui_print " >> Recommended Busybox: "
ui_print " > Busybox for Android NDK"
ui_print ""
ui_print " *For further assistance > ep -tg"
ui_print "=================================="
}
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=energizedprotection
name=Energized Protection
version=1.0.8β
versionCode=200522108
version=1.2.0β
versionCode=200523120
author=AdroitAdorKhan
description=Let's make an annoyance free better open internet, altogether! https://energized.pro
Loading

0 comments on commit 7f99946

Please sign in to comment.