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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
* Added gradle configuration cache support to upload symbols plugin.
3
3
* Improved user properties auto-save conditions to flush event queue with every user property call.
4
4
5
-
* Mitigated StrictMode `IncorrectContextUseViolation` warnings logged when the SDK retrieved device display metrics and constructed the content overlay view from a non-UI context.
6
-
* Mitigated an issue where content overlays and feedback widgets prevented keyboard input on the underlying activity's text fields while displayed.
7
-
* Mitigated a memory retention issue where content overlays and feedback widgets could be briefly held in memory after closing, surfacing under repeated open/close cycles.
8
-
* Mitigated a memory leak where the content overlay retained the activity it was first opened in across subsequent activity transitions.
5
+
* Mitigated `IncorrectContextUseViolation` StrictMode warnings from non-UI context use in display metrics and content overlay construction.
6
+
* Mitigated an issue where content overlays and feedback widgets blocked keyboard input on the host activity.
7
+
* Mitigated a memory retention issue where content overlays and feedback widgets were briefly held after closing.
8
+
* Mitigated a memory leak where the content overlay retained its initial host activity across activity transitions.
9
+
* Mitigated a memory leak where content overlays and feedback widgets remained referenced via lifecycle callbacks when the host activity finished.
9
10
10
11
## 26.1.2
11
12
* Added `CountlyInitProvider` ContentProvider to register activity lifecycle callbacks before `Application.onCreate()`. This ensures the SDK captures the current activity in single-activity frameworks (Flutter, React Native) and apps with deferred initialization.
0 commit comments