
- #TASKER KILL APP NOT WORKING PASSWORD#
- #TASKER KILL APP NOT WORKING BLUETOOTH#
Mobile Data action now asks for root permission.Fixed crash when showing task list on some devices.Fixed issue where sometimes task or profile list would be blank until Tasker was restarted.Fixed not being able to get some app icons.Fixed long standing bug where screenshots taken with the Take Screenshot action would end up with wrong dimensions.Fixed getting Mobile Data type for the Mobile Network state (now considers connected mobile type instead of configured mobile type).Fix long standing bug where deleting a folder on an SD Card would not work if the folder was empty.Fixed long standing bug where sometimes when you gave permissions to multiple SD cards, Tasker would stop being able to access them.Fixed long standing bug where Run Shell action would get stuck if output was too large.Start Monitor in Foreground earlier to avoid crashes.Added warnings that old HTTP actions are deprecated and that the HTTP Request should always be used instead.Don't automatically focus on label when editing action if label is set.When a new task can't be queued show a warning flash with the reason instead of just silently not working.
Added timeout to Authentication Dialog action. Mobile Network condition now needs the READ_PHONE_STATE permission because it now uses a newer (more accurate) way of getting the state. Made null output variables be empty instead of having the text "null". Fix scenes not displaying variable values correctly. Made all newer actions (the ones I've implemented) proceed in the task right away instead of some of them waiting ~1 second. Made adding new events much easier for the developer, so I'll have a much easier time to add new ones now ). %MTRACK now uses notification listener (in addition to the old method) to make it more reliable. Made %WIN updates faster and more reliable. Allows you to once again use the Services option in the App State condition by granting Tasker the permission. The App Changed event is using this new system Ability for Tasker events to set local variables in the entry task like plugins already did. Added Max Rounding Digits option to the Variable Set action when Do Maths is enabled: allows you to choose how many decimals you want to use for your math operations. Added option in Data Backup action to include user variables. Added option in Preferences > Misc to include user variables in backups.
Added option in Media Control action to try to use notifications to control if available, making it much more reliable. Previously if user already had Variable Query scene, import would not work because of existing scene. May be useful when sharing a project via Taskernet and setting a Launch Task to gather input from the user. Added Input Dialog action to easily get a value from the user, without having to use the Variable Query Tasker scene. Added Music Track Changed event - triggers every time music starts/stops/changes track provides a lot of variables with track info (%track, %artist, %album, etc). #TASKER KILL APP NOT WORKING BLUETOOTH#
Added Bluetooth Info action that allows you to get info on a single device, bonded devices or devices that can be scanned. Added Bluetooth Connection event which triggers when a BT device is connected/disconnected and gives you a bunch of variables with the BT device's info. Added Bluetooth Connection action which allows you to force connect/disconnect/pair/unpair a BT device. #TASKER KILL APP NOT WORKING PASSWORD#
Added HTTP Auth action which allows OAuth 2.0 and Username and Password authentication.Added HTTP Request action which allows you to do HTTP Requests of any type (GET, POST, PUT, DELETE, etc) with any headers, body and file contents.Made all actions that allow you to select apps (like the Launch App, Kill App, Network Access and Media Control actions) be able to set the app as a variable instead of just a static selection.
You can get info for the current app, for a previously opened app (like the previous app that was open, the second to last app, the third to last, etc), for an app that was opened X seconds ago (for example, the app that was opened 60 seconds ago) and for your most used apps (including the time you spent on the apps or the times the apps were open in a given timespan)
Added App Info action which returns a lot of info for the chosen apps. Added App Changed event which triggers every time the foreground app is changed.