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

Enter confirms subtitle track selection #445

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from

Commits on Jun 23, 2024

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

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    c691714 View commit details
    Browse the repository at this point in the history
  2. Extension version 1.3.2

    killergerbah committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2062c94 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    01cf6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4c1d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Update loc strings

    killergerbah committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    125003c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5abd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dac83f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Disable scroll-wheel to change subtitle position offset

    - It is no longer really useful since there is now a setting that
      controls offset for the webapp's video player
    killergerbah committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bae2032 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Subtitles width percentage setting

    - Allow subtitles to take up more width on the screen. Especially helps
      with mobile UX.
    killergerbah committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0300caf View commit details
    Browse the repository at this point in the history
  2. Pull loc

    killergerbah committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    039ec32 View commit details
    Browse the repository at this point in the history
  3. Fix test compilation

    killergerbah committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3cf4b58 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Fix subtitle container position logic when video is far down page

    - E.g. in the case of Amazon Prime when scrolling down the page and
      then opening a video.
    killergerbah committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c83dacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca8416 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Auto-detect full list of subtitle tracks on netflix

    - Support lazy-fetching of subtitle track URLs that are not provided on
      the initial manifest fetch
    killergerbah committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b4bdb83 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    96a74cb View commit details
    Browse the repository at this point in the history
  2. Pass on README

    killergerbah committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7cfd700 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Readme: update dictionaries and regex sections (killergerbah#477)

    * Readme: update dictionaries and regex sections
    
    * Note about one click mining
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    artjomsR authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d301c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ae88d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12fad84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7f4dfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566e2ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1904e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    699df9e View commit details
    Browse the repository at this point in the history
  8. Pause-on-hover setting

    killergerbah committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a743ab7 View commit details
    Browse the repository at this point in the history
  9. Lower z-index on subtitle container

    - So that popup dictionary UI is more likely to appear on top
    killergerbah committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    9c73b5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c784e18 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    be9f649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12065c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be59c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053fb65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26c6797 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f43e8cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d852a22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad722fe View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. add default policy if one doesn't exist (killergerbah#489)

    * add default policy if one doesn't exist
    
    * revert speculative fix commit
    
    * add comment linking chrome tests
    s-cork authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2cd7338 View commit details
    Browse the repository at this point in the history
  2. Extension version 1.4.1

    killergerbah committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    00eecd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38405b9 View commit details
    Browse the repository at this point in the history
  4. Extension version 1.4.2

    killergerbah committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e5bdb3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3c09b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    8939a16 View commit details
    Browse the repository at this point in the history
  2. Release 1.4.2 firefox

    killergerbah committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a14bb14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a454804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07c7ce2 View commit details
    Browse the repository at this point in the history
  5. VideoPlayer.tsx: Don't newline subtitles. (Help yomitan get the entir…

    …e subtitle) (killergerbah#474)
    
    * VideoPlayer.tsx: Don't newline subtitles. (Let yomitan pick up the full sub)
    
    * Videoplayer.tsx: Also wrap text with <p> when dom caching is disabled
    
    * video-player.css: Fix excessive gap on bottom of subtitles (visible with pre-cache subtitle dom + multiple sub track)
    
    * undo inline: messed with splits on subs, whiteSpace made a huge box under the sub box (material ui css stuff)
    
    * videoplayer.tsx: lineheight: normal -> inherit, better spacing look
    
    * prettier
    Viterkim authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    02662f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update contributors

    killergerbah committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    abe2f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6248a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d010acb View commit details
    Browse the repository at this point in the history