Skip to content

Commit a85fbab

Browse files
fadi-georgegithub-actions[bot]
andauthored
feat: add custom events support (#1151)
Co-authored-by: github-actions[bot] <noreply@onesignal.com>
1 parent f5dcf8f commit a85fbab

33 files changed

+875
-335
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
dist
3+
.idea
34
.DS_Store
45
.idea
56

@@ -9,6 +10,7 @@ build/
910
coverage/
1011
*.tgz
1112

13+
.DS_Store
1214
# Coverage
1315
coverage/
1416

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
},
1111
"[yaml]": {
1212
"editor.defaultFormatter": "redhat.vscode-yaml"
13-
}
13+
},
14+
"oxc.enable": true
1415
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spotless {
1919
java {
2020
target 'src/android/**/*.java', 'example/IonicCapOneSignal/android/app/src/**/*.java'
2121
targetExclude '**/build/**'
22-
palantirJavaFormat('2.28.0')
22+
palantirJavaFormat('2.85.0')
2323
removeUnusedImports()
2424
trimTrailingWhitespace()
2525
endWithNewline()
@@ -34,7 +34,7 @@ spotless {
3434
}
3535

3636
format 'xml', {
37-
target '**/*.xml'
37+
target 'plugin.xml'
3838
trimTrailingWhitespace()
3939
indentWithSpaces(4)
4040
endWithNewline()

bun.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)