Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskerplugin #431

Merged
merged 8 commits into from
Oct 24, 2022
Merged

Taskerplugin #431

merged 8 commits into from
Oct 24, 2022

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    f1b418a View commit details
    Browse the repository at this point in the history
  2. Updated some strings and don't sort playlist by date when playing it …

    …from the Tasker action since that will follow the order selected by the user in the app itself
    joaomgcd committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    52ccfab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945a352 View commit details
    Browse the repository at this point in the history
  4. Don't use wildcard imports

    joaomgcd committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8084bef View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Added new "Control Playback" Tasker action and added way to directly …

    …insert Tasker variables in inputs of both actions
    joaomgcd committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    993d7ca View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Added "Skip to Time" and "Play Next In Queue" commands to "Control Pl…

    …ayback" Tasker action and cleaned up some code
    
    - Added "Skip to Time" and "Play Next In Queue" commands to "Control Playback" Tasker action
    - Updated Changelog
    - In the Tasker action configuration screen:
        - Allowed only either the variable selection or the item selection dropdown to show at a time
        - Don't show duplicate Tasker variables and sort them alphabetically
        - Allow user to dismiss dropdown menus by clicking away from them
        - Changed keyboard IME action to "Done"
        - Changed Variable Select icon to be the same as in Tasker itself
        - Made dropdown size limited so it shows correctly in all circumstances
    - Added auxiliary "OptionalField" class in the "ViewModelConfigControlPlayback" class so that optional input fields that depend on the type of command being used can very easily be added with minimal code
    joaomgcd committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f0f1f42 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    joaomgcd committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e96961b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd33ba View commit details
    Browse the repository at this point in the history