Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-21 | Rework for use in Flutter demo platform image | Scott Murray | 12 | -331/+1066 | |
Changes: - Converted to portrait orientation. - Application enumeration and launching+activation enabled via use of applaunchd gRPC API and agl-shell protocol platform channel plugin in the embedder. - Previous dashboard, hvac, media, etc. pages disabled. Some of the code has been kept for potential reuse. - Clock widget tweaked to fit in portrait mode navigation bar, and take text color argument. - Bluetooth, wifi, and phone signal icons mocked up in navigation bar. Known issues: - The bottom panel area is static at present, support for popping up a volume control slider like the Qt demo is planned as an addition. - The path to implementing connection and signal strength indications is currently a bit hazy, it is possible that flutter-dbus might be the simplest stopgap. - State management has been kept basic, as there are a couple of places where using provider or riverpod seems like perhaps an overcomplication. This will be reviewed when KUKSA.val support is integrated for the volume slider. - Some of the layout sizing is a bit ad hoc, and it is not clear if the previous layout helper class is actually worth keeping or not. This should be reviewed when time permits. Bug-AGL: SPEC-4611 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib486b1fd92047f6c1ff1cd9569f49e3ccaf3269d | |||||
2021-12-06 | Placeholder for the 3D demo | Felipe Erias | 3 | -4/+33 | |
2021-12-06 | Preserve state between page changes | Felipe Erias | 5 | -217/+344 | |
Add more interactive widgets | |||||
2021-12-03 | Home page style | Felipe Erias | 1 | -3/+2 | |
2021-12-02 | Added coment on state management | Felipe Erias | 1 | -0/+6 | |
2021-12-02 | Cleanup and styles | Felipe Erias | 4 | -259/+333 | |
2021-12-02 | Animate dashboard | Felipe Erias | 2 | -24/+82 | |
2021-12-01 | Colors and styles | Felipe Erias | 2 | -9/+13 | |
2021-12-01 | Images and behaviour in HVAC | Felipe Erias | 1 | -18/+63 | |
2021-12-01 | Dark theme | Felipe Erias | 3 | -14/+16 | |
2021-12-01 | Add LayoutSizeHelper | Felipe Erias | 6 | -195/+285 | |
2021-11-26 | Colors and layouts; add tab tor 3D example | Felipe Erias | 4 | -78/+124 | |
2021-11-26 | Simple Media page | Felipe Erias | 3 | -16/+74 | |
2021-11-24 | Responsive HVAC | Felipe Erias | 1 | -109/+161 | |
2021-11-17 | Integrate HVAC page | Felipe Erias | 2 | -8/+218 | |
2021-11-12 | Visual appearance of main navigation | Felipe Erias | 5 | -14/+73 | |
2021-11-12 | Nice animation when switching pages | Felipe Erias | 5 | -54/+75 | |
2021-11-12 | Style home page | Felipe Erias | 1 | -5/+7 | |
2021-11-12 | Home screen buttons navigate to the appropriate section | Felipe Erias | 2 | -8/+47 | |
2021-11-05 | Basic structure | Felipe Erias | 7 | -96/+267 | |
2021-10-29 | Initial commit | Felipe Erias | 1 | -0/+113 | |