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

Feature/spinner control #213

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. Add support for spinner granularity and automatic text edit display

    Spinner granularity can be set to 5, 10, or 15 seconds in the
    preferences now.
    
    If a time value is entered for an exercise that cannot be shown in the
    spinner, then it will automatically show the text edit instead of the
    spinner. Changing the value to a valid spinner value will call the
    spinner to reappear.
    crimsoncor committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1a745d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add tap to edit functionality to number spinners

    This is optional functionality that you have to enable the pref to get.
    
    Once it is set, you have to tap on a spinner to get it to activate. The
    spinner will automatically deactivate when the user stops scrolling.
    When the pref is turned off, the behavior should be exactly as it is
    now.
    crimsoncor committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6b592f5 View commit details
    Browse the repository at this point in the history