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 | 1 | -11/+6 | ||
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-02-04 | RESTRUCT Upadate homescreen layout | 1 | -11/+20 | ||
2020-02-04 | FUNCT Launch applications using homescreen instead of afm-main | 1 | -2/+2 | ||
2020-02-04 | FUNCT Launch configured app on startup | 1 | -0/+6 | ||
2020-02-04 | FUNCT Add network status integration | 1 | -5/+8 | ||
2020-02-04 | FUNCT Integrate header apps | 1 | -0/+44 | ||