Releases: salemove/android-sdk-widgets
Releases · salemove/android-sdk-widgets
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
GliaWidgets v1.6.14
What's Changed
Introduced
- Interface for fetching visitor Information - [updateVisitorInfo]
- Interface for updating visitor Information - [getVisitorInfo]
Full Changelog: v1.6.13...v1.6.14
GliaWidgets v1.6.13
What's Changed
Fixed
- User unable to send a message after answer Response Card
Improvements
- Added button color customization attributes
Full Changelog: v1.6.11...v1.6.13
GliaWidgets v1.6.11
What's Changed
- Updated android-sdk dependency to 0.22.3
Introduced
- Introduce interface for clearing visitor session
Fixed
- App crashes when try to turn off the video during a video call
- Avoid collapsing the end engagement button in the notification
- Disable overlay permission dialog (if bubble disabled)
Full Changelog: v1.6.10...v1.6.11