Skip to content

chore(deps): [WPB-9777] bump ly.count.android:sdk from 24.7.7 to 26.1.1#4706

Open
dependabot[bot] wants to merge 6 commits intodevelopfrom
dependabot/gradle/ly.count.android-sdk-26.1.1
Open

chore(deps): [WPB-9777] bump ly.count.android:sdk from 24.7.7 to 26.1.1#4706
dependabot[bot] wants to merge 6 commits intodevelopfrom
dependabot/gradle/ly.count.android-sdk-26.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps ly.count.android:sdk from 24.7.7 to 26.1.1.

Release notes

Sourced from ly.count.android:sdk's releases.

26.1.1

  • Added Content feature method previewContent(String contentId) (Experimental!).

  • Improved content display and refresh mechanics.

  • Mitigated an issue about health checks storage in explicit storage mode.

26.1.0

  • Extended server configuration capabilities with server-controlled listing filters:

    • Event filters (blacklist/whitelist) to control which events are recorded.
    • User property filters (blacklist/whitelist) to control which user properties are recorded.
    • Segmentation filters (blacklist/whitelist) to control which segmentation keys are recorded.
    • Event-specific segmentation filters (blacklist/whitelist) to control segmentation keys per event.
    • User property cache limit to limit the number of user properties recorded per request.
  • Added support for Journey Trigger Events that trigger a content zone refresh when recorded.

  • Mitigated an issue where closing surveys that were presented via journeys was triggering an exception.

  • Mitigated an issue where when a content started loading opening a new activity could have hide it.

25.4.9

  • Added a new config option disableViewRestartForManualRecording() to disable auto close/restart behavior of manual views on app background/foreground actions.

25.4.8

  • Mitigated an issue where push notifications were not shown when consent was not required and app was killed.

25.4.7

  • Mitigated an issue where the navigation bar showed an unwanted shadow during content display.

25.4.6

  • Improved content error handling and display mechanics.
  • Updated user properties caching mechanism according to sessions.

25.4.5

  • Added a new config flag setUseSerialExecutor(boolean useSerial) for selecting immediate request executor type.

  • Added a new config option setWebviewDisplayOption(WebViewDisplayOption) to control how Content and Feedback Widgets are displayed.

    • IMMERSIVE mode (default): Full-screen display (except cutouts).
    • SAFE_AREA mode: Omits status bar, navigation bar and cutouts when displaying WebView.
  • Added a new config option disableGradualRequestCleaner() to change request queue overflow behavior. When enabled, all overflowing requests are removed at once instead of in batches.

  • Added a new method requestQueue().addCustomNetworkRequestHeaders(Map<String,String>) for providing or overriding custom headers after init.

  • Mitigated a potential issue where Remote Config calls could have blocked the main UI thread processes.

  • Immediate requests now will be run by parallel executor instead of serial by default.

25.4.4

  • Improved disk size calculation in crash reports.

  • Added a new function "recordMetrics(metricsOverride)" to send a device metrics request, accessible through the requestQueue interface.

  • Added a new Consent option "metrics" for controlling "recordMetrics" method. (This has no effect on Session metrics.)

  • Added "setRequestTimeoutDuration(requestTimeoutDuration)" init config method to change request timeout duration in seconds.

... (truncated)

Changelog

Sourced from ly.count.android:sdk's changelog.

26.1.1

  • Added Content feature method previewContent(String contentId) (Experimental!).

  • Improved content display and refresh mechanics.

  • Mitigated an issue about health checks storage in explicit storage mode.

26.1.0

  • Extended server configuration capabilities with server-controlled listing filters:

    • Event filters (blacklist/whitelist) to control which events are recorded.
    • User property filters (blacklist/whitelist) to control which user properties are recorded.
    • Segmentation filters (blacklist/whitelist) to control which segmentation keys are recorded.
    • Event-specific segmentation filters (blacklist/whitelist) to control segmentation keys per event.
  • Added support for Journey Trigger Events that trigger a content zone refresh when recorded.

  • Added a configurable user property cache limit through server configuration.

  • Mitigated an issue where closing surveys that were presented via journeys was triggering an exception.

  • Mitigated an issue where when a content started loading opening a new activity could have hide it.

25.4.9

  • Added a new config option disableViewRestartForManualRecording() to disable auto close/restart behavior of manual views on app background/foreground actions.

25.4.8

  • Mitigated an issue where push notifications were not shown when consent was not required and app was killed.

25.4.7

  • Mitigated an issue where the navigation bar showed an unwanted shadow during content display.

25.4.6

  • Improved content error handling and display mechanics.
  • Updated user properties caching mechanism according to sessions.

25.4.5

  • Added a new config flag setUseSerialExecutor(boolean useSerial) for selecting immediate request executor type.

  • Added a new config option setWebviewDisplayOption(WebViewDisplayOption) to control how Content and Feedback Widgets are displayed.

    • IMMERSIVE mode (default): Full-screen display (except cutouts).
    • SAFE_AREA mode: Omits status bar, navigation bar and cutouts when displaying webviews.
  • Added a new config option disableGradualRequestCleaner() to change request queue overflow behavior. When enabled, all overflowing requests are removed at once instead of in batches.

  • Added a new method requestQueue().addCustomNetworkRequestHeaders(Map<String,String>) for providing or overriding custom headers after init .

  • Mitigated a potential issue where Remote Config calls could have blocked the main UI thread processes.

  • Immediate requests now will be run by parallel executor instead of serial by default.

25.4.4

  • Improved disk size calculation in crash reports.

  • Added a new function "recordMetrics(metricsOverride)" to send a device metrics request, accessible through the requestQueue interface.

  • Added a new Consent option "metrics" for controlling "recordMetrics" method. (This has no effect on Session metrics.)

  • Added "setRequestTimeoutDuration(requestTimeoutDuration)" init config method to change request timeout duration in seconds.

... (truncated)

Commits
  • 5c74696 Merge pull request #544 from Countly/26_1_1
  • 259e5b6 feat: 26.1.1
  • a120de1 Merge pull request #543 from Countly/fix_merge_conflict
  • fcff6a7 fix: merge conflict
  • 3a3d7c6 Merge pull request #528 from Countly/await_all_rsrcs
  • eb63b5a Merge pull request #538 from Countly/preview_content
  • 62fc7b0 Merge branch 'staging' into preview_content
  • 22f8a74 Merge pull request #539 from Countly/remake_content
  • ffd9d44 Update CHANGELOG.md
  • f01c106 feat: add activity removal notice
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ly.count.android:sdk](https://github.com/Countly/countly-sdk-android) from 24.7.7 to 26.1.1.
- [Release notes](https://github.com/Countly/countly-sdk-android/releases)
- [Changelog](https://github.com/Countly/countly-sdk-android/blob/master/CHANGELOG.md)
- [Commits](Countly/countly-sdk-android@24.7.7...26.1.1)

---
updated-dependencies:
- dependency-name: ly.count.android:sdk
  dependency-version: 26.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.91%. Comparing base (fbf7eb4) to head (342cd99).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4706   +/-   ##
========================================
  Coverage    49.91%   49.91%           
========================================
  Files          602      602           
  Lines        20650    20650           
  Branches      3291     3291           
========================================
  Hits         10307    10307           
  Misses        9377     9377           
  Partials       966      966           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbf7eb4...342cd99. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yamilmedina yamilmedina requested a review from a team as a code owner April 10, 2026 13:59
@yamilmedina yamilmedina requested review from MohamadJaara, alexandreferris, mathias-niboulies, sbakhtiarov and typfel and removed request for a team April 10, 2026 13:59
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants