WT 1.1.5+2 remote images for menu

This commit is contained in:
bossanyit
2021-01-31 12:59:52 +01:00
parent 71efd3f349
commit c1a57dd10e
88 changed files with 743 additions and 316 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "com.aitrainer.aitrainer_app"
minSdkVersion 16
minSdkVersion 18
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
+32
View File
@@ -14,6 +14,30 @@
}
},
"oauth_client": [
{
"client_id": "926782702216-237m2fsnnl6e9kufvommqlig6kh0306v.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.aitrainer.aitrainer_app",
"certificate_hash": "48a14ac298aea01f57a4b1fa85b62b4214529697"
}
},
{
"client_id": "926782702216-2f57akehq02uup6sbnuobbu4pth2a5do.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.aitrainer.aitrainer_app",
"certificate_hash": "35571ad544a6ac0d062eed92a6d2d40f0cb63116"
}
},
{
"client_id": "926782702216-4hfe454mnu2bv28m8cqbguvjg3mom3fd.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.aitrainer.aitrainer_app",
"certificate_hash": "0bed1641af363cf58750d95595f4521e596827f2"
}
},
{
"client_id": "926782702216-al3vjap51m6pgpa066d1oni0bdjpu7pr.apps.googleusercontent.com",
"client_type": 3
@@ -30,6 +54,14 @@
{
"client_id": "926782702216-al3vjap51m6pgpa066d1oni0bdjpu7pr.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "926782702216-2nsi7d9at3pc5ts8gkobt5697v590kb9.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.aitrainer.app",
"app_store_id": "1515271425"
}
}
]
}
+3 -1
View File
@@ -16,7 +16,9 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:allowBackup="false"
android:fullBackupContent="false">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues