12 Commits

Author SHA1 Message Date
Yogev Ben David
cdddf35ff2 Allow cancel delivered notification with tag (#402)
* Allow cancel local notification with tag

* Rename to cancelDeliveredNotification
2019-10-28 13:42:56 +02:00
Yogev Ben David
feec43139a Remove all delivered notifications support for android (#401) 2019-10-28 00:17:30 +02:00
Yogev Ben David
95d1a399de Remove vibrate permissions maxSdkVersion, fix example project on android (#388) 2019-10-02 13:29:20 +03:00
Carlos Alcazar
a1510bae1b Fixing white square icon and annotation error (#379)
* Fixing issue with notification showing as a white square for application icons that do not follow the notification icon Standard. Should be a non breaking change as the fall back should pull the application icon if it's not defined

* Not sure how long this error has been here but we are importing the wrong thing. We should be importing NonNull as importing Nullable causes a build error. The RN 60 flavor of the file is importing the NonNull

* Updating documentation for the Icon

* Fixing image name and updating documentation

* Update installation.md

Forgot one more place to update the file name
2019-09-22 12:57:23 +03:00
Yogev Ben David
0fdabd3e43 React Native 0.60 Support (#375)
* Add react-native@0.60.* support

* Change variant name

* Update installation docs

* Fix example project

* Update installation.md
2019-09-14 22:28:33 +03:00
Yogev Ben David
e434c62055 Remove GCM leftovers (#359)
* Remove GCM leftovers, fix typos

* Print android unit tests output
2019-08-12 16:23:29 +03:00
yogevbd
5056657a6b Handle intent by extra key and not by google.message_id string 2019-08-12 14:34:20 +03:00
Yogev Ben David
0b70828ca3 Revert "Remove verify notification, Closes #296" 2019-08-11 23:21:05 +03:00
yogevbd
08738415e9 Remove verify notification, Closes #296 2019-07-29 01:09:56 +03:00
yogevbd
98f3da2883 Fix android unit tests 2019-07-28 20:21:59 +03:00
yogevbd
e6f3d7e8d8 f 2019-07-28 15:19:38 +03:00
yogevbd
7aa1eba632 Fix android unit tests 2019-07-28 15:18:31 +03:00