Skip to content

Releases: Giphy/giphy-android-sdk

v2.3.15

06 Aug 15:46
0ef3ca0
Compare
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
Compare
Choose a tag to compare

v2.3.14 with the Fresco of v2.5.0.

v2.3.14

22 May 12:39
ee306f8
Compare
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
Compare
Choose a tag to compare

v2.3.13 with the Fresco of v2.5.0.

v2.3.13

31 Oct 15:26
f1d446f
Compare
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
Compare
Choose a tag to compare

v2.3.12 with the Fresco of v2.5.0.

v2.3.12

20 Oct 17:27
5d2f5a8
Compare
Choose a tag to compare
  • Option to disable emoji variations
GPHSettings.disableVariations = true  
  • Improved accessibility label quality for gifs (uses the alt_text property of Media to populate gifs' accessibility labels, when available. otherwise defaults to title)

v2.3.11

12 Oct 10:36
7616e31
Compare
Choose a tag to compare

Updated Fresco dependency to version v3.1.0.

Updates to the demo project include:

  • Set Gradle version to 8
  • Set compileSdkVersion to 34
  • Set jvmTarget to 17
  • Resolved compilation warnings
  • The code has been updated to migrate from the standalone Exoplayer library to androidx.media3:media3-exoplayer:1.1.1.

v2.3.10

25 Aug 08:34
7951808
Compare
Choose a tag to compare

Addresses issue #210: The preview dialog does not close when the back button is pressed.

v2.3.9

14 Aug 16:43
e75012e
Compare
Choose a tag to compare
  • General code maintenance to support GIPHY internal teams