diff --git a/README.md b/README.md index 5601e1283..ed7bc9365 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository is in charge of the CyBear Jinni App and is part of the [CyBear Jinni Smart Home](https://github.com/CyBear-Jinni/CBJ_Smart-Home.git) system. -The CyBear Jinni App lets you control the [CyBear Jinni Hub](https://github.com/CyBear-Jinni/CBJ_Smart-Device) that manage the smart devices from different vendors. +The CyBear Jinni App lets you control the [CyBear Jinni Hub](https://github.com/CyBear-Jinni/cbj_hub) that manage the smart devices from different vendors. It is writen with [Flutter](https://flutter.dev) and let you control the CyBear Jinni Hub directly in the local Wi-Fi and remotely through [cbj remote pipes](https://github.com/CyBear-Jinni/cbj_remote-pipes) which transfer requests to the Hub without collecting any data. @@ -22,7 +22,7 @@ It is writen with [Flutter](https://flutter.dev) and let you control the CyBear -
+

Android Badge @@ -43,8 +43,14 @@ To learn the coding guidelines check [this Wiki](https://github.com/CyBear-Jinni # Social Media Links -[](https://www.linkedin.com/company/cybear-jinni) + +Twitter + +Instagram + +Linkedin + +Discord + +Github -If you have any questions feel free to ask in our Discord server - -[](https://discord.gg/mUXfwUY) diff --git a/android/app/build.gradle b/android/app/build.gradle index e468a4358..d104fb92d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -46,7 +46,7 @@ android { defaultConfig { applicationId "com.cybear_jinni.smart_home" minSdkVersion 19 - targetSdkVersion 30 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true // Enable multidex for apps with over 64K methods diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 52655fd75..b3f7dad22 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -37,6 +37,7 @@ android:theme="@style/LaunchTheme" android:showWhenLocked="true" android:turnScreenOn="true" + android:exported="true" android:windowSoftInputMode="adjustResize">