Skip to content

Releases: abhishekabhi789/Network_Info_for_Tasker

v0.3.2 - Data Usage JSON structure changed

08 Jan 03:37
Compare
Choose a tag to compare
  • Now the Data Usage Query action will always contain device usage details and can be optionally added custom UIDs (UID_ALL , UID_REMOVED, UID_TETHERING and App UIDs.
  • The apps usages can be iterated by %data_usage[apps]() and each of the item has their app_package_name and app_uid.
  • App usage array is sorted from higher to low based on the total usage.

v0.3 - Call Log Entry Event

01 Jan 05:42
Compare
Choose a tag to compare
Pre-release

Changes

  • A new event Call Log Entry added which can give some informations about calls.
  • You may be required to manually whitelist this app from all possible optimizations to keep the monitoring service running.

v0.2 Add or Remove Wifi action

31 Dec 10:34
Compare
Choose a tag to compare
Pre-release

Changes

  • New action - Add or Remove Wi-Fi Network
  • Won't ask for any permissions from runner.
  • SIM index fixed now returns 1 and 2 instead of 0 and 1

v0.1 - First Build with Data Usage and Sim Info actions

25 Dec 14:49
Compare
Choose a tag to compare

Notes

  • Not fully tested.
  • Data SIM changed event is experimental.