apps/flutter-ics-homescreen.git
17 months agoUpdate Kuksa databroker configuration scheme 15/29415/1
Scott Murray [Wed, 15 Nov 2023 22:24:08 +0000 (07:24 +0900)]
Update Kuksa databroker configuration scheme

Rework Kuksa databroker configuration to also read a configuration
yaml file from /etc/xdg/AGL/ics-homescreen.yaml at runtime to allow
overriding the built-in default configuration.  The latter is left
as is with the addition of an explicit disabling of TLS, to still
match the internal test setup at ICS.  The AGL build will supply
a runtime configuration that enables TLS and an authorization token.

Additionally:
- the ValClientHelper constructor has been changed to take the
  stub and authorization token as arguments to allow authorization
  with the VAL API requests.  The channel argument has been
  removed since it is not used, only the stub is.
- the apparently unused vss_provider.dart source file has been
  removed to avoid potential confusion.

Bug-AGL: SPEC-4969

Change-Id: Ic7b867eaf565ef22f2e70df0afe7b5272b604d04
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
17 months agoRe enable background animation. 14/29414/1
Lisandro Pérez Meyer [Wed, 15 Nov 2023 17:12:34 +0000 (14:12 -0300)]
Re enable background animation.

Bug-AGL: SPEC-4969

Change-Id: I7af59c4df7b3697d01f31d174bc808b87413cb66
Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
17 months agoRename config directory to avoid collisions 11/29411/2
Scott Murray [Tue, 14 Nov 2023 23:06:48 +0000 (08:06 +0900)]
Rename config directory to avoid collisions

The application was failing to build due to the presence of the
"config" directory, which seems to conflict with the generation
of files with "flutter config" during builds with meta-flutter's
flutter-app bbclass.  Rename the directory and update references
to it to allow building.

Bug-AGL: SPEC-4969

Change-Id: I5d36d8fb2c91f0a1aa6c4deb86a040424bc35ac5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
17 months agoFix hybrid animation. 12/29412/2
Lisandro Pérez Meyer [Wed, 15 Nov 2023 02:17:03 +0000 (23:17 -0300)]
Fix hybrid animation.

Originally by david.poole <dpoole@ics.com>.

Bug-AGL: SPEC-4969

Change-Id: Ia22852ae639bd38ab77f74c58f8a763f4ef39e02
Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
17 months agoInitial cleanup push.
Lisandro Pérez Meyer [Tue, 14 Nov 2023 20:20:58 +0000 (17:20 -0300)]
Initial cleanup push.

Based on agldemo2024 on commit 2a5dc04d801134338150c3f6afc67eaa65599763

Disable device preview.

Disable Lottie animation.

The original commit was b3c493c340fcb4bb0a937692838fc830bec3e9ea
but I am just keeping this change, because the json did not really
needed to change. I think.

Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>