ABMediaView v0.3.0 Release Notes

Release Date: 2017-02-04 // about 7 years ago
  • Released : 2/4/17

    โž• Added:

    • Play audio using ABMediaView
    • Manage audio playback when ABMediaView is playing, using 'setPlaysAudioWhenPlayingMediaOnSilent' and 'setPlaysAudioWhenStoppingMediaOnSilent'
    • โž• Add 'Title' and 'Details' to display on the top of the ABMediaView
    • โž• Add a custom play button for media
    • ๐Ÿ‘€ Functionality to set an ABMediaView with a video and image thumbnail, as well as a GIF preview. The user can press and hold on a ABMediaView to see the preview.
    • โž• Added delegates to knowing when an ABMediaView has changed values while minimizing, as well as knowing when minimization has ended.

    โšก๏ธ Updated:

    • โž• Added 'topBuffer' variable, to adjust the buffer space between the top of the ABMediaView and content on the top of the view (closeButton, topOverly). Presets are available for spacing equal to UIStatusBar, UINavigationBar, UITabBar, etc.
    • โž• Added listeners to adjust UI when app is going from foreground to background, and viseversa.

    ๐Ÿ›  Fixed:

    • Issue where GIF from previous ABMediaView displayed was showing on the next ABMediaView
    • ๐Ÿ”„ Changed 'ABUtils' to 'ABCommons' to avoid conflicts when using the 'ABUtils' library seperately
    • ๐Ÿ’ป Issue where the screen was rotated, but the transition animation had not yet taken place, but the UI was adjusting as if it had.