apps/flutter-ics-homescreen.git
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>