Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-06 | Add gitreview file for icefish branch | Jan-Simon Möller | 1 | -1/+1 | |
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> | |||||
2020-02-04 | BUGFIX disable zoom on launcher app | Humberto Alfonso Díaz | 1 | -1/+1 | |
2020-02-04 | BUGFIX Correct wrong api call | Humberto Alfonso Díaz | 1 | -2/+1 | |
2020-02-04 | FUNCT Add icons for dashboard and mediaplayer | Humberto Alfonso Díaz | 1 | -1/+3 | |
2020-02-04 | FUNCT Update launcher | Humberto Alfonso Díaz | 13 | -119/+293 | |
2020-02-04 | FUNCT Launch applications using homescreen instead of afm-main | Humberto Alfonso Díaz | 1 | -2/+2 | |
2020-02-04 | FUNCT Add support for 720p and 1080p | Humberto Alfonso Díaz | 4 | -4/+31 | |
2020-02-04 | RESTRUCT Update repo references | Humberto Alfonso Díaz | 1 | -5/+4 | |
2020-02-04 | BUGFIX Add missing api init | Humberto Alfonso Díaz | 1 | -1/+2 | |
2020-02-04 | FUNCT Integrate agl-js-api | Humberto Alfonso Díaz | 4 | -283/+8 | |
Change-Id: I04ba92c055b761c84bbfb8382921628fd3c5b262 | |||||
2020-02-04 | Revert "Run application on init." | Lorenzo Tilve | 1 | -1/+0 | |
This reverts commit 673fdb7961e0703c13d66d69e9cca2b673c98b2f. | |||||
2019-09-03 | Run 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.1 | Jacobo Aragunde Pérez | 1 | -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-27 | Add .gitreview for master branch. | Jacobo Aragunde Pérez | 1 | -0/+5 | |
Bug-AGL: SPEC-2724 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Change-Id: I5deba1efe05afc179a06d500e2a89544022414ba | |||||
2019-08-27 | Add package dir to .gitignore. | Jacobo Aragunde Pérez | 1 | -0/+1 | |
2019-08-02 | Place .wgt file in "package" dir. | Jacobo Aragunde Pérez | 2 | -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-02 | Add permissions required for Halibut release | Jacobo Aragunde Pérez | 1 | -0/+2 | |
2019-08-02 | Fix the call to homescreen/showWindow operation. | Jacobo Aragunde Pérez | 1 | -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-02 | Do not blacklist the Qt-based launcher | Jacobo Aragunde Pérez | 1 | -1/+1 | |
2019-07-16 | FUNCT Call homescreen/showWindow after app is launched | Jacobo Aragunde Pérez | 1 | -1/+23 | |
FIXME: this should work, according to the documentation, but it does not. | |||||
2019-07-15 | Basic README with build and install instructions | Jacobo Aragunde Pérez | 1 | -0/+14 | |
2019-07-15 | Rename application as html5-launcher | Jacobo Aragunde Pérez | 4 | -10/+10 | |
2019-07-15 | Release code under Apache 2.0 license | Jacobo Aragunde Pérez | 4 | -0/+249 | |
2019-07-10 | FUNCT blacklist homescreen and launcher | Jacobo Aragunde Pérez | 1 | -0/+1 | |
2019-07-10 | FUNCT add browser icons | Jacobo Aragunde Pérez | 2 | -0/+365 | |
2019-07-02 | BUGFIX correct wrong url | Humberto Alfonso Díaz | 1 | -2/+1 | |
2019-07-01 | BUGFIX Remove svg inject dependency | Humberto Alfonso Díaz | 1 | -1/+0 | |
2019-07-01 | FUNCT Add homescreen to config blacklist | Humberto Alfonso Díaz | 1 | -2/+0 | |
2019-07-01 | BUGFIX Set background attachment as fixed for scrolling | Humberto Alfonso Díaz | 1 | -0/+1 | |
2019-07-01 | FUNCT Added black list support | Humberto Alfonso Díaz | 2 | -6/+15 | |
2019-07-01 | RESTRUCT Delete unused code | Humberto Alfonso Díaz | 7 | -44064/+0 | |
2019-07-01 | FUNCT Change icon when click on item | Humberto Alfonso Díaz | 3 | -4/+28 | |
2019-07-01 | FUNCT Add custom icons with animation | Humberto Alfonso Díaz | 38 | -279/+6226 | |
2019-06-21 | FUNCT Basic support to launch apps | Humberto Alfonso Díaz | 4 | -8/+36 | |
2019-06-20 | DOC Add code comment | Humberto Alfonso Díaz | 1 | -3/+1 | |
2019-06-20 | FUNCT Add support to load apps from AGL | Humberto Alfonso Díaz | 9 | -39/+560 | |
2019-06-20 | FUNCT Update app icon | Humberto Alfonso Díaz | 1 | -68/+300 | |
2019-06-20 | RESTRUT Rename app.js to index.js and remove bootstrap dependency | Humberto Alfonso Díaz | 3 | -5/+3 | |
2019-06-20 | FUNT Add Sass vars for color customization | Humberto Alfonso Díaz | 3 | -2/+7 | |
2019-06-20 | RESTRUCT Split style into several files | Humberto Alfonso Díaz | 7 | -73/+76 | |
2019-06-20 | FUNCT Update main layout | Humberto Alfonso Díaz | 1 | -8/+7 | |
2019-06-20 | FUCNT Add zip step | Humberto Alfonso Díaz | 2 | -1/+10 | |
2019-06-20 | FUNCT Added first visual version | Humberto Alfonso Díaz | 14 | -9/+44203 | |
2019-06-19 | STRUCT Repo structure with basic layout | Humberto Alfonso Díaz | 10 | -0/+265 | |