Skip to content

Releases: defold/extension-push

Upgraded build.gradle for compatibility with Gradle 7.x

11 Jul 06:06
Compare
Choose a tag to compare

FIX: The build.gradle is now compatible with Gradle 7.x and above (changing from deprecated compile to implementation)

Updated to support Defold 1.4.0

02 Nov 14:09
e6c621f
Compare
Choose a tag to compare

CHANGE: This release updates the push extension to support Defold 1.4.0

Avoid icon serialization

30 Oct 09:49
62ba21d
Compare
Choose a tag to compare
  • Fix crash when the small icon's resource change ID between builds

Update to support Android S

07 Sep 09:21
f6abf6e
Compare
Choose a tag to compare

FIX: Notifications were not scheduled on Android S due to missing configuration of PendingIntent

Fixed wrong time stamp for local notifications

09 Jun 07:29
7bd6ed9
Compare
Choose a tag to compare

What's Changed

  • Wrong time stamp for local notifications by @SalavatR in #45

New Contributors

Full Changelog: 3.2.5...3.2.6

Fix `AndroidManifest.xml`

09 Apr 12:03
Compare
Choose a tag to compare

Fix AndroidManifest.xml for Defold 1.3.2

Local notification payload fix for iOS

14 Mar 09:44
c902e25
Compare
Choose a tag to compare

FIX: The returned payload for local notifications on iOS included the full NSDictionary received in the UINotification and not the payload (Issue #43)

Smaller mutex scope + use new SDK android methods (Defold 1.2.188)

04 Jan 07:50
1f74a32
Compare
Choose a tag to compare
  • Use smaller scope for the callback's mutex to avoid possible ANRs/Crashes
  • Use new Defold SDK API (1.2.188) for attaching VM thread and loading java class

Null Pointer Exception fix in some rare cases

03 Nov 22:06
a8a539d
Compare
Choose a tag to compare

FIX: use app context instead of activity when create local notification.

Detach VM after `cancel_all_issued()` calling

31 Oct 18:16
b148229
Compare
Choose a tag to compare
  • Detach VM after cancel_all_issued() calling