[AA] Refactored Android Auto Logic to be extendable

Refactored the AA logic so it is more easy to be extended
in future. Also changed from a standard Grid to a Tabbed grid
and prepared a UI for the Vehicle Information values
That will be added in the next commit.
This commit is contained in:
Alexander Dörflinger
2025-04-15 13:53:30 +02:00
parent 05151d49fa
commit a74c60a143
20 changed files with 634 additions and 200 deletions

View File

@@ -5,6 +5,14 @@ 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