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

Seekbar controls feature #72

Closed

Commits on Feb 6, 2023

  1. [+] Update to react native tvos 0.68.2-5

    [+] Install unmet peer deps
    [+] babel/core, babel preset env, types rn 0.63.17
    Elyse Segebart committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e7aa67f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. [+] Make opacity darker on controls

    Elyse Segebart committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ee99ff7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. [+] Remove babel/core, preset-env

    [+] Remove types/react-native
    Elyse Segebart committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    77d94bd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. [+] Invert the colors of focused for play/pause

    Elyse Segebart committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0db790c View commit details
    Browse the repository at this point in the history
  2. [+] Slight change to opacity on controls

    Elyse Segebart committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d269071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80c22b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. [+] minimal working example

    Elyse Segebart committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0229e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. [+] Changes to slider and REWIND time

    Elyse Segebart committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    723fdef View commit details
    Browse the repository at this point in the history
  2. [+] update commenting

    Elyse Segebart committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8d2e5f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. [+] Working rewind and fast forward

    [+] Would like to add progress indicators 1x 2x 3x etc
    [+] Need to change the first press to just jump forward 15 sec once
    Elyse Segebart committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f978338 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. [+] Add skip forward/back for 15s

    [+] Clean up console logs
    [+] Add button controls for skips
    [+] Add images for skip button
    Elyse Segebart committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    113b8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a26eb View commit details
    Browse the repository at this point in the history
  3. [+] Forgot to add white to the icons!

    [+] Code Clean up
    Elyse Segebart committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    956175e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. [+] removed black icons

    [+] added white icons
    [+] renamed seek icons to more meaningful names
    [+] removed rewind style
    Elyse Segebart committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1777bd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from esegebart/edit-icons

    [+] removed black icons
    esegebart committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f440e5b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    3c521f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. [+] Using a diff icon size for the main one

    [+] Rename the icon file to use 3x
    [+] Styling of icons to make them even
    Elyse Segebart committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d1c1e41 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'seekbar-controls-feature' of https://github.com/esegeba…

    …rt/react-native-media-console into seekbar-controls-feature
    Elyse Segebart committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    87628f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. [+] Seekbar was not disabling

    [+] Props had a B instead of a b in it
    [+] Update all disableSeekBar
    Elyse Segebart committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    047661c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. [+] Update readme

    Elyse Segebart committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2b317c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. [+] Change the press count to 3

    [+] Remove the equal sign from rw ff
    Elyse Segebart committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    eb4b2fb View commit details
    Browse the repository at this point in the history