#warning #TaskerDev
[HOW-TO] Learn Javascript in a fun and intuitive way
Javascript is a super awesome and powerful language and since it can be used with Tasker I thought that this could help people out around here.
And since you might have a few weeks off, this might give you something cool to pass the time in a productive way.
I'm not affiliated with this website at all but the way of learning Javascript here seems to be super user-friendly and easy to understand.
Check it out here: https://learnjavascript.online/
I haven't gone too deep into it, but from the small sample I've seen it seems to be great.
Let me know what you think :)
Source: Go!
[HOW-TO] Learn Javascript in a fun and intuitive way
Javascript is a super awesome and powerful language and since it can be used with Tasker I thought that this could help people out around here.
And since you might have a few weeks off, this might give you something cool to pass the time in a productive way.
I'm not affiliated with this website at all but the way of learning Javascript here seems to be super user-friendly and easy to understand.
Check it out here: https://learnjavascript.online/
I haven't gone too deep into it, but from the small sample I've seen it seems to be great.
Let me know what you think :)
Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/03/profile-root-checker-v11.html
#profile #RootChecker
DESCRIPTION
Some people are having troubles with the Magisk root core being disabled randomly and suddenly, happening across different devices.
It will periodically check if the device keeps having root access. Otherwise, a notification will be generated when not detected, and will offer you the option to solve it by rebooting the device.
This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Magisk root seems that is being lost in certain situations due to a problem on the device's ROM, so try reporting it to the dev.
Notes:
- Use it only if necessary.
- It uses the 'TIME_TICK' intent when rebooted ONLY. The rest of the time longer checks are used (30' by default).
- All is bundled into a single prj file, so import it as a project.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: Tasker Function (Check Root) method. (separate prj file)
- Other: Small changes.
* The problem about loosing root on my device (Xiaomi RN7) is now fixed, so this profile is no longer used by me.
VERSION
v1.1
DESCRIPTION
Some people are having troubles with the Magisk root core being disabled randomly and suddenly, happening across different devices.
It will periodically check if the device keeps having root access. Otherwise, a notification will be generated when not detected, and will offer you the option to solve it by rebooting the device.
This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Magisk root seems that is being lost in certain situations due to a problem on the device's ROM, so try reporting it to the dev.
Notes:
- Use it only if necessary.
- It uses the 'TIME_TICK' intent when rebooted ONLY. The rest of the time longer checks are used (30' by default).
- All is bundled into a single prj file, so import it as a project.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: Tasker Function (Check Root) method. (separate prj file)
- Other: Small changes.
* The problem about loosing root on my device (Xiaomi RN7) is now fixed, so this profile is no longer used by me.
VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/04/task-open-multiple-websites-in.html
#task #OpenMultipleWebsitesInDifferentTabs
DESCRIPTION
This task will allow you to open several websites in different tabs each.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
This task will allow you to open several websites in different tabs each.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Forwarded from Tasker | ADVANCED (channel)
YouTube
[TASKER] [TASK] Open Multiple Websites In Different Tabs - Preview
You can support my work on Patreon and Paypal if you like ;)
https://taskerprofilecenter.blogspot.com/2019/09/news-tpc-tasker-profile-center-is-now.html
https://taskerprofilecenter.blogspot.com/2019/12/news-tpc-tasker-profile-center-now.html
DESCRIPTION…
https://taskerprofilecenter.blogspot.com/2019/09/news-tpc-tasker-profile-center-is-now.html
https://taskerprofilecenter.blogspot.com/2019/12/news-tpc-tasker-profile-center-now.html
DESCRIPTION…
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/04/task-open-multiple-websites-in_3.html
#task #OpenMultipleWebsitesInDifferentTabs
DESCRIPTION
This task will allow you to open several websites in different tabs each.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: Task (version B) that used only a single action (Send Intent) to perform same steps.
VERSION
v1.1
DESCRIPTION
This task will allow you to open several websites in different tabs each.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: Task (version B) that used only a single action (Send Intent) to perform same steps.
VERSION
v1.1
#warning #TaskerDev
[DEV] Tasker 5.9.3.beta.4 - Contact Via App, WireGuard, Tasker links, Fixed File Modified and more!
I'm finally able to release a new beta! I'm still not working like I wanted to but I managed to pull out a new release. :)
Sign up for the beta here.
If you don't want to wait for the Google Play update, get it right away here.
You can also get the updated app factory here.
Contact Via App
Demo here: https://youtu.be/qkF2MT0GShU
This new action allows to communicate with other users depending on what apps you and they have installed. Here are some examples:
- Video-call someone via WhatsApp
- Audio-call someone via Skype
- Navigate to someone's address via Google Maps
As I mentioned, it depends on the apps you have installed so give it a try and see what shows up for you :)
Hope that in this time of remote communication this can be useful for everyone.
WireGuard Integration
Demo here: https://youtu.be/pCldPHn5SBg
You can now control WireGuard tunnels with Tasker using the Tasker Function action! When you first set it up it'll ask for the special WireGuard permission. After that it should be able to control your tunnels!
Tasker Links
Demo here: https://youtu.be/37afVpb8R_8
If you create a link with the following format:
tasker://secondary?text=hello&somethingother=cool
the Tasker Secondary app will be called and the variables %text with the value hello and %somethingother with the value cool will be created!
This is a convenient way to call Tasker stuff from web pages!
Fixed File Modified Event
For a very long time (ever since it was created) this event was buggy. If you monitored the same folder on 2 different profiles for example, one of them would not trigger. Sometimes more events than you expected with show up. This fix aims to solve these issues:
- You can now monitor the same folder on unlimited profiles
- You have a new Filter event that allows you to trigger the profile only on the events you want. For example, if you want to know when a new file is present, monitor the ClosedWrite event and you'll get a single event for new files after the file is completely done writing.
- The %evtprm() array will now contain the full path for the modified file instead of the folder you're watching which makes it much easier to act on it.
- other general bug fixes for this.
Wait For File Event
Demo here: https://youtu.be/rqo8khlaPMg
You can now also wait for a file event. For example, if you use the System Screenshot action you can use this new action to wait for the screenshot to be done writing before you use it somehow.
Bringing %evtprm() to the masses
Events have always generated the %evtprm() array with info from the event, but I'm guessing a very low percentage of users even know it exists.
Now, every time a a profile has an event, the %evtprm() variable will appear on the variable list so users know that it's there and that it can have valuable info.
[DEV] Tasker 5.9.3.beta.4 - Contact Via App, WireGuard, Tasker links, Fixed File Modified and more!
I'm finally able to release a new beta! I'm still not working like I wanted to but I managed to pull out a new release. :)
Sign up for the beta here.
If you don't want to wait for the Google Play update, get it right away here.
You can also get the updated app factory here.
Contact Via App
Demo here: https://youtu.be/qkF2MT0GShU
This new action allows to communicate with other users depending on what apps you and they have installed. Here are some examples:
- Video-call someone via WhatsApp
- Audio-call someone via Skype
- Navigate to someone's address via Google Maps
As I mentioned, it depends on the apps you have installed so give it a try and see what shows up for you :)
Hope that in this time of remote communication this can be useful for everyone.
WireGuard Integration
Demo here: https://youtu.be/pCldPHn5SBg
You can now control WireGuard tunnels with Tasker using the Tasker Function action! When you first set it up it'll ask for the special WireGuard permission. After that it should be able to control your tunnels!
Tasker Links
Demo here: https://youtu.be/37afVpb8R_8
If you create a link with the following format:
tasker://secondary?text=hello&somethingother=cool
the Tasker Secondary app will be called and the variables %text with the value hello and %somethingother with the value cool will be created!
This is a convenient way to call Tasker stuff from web pages!
Fixed File Modified Event
For a very long time (ever since it was created) this event was buggy. If you monitored the same folder on 2 different profiles for example, one of them would not trigger. Sometimes more events than you expected with show up. This fix aims to solve these issues:
- You can now monitor the same folder on unlimited profiles
- You have a new Filter event that allows you to trigger the profile only on the events you want. For example, if you want to know when a new file is present, monitor the ClosedWrite event and you'll get a single event for new files after the file is completely done writing.
- The %evtprm() array will now contain the full path for the modified file instead of the folder you're watching which makes it much easier to act on it.
- other general bug fixes for this.
Wait For File Event
Demo here: https://youtu.be/rqo8khlaPMg
You can now also wait for a file event. For example, if you use the System Screenshot action you can use this new action to wait for the screenshot to be done writing before you use it somehow.
Bringing %evtprm() to the masses
Events have always generated the %evtprm() array with info from the event, but I'm guessing a very low percentage of users even know it exists.
Now, every time a a profile has an event, the %evtprm() variable will appear on the variable list so users know that it's there and that it can have valuable info.
Full Changelog
- Added new Contact Via App action that allows you to communicate with your contacts via third party apps (eg Video call via Whatsapp, audio call via skype, etc)
- Added action to Control WireGuard tunnels in the Tasker Function action
- Allow Tasker Secondary app to be triggered by URLs like tasker://secondary?text=hello&other=hi where every parameter will be made available as a Tasker variable in the triggered task
- Added Query option to Do Not Disturb action
- Add option in Test Net to get your phone's Wifi IP Address
- Fixed File Modified event in a variety of situations
- Added Event filter to File Modified event so that you can react to just a single event instead of all of them
- Changed %evtprm(1) for File Modified event from the path that is being monitored to the path of the actual file that changed
- Allow File Modified event to work with variables in the File Modified field
- Added %evtprm() to the variable list in actions that are in a profile that has an event condition
- Added Wait For File Event function to Tasker Function action so that you can wait for example for a file to finish writing
- Made moving projects left and right easier by asking how many positions you want to move the project instead of having to move 1 by 1
- Fixed issues with clipboard getting while in the background
- Fixed taking screenshots on Android 10, shouldn't show the prompt on the screenshot anymore
- Fixed HTTP Request action when a gzipped response was gotten. Now automatically unzips it
- Fixed automatic redirections in HTTP Request action in some cases
- Added line separators in List Dialog action
- Made Get Sims action in Tasker Function action request the READ_PHONE_STATE permission
- Added Biometric permission to kid apps if needed
- Added tip about List Dialog action when using the Menu action
- Tried to make Tasker only check for root access if root actions are used
Enjoy! 😄
Source: Go!
- Added new Contact Via App action that allows you to communicate with your contacts via third party apps (eg Video call via Whatsapp, audio call via skype, etc)
- Added action to Control WireGuard tunnels in the Tasker Function action
- Allow Tasker Secondary app to be triggered by URLs like tasker://secondary?text=hello&other=hi where every parameter will be made available as a Tasker variable in the triggered task
- Added Query option to Do Not Disturb action
- Add option in Test Net to get your phone's Wifi IP Address
- Fixed File Modified event in a variety of situations
- Added Event filter to File Modified event so that you can react to just a single event instead of all of them
- Changed %evtprm(1) for File Modified event from the path that is being monitored to the path of the actual file that changed
- Allow File Modified event to work with variables in the File Modified field
- Added %evtprm() to the variable list in actions that are in a profile that has an event condition
- Added Wait For File Event function to Tasker Function action so that you can wait for example for a file to finish writing
- Made moving projects left and right easier by asking how many positions you want to move the project instead of having to move 1 by 1
- Fixed issues with clipboard getting while in the background
- Fixed taking screenshots on Android 10, shouldn't show the prompt on the screenshot anymore
- Fixed HTTP Request action when a gzipped response was gotten. Now automatically unzips it
- Fixed automatic redirections in HTTP Request action in some cases
- Added line separators in List Dialog action
- Made Get Sims action in Tasker Function action request the READ_PHONE_STATE permission
- Added Biometric permission to kid apps if needed
- Added tip about List Dialog action when using the Menu action
- Tried to make Tasker only check for root access if root actions are used
Enjoy! 😄
Source: Go!