Skip to content

Releases: gitagogaming/Android-ADB----TouchPortal-Plugin

v1.1.3

23 Dec 21:09
5bd344a
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.3

• Fixed issue where battery info was not being updated after the initial boot.
• Changed from using for loops to get CPU / Mem usage to using Regex and or grep directly
• Changed how to get sleep state of device and now only use Grep instead of a for loop
• If MEMAVAILABLE is not found then we will use MemFree instead, this may result in inaccurate memory calculation.
• replaced most of print statements with g_log
• removed all the if statements for device_commands and made the values in the dropdown match the dictionary key
• Simplified getting battery states
• made source code available for any improvements

B4

23 Dec 20:40
5bd344a
Compare
Choose a tag to compare
B4 Pre-release
Pre-release
Update build.yml

v1.1.2

22 Dec 22:39
1723145
Compare
Choose a tag to compare

Added in KeyInput function - This will allow users to use ANY android keyinput event that may be available to their device.

Added Parent Groups for devices - This will make managing your device states much easier
Removed MemAvail - It does not appear to be that useful and is specific to an application
Added MemFree

Several under the hood improvements as far as code efficiency

ADB Android - TouchPortal Plugin v1.1.1

01 Mar 05:51
1723145
Compare
Choose a tag to compare

Extra Small Bug Fixes on top of updates previously

ADB Android - TouchPortal Plugin v1.1.0

01 Mar 04:33
bce7f8e
Compare
Choose a tag to compare

FIXED: Volume Slider for Android Versions 6-12
NEW ACTIONS:
-Install APK
-Uninstall APK
-Logcat to File

ADB Android - TouchPortal Plugin v1.0.0

28 Feb 01:51
e252c53
Compare
Choose a tag to compare