gluonhq / attach

GNU General Public License v3.0
50 stars 26 forks source link

Support user payload data in push-notification and multiple notifications #289

Closed cseeberg closed 2 years ago

cseeberg commented 3 years ago

… push-notifications on Android

The implementation only supported id, title, body and silent items, effectively washing out the users payload. The payload in its entirety is now forwarded and is obtainable from the Gluon application. The hardcoded REQUEST_CODE is now replaced with a unique number to allow for visualizing multiple push-notifications on the Android device. Both these tasks were handled correctly on the iOS implementation.

Fixes issue #288 and issue #255.

cseeberg commented 2 years ago

Any chance of getting this re-reviewed ?

cseeberg commented 2 years ago

Ok, a new attempt was made :-)