Skip to content

Releases: Giphy/giphy-android-sdk

v2.4.0

21 Nov 16:51
15f5d5a

Choose a tag to compare

Under-the-hood changes to support GIPHY apps and extensions

v2.3.18

09 Sep 10:38
d958706

Choose a tag to compare

  • Addresses #240 : NullPointerException: "View on GIPHY" on the user's avatar
  • Bump Fresco from version 3.4.0 to 3.6.0

v2.3.17

19 Jun 18:20
67d4018

Choose a tag to compare

  • Introduces a new settings property(enableEdgeToEdge) to enable edge-to-edge support for the GiphyDialogFragment.
  • Addresses #237 : GiphyDialogFragment renders behind system navigation bar in edge-to-edge mode

v2.3.16

10 Jan 14:45
5fcec3b

Choose a tag to compare

  • Addresses #230 : Bump to Fresco 3.4.0, which includes 16KB support for Android 15 devices.

v2.3.15

06 Aug 15:46
0ef3ca0

Choose a tag to compare

GiphyDialogFragment Enhancements:

  • Introduced two new properties to enhance the customization of the GiphyDialogFragment:
    kotlin
val dialog = GiphyDialogFragment.newInstance(
    settings.copy(
        trayHeightMultiplier = 0.75F,  
        autoCloseOnMediaSelect = false
    )
)
  • trayHeightMultiplier: This property allows developers to set the height of the tray's "snap point" as a ratio of the GiphyDialog's height.

  • autoCloseOnMediaSelect: This property provides control over the dialog's behavior when a media item is selected. Setting this property to false keeps the dialog open even after a media item is chosen, offering a smoother and more flexible user experience.

v2.3.14-fresco-v2.5.0

22 May 12:45

Choose a tag to compare

v2.3.14 with the Fresco of v2.5.0.

v2.3.14

22 May 12:39
ee306f8

Choose a tag to compare

  • Addresses #222 : Gray Top App Bar.
  • Under-the-hood changes to support GIPHY apps and extensions (not relevant to external devs)

v2.3.13-fresco-v2.5.0

31 Oct 16:07
f1d446f

Choose a tag to compare

v2.3.13 with the Fresco of v2.5.0.

v2.3.13

31 Oct 15:26
f1d446f

Choose a tag to compare

  • Addresses #212: Update Fresco dependency from 3.1.0 to 3.1.3.
  • Update androidx.annotation:annotation from 1.6.0 to 1.7.0
  • Update androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2

v2.3.12-fresco-v2.5.0

26 Oct 17:34

Choose a tag to compare

v2.3.12 with the Fresco of v2.5.0.