66 Commits

Author SHA1 Message Date
yogevbd
3d62e3e0bd Update docs 2020-01-17 15:33:02 +02:00
yogevbd
b54ba78b89 Rename registerRemoteNotificationOpened to registerNotificationOpened 2020-01-17 15:25:25 +02:00
Yogev Ben David
006e4ab86f V3 (#437)
* Add typescript support

* Add unit tests

* Splits requestPermissionsWithCategories to two functions

* Done converting the js part to typescript

* typescript WIP

* Fix unit

* Fix e2e

* Identical API for Android and iOS

* Fix bundle

* build typescript before test-e2e-ios

* build typescript before test-e2e-ios

* Add docousaurus documentation

* Fix rebase from master

* Move android and ios folders into lib folder

* Split Notification.ts, Fix android example module

* Add test coverage for Notification.ts, clean old js files

* Updated docs

* Move ios and android commands to designated classes

* Remove package.json unused packages

* Fix e2e

* Fix docs, remove circleci config file

* 3.0.0-alpha.0

* Update README.md

* Fix js tests

* Add missing flavors

* Update release script

* Add pretest scripts

* Update release script

* Revert manual version change

* Fix release build

* Gradle resolve react-native version flavor

* Fix documentation website

* Add identical registerRemoteNotifications api for iOS and Android

* Finish API documentation

* Merge from master branch

* Fix build

* Remove NOTIFICATION_RECEIVED_FOREGROUND_EVENT_NAME

* Fix iOS example project

* Split specific iOS events, Update docs

* Add subscription documentation guide

* Add Local Notifications documentation guide

* Fix handling actions, Add event handling documentation guide

* Fix platforms logo

* Fix iOS unit tests

* Update package.json version to 3.0.0-beta.0 and generate CHANGELOG.gren.md [ci skip]

* Fix documentation

* Add prerelease script

* Update package.json version to 3.0.0-beta.1 and generate CHANGELOG.gren.md [ci skip]

* Add npm run docusaurus

* Add removeAllDeliveredNotifications support for both iOS and Android

* Add CI tag support

* Fix podspec

* Update iOS installation

* Fix android installation

* fix build.gradle rn package.json path

* Fix iOS

* Add NotificationFactory

* Fix tests

* Fix resolving gradle react native version

* find rn package.json by checking if the file exists instead of an exception in JsonSlurper

* Fix e2e

* Update package.json version to 3.0.0-beta.2 and generate CHANGELOG.gren.md [ci skip]

* Rename setBadgesCount to setBadgeCount

* add ios and android Notifications object getters

* Update package.json version to 3.0.0-beta.3 and generate CHANGELOG.gren.md [ci skip]

* Fix android token registration

* Update package.json version to 3.0.0-beta.4 and generate CHANGELOG.gren.md [ci skip]

Co-authored-by: wixmobile <41264282+wixmobile@users.noreply.github.com>
Co-authored-by: Artal Druk <artald@wix.com>
2020-01-15 17:13:07 +02:00
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
95d1a399de Remove vibrate permissions maxSdkVersion, fix example project on android (#388) 2019-10-02 13:29:20 +03:00
Yogev Ben David
51097b28ad Xcode 11 support in CI (#384)
* Run detox e2e tests on iPhone 11

* Run detox e2e tests on iPhone 11

* Run detox e2e tests on iPhone 11

* Link CallKit framework for iOS 11

* Upgrade detox@14.x.x

* Add CallKit to example project frameworks
2019-09-25 21:39:21 +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
381b559c8c Fix e2e 2019-07-29 16:56:29 +03:00
yogevbd
7958723c43 Add send local notification on android example app 2019-07-29 11:45:14 +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
4908c56ea6 Add test coverage on native iOS 2019-07-26 14:37:44 +03:00
yogevbd
25b5baf86f Add e2e tests and final adjustments 2019-07-10 20:57:06 +03:00
yogevbd
c97e559ad5 Fix unit tests 2019-07-09 14:45:17 +03:00
yogevbd
138636054e Fix pushKit 2019-07-09 13:10:31 +03:00
yogevbd
f0f0b0e0d1 WIP 2019-07-09 02:00:55 +03:00
yogevbd
235cffd8a4 WIP 2019-07-09 00:42:38 +03:00
yogevbd
df53f390fd WIP 2019-07-08 01:31:51 +03:00
yogevbd
38255d4fdb Clean logs 2019-07-07 19:50:36 +03:00
yogevbd
6a3809abec WIP 2019-07-07 15:45:04 +03:00
yogevbd
10730bed07 Refactor, split code, upgrade react 2019-07-07 12:41:53 +03:00
yogevbd
942d62fa1c Use local RN js code 2019-07-04 17:11:47 +03:00
Artal Druk
99717b1463 Revert "[WIP] iOS deprecated API replacement (#295)"
This reverts commit 498dd34b70.
2019-05-02 15:35:16 +03:00
Artal Druk
df5b89e8d9 example project: upgrade to RN 0.59 2019-04-18 10:46:04 +03:00
aboelbisher
498dd34b70 [WIP] iOS deprecated API replacement (#295)
* IOS deprecated API replacement
2019-03-18 11:24:55 +02:00
Guy Carmeli
e76b6dd0b4 update example app to RN 0.57 2018-11-04 15:44:10 +02:00
Guy Carmeli
254539e064 Update example app
Update gradle files, nothing fancy.
2018-11-04 14:50:21 +02:00
Amit Davidi
2c71cd9192 Upgrade ios example proj deployment target 2018-02-27 16:16:49 +02:00
Amit Davidi
28a2811766 Upgrade lib and demo projects to RN 0.51 2018-01-11 14:27:26 +02:00
Yedidya Kennard
7784008148 Added support for checking permissions on android 2017-08-22 12:59:35 +03: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
Amit Davidi
7cbf9f653e Issue #21: Change getInitialNotification() to work like iOS when no notif is available 2017-01-23 13:15:07 +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
3f51ba6262 Downgrade 2016-11-21 20:27:16 +02:00
d4vidi
bac11ebc54 Add various fixes 2016-11-21 14:03:45 +02:00
Amit Davidi
900f871a23 Test 2016-11-20 11:35:57 +02:00
Amit Davidi
02be00c2f6 minor change 2016-11-20 11:31:06 +02:00
Amit Davidi
bd97bb0bdc Remove child activity 2016-11-20 11:27:18 +02:00
Amit Davidi
799f9e737c Move library code to repo root to enable npm publishing 2016-11-20 09:56:49 +02:00
Amit Davidi
4c846f0d9e Extensibility step 4: reorganize folders, fix js issues 2016-11-16 20:59:47 +02:00
Amit Davidi
3f4bb62071 Extensibility refactor step 3: notification drawer & init-notification cleanup 2016-11-16 19:27:37 +02:00
Amit Davidi
2790642010 Fix initial notification react-method 2016-11-16 16:16:33 +02:00
Amit Davidi
d5682e8b7d Extensibility refactor step 2 2016-11-16 15:36:04 +02:00
Amit Davidi
00c8a58136 Extensibility refactor step 1 2016-11-16 12:16:48 +02:00
Amit Davidi
d6e68f5cb8 Notification opening (ProxyActivity) 2016-11-15 14:21:52 +02:00
Amit Davidi
9aa75961ad Android example project 2016-11-15 14:21:52 +02:00
Lidan Hifi
91ceadbee5 upgrade example app to RN 0.34 and React 15.3 2016-09-25 11:54:48 +03:00
Lidan Hifi
6497ee023b added cancelLocalNotification and cancelAllLocalNotifications support 2016-09-25 01:50:25 +03:00