Releases: salemove/android-sdk-widgets
Releases · salemove/android-sdk-widgets
Glia Android Widgets SDK 1.7.6
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
Glia Android Widgets SDK 1.7.4
What's Changed
- Fix operator avatar not removed by @jakob-mc in #182
- Update strings by @deniss-mc in #181
Full Changelog: v1.7.3...v1.7.4
GliaWidgets SDK v1.7.3
What's Changed
- Fix for Mute button by @deniss-mc in #173
- Chat input mode should change to enabled if operator sends message first by @deniss-mc in #174
- Fix choice card ui issues by @jakob-mc in #175
Full Changelog: v1.7.2...v1.7.3
GliaWidgets SDK v1.7.2
v1.7.1
v1.7.0
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
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 fromandroid-widgets
without importingandroid-sdk
into Gradle script separately (for examplegetVisitorInfo
method is now accessible without importingandroid-sdk
directly link)
Full Changelog: v1.6.16...v1.6.17
GliaWidgets SDK v1.6.16
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
What's Changed
- Extend color customization possibilities on chat view
Full Changelog: v1.6.14...v1.6.15