Skip to content

Releases: Pushwoosh/pushwoosh-android-sdk

6.7.26

11 Jun 11:21
Compare
Choose a tag to compare

Release 6.7.26

6.7.25

26 May 08:39
Compare
Choose a tag to compare

Fixed

  • Fixed a crash in setEmail and setUserId methods that could occur when server communication was disabled.

6.7.24

18 May 13:00
Compare
Choose a tag to compare

Changed

  • Internal rework of API requests authorization

6.7.23

18 May 12:32
Compare
Choose a tag to compare

Changed

  • setApiToken() method (used in plugins)

6.7.22

12 May 09:59
Compare
Choose a tag to compare

Release 6.7.22

6.7.21

01 Apr 16:54
Compare
Choose a tag to compare

Fixed

  • InAppManager.postEvent(@NonNull String event, TagsBundle attributes) method signature leaking its internal implementation

6.7.20

24 Mar 05:51
Compare
Choose a tag to compare

Fixed

  • setEmail() method not handling success callback correctly
  • HMS devices push registration issue
  • rare crash when API requests fail with DNS error
  • crash when changing fonts in inbox UI on API 34 and higher

6.7.19

17 Mar 13:09
Compare
Choose a tag to compare

Fixed

  • Rare crash when attempting to present a modal Rich Media after an app is minimized.

6.7.18

07 Mar 16:16
Compare
Choose a tag to compare

Fixed

  • dark theme applying to Rich Media content on MIUI devices
  • fixed user ID changes not resulting in reloading inbox

Changed

  • default log level is INFO now

6.7.17

25 Feb 11:26
Compare
Choose a tag to compare

Added

  • Font methods in default Inbox UI

Fixed

  • App links intents are no longer intercepted by Pushwoosh SDK
  • NullPointerException in Tags.removeTag() when trying to remove a tag that is not set yet

Removed

  • Xiaomi platform (due to Xiaomi gateway no longer working outside mainland China)
  • Removed unused BinaryPreferences code