Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-acoustic/SampleCode_AcousticMobilePush_Android_java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: beta
Choose a base ref
...
head repository: go-acoustic/SampleCode_AcousticMobilePush_Android_java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 30, 2026

  1. April 30 2026 AcousticMobilePush Release

    AcousticMobilePush 3.10.116
    
    Release AcousticMobilePush Change Notes:
    Bug Fixes
    
    - Fix issue with gradle 8.13
    - Fix in-app messages silently dropped when callers pass getApplicationContext() to InAppManager.show().
    - Minor bugs.
    
    Improvements
    
    - Fix issue with BaseInAppTemplate that displays java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState.
    - Up to date for internal native libraries.
    - Apply warnings suggestions to get a updated code implementation.
    - Update notification configuration for Sample App.
    - Review target API 36 support on plugins and Sample App.
    - Update internal emulator for testing tasks.
    - Turn off Cobertura report to Jacoco instead.
    - Update project to use gradle 8.13 and support 36.x.
    - Prevent null or empty inbox message Ids.
    
    Our environment for this release:
    
    - MacOS 26.1.
    - Android Studio Otter | 2025.2.1 Patch 1
    - minimal API 21 to 36.x
    
    Known Issues
    
    - None.
    experienceanalyticssdk committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    b60d59b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Configuration menu
    Copy the full SHA
    01986e8 View commit details
    Browse the repository at this point in the history
  2. May 20 2026 AcousticMobilePush Release

    AcousticMobilePush 3.10.119
    
    Release AcousticMobilePush Change Notes:
    Bug Fixes
    
    - Fix issue with gradle 8.13
    - Fix in-app messages silently dropped when callers pass getApplicationContext() to InAppManager.show().
    - Fix ConcurrentModificationException in MessageProcessorRegistry.
    - Minor bugs.
    
    Improvements
    
    - Fix issue with BaseInAppTemplate that displays java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState.
    - Up to date for internal native libraries.
    - Apply warnings suggestions to get a updated code implementation.
    - Update notification configuration for Sample App.
    - Review target API 36 support on plugins and Sample App.
    - Update internal emulator for testing tasks.
    - Turn off Cobertura report to Jacoco instead.
    - Update project to use gradle 8.13 and support 36.x.
    - Prevent null or empty inbox message Ids.
    
    Our environment for this release:
    
    - MacOS 26.1.
    - Android Studio Otter | 2025.2.1 Patch 1
    - minimal API 21 to 36.x
    
    Known Issues
    
    - None.
    experienceanalyticssdk committed May 20, 2026
    Configuration menu
    Copy the full SHA
    5da7d61 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. Configuration menu
    Copy the full SHA
    685ed17 View commit details
    Browse the repository at this point in the history
  2. May 29 2026 AcousticMobilePush Release

    AcousticMobilePush 3.10.122
    
    Release AcousticMobilePush Change Notes:
    Bug Fixes
    
    - Fix issue with gradle 8.13
    - Fix stored registration (user ID and channel ID) being cleared on first launch after upgrading from an older SDK version, which triggered an unintended re-registration and a new user ID.
    - Fix in-app messages silently dropped when callers pass getApplicationContext() to InAppManager.show().
    - Fix ConcurrentModificationException in MessageProcessorRegistry.
    - Minor bugs.
    
    Improvements
    
    - Fix issue with BaseInAppTemplate that displays java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState.
    - Up to date for internal native libraries.
    - Apply warnings suggestions to get a updated code implementation.
    - Update notification configuration for Sample App.
    - Review target API 36 support on plugins and Sample App.
    - Update internal emulator for testing tasks.
    - Turn off Cobertura report to Jacoco instead.
    - Update project to use gradle 8.13 and support 36.x.
    - Prevent null or empty inbox message Ids.
    
    Our environment for this release:
    
    - MacOS 26.1.
    - Android Studio Otter | 2025.2.1 Patch 1
    - minimal API 21 to 36.x
    
    Known Issues
    
    - None.
    experienceanalyticssdk committed May 29, 2026
    Configuration menu
    Copy the full SHA
    7e8a259 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. Configuration menu
    Copy the full SHA
    82345d6 View commit details
    Browse the repository at this point in the history
  2. August 12 2026 AcousticMobilePush Release

    AcousticMobilePush 3.10.125
    
    Release AcousticMobilePush Change Notes:
    Bug Fixes
    
    - Fix issue with gradle 8.13
    - Fix stored registration (user ID and channel ID) being cleared on first launch after upgrading from an older SDK version, which triggered an unintended re-registration and a new user ID.
    - Fix in-app messages silently dropped when callers pass getApplicationContext() to InAppManager.show().
    - Fix ConcurrentModificationException in MessageProcessorRegistry.
    - Fix NullPointerException in MceJobRegistry caused by non-atomic singleton initialisation.
    - Minor bugs.
    
    Improvements
    
    - Fix issue with BaseInAppTemplate that displays java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState.
    - Up to date for internal native libraries.
    - Apply warnings suggestions to get a updated code implementation.
    - Update notification configuration for Sample App.
    - Review target API 36 support on plugins and Sample App.
    - Update internal emulator for testing tasks.
    - Turn off Cobertura report to Jacoco instead.
    - Update project to use gradle 8.13 and support 36.x.
    - Prevent null or empty inbox message Ids.
    - Add InAppExternalRenderer so host applications can render in-app messages with their own UI layer, for example Jetpack Compose, while the SDK keeps ownership of the message lifecycle.
    
    Our environment for this release:
    
    - MacOS 26.1.
    - Android Studio Otter | 2025.2.1 Patch 1
    - minimal API 21 to 36.x
    
    Known Issues
    
    - None.
    experienceanalyticssdk committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    eecc4b0 View commit details
    Browse the repository at this point in the history
Loading