Releases: cleverpush/cleverpush-android-sdk
Releases · cleverpush/cleverpush-android-sdk
1.34.23
1.34.22
1.34.21
1.34.20
1.34.20 (22.01.2025)
setSubscriptionAttribute
,addSubscriptionTag/Tags
, andremoveSubscriptionTag/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
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 inAppBanner
is always executed as the last action. - Added a feature to display
AppBanner
while the app is in the foreground upon receiving asilent push notification
.
1.34.18
1.34.18 (17.12.2024)
- Added support for Firebase Messing Version 24.
- Optimized
notificationOpenedCallback
for notifications by adding thesetCustomNotificationActivityEnabled
method, allowing to launch a custom activity throughnotificationOpenedCallback
by settingsetCustomNotificationActivityEnabled(true)
1.34.17
1.34.16
1.34.15
1.34.14
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.