Tasker | ADVANCED (channel)
897 subscribers
680 photos
27 videos
201 files
463 links
Welcome to Tasker Profile Center channel!
Here you will find all the content posted at TPC site, and other projects shared by its users too.

Hope you enjoy it ;)

https://t.me/tasker_advanced
https://taskerprofilecenter.blogspot.com/
Download Telegram
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/08/project-tasker-projects-tracker-stay_30.html
#project #TaskerProjectsTracker
CHANGELOG
- New: Download links (as simple or clickeable text) and screenshots (as pics) for prj/prf/tsk/scn(s) can now be included. (External links are the only soported ones, in other words, raw data (e.g.: binary) cannot be stored into the database directly)
- New: Users can now be aware of a more direct way with the new internal message broadcasting system.
- New: Those scenes that may need to be accessed frequently while editing/previewing info (e.g.: adding download links), can now be restored without loosing any data, or having to reload the whole process. (Use the upper right corner checkbox, if available)
- New: Added time context profile for Dev's version, to allow uploading the DB automatically once a day.
- New: All tabs results are now alphabetically sorted (ASC).
- New: A dot pointer (indicator), just below the 'UPLOAD' button, will tell you if there are changes that you have not shared yet. It will be restored after uploading last changes. (Dev version)
- Fix: The archived content was possible to publish directly. (Dev side)
- Fix: Wrong text position for content information scene on 'ARCHIVED' tab.
- Other: Optimizations on search methods for SQL statements.
- Other: The date and time format for the internal project log can now be customized from 'TPTA - Setup (UI)' task. (Dev version)
- Other: Reworked the whole code of both project versions.
- Other: The value stored into the 'TPTA_temporal' variable when reading db file, was reordered and cleaned up to help developing the project on future versions.
- Other: DB reworked to allow it storing new data type. (Devs will need to use the 'TPTA - Update Database' task to move data from old to new version of the database: Instructions included within the task itself)
- Other: Minor fixes that didn't affect the project functionality, but caused arrays() to be created without a real purpose. So they could hinder the use of it in future versions.
- Other: Changed the way in which some scene elements were working against certain situations, to tell what fields were editable and which ones not (Dev side). And the same for the ones to preview info (Dev and Client side).
- Other: Now the database needs to be read more times per cycle than on v1.0 when we move from one scene to another, but will prevent 'TPTX_temporal' variable of being overloaded (and truncated) if for whatever reason it could reach maximum storage size. It will also help to track what info comes from and goes to when debugging.
- Other: Added missing labels (lots of them), to guide the user what each part of the project does.

* As the database was reworked to allow it to store new data, a full manual clean up of both project versions working directories (/sdcard/Tasker/Resources/*) will be needed. After that, devs and clients, download new 'Resources (ZIP)' file again for v1.1, and place each one where appropriate for each.
* Clients, do not forget to update your project versions too. Or you won't be able to use new features from v1.1 of dev's project!
* Devs: Do not worry about the multiple local child variables (local arrays) that may be created when moving between scenes. Info from db won't be affected, as them will be deleted just after closing (not just hidding) previous scenes. Just take care to not reuse them when developing it.

VERSION
v1.1
Please, if someone is using the latest v1.1 of #TaskerProjectsTracker project, let me know if you can read the message I sent to you for first test.

Thanks 😉
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/08/task-get-min-max-volume-steps-all.html
#task #GetMinMaxVolumeSteps
DESCRIPTION
It allows you to get the min and max volume steps of every audio channel from Android OS.

CREDITS
@SmartPhoneLover

VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/08/task-store-pictures-into-db-v10.html
#task #StorePicturesIntoDB
DESCRIPTION
This task will help you to store pictures in raw format (binary) within a db file. So no need to store it externally, and link it.

Notes:
- It's not recommended, as sql text data type can only store a specific amount of data. Try linking external resources with a path instead.

CREDITS
@SmartPhoneLover

VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/08/project-tasker-content-viewer-get-total.html
#project #TaskerContentViewer
DESCRIPTION
As you know, Tasker can show us the total number of profiles, tasks and scenes that are imported into it. But what is the main problem from here? It simply shows us non-hidden profiles and tasks. But what about anonymous tasks, linked to profiles? And the tasks from scenes, categorized as anonymous?
So this project will help you to know the exact and total number of them, as them are.

This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet
(It can be deleted after imported)

Notes:
- Orange profiles and tasks are all non-anonymous, located in main Tasker UI.
- To make it work on unrooted devices, please, make sure that 'Local Auto-Backup Max Age' option, under Tasker's Preferences, is set to any value except: No Auto-Backups.

CREDITS
@SmartPhoneLover

CHANGELOG
- Fix: Project loading bar wrong heigh.

VERSION
v1.3