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

Contain and retain GB on rotation #9030

Merged
merged 25 commits into from
Feb 5, 2019
Merged

Contain and retain GB on rotation #9030

merged 25 commits into from
Feb 5, 2019

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    98940eb View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d502dc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    1a8f5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5cb4c View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    hypest committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    62efc23 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    13da084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5772623 View commit details
    Browse the repository at this point in the history
  3. Don't re-finish GB init if recreating Activity

    GutenbergEditorFragment has been recreated but the GB container
    hasn't so, no need to re-send content, etc. Essentially, we do let the
    system kill and recreate the fragments, and only let the parent continue
    with the "setContent()" logic if the GB container was in fact
    re-initialized.
    
    That handles the cases of the system killing the activities (like when
    "Don't keep activities" developer setting is enabled, and when rotating
    the device.
    hypest committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    4cf21c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22fd283 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    8461ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f856965 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    0935d65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031de3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1beff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dfbeae View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Access the retained container directly

    It's retained so, accessing it via the fragment manager creates some
    gaps on its availability. The fragment is still alive and active but not
    attached yet so, the manager doesn't offer it.
    hypest committed Feb 1, 2019
    3 Configuration menu
    Copy the full SHA
    0e2237f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487fe2b View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    hypest committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    2b852d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

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

Commits on Feb 5, 2019

  1. Update gutenberg-mobile ref

    hypest committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    7013eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6dee6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea19f07 View commit details
    Browse the repository at this point in the history
  4. Update gutenberg-mobile ref

    hypest committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    251e109 View commit details
    Browse the repository at this point in the history
  5. Update to merged Aztec commit

    hypest committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    0044147 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec9f0a8 View commit details
    Browse the repository at this point in the history