summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-03-15Add gitreview file for Magic Marlin branchmarlin_13.0.1marlin_13.0.0marlin/13.0.1marlin/13.0.013.0.113.0.0marlinJan-Simon Moeller1-1/+1
Update the .gitreview file. Bug-AGL: SPEC-4300 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2022-03-01Rework launcher to use new appservice APImarlin_12.93.0marlin/12.93.012.93.0Jose Dapena Paz4-27/+16
Bug-AGL: SPEC-4250 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I57c9348a9806804ca0ce1246edcd1bb2601a6cfe
2021-05-11Remove browser from blocked apps listmarlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.012.92.012.91.012.90.112.90.011.92.011.91.0Roger Zanoni1-1/+1
Bug-AGL: SPEC-3830 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: I6bf5689c2b73b676c70cec4a09d74b17ed36d486
2020-09-08Update ids of blacklisted apps on the launcherkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish/9.99.49.99.410.93.010.92.010.91.0Lorenzo Tilve1-1/+1
Bug-AGL: SPEC-3497 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I6211e1423251d8e7c10469fab60f3c72e4bdcd35
2020-08-07Do not require windowmanager APIjellyfish_9.99.3jellyfish/9.99.39.99.3Antia Puentes1-2/+1
The window manager was removed in favor of the agl-compositor. Bug-AGL: SPEC-3497 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I360960463956dda76c9a29cec4736abbef3a8499
2020-06-25Update autobuild scriptsjellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.2jellyfish/9.99.19.99.29.99.1Scott Murray2-0/+4
Fix a couple of issues related to running the autobuild script from outside the source tree. Bug-AGL: SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8383cb5a045ab5d0331babca25b798618b57d14b
2020-06-02Add autobuild scriptsScott Murray2-0/+208
Bug-AGL: SPEC-2049, SPEC-3397 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifca05f95e41fbaa3d58d00cd7a1049d0a784efd4
2020-02-07FUNCT update launcher icons color and borderLorenzo Tilve1-1/+4
Change-Id: Iad3e7a2e93bc7fe8486e7c0334666aa00d0169cc Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
2020-02-04BUGFIX disable zoom on launcher appHumberto Alfonso Díaz1-1/+1
2020-02-04BUGFIX Correct wrong api callHumberto Alfonso Díaz1-2/+1
2020-02-04FUNCT Add icons for dashboard and mediaplayerHumberto Alfonso Díaz1-1/+3
2020-02-04FUNCT Update launcherHumberto Alfonso Díaz13-119/+293
2020-02-04FUNCT Launch applications using homescreen instead of afm-mainHumberto Alfonso Díaz1-2/+2
2020-02-04FUNCT Add support for 720p and 1080pHumberto Alfonso Díaz4-4/+31
2020-02-04RESTRUCT Update repo referencesHumberto Alfonso Díaz1-5/+4
2020-02-04BUGFIX Add missing api initHumberto Alfonso Díaz1-1/+2
2020-02-04FUNCT Integrate agl-js-apiHumberto Alfonso Díaz4-283/+8
Change-Id: I04ba92c055b761c84bbfb8382921628fd3c5b262
2020-02-04Revert "Run application on init."Lorenzo Tilve1-1/+0
This reverts commit 673fdb7961e0703c13d66d69e9cca2b673c98b2f.
2019-09-03Run application on init.icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.99.1Jacobo Aragunde Pérez1-0/+1
The HTML launcher should be ran on startup, like its native conterpart. Bug-AGL: SPEC-2401 Change-Id: I3268c329c80773e740fd4bae5614187d68552812 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2019-08-27Add .gitreview for master branch.Jacobo Aragunde Pérez1-0/+5
Bug-AGL: SPEC-2724 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Change-Id: I5deba1efe05afc179a06d500e2a89544022414ba
2019-08-27Add package dir to .gitignore.Jacobo Aragunde Pérez1-0/+1
2019-08-02Place .wgt file in "package" dir.Jacobo Aragunde Pérez2-2/+2
This is expected by the AGL build system to properly install the widget when creating a full image. Bug-AGL: SPEC-2401
2019-08-02Add permissions required for Halibut releaseJacobo Aragunde Pérez1-0/+2
2019-08-02Fix the call to homescreen/showWindow operation.Jacobo Aragunde Pérez1-1/+2
The call requires that the "area" field is enclosed in a "parameter" key. Also, the app id must be provided without the version number (remove the "@version" suffix). Bug-AGL: SPEC-2647
2019-08-02Do not blacklist the Qt-based launcherJacobo Aragunde Pérez1-1/+1
2019-07-16FUNCT Call homescreen/showWindow after app is launchedJacobo Aragunde Pérez1-1/+23
FIXME: this should work, according to the documentation, but it does not.
2019-07-15Basic README with build and install instructionsJacobo Aragunde Pérez1-0/+14
2019-07-15Rename application as html5-launcherJacobo Aragunde Pérez4-10/+10
2019-07-15Release code under Apache 2.0 licenseJacobo Aragunde Pérez4-0/+249
2019-07-10FUNCT blacklist homescreen and launcherJacobo Aragunde Pérez1-0/+1
2019-07-10FUNCT add browser iconsJacobo Aragunde Pérez2-0/+365
2019-07-02BUGFIX correct wrong urlHumberto Alfonso Díaz1-2/+1
2019-07-01BUGFIX Remove svg inject dependencyHumberto Alfonso Díaz1-1/+0
2019-07-01FUNCT Add homescreen to config blacklistHumberto Alfonso Díaz1-2/+0
2019-07-01BUGFIX Set background attachment as fixed for scrollingHumberto Alfonso Díaz1-0/+1
2019-07-01FUNCT Added black list supportHumberto Alfonso Díaz2-6/+15
2019-07-01RESTRUCT Delete unused codeHumberto Alfonso Díaz7-44064/+0
2019-07-01FUNCT Change icon when click on itemHumberto Alfonso Díaz3-4/+28
2019-07-01FUNCT Add custom icons with animationHumberto Alfonso Díaz38-279/+6226
2019-06-21FUNCT Basic support to launch appsHumberto Alfonso Díaz4-8/+36
2019-06-20DOC Add code commentHumberto Alfonso Díaz1-3/+1
2019-06-20FUNCT Add support to load apps from AGLHumberto Alfonso Díaz9-39/+560
2019-06-20FUNCT Update app iconHumberto Alfonso Díaz1-68/+300
2019-06-20RESTRUT Rename app.js to index.js and remove bootstrap dependencyHumberto Alfonso Díaz3-5/+3
2019-06-20FUNT Add Sass vars for color customizationHumberto Alfonso Díaz3-2/+7
2019-06-20RESTRUCT Split style into several filesHumberto Alfonso Díaz7-73/+76
2019-06-20FUNCT Update main layoutHumberto Alfonso Díaz1-8/+7
2019-06-20FUCNT Add zip stepHumberto Alfonso Díaz2-1/+10
2019-06-20FUNCT Added first visual versionHumberto Alfonso Díaz14-9/+44203
2019-06-19STRUCT Repo structure with basic layoutHumberto Alfonso Díaz10-0/+265