Skip to content

Commit

Permalink
Merge pull request #24 from cboard-org/android/supportUniversalLinks
Browse files Browse the repository at this point in the history
Android/support universal links
  • Loading branch information
martinbedouret authored Jul 24, 2023
2 parents b5c87bc + ef6db71 commit 1783414
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<preference name="Fullscreen" value="true" />
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<preference name="AndroidLaunchMode" value="singleTask" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="32" />
<config-file after="uses-sdk" parent="/manifest" target="AndroidManifest.xml">
Expand Down
21 changes: 20 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"cordova-plugin-purchase": "git+https://github.com/j3k0/cordova-plugin-purchase.git#v13.0.3",
"cordova-plugin-sign-in-with-apple": "^0.1.2",
"cordova-plugin-statusbar": "^2.4.3",
"electron-devtools-installer": "^3.1.1"
"electron-devtools-installer": "^3.1.1",
"ionic-plugin-deeplinks": "^1.0.24"
},
"cordova": {
"plugins": {
Expand Down Expand Up @@ -77,6 +78,24 @@
"FACEBOOK_IOS_SDK_VERSION": "11.1.0",
"FACEBOOK_BROWSER_SDK_VERSION": "v11.0"
},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "cboardorg",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "app.cboard.io",
"ANDROID_PATH_PREFIX": "/",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
},
"cordova-plugin-purchase": {
},
"cordova-plugin-iosrtc": {
Expand Down

0 comments on commit 1783414

Please sign in to comment.