Releases: Giphy/giphy-android-sdk
v2.3.0
v2.2.0
This release addresses recurring issues related to our dependency on Google's ExoPlayer
, which we use to power video playback and caching for GIPHY clips content. Learn more about clips here.
As many of our integration partners have noted, ExoPlayer is in active development and often changes interface definitions with new versions. This poses challenges to developers who may use ExoPlayer in their apps independently of their GIPHY integration, and face potential versioning conflicts as a result.
We have decided to remove ExoPlayer as a default dependency of the GIPHY SDK, so that developers not using Clips in their integration won't automatically import this library unnecessarily.
We have also decided to give developers who are using Clips in their integration absolute control over the version of ExoPlayer, by abstracting the GIPHY SDK's use of ExoPlayer via a new GPHAbstractVideoPlayer
definition. The steps to manually import ExoPlayer and implement this class are documented here and are also demonstrated in the demo app
If you're actively maintaining a GIPHY integration including the Clips content type, please note that updating to this version will require additional changes to your code base.
Relevant Issues:
v2.1.18
General code maintenance to support GIPHY internal teams
v2.1.17
v2.1.16
v2.1.15
Deep Press Previews:
This new feature enables users to "deep press" on a piece of content in the grid and view a context menu, including various options such as select, more by @user-name, and remove from recents, which is only shown in the case the grid is populated with previously selected content.
While this feature applies to all content types in the GIPHY SDK, we were motivated to develop it specifically to enhance the experience for Clips (GIFs With Sound!), so that users may much more seamlessly experience video content without having to leave the context of the grid.
Whereas previously the only method of hearing a Clip was to tap on its silent preview in the grid, taking the user to the detail screen, users may now "deep press" on the preview to see and hear it in inline.
v2.1.14
- Addresses RN SDK issue #49:
Added possibility to disable Exoplayer cache initialization
v2.1.13
- Addresses issue #170 : Exoplayer version incompatibility causing crashes on clips.
- Addresses RN SDK issue #48: Request to update internal dependency on Exoplayer to v2.16.
- Docs: created table of contents, with links to specific sections, following iOS.
- Docs: created separate doc files for java and kotlin.