Skip to content

Commit 62fc7b0

Browse files
Merge branch 'staging' into preview_content
2 parents 1fccbb5 + 22f8a74 commit 62fc7b0

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,7 +1,8 @@
11
## XX.XX.XX
22
* Added Content feature method `previewContent(String contentId)` (Experimental!).
3-
* Improved content display positioning in safe area mode
4-
* Improved Content refresh mechanics.
3+
* Improved content display and refresh mechanics.
4+
5+
* Mitigated an issue about health checks storage in explicit storage mode.
56

67
## 26.1.0
78
* 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)