Skip to content

Releases: Pushwoosh/pushwoosh-android-sdk

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)

6.3.2

08 Sep 12:48
Compare
Choose a tag to compare

Important

  • pushwoosh-location module now supports Android 12 features and no longer declares ACCESS_BACKGROUND_LOCATION permission itself since it requires approval during the Google Play Store review. If this permission is required by your app, it has to be manually added to your AndroidManifest.xml now. Check the guide

Added

  • A new method requestBackgroundLocationPermission() to the pushwoosh-location module

Fixed

  • SDK no longer uses alpha- and beta- dependency versions

6.3.1

30 Aug 23:20
Compare
Choose a tag to compare

Fixed

  • Sending PW_ApplicationOpen event when receiving a push to a closed app
  • Crash when using Pushwoosh SDK with 'com.google.firebase:firebase-messaging:22.+'

Added

  • Grouped notifications now properly trigger actions of the top notification

6.3.0

23 Jul 05:47
Compare
Choose a tag to compare

Fixed

  • Compatibility with firebase-messaging 22.0.0

Changed

  • Added android:exported parameter for every component in AndroidManifest.xml to comply Android 12's requirements
  • Added 'com.pushwoosh.handle_notifications_using_workmanager' AndroidManifest.xml meta-data boolean value to handle notifications using WorkManager. The default value is "false"

6.2.11

05 Jul 12:55
Compare
Choose a tag to compare

Fixed

  • Push registration firing error callback if token is not received immediately on some Huawei devices

6.2.10

15 Jun 16:07
Compare
Choose a tag to compare

Fixed

  • Issues with the number of notifications shown in summary notification when changing the multiNotificationMode

Changed

  • Removed requests caching when using startServerCommunication and stopServerCommunication methods

6.2.9

03 Jun 13:56
Compare
Choose a tag to compare

Fixed

  • Package visibility for browsers when using targetSdkVersion 30

Added

  • AndroidManifest.xml meta-data parameter com.pushwoosh.allow_server_communication. Use this meta-data with the false value to prevent from sending API requests before startServerCommunication method is called
  • New methods startServerCommunication and stopServerCommunication to Pushwoosh class

6.2.8

13 May 08:14
Compare
Choose a tag to compare

Fixed

  • java.lang.RuntimeException caused by android.content.res.AssetManager

6.2.7

05 Apr 16:13
Compare
Choose a tag to compare

Fixed

  • Issues with the initialization process of pushwoosh-huawei module in plugins

6.2.6

02 Apr 08:15
Compare
Choose a tag to compare

Changed

  • Added possibility to send push delivered/opened statistics manually
  • Fixed initialization of pushwoosh-firebase module in Xamarin plugin