Skip to content

Releases: salemove/android-sdk-widgets

Glia Android Widgets SDK 1.7.6

16 Feb 13:10
Compare
Choose a tag to compare

What's Changed

Fixed

  • Ending the screen sharing from Visitor side causes App freeze and crash
  • The attachment menu doesn't close on tap outside of it / typing message / scrolling

Full Changelog: v1.7.5...v1.7.6

Glia Android Widgets SDK 1.7.5

14 Feb 15:43
Compare
Choose a tag to compare

What's Changed

  • Updated Core SDK dependency

Full Changelog: v1.7.4...v1.7.5

Glia Android Widgets SDK 1.7.4

04 Feb 08:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.3...v1.7.4

GliaWidgets SDK v1.7.3

25 Jan 12:15
b9e0a82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.7.3

GliaWidgets SDK v1.7.2

18 Jan 10:53
e2713b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

10 Jan 08:43
c61f0e2
Compare
Choose a tag to compare
Merge pull request #171 from salemove/prelive

Glia Widgets SDK 1.7.1

v1.7.0

07 Jan 13:19
aa9ed27
Compare
Choose a tag to compare

What's Changed

  • Audio/Video - Application may crash if visitor minimizes a call by @jakob-mc in #158
  • Use FileUploadDenied error instead of InternalError by @dukhovnyi in #159
  • Make chat text selectable by @jakob-mc in #161
  • Update Glia Android SDK dependency to 0.23.0 by @deniss-mc in #163
  • Make visitor message text selectable by @jakob-mc in #165
  • Fix incorrect "Audio call" title during connection with operator by @AndriiHorishniiMOC in #164
  • Add "delivered" message to image and file messages by @jakob-mc in #160

Full Changelog: v1.6.17...v1.7.0

GliaWidgets SDK v1.6.17

17 Dec 17:15
9760341
Compare
Choose a tag to compare

What's Changed

Introduced

  • Attribute for customization color for send message button (gliaSendMessageButtonTintColor)
<style name="ThemeOverlay.GliaAndroidSDKWidgetsExample.Chat" parent="ThemeOverlay.Glia.Chat">
    <item name="gliaSendMessageButtonTintColor">@color/gray</item>
</style>
  • exposed android-sdk interfaces. All interfaces from CoreSDK is now accesible from android-widgets without importing android-sdk into Gradle script separately (for example getVisitorInfo method is now accessible without importing android-sdk directly link)

Full Changelog: v1.6.16...v1.6.17

GliaWidgets SDK v1.6.16

10 Dec 16:48
d14daa4
Compare
Choose a tag to compare

Fixed

  • fixed capture photo rotation

Introduced

  • Build time attributes for customization choice card content text view

Full Changelog: v1.6.15...v1.6.16

GliaWidgets 1.6.15

02 Dec 17:46
077e17b
Compare
Choose a tag to compare

What's Changed

  • Extend color customization possibilities on chat view

Full Changelog: v1.6.14...v1.6.15