Skip to content

Releases: Pushwoosh/pushwoosh-android-sdk

6.4.4

24 Mar 12:36
Compare
Choose a tag to compare

Important

  • Application groups feature now requires providing package names of all apps in a group in the com.pushwoosh.trusted_package_names meta-data. More details here
  • Removed com.pushwoosh.vendor_package_name_prefix AndroidManifest flag. Use com.pushwoosh.trusted_package_names instead.

Fixed

  • Permission Bypass Vulnerability in content providers

6.4.3

02 Mar 08:46
Compare
Choose a tag to compare

Fixed

  • Rare occasions of NullPointerException after sending RichMedia
  • Non-fatal SQLite exceptions in pushwoosh-inbox module when receiving 1000 or more inbox messages

6.4.2

08 Feb 06:07
Compare
Choose a tag to compare

Updated

  • Pushwoosh internal analytics module

6.4.1

04 Feb 17:11
Compare
Choose a tag to compare

Fixed

  • java.lang.RuntimeException while executing doInBackground() that appeared in version 6.4.0

6.4.0

18 Jan 10:03
Compare
Choose a tag to compare

Added

  • New cancel sent push messages feature. Check the guide

Fixed

  • An app crash in NotificationOpenActivity

6.3.7

08 Dec 20:00
Compare
Choose a tag to compare

Fixed

  • A bug with parsing dynamic content in Richmedia containing no default value

Updated

  • Version of androidx.work:work-runtime dependency to [2.0.0, 2.7.99]
  • Version of androidx.annotation:annotation dependency to [1.0.0, 1.3.99]
  • Version of androidx.appcompat:appcompat dependency to [1.0.0, 1.4.99]
  • Version of com.google.android.material:material dependency to [1.0.0, 1.5.99]

6.3.6

22 Nov 09:25
Compare
Choose a tag to compare

Fixed

  • An app crash in pushwoosh-inbox module when opening the message with the URL on a device with no browser

6.3.5

02 Nov 12:54
Compare
Choose a tag to compare

Fixed

  • Memory leaks when calling registerForPushNotifications method multiple times

6.3.4

19 Oct 11:16
Compare
Choose a tag to compare

Fixed

  • Issues with notifications groups when using custom NotificationFactory

Added

  • AndroidManifest.xml meta-data parameters to prevent the SDK from collecting device data. Check the listing in the guide

6.3.3

10 Sep 09:43
Compare
Choose a tag to compare

Fixed

  • Pushwoosh-location module now sends /getNearestZone requests in worker thread (in version 6.3.2 they were sent in main thread)