aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/apps.js
AgeCommit message (Collapse)AuthorFilesLines
2022-03-01Delay launching launcherJose Dapena Paz1-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-01Migrate to new application frameworkJose Dapena Paz1-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-04RESTRUCT Upadate homescreen layoutHumberto Alfonso Díaz1-11/+20
2020-02-04FUNCT Launch applications using homescreen instead of afm-mainHumberto Alfonso Díaz1-2/+2
2020-02-04FUNCT Launch configured app on startupHumberto Alfonso Díaz1-0/+6
2020-02-04FUNCT Add network status integrationHumberto Alfonso Díaz1-5/+8
2020-02-04FUNCT Integrate header appsHumberto Alfonso Díaz1-0/+44