Releases: gitagogaming/Android-ADB----TouchPortal-Plugin
v1.1.3
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
Update build.yml
v1.1.2
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
Extra Small Bug Fixes on top of updates previously
ADB Android - TouchPortal Plugin v1.1.0
FIXED: Volume Slider for Android Versions 6-12
NEW ACTIONS:
-Install APK
-Uninstall APK
-Logcat to File
ADB Android - TouchPortal Plugin v1.0.0
Create patchnotes.txt