Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-01 | Delay launching launcher | 1 | -1/+3 | ||
Homescreen is now responsible for launching background and launcher web applications. Due to the known problem that the internal IPC does not support launching two applications at the same time, it would end up failing because of launching both. Solution is delaying launching of launcher after background. Bug-AGL: SPEC-4250 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: Ia9af1325f1c131f1c11739793a7c57b6dba0f2ba | |||||
2022-03-01 | Migrate to new application framework | 7 | -21/+45 | ||
First, move to use the appService API added as injection in AGL chromium. Then, added stubs for the network and weather APIs as there is no API available right now for them. Bug-AGL: SPEC-4250 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I974097edcef6318585e4e79360dbec6fea7cf480 | |||||
2020-08-07 | Launch background applicationjellyfish_9.99.3jellyfish/9.99.39.99.3 | 1 | -0/+11 | ||
Bug-AGL: SPEC-3497 Signed-off-by: Antia Puentes <apuentes@igalia.com> Change-Id: I328f231e499d0473e9296f5d95678b5a1f2e88d6 | |||||
2020-02-04 | FUNCT Improve time rendering | 1 | -1/+10 | ||
2020-02-04 | FUNCT Added homescreen | 1 | -10/+39 | ||
2020-02-04 | RESTRUCT Upadate homescreen layout | 7 | -46/+115 | ||
2020-02-04 | FUNCT Launch applications using homescreen instead of afm-main | 1 | -2/+2 | ||
2020-02-04 | FUNCT Add support to dinamically update header time | 2 | -0/+35 | ||
2020-02-04 | FUNCT Launch configured app on startup | 1 | -0/+6 | ||
2020-02-04 | FUNCT Add network status integration | 4 | -5/+46 | ||
2020-02-04 | FUNCT Integrate header apps | 7 | -404/+49 | ||
2020-02-04 | Release code under Apache 2.0 license | 4 | -0/+64 | ||
2020-02-04 | RESTRUCT Remove unused file | 1 | -0/+0 | ||
2020-02-04 | OPT Update buttons code | 1 | -36/+8 | ||
2020-02-04 | OPT Improve chair and fan code | 2 | -17/+18 | ||
2020-02-04 | FUNCT Add temperature management | 1 | -0/+73 | ||
2020-02-04 | FUNCT Add buttons, fan speed and chair functionality | 3 | -0/+79 | ||
2020-02-04 | RESTRUCT Update config.xml and app.js | 1 | -80/+0 | ||
2020-02-04 | FUNCT Basic support to launch apps | 1 | -5/+26 | ||
2020-02-04 | FUNCT Add support to load apps from AGL | 2 | -0/+274 | ||