Skip to content

Releases: vekendianorg/pivot

Pivot v1.3

Choose a tag to compare

@lazor-git lazor-git released this 20 Jun 13:56

Bumped minSdk to 11

New perms:

  • android.permission.MANAGE_EXTERNAL_STORAGE
  • android.permission.QUERY_ALL_PACKAGES

Improved Ui class (more Void support)
Improved Zip class (binary support)

Improved UI
Custom Icons

2 Daemon Variant.

  • Original Daemon
  • Modded Daemon

ME v1.2

Choose a tag to compare

@lazor-git lazor-git released this 08 Jun 12:28
352c6e0

Added Shell class (org.vekendian.Shell)
Example Usage:

Shell = luajava.bindClass("org.vekendian.Shell")

local su = Shell.su("id")
local sh = Shell.sh("id")

print(su, sh)

If you're using the script named Void (>=1. 0.17) by us (Vekendian), this class is a new requirement.

ME v1.1

Choose a tag to compare

@lazor-git lazor-git released this 08 Jun 11:30
352c6e0

Fixed Ui.java crash on older Android version.

ME v1.0

Choose a tag to compare

@lazor-git lazor-git released this 27 May 08:05
df85fa7
Update README.md