You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implemented site info caching for 10 seconds to reduce frequent API calls.
16
+
17
+
#### Changed
18
+
- Integrators can now extend the Glia SDK's built-in `GliaFcmService`.
19
+
- Improved `GliaWidgets.init()` exception causes, providing more informative messages for `com.glia.widgets.GliaWidgetsException` when the SDK fails to initialize due to credential issues.
20
+
- Updated Unified Customization for survey screen and added some configuration options.
21
+
- Replaced the custom survey view with a bottom sheet design to improve display behavior, addressing issues like full-screen expansion and background transparency.
22
+
23
+
#### Fixed
24
+
- Unified a design difference between iOS and Android related to applying styles to survey input fields.
25
+
- Corrected an error where cached locale strings failed to receive updates depending on the device's time zone relative to UTC. Locale strings now update immediately on device restart.
26
+
- Fixed an issue that caused a crash when establishing media streams.
27
+
- Addressed memory leak issues, improving overall performance and stability.
28
+
- Aligned operator name display across Widgets screens to consistently show only the first name.
29
+
30
+
### iOS Widgets SDK v3.2.2
31
+
#### Changed
32
+
- The header of the Chat screen now has a shadow.
33
+
- Updated Unified Customization for survey screen and added some configuration options.
34
+
35
+
#### Fixed
36
+
- Fixed an issue that the visitor survey was not opening after ending the chat.
37
+
- Fixed a bug where a failed engagement could not be closed.
38
+
- Fixed an issue of app crashing when uploading attachments to the chat during a Live Observation.
39
+
- Unified a design difference between iOS and Android related to applying styles to survey input fields.
0 commit comments