Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-21 | Rework for use in Flutter demo platform image | 16 | -359/+1382 | ||
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 | |||||
2022-09-13 | Add .gitreview file for upload to gerritlamprey_12.1.6lamprey/12.1.612.1.6 | 1 | -0/+5 | ||
Bug-AGL: SPEC-4542 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Idb87046f2349f9faf2aaffc6a279612df80cf2b5 | |||||
2021-12-06 | Placeholder for the 3D demo | 3 | -4/+33 | ||
2021-12-06 | Preserve state between page changes | 5 | -217/+344 | ||
Add more interactive widgets | |||||
2021-12-06 | Update button images | 7 | -7/+19 | ||
2021-12-03 | Home page style | 1 | -3/+2 | ||
2021-12-02 | Added coment on state management | 1 | -0/+6 | ||
2021-12-02 | Cleanup and styles | 4 | -259/+333 | ||
2021-12-02 | Animate dashboard | 2 | -24/+82 | ||
2021-12-01 | Colors and styles | 2 | -9/+13 | ||
2021-12-01 | Images and behaviour in HVAC | 7 | -93/+305 | ||
2021-12-01 | Dark theme | 3 | -14/+16 | ||
2021-12-01 | Add LayoutSizeHelper | 6 | -195/+285 | ||
2021-12-01 | Add HMI_Dashboard_Car image | 3 | -0/+2 | ||
2021-12-01 | Update dependencies | 1 | -4/+4 | ||
2021-11-26 | Colors and layouts; add tab tor 3D example | 4 | -78/+124 | ||
2021-11-26 | Simple Media page | 3 | -16/+74 | ||
2021-11-24 | Responsive HVAC | 1 | -109/+161 | ||
2021-11-22 | Merge branch 'main' of github.com:felipeerias/flutter_homescreen into main | 10 | -370/+3 | ||
2021-11-22 | Update .gitignore | 1 | -0/+3 | ||
2021-11-22 | Merge pull request #1 from meta-flutter/agl | 9 | -370/+0 | ||
AGL integration | |||||
2021-11-18 | we don't want gtk embedder deps | 9 | -370/+0 | ||
Signed-off-by: Joel Winarske <joel.winarske@gmail.com> | |||||
2021-11-18 | Merge branch 'main' of github.com:felipeerias/flutter_homescreen into main | 1 | -0/+201 | ||
2021-11-18 | Merge pull request #3 from felipeerias/add-license-1 | 1 | -0/+201 | ||
Add a license: Apache 2.0 | |||||
2021-11-18 | Create LICENSE | 1 | -0/+201 | ||
Apache License Version 2.0 | |||||
2021-11-17 | Integrate HVAC page | 50 | -11/+1724 | ||
2021-11-12 | Visual appearance of main navigation | 5 | -14/+73 | ||
2021-11-12 | Nice animation when switching pages | 5 | -54/+75 | ||
2021-11-12 | Style home page | 1 | -5/+7 | ||
2021-11-12 | Home screen buttons navigate to the appropriate section | 2 | -8/+47 | ||
2021-11-05 | Update README | 1 | -14/+3 | ||
2021-11-05 | Basic structure | 9 | -96/+275 | ||
2021-10-29 | Initial commit | 78 | -0/+2116 | ||