Skip to content

Commit 22f8a74

Browse files
authored
Merge pull request #539 from Countly/remake_content
refactor: contents
2 parents 6c7d8da + ffd9d44 commit 22f8a74

13 files changed

Lines changed: 2043 additions & 751 deletions

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## XX.XX.XX
2-
* Improved content display positioning in safe area mode
3-
* Improved Content refresh mechanics.
2+
* Improved content display and refresh mechanics.
3+
4+
* Mitigated an issue about health checks storage in explicit storage mode.
45

56
## 26.1.0
67
* Extended server configuration capabilities with server-controlled listing filters:

sdk/src/androidTest/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
android:theme="@android:style/Theme.Translucent.NoTitleBar"
1414
android:launchMode="singleTop"
1515
android:exported="false"/>
16+
<activity
17+
android:name="ly.count.android.sdk.ContentOverlayViewTests$OverlayTestActivity"
18+
android:exported="false"/>
1619
<uses-library android:name="android.test.runner"/>
1720
</application>
1821

0 commit comments

Comments
 (0)