Skip to content

Releases: cleverpush/cleverpush-android-sdk

1.34.23

17 Feb 09:17
Compare
Choose a tag to compare

1.34.23 (17.02.2025)

  • Added a feature to retrieve updated subscribed topics from the dashboard.
  • Resolved a bug in InboxView where setting a custom font family caused an error and prevented the inbox view list from displaying.

1.34.22

10 Feb 10:55
Compare
Choose a tag to compare

1.34.22 (10.02.2025)

  • Resolved a bug in AppBanner for Push Notification where the banner sometimes displayed multiple times.

1.34.21

29 Jan 15:20
Compare
Choose a tag to compare

1.34.21 (29.01.2025)

  • Resolved a crash issue in AppBanner when targeting an attribute whose value is an array type while performing pushSubscriptionAttributeValue or setSubscriptionAttribute.

1.34.20

22 Jan 10:29
Compare
Choose a tag to compare

1.34.20 (22.01.2025)

  • setSubscriptionAttribute, addSubscriptionTag/Tags, and removeSubscriptionTag/Tags are now synchronized to ensure thread-safe operations and consistent updates.
  • Added the setSubscriptionAttributes method to allow setting multiple key-value pairs in a single request for improved efficiency.

1.34.19

07 Jan 09:31
Compare
Choose a tag to compare

1.34.19 (07.01.2025)

  • Fixed an issue in AppBanner where banners with images were laggy when displayed.
  • Ensured that the Open URL action in AppBanner is always executed as the last action.
  • Added a feature to display AppBanner while the app is in the foreground upon receiving a silent push notification.

1.34.18

17 Dec 12:35
Compare
Choose a tag to compare

1.34.18 (17.12.2024)

  • Added support for Firebase Messing Version 24.
  • Optimized notificationOpenedCallback for notifications by adding the setCustomNotificationActivityEnabled method, allowing to launch a custom activity through notificationOpenedCallback by setting setCustomNotificationActivityEnabled(true)

1.34.17

28 Nov 05:18
Compare
Choose a tag to compare

1.34.17 (28.11.2024)

  • Optimized trackStoryOpened for StoryView statistics

1.34.16

22 Nov 17:26
6b11f38
Compare
Choose a tag to compare

1.34.16 (22.11.2024)

  • Added copyToClipboard method to HTML app banners

1.34.15

22 Nov 10:43
Compare
Choose a tag to compare

1.34.15 (22.11.2024)

  • Optimized trackStoryShown for StoryView statistics
  • Added support for getSubscriptionAttribute in AppBanner's HTML block.

1.34.14

19 Nov 11:28
Compare
Choose a tag to compare

1.34.14 (19.11.2024)

  • Optimized the loading animation in StoryView, with the border visibility set to gone.
  • Added a new trigger for AppBanner: Days since installation.
  • Added a feature in AppBanner to set the frequency for displaying the banner every X days.