-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
1,070 additions
and
785 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="com.beanconqueror.app" version="6.6.1" xmlns="http://www.w3.org/ns/widgets"> | ||
<widget id="com.beanconqueror.app" version="6.6.2" xmlns="http://www.w3.org/ns/widgets"> | ||
<name>Beanconqueror</name> | ||
<description /> | ||
<author email="[email protected]" href="https://github.com/graphefruit/beanconqueror">Lars Saalbach</author> | ||
|
@@ -15,8 +15,9 @@ | |
<allow-intent href="ionic:" /> | ||
<allow-navigation href="*" /> | ||
<preference name="ScrollEnabled" value="false" /> | ||
<preference name="android-minSdkVersion" value="22" /> | ||
<preference name="android-minSdkVersion" value="24" /> | ||
<preference name="android-targetSdkVersion" value="33" /> | ||
<preference name="android-compileSdkVersion" value="33" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="300" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
|
@@ -26,8 +27,20 @@ | |
<preference name="StatusBarBackgroundColor" value="#F0F0F0" /> | ||
<preference name="StatusBarStyle" value="light" /> | ||
<preference name="AndroidPersistentFileLocation" value="Compatibility" /> | ||
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,cache,cache-external" /> | ||
<preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" /> | ||
<platform name="android"> | ||
<edit-file mode="merge" parent="/resources" target="app/src/main/res/values/themes.xml"> | ||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen"> | ||
<item name="windowSplashScreenBackground">#FFFFFF</item> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/notification_icon.png</item> | ||
<item name="windowSplashScreenBrandingImage">@drawable/notification_icon.png</item> | ||
<item name="windowSplashScreenIconBackgroundColor">#FFFFFF</item> | ||
<item name="windowSplashScreenAnimationDuration">1000</item> | ||
<item name="postSplashScreenTheme">@style/MyTheme</item> | ||
</style> | ||
</edit-file> | ||
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/android/adaptiveicon/mipmap-xxxhdpi/ic_launcher.png" /> | ||
<preference name="AndroidBlacklistSecureSocketProtocols" value="SSLv3,TLSv1" /> | ||
<preference name="scheme" value="https" /> | ||
<preference name="hostname" value="beanconqueror.com" /> | ||
|
@@ -37,6 +50,7 @@ | |
<application android:networkSecurityConfig="@xml/network_security_config" /> | ||
</edit-config> | ||
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" /> | ||
<activity android:theme="@style/Theme.App.SplashScreen" /> | ||
<activity android:exported="true" android:label="webIntentFilter" android:name="com.beanconqueror.app"> | ||
<intent-filter android:autoVerify="true"> | ||
<action android:name="android.intent.action.VIEW" /> | ||
|
@@ -71,18 +85,6 @@ | |
<resource-file src="resources/android/adaptiveicon/mipmap-xxhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" /> | ||
<resource-file src="resources/android/adaptiveicon/mipmap-xxxhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" /> | ||
<resource-file src="resources/android/adaptiveicon/mipmap-xxxhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" /> | ||
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" /> | ||
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" /> | ||
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" /> | ||
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" /> | ||
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" /> | ||
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" /> | ||
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> | ||
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> | ||
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> | ||
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> | ||
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> | ||
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> | ||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> | ||
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" /> | ||
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
|
@@ -92,7 +94,6 @@ | |
<hook src="plugins/cordova-plugin-ble-central/stripDuplicatePermissions.js" type="after_prepare" /> | ||
</platform> | ||
<platform name="ios"> | ||
<preference name="InspectableWebview" value="true" /> | ||
<preference name="BackupWebStorage" value="cloud" /> | ||
<preference name="WKWebViewOnly" value="true" /> | ||
<feature name="CDVWKWebViewEngine"> | ||
|
@@ -199,6 +200,18 @@ | |
</dict> | ||
</array> | ||
</edit-config> | ||
<edit-file file="*-Info.plist" mode="merge" target="NSHealthShareUsageDescription"> | ||
<string>App needs access to Health to read, write and update the amount of caffeine by each coffee brew, which was recorded with this app.</string> | ||
</edit-file> | ||
<edit-file file="*-Info.plist" mode="merge" target="NSHealthUpdateUsageDescription"> | ||
<string>App needs access to Health to read, write and update the amount of caffeine by each coffee brew, which was recorded with this app.</string> | ||
</edit-file> | ||
<edit-file file="*-Info.plist" mode="merge" target="NSBluetoothPeripheralUsageDescription"> | ||
<string>Blutooth access needed to connect smartscales, pressure devices, thermo devices or refractometer. With this these data to each coffee brew can be logged.</string> | ||
</edit-file> | ||
<edit-file file="*-Info.plist" mode="merge" target="NSBluetoothAlwaysUsageDescription"> | ||
<string>Blutooth access needed to connect smartscales, pressure devices, thermo devices or refractometer. With this these data to each coffee brew can be logged.</string> | ||
</edit-file> | ||
<edit-file file="*-Info.plist" mode="merge" target="NSHealthShareUsageDescription"> | ||
<string>App needs read access to see the caffeinate amount which was tracked with this coffee app</string> | ||
</edit-file> | ||
|
@@ -305,14 +318,7 @@ | |
<plugin name="cordova-plugin-filechooser" spec="~1.2.0" /> | ||
<plugin name="cordova-plugin-filepicker" spec="~1.1.6" /> | ||
<plugin name="cordova-plugin-appminimize" spec="~1.0.1" /> | ||
<plugin name="cordova-android-support-gradle-release" spec="^3.0.1" /> | ||
<plugin name="cordova-plugin-3dtouch" spec="^1.3.7" /> | ||
<plugin name="cordova-plugin-health" source="npm"> | ||
<variable name="HEALTH_READ_PERMISSION" value="App needs read access to see the caffeinate amount which was tracked with this coffee app" /> | ||
<variable name="HEALTH_WRITE_PERMISSION" value="App needs write access to add the drunken caffeinate amount with the tracked brews" /> | ||
<variable name="PLAY_AUTH_VERSION" value="18.1.0" /> | ||
<variable name="FIT_API_VERSION" value="19.0.0" /> | ||
</plugin> | ||
<universal-links> | ||
<ios-team-id value="W8B7XY7WGY" /> | ||
<host name="beanconqueror.com"> | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,8 @@ ionic cordova plugin add cordova-plugin-inappbrowser | |
npm install @ionic-native/in-app-browser | ||
|
||
#Image picker | ||
ionic cordova plugin add cordova-plugin-telerik-imagepicker | ||
//ionic cordova plugin add cordova-plugin-telerik-imagepicker | ||
ionic cordova plugin add spoonconsulting/cordova-plugin-telerik-imagepicker | ||
npm install @ionic-native/image-picker | ||
|
||
#Camera | ||
|
@@ -66,9 +67,6 @@ npm install @ionic-native/three-dee-touch | |
#ChartJS | ||
npm install chart.js --save | ||
|
||
##Support grade release | ||
ionic cordova plugin add cordova-android-support-gradle-release | ||
|
||
##Globalization | ||
ionic cordova plugin add cordova-plugin-globalization | ||
npm install @ionic-native/globalization | ||
|
@@ -77,9 +75,6 @@ npm install @ionic-native/globalization | |
ionic cordova plugin add cordova-plugin-app-version | ||
npm install @ionic-native/app-version | ||
|
||
##MultiDex support on Android | ||
ionic cordova plugin add cordova-plugin-enable-multidex | ||
|
||
###https://github.com/hughjdavey/ngx-stars | ||
npm install --save ngx-stars | ||
|
||
|
@@ -104,7 +99,7 @@ npm install -g cordova-check-plugins | |
|
||
##Healthkit | ||
https://github.com/dariosalvi78/cordova-plugin-health | ||
cordova plugin add cordova-plugin-health --variable HEALTH_READ_PERMISSION='App needs read access to see the caffeinate amount which was tracked with this coffee app' --variable HEALTH_WRITE_PERMISSION='App needs write access to add the drunken caffeinate amount with the tracked brews' | ||
ionic cordova plugin add cordova-plugin-health --variable HEALTH_READ_PERMISSION='App needs read access to see the caffeinate amount which was tracked with this coffee app' --variable HEALTH_WRITE_PERMISSION='App needs write access to add the drunken caffeinate amount with the tracked brews' | ||
|
||
##https://ionicframework.com/docs/native/insomnia | ||
ionic cordova plugin add cordova-plugin-insomnia | ||
|
@@ -117,6 +112,9 @@ npm install @ionic-native/insomnia | |
npm install [email protected] | ||
|
||
##QRCode Scanner | ||
New plugin 09/23:ionic cordova plugin add @red-mobile/cordova-plugin-barcodescanner | ||
|
||
This plugin crashed on android, so we removed it. | ||
Prio 1: https://github.com/fttx/phonegap-plugin-barcodescanner | ||
ionic cordova plugin add https://github.com/fttx/phonegap-plugin-barcodescanner.git --save-dev | ||
(Next possible fallback: https://openbase.com/js/@red-mobile/cordova-plugin-barcodescanner) | ||
|
@@ -129,10 +127,6 @@ npm install @ionic-native/deeplinks | |
|
||
https://search.google.com/search-console/not-verified?original_url=/search-console/ownership&original_resource_id | ||
|
||
##Ionic Cordova Plugin Adapter X | ||
ionic cordova plugin add cordova-plugin-androidx-adapter | ||
ionic cordova plugin add cordova-plugin-androidx | ||
|
||
##Bluetooth | ||
We combine both plugins, because the other plugins asks all of the permissions. | ||
|
||
|
@@ -156,3 +150,17 @@ npm install @ionic-native/screen-orientation | |
## Gauge | ||
|
||
https://ashish-chopra.github.io/ngx-gauge/#demos | ||
|
||
## Diagnostics | ||
|
||
ionic cordova plugin add cordova.plugins.diagnostic | ||
|
||
##MultiDex support on Android | ||
ionic cordova plugin add cordova-plugin-enable-multidex) | ||
|
||
##Ionic Cordova Plugin Adapter X | ||
ionic cordova plugin add cordova-plugin-androidx-adapter | ||
ionic cordova plugin add cordova-plugin-androidx | ||
|
||
##Support grade release | ||
ionic cordova plugin add cordova-android-support-gradle-release |
Oops, something went wrong.