Commit 006e4ab
V3 (wix#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 <[email protected]>
Co-authored-by: Artal Druk <[email protected]>1 parent a6a5472 commit 006e4ab
File tree
207 files changed
+3453
-1649
lines changed- .circleci
- RNNotifications
- docs_old
- docs
- e2e
- example
- android
- myapplication
- src/main/java/com/wix/reactnativenotifications/app
- ios/NotificationsExampleApp.xcodeproj
- lib
- android
- .settings
- app
- .gradle
- 4.10
- fileChanges
- fileHashes
- 5.5.1
- fileChanges
- src
- main
- java/com/wix/reactnativenotifications
- core
- notificationdrawer
- notification
- fcm
- reactNative59/java/com/wix/reactnativenotifications
- reactNative60/java/com/wix/reactnativenotifications
- test/java/com/wix/reactnativenotifications/core
- notificationdrawer
- notification
- gradle/wrapper
- ios
- OCMock
- RNNotifications.xcodeproj
- project.xcworkspace
- RNNotificationsTests
- Integration
- src
- DTO
- adapters
- commands
- events
- interfaces
- scripts
- test
- website
- blog
- core
- i18n
- pages/en
- static
- css
- img
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
207 files changed
+3453
-1649
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
190 | | - | |
191 | | - | |
192 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
3 | 18 | | |
4 | 19 | | |
5 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
0 commit comments