Skip to content

Releases: Giphy/giphy-android-sdk

v2.1.9

25 Oct 17:27
802a8a0
Compare
Choose a tag to compare
  • Addresses issue #161:
    Developers can now use the custom theme.

v2.1.8

19 Oct 17:03
7c44f3f
Compare
Choose a tag to compare
  • Improved Accessibility(Talkback) UX
  • under the hood Core SDK version 3.1.9

v2.1.7

08 Sep 15:54
f2170fb
Compare
Choose a tag to compare
  • Improved Accessibility(Talkback) UX for the gridView cells.
  • Loop Clips sound 3 times once playback started.

v2.1.6

26 Aug 12:46
27894a4
Compare
Choose a tag to compare
  • Addresses issue #139:
    GiphyDialogFragment.Companion.newInstance and Giphy.INSTANCE.configure functions allow Java calls to them to skip arguments that have a default value.
  • GPHVideoPlayerView automatically mutes a repeatable clip to achieve parity with iOS SDK.

v2.1.5

25 Aug 15:47
352632e
Compare
Choose a tag to compare

General code maintenance to support GIPHY internal teams

v2.1.4

04 Aug 17:09
db86a68
Compare
Choose a tag to compare
  • General code maintenance to support GIPHY internal teams

v2.1.3

20 Jul 15:00
dd64f04
Compare
Choose a tag to compare
  • Addresses #139:
    • GiphyGridView crashes on dynamic texts and does not have the possibility to disable the animated texts feature.
    • View on Giphy action does not work for animated texts and clips.

v2.1.2

02 Jul 17:06
79510f0
Compare
Choose a tag to compare
  • Clips (GIFs with Sound!) is a brand new content type available in the SDK. Details here.

v2.1.1

18 Jun 11:45
1c4f33a
Compare
Choose a tag to compare
  • Addresses #131 (Fully migrated off of Jcenter by pointing the dependencies to MavenCentral). This entails removing the BlurKit library.
  • Fixes #133, #128 (Crash)
  • Fixes #135 ('No GIFs Found' text color is always black regardless of the theme used)
  • Added the way to set Rendition type in GiphyGridView.

v2.1.0

21 Apr 18:48
adee6a6
Compare
Choose a tag to compare

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.