Releases: Edw590/AdvancedCommandsDetection
Releases · Edw590/AdvancedCommandsDetection
ACD - v2023_01_31
Main changes:
- Package name changed to ACD.
- It's now possible to remove repeated commands and invalidate words used on commands detections (very useful in the "fast reboot the phone" case, with the "fast" and "reboot" command triggers).
- Command variation check corrected to return the first biggest condition on the list.
- "and" will be removed from a sentence without processing if at least one of the next 2 words is a verb ("shut down the
phone and reboot it" - "and" is not "shut down" here --> it's actually irrelevant being here or not, and so it's deleted). - It's possible to exclude words from the main words return conditions now.
- Fixed the algorithm that checks if the results agree with the command conditions.
- Maximum number of sub-commands (or command variations) is now 100 000 (100k). Useful for dynamic (automatically created) commands.
- Easier to manage the commands array with 2 new functions added.
Used on VISOR v2023_02_01.
Full Changelog: v2023_01_14...v2023_01_31
Advanced Commands Detection - v2023_01_14
Should have made a release already with the older versions but I forgot... So goes now, with the newest one. Just the Android library though, as I'm not testing this anywhere else than on the VISOR Android app project (https://github.com/DADi590/VISOR---A-better-Android-assistant).
Full Changelog: https://github.com/DADi590/Advanced-Commands-Detection/commits/v2023_01_14