Releases: Giphy/giphy-android-sdk
Releases · Giphy/giphy-android-sdk
v2.1.0
In Kotlin 1.4.20-M2, JetBrains
has deprecated Kotlin Android Extensions
compiler plugin and extracted @Parcelize
functionality to a separate compiler plugin.
For that reason, Giphy SDK
has migrated from Kotlin Synthetics
to Jetpack
view binding, as well as migrated to the new kotlin-parcelize
plugin.
v2.0.9
- Addresses #116 (Feature request: Sticky Suggestions Bar)
- Fixes #115 (GiphyDialogFragment shows wrong content if config includes only one media type)
- Fixes #114 (Search box and trending labels gets overlapped)
- Updated Fresco that fixes blinking in Gridview for
Gif
media format andfixed-width
rendition
v2.0.8
- Allows to choose file type(Gif/WebP) for the grid:
GiphyDialogFragment
(GPHSettings.imageFormat
) /GiphyGridView.imageFormat
- Fixes #112: sometime before loading the actual search result
GiphyGridView
showstrending
Gifs GPHGridCallback.contentDidUpdate
: in case of errorresultCount
equals -1 to distinguish betweenNoResult
andError
states.
v2.0.7
v2.0.6
Release 2.0.5
- Pingbacks V2: under the hood improvements to GIPHY Analytics which helps improve search results
- fixes
"Remove" button not visible for some of gif images from "Recent" tab. #96
2.0.4
2.0.3
- Fixes incorrect SDK version numbers in Pingback Headers.
- Fixes
Fatal Exception: java.util.ConcurrentModificationException
crash that happened to “static” gifs in certain renditions.