aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07FUNCT update launcher icons color and bordericefish_9.0.4icefish_9.0.3icefish_9.0.2icefish_9.0.1icefish_9.0.0icefish/9.0.4icefish/9.0.3icefish/9.0.2icefish/9.0.1icefish/9.0.09.0.49.0.39.0.29.0.19.0.0icefishLorenzo Tilve1-1/+4
Change-Id: Iad3e7a2e93bc7fe8486e7c0334666aa00d0169cc Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> (cherry picked from commit 26a16466245f9c7679fe0da6a0630c15a98aeaa6)
2020-02-06Add gitreview file for icefish branchJan-Simon Möller1-1/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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