Releases: Pushwoosh/pushwoosh-android-sdk
Releases · Pushwoosh/pushwoosh-android-sdk
6.4.4
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. Usecom.pushwoosh.trusted_package_names
instead.
Fixed
- Permission Bypass Vulnerability in content providers
6.4.3
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
Updated
- Pushwoosh internal analytics module
6.4.1
Fixed
- java.lang.RuntimeException while executing doInBackground() that appeared in version 6.4.0
6.4.0
6.3.7
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
Fixed
- An app crash in pushwoosh-inbox module when opening the message with the URL on a device with no browser
6.3.5
6.3.4
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