42 Commits

Author SHA1 Message Date
Rotem Mizrachi-Meidan
e980745d91 Update Robolectric setup (#422)
* Update dependencies and specifically robolectric setup to stop leaking the setup script to dependant projects.

* deleted deprecated script prepare-robolectric
2019-12-14 19:21:28 +02:00
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
d6750ab5ae Remove gradle cache files 2019-08-12 14:55:50 +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
1c76cc727d Remove intellij iml files 2019-07-30 22:33:17 +03:00
yogevbd
08738415e9 Remove verify notification, Closes #296 2019-07-29 01:09:56 +03:00
yogevbd
406c11574b Fixes gradle 2019-07-29 00:37:31 +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
yogevbd
c06c806a71 Uprgade react-native@0.59.5 2019-07-27 22:28:01 +03:00
yogevbd
2e74b4d249 Revert "Fix push receiving from dead state"
This reverts commit 4cd72c4843.
2019-03-14 11:12:06 +02:00
yogevbd
731cc93bd4 Verify FCM notification intent 2019-02-04 17:28:46 +02:00
yogevbd
4cd72c4843 Fix push receiving from dead state 2019-02-03 22:12:47 +02:00
yogevbd
8f807e80e0 Fixes FCM notifications 2019-02-03 19:45:41 +02:00
yogevbd
d05ab1ed67 Initialize FirebaseApp - #285 2019-01-30 11:49:44 +02:00
yogevbd
a87f4a2b8a Migrate GCM to FCM 2018-12-12 15:02:28 +02:00
yogevbd
6cc55f7b19 Add notification received in foreground listener 2018-12-10 19:51:26 +02:00
Guy Carmeli
254539e064 Update example app
Update gradle files, nothing fancy.
2018-11-04 14:50:21 +02:00
Diego Mello
cb77df5a4d Update to SDK 27 2018-07-25 17:09:54 -03:00
Amit Davidi
28a2811766 Upgrade lib and demo projects to RN 0.51 2018-01-11 14:27:26 +02:00
d4vidi
0a350a12ea Merge pull request #96 from radko93/patch-2
Remove createJSModules @overide marker - RN 0.47 compatibility
2017-10-26 10:25:36 +03:00
Yedidya Kennard
7784008148 Added support for checking permissions on android 2017-08-22 12:59:35 +03:00
Radek Czemerys
a6de8b32a0 Fix comment 2017-08-07 13:56:02 +02:00
Radek Czemerys
b3214e92f2 Remove depreciated createJSModules @ovveride marker 2017-08-02 20:28:03 +02:00
Amit Davidi
53df690c90 Add the (unprotected) VIBRATE permission on Android to support vibration on old devices 2017-03-07 12:54:37 +02:00
Guy Carmeli
f281ca1275 play-services-gcm version bump 2017-01-09 18:21:42 +02:00
d4vidi
d2000cfcd4 Refactor business logic objects getters 2016-12-01 10:42:46 +02:00
d4vidi
ca6220fe0d Add more Android UT + refactoring 2016-12-01 10:14:39 +02:00
d4vidi
f2f3221d67 Add support in local notifications on Android 2016-11-29 16:13:45 +02:00
d4vidi
4353cc6f4d Update example project's RN to 0.38.0 2016-11-28 11:21:35 +02:00
d4vidi
d3e21a2ddf Slightly refactor PushNotification to allow for easier overriding (aligns with wiki) 2016-11-27 13:15:25 +02:00
d4vidi
3f51ba6262 Downgrade 2016-11-21 20:27:16 +02:00
d4vidi
bac11ebc54 Add various fixes 2016-11-21 14:03:45 +02:00
d4vidi
a34a79d97d Increase visibility of some data members on Android 2016-11-20 17:58:35 +02:00
Amit Davidi
799f9e737c Move library code to repo root to enable npm publishing 2016-11-20 09:56:49 +02:00