Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 1.2 KB

0.8.1

0.8.0

0.7.1

  • Pubspec file mini-fix

0.7.0

  • Automatic pip method implemented for Android S.
  • Bugfix: Issue #2

0.6.0

  • Callback enabling process simplified:

    • Kotlin PipCallbackHelperActivityWrapper added
    • Example app updated to show the new wrapper usage
    • Readme instructions update
  • Pip Widget parameters added:

    • child widget is used if builder is null
    • pipChild widget is used if pipBuilder is null

0.5.1

  • Initial release bugfix:
    • README fixed
    • SDK min version fixed

0.5.0

  • Initial development release:
    • SimplePip class added with features:
      • isPipAvailable
      • isPipActivated
      • enterPipMode
      • callbacks
    • PipWidget widget added with features:
      • builder
      • pipBuilder
      • callbacks
    • Kotlin PipCallbackHelper class added