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
|
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
|
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 |
|
Artal Druk
|
df5b89e8d9
|
example project: upgrade to RN 0.59
|
2019-04-18 10:46:04 +03: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
|
28a2811766
|
Upgrade lib and demo projects to RN 0.51
|
2018-01-11 14:27:26 +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 |
|
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
|
d5b080e91b
|
upgrade to react-native 0.25
|
2016-05-19 18:31:45 +03:00 |
|
Lidan Hifi
|
0b9170e5fb
|
rename package
|
2016-04-06 21:20:48 +03:00 |
|
Lidan Hifi
|
1ee9741b7f
|
initial release 😎
|
2016-04-06 16:30:52 +03:00 |
|