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

Fix apps running iOS 13 multi-window not working correctly with the lock screen #1470

Merged
merged 6 commits into from Nov 15, 2019

Commits on Nov 8, 2019

  1. Copy the full SHA
    a9bea6f View commit details
    Browse the repository at this point in the history
  2. Changes to fix rotation issues

    * Fix lock screen not appearing on iOS 13
    joeljfischer committed Nov 8, 2019
    Copy the full SHA
    72282a8 View commit details
    Browse the repository at this point in the history
  3. Update testing deps

    joeljfischer committed Nov 8, 2019
    Copy the full SHA
    57f4ce2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Fix a specific use-case with the lockscreen

    The lockscreen would stay active if:
    * The app was in the foreground and DD was active
    * The app was backgrounded
    * The device was disconnected
    * The app was foregrounded the lock screen would still be active
    joeljfischer committed Nov 13, 2019
    Copy the full SHA
    dbf2d4c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b8712a1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8362a18 View commit details
    Browse the repository at this point in the history