Skip to content
Snippets Groups Projects
Unverified Commit b1dd453f authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

vending-machine-ui-application: Bump to latest version


This version comes with a set of fixes and visual improvements:

1. custom font and UI text size
2. new waiting screen for the control application to deal with the
   delivery simulation
3. new screen for confirmation of successful purchase
4. various minor tweaks - fields position
5. fix control reset on finishing a purchase
6. new asset for the "waiting" and "done" screens

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent a92720cc
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0" ...@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675" LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675"
SRC_URI = "git://booting.oniroproject.org/distro/components/${BPN};protocol=https;branch=main" SRC_URI = "git://booting.oniroproject.org/distro/components/${BPN};protocol=https;branch=main"
SRCREV = "d0254d4666661d7c67e554dfda5d1f86dac0b7f7" SRCREV = "3c87c70f679686d69dc5d08ec842daa61ba1f6a7"
SRC_URI += "file://${BPN}.service" SRC_URI += "file://${BPN}.service"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment