Thursday, December 24, 2020

[PROJECT] Tasker Backups Encryption v1.x (TO BE DEVELOPED)

DESCRIPTION As you may know, Tasker does not apply any type of encryption for its backups in XMLs. Therefore, here I bring you this project to try to solve that in some way, protecting both auto and manual backups from indiscrete eyes. Main features: • Cipher algorithm (AES) (*) • Background encryption • Decryption (on-demand) • Automated manual backups (if auto-backup is...

Wednesday, September 9, 2020

[PROFILE] Detect Clear All Apps From Recents v1.0

DESCRIPTION This profile will be triggered when all the apps are cleared from recents, at once. Notes: - As logcat components and filters may change from device to device, here you have a compatibility list. CREDITS @SmartPhoneLover DOWNLOAD Profile (XML) Profile (TaskerNet) DOWNLOAD (Ads Supported) Profile (XML) Profile (TaskerNe...

Tuesday, September 8, 2020

[PROFILE] Get All Intent Extras v1.0

DESCRIPTION This profile will allow you to get all the extras sent within a given intent (broadcast). Limitations: • Tasker can only receive intents which are sent to broadcast receiver components, not to activities or services. • Some intent senders require that a corresponding intent filter is specified statically (i.e. inside AndroidManifest). Those intents cannot be received. • Intents which are broadcast with a specification of a particular...

Monday, September 7, 2020

[PROJECT] Intents Broadcast Monitor v1.1

DESCRIPTION Intents and its broadcasts are very useful to allow apps communicate each other, also system broadcasts can be used to trigger almost everything in Android. But, when we want to take a look at the information sent within an intent (extras) to react somehow and carry out something, the official documentation, especially in the case of Android system intents, there...

Sunday, September 6, 2020

[PROJECT] Battery Monitor v1.3

DESCRIPTION Here you have a project to be aware of the status of the battery while charging, providing useful information in real-time and helping to protect the battery and the device itself against critical temperatures and warning you when charged at a specific level. These are the main features: • Real time information (notification and floating scene) • Battery level...

Sunday, August 16, 2020

[PROJECT] Tasker Clock Screensaver v1.2

DESCRIPTION Now you can have your own screensaver, the original Android style (clock app). But without having to depend on that app. Notes: - As the project calculates the position of the clock randomly on each pass taking into account the size of the main scene (Clock), you must resize it (including the 'Top Layer' element), according to the available dimensions on your...

Friday, August 14, 2020

[PROJECT] [18+] Adorable-Teens.net Updates Notifier v1.2

DESCRIPTION This project will help you stay up-to-date of daily posts from Adorable-Teens.net website. Main features: • Periodic checks + statusbar notification for new content (*) • See the new publications at a glance (highlighted) • Load posts directly from the project (single and bulk) • Share links to other apps • Database consultation in offline mode (**) This...

Thursday, August 13, 2020

[PROJECT] Energy 3D Overlay v1.4

DESCRIPTION This project was based on the Battery Meter Overlay app. So, it will act the same way, showing the current battery status at the top of the statusbar. 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. Notes: - An extra profile (Apps)...

Sunday, July 5, 2020

[PROJECT] Bitcoin Mining Profitability Calculator v1.0

DESCRIPTION This project will help you to calculate the earnings of your mining hardware, providing you the total earnings (approximate) based on: power consumption (*), electricity cost (**), per-device income and the time it will be mining. This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers...

Monday, June 29, 2020

[PROJECT] [VIP] Terminal Log v1.1

DESCRIPTION This project aims to emulate the basic operation of apps like: Terminal or Termux, at least in the majority of commands and taking into account Tasker's own limitations, showing a command log report of its execution on the screen (stdout and stderr). Notes: - Avoid running cmds like 'logcat' (without params) or any cmd that runs indefinitely, because the project...