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

feat: implement enterPictureInPictureOnLeave prop for both platform(Android, iOS) #3385

Open
wants to merge 76 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2023

  1. docs: enable Android PIP

    YangJonghun committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    29c35e9 View commit details
    Browse the repository at this point in the history
  2. chore: change comments

    YangJonghun committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e5fd0c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b554034 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    3ba6a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4938bd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e8307b View commit details
    Browse the repository at this point in the history
  4. feat: add isInPictureInPicture flag for lifecycle handling

    - activity provide helper method for same purpose, but this flag makes code simple
    YangJonghun committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0c06c2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3066a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    60657eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2872689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9723313 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8269546 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    d10f624 View commit details
    Browse the repository at this point in the history
  2. fix: check multi window mode when host pause

    - some OS version call onPause on multi-window mode
    YangJonghun committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    05e704d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d742b96 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Mar 8, 2024

  1. Merge tag 'v6.0.0-beta.5' into feat/android-pip

    Release v6.0.0-beta.5
    YangJonghun committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7419a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996cb2f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Apr 10, 2024

  1. Merge tag 'v6.0.0-beta.8' into feat/android-pip

    Release v6.0.0-beta.8
    YangJonghun committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c1c7625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c2321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf57475 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. refactor: add enterPictureInPictureOnLeave prop and pip methods

    - remove pictureInPicture boolean prop
    - add enterPictureInPictureOnLeave boolean prop
    - add enterPictureInPicture method
    - add exitPictureInPicture method
    YangJonghun committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ad06910 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix: fix lint error

    YangJonghun committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f75489c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    2c99b61 View commit details
    Browse the repository at this point in the history
  2. docs: update docs for pip

    YangJonghun committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ed77c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf07348 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 17, 2024

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

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    8f1490a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf55f3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    39988c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013a69c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    5c153ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e3b13b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    5fbede2 View commit details
    Browse the repository at this point in the history
  2. fix(android): fix import

    YangJonghun committed May 27, 2024
    Configuration menu
    Copy the full SHA
    15cd0e8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    4a79fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edc91d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge tag 'v6.2.0' into feat/android-pip

    Release v6.2.0
    YangJonghun committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c552487 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9c9fe4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb7fbe View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge tag 'v6.3.0' into feat/android-pip

    Release v6.3.0
    YangJonghun committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ec0c172 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    b17a7bd View commit details
    Browse the repository at this point in the history
  2. Merge tag 'v6.4.1' into feat/android-pip

    Release v6.4.1
    YangJonghun committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b4db6da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5bff13 View commit details
    Browse the repository at this point in the history
  4. fix(android): fix syntax

    YangJonghun committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1cd78b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5d9a28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    053f84c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae933cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bbfe82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0f521a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff25e83 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. refactor(android): Ignore exception for some device ignore pip checker

    - some device ignore PIP availability check, so we need to handle exception to prevent crash
    YangJonghun committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    b392b75 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

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

Commits on Jul 28, 2024

  1. Merge tag 'v6.4.3' into feat/android-pip

    Release v6.4.3
    YangJonghun committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5455d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 29, 2024

  1. Merge tag 'v6.6.2' into feat/android-pip

    Release v6.6.2
    YangJonghun committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f376b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362459d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e8a0b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge tag 'v6.6.3' into feat/android-pip

    Release v6.6.3
    jonghun committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2c78d41 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    74abd7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c805d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e132c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d712690 View commit details
    Browse the repository at this point in the history
  3. fix(ios): fix lint error

    YangJonghun committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    441fb56 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    c431403 View commit details
    Browse the repository at this point in the history
  2. fix(ios): fix lint error

    YangJonghun committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    42b2477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4381e4 View commit details
    Browse the repository at this point in the history