[AA] Added CarInfo tab to Android Auto

Added a new tab for subscribing to and showing CarProperties
within Android Auto.
The UI handling is a bit sluggish still, but can potentially be
imporved further.
This commit is contained in:
Alexander Dörflinger
2025-04-22 13:45:44 +02:00
parent a74c60a143
commit d1432ec0d6
29 changed files with 2126 additions and 72 deletions

View File

@@ -5,14 +5,6 @@ plugins {
}
android {
signingConfigs {
debug {
storeFile file('/home/aldo270717/AndroidStudioProjects/AldoApps_KeystoreUpload.jks')
storePassword 'p49Js5ewYPZbkvhj'
keyAlias 'upload'
keyPassword 'p49Js5ewYPZbkvhj'
}
}
namespace 'com.aldo.apps.familyhelpers'
compileSdk 34
@@ -29,9 +21,9 @@ android {
applicationId "com.aldo.apps.familyhelpers"
minSdk 32
targetSdk 34
versionCode 8
versionName "0.2.3"
android.buildFeatures.buildConfig true
versionCode 12
versionName "0.2.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -40,6 +32,7 @@ android {
signingConfig signingConfigs.myCustomKeystore
buildConfigField "String", "GOOGLE_MAPS_API_KEY", "\"${googleMapsApiKeyRelease}\""
manifestPlaceholders.google_maps_api_key = googleMapsApiKeyRelease
minifyEnabled false
}
release {
signingConfig signingConfigs.myCustomKeystore