-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1462 from numbersprotocol/develop
Bump version to 0.53.0
- Loading branch information
Showing
101 changed files
with
2,326 additions
and
1,700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
{ | ||
"appId": "io.numbersprotocol.capturelite", | ||
"appName": "Capture", | ||
"bundledWebRuntime": false, | ||
"npmClient": "npm", | ||
"webDir": "www", | ||
"plugins": { | ||
"SplashScreen": { | ||
"androidScaleType": "CENTER_CROP", | ||
"launchAutoHide": false | ||
}, | ||
"PushNotifications": { | ||
"presentationOptions": ["badge", "sound", "alert"] | ||
}, | ||
"LocalNotifications": { | ||
"smallIcon": "ic_capture_lite", | ||
"iconColor": "#564dfc" | ||
} | ||
}, | ||
"cordova": {} | ||
"appId": "io.numbersprotocol.capturelite", | ||
"appName": "Capture", | ||
"bundledWebRuntime": false, | ||
"npmClient": "npm", | ||
"webDir": "www", | ||
"plugins": { | ||
"SplashScreen": { | ||
"androidScaleType": "CENTER_CROP", | ||
"launchAutoHide": false | ||
}, | ||
"PushNotifications": { | ||
"presentationOptions": [ | ||
"badge", | ||
"sound", | ||
"alert" | ||
] | ||
}, | ||
"LocalNotifications": { | ||
"smallIcon": "ic_capture_lite", | ||
"iconColor": "#564dfc" | ||
} | ||
}, | ||
"cordova": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
[ | ||
{ | ||
"pkg": "@capacitor-community/bluetooth-le", | ||
"classpath": "com.capacitorjs.community.plugins.bluetoothle.BluetoothLe" | ||
}, | ||
{ | ||
"pkg": "@capacitor-community/http", | ||
"classpath": "com.getcapacitor.plugin.http.Http" | ||
}, | ||
{ | ||
"pkg": "@capacitor-community/wifi", | ||
"classpath": "com.digaus.capacitor.wifi.Wifi" | ||
}, | ||
{ | ||
"pkg": "@capacitor/app", | ||
"classpath": "com.capacitorjs.plugins.app.AppPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/browser", | ||
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/camera", | ||
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/clipboard", | ||
"classpath": "com.capacitorjs.plugins.clipboard.ClipboardPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/device", | ||
"classpath": "com.capacitorjs.plugins.device.DevicePlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/filesystem", | ||
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/geolocation", | ||
"classpath": "com.capacitorjs.plugins.geolocation.GeolocationPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/local-notifications", | ||
"classpath": "com.capacitorjs.plugins.localnotifications.LocalNotificationsPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/network", | ||
"classpath": "com.capacitorjs.plugins.network.NetworkPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/push-notifications", | ||
"classpath": "com.capacitorjs.plugins.pushnotifications.PushNotificationsPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/share", | ||
"classpath": "com.capacitorjs.plugins.share.SharePlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/splash-screen", | ||
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" | ||
}, | ||
{ | ||
"pkg": "@capacitor/storage", | ||
"classpath": "com.capacitorjs.plugins.storage.StoragePlugin" | ||
}, | ||
{ | ||
"pkg": "capacitor-blob-writer", | ||
"classpath": "com.equimaps.capacitorblobwriter.BlobWriter" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Sep 25 10:04:21 CST 2020 | ||
#Sat Feb 12 17:09:14 CST 2022 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.