Support for color schemes
[staging/HomeScreen.git] / HomeScreen / README.md
1 AGL Home Screen reference implementation
2
3
4 Build with QtCreator 3.0.1
5
6 AGL repo for source code:
7 https://gerrit.automotivelinux.org/gerrit/#/admin/projects/staging/HomeScreen
8
9 AGL repo for bitbake recipe:
10 https://gerrit.automotivelinux.org/gerrit/#/admin/projects/AGL/meta-agl-demo/recipes-demo-hmi/HomeScreen/HomeScreen_?.bb
11
12 v0.1.1
13 07/06/2016
14
15 #changes
16 - reworked D-Bus day/night mode handling
17
18 #new features
19 - color schemes implemented
20 -- 3 color schemes as example added
21
22 v0.1.0
23 06/24/2016
24
25 #changes
26 - reworked status bar
27 - reviewed D-Bus interfaces, now using signals instead of methods for day/night mode
28 - created new home screen simulator app
29 - license changed to Apache 2.0
30 - put D-Bus introspections in one central place
31 - disabled "only one instance allowed" for development
32
33 v0.0.2
34 06/13/2016
35
36 #changes
37 - created layout 1. Changed home screen app size to 1080x1920
38
39 v0.0.1
40 06/01/2016
41
42 #new features
43 - initial version
44 - first implementation of home screen
45 - fix HMI layout (will be configurable in the future)
46 - dBus as IPC (may change in the future)
47 - no interaction with application manager so far
48 - multi-lanuage support
49 - day/night mode support
50 - initial status bar implementation (interface will be enhanced in the future)
51 - initial control bar implementation
52 - MPLv2.0 license
53 - input device simulator for developer build (not functional right now)
54 - system settings simulator for developer build (day/night mode switch functional right now)
55 - using QSettings for local app setting storage (may change in the future)
56 - first popup implementation (single popup support for now; multiple popup not defined; interface will change)
57 - only one instance of the app allowed
58
59 #TODOs
60 - define and implement control bar D-Bus-interface
61 - many settings have to be read from the system somewhere during app startup. This is not available right now
62 - interaction with application manager
63 - interaction with wayland compositor
64 - define and implement input device event handler
65 - replace my HMI design with the official AGL design (graphics/icons...)
66 - implement example HMI layouts
67 - fix font issues on target
68 - more documentation ;)
69 - add animations
70 - much more...
71
72 Thanks to Umar Irshad for his free iconset available here:
73 https://dribbble.com/shots/1569128-Freebie-48-Bubbles-Iconset
74
75