Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-04 | Revert "Run application on init." | 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 | 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. | 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. | 1 | -0/+1 | ||
2019-08-02 | Place .wgt file in "package" dir. | 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 | 1 | -0/+2 | ||
2019-08-02 | Fix the call to homescreen/showWindow operation. | 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 | 1 | -1/+1 | ||
2019-07-16 | FUNCT Call homescreen/showWindow after app is launched | 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 | 1 | -0/+14 | ||
2019-07-15 | Rename application as html5-launcher | 4 | -10/+10 | ||
2019-07-15 | Release code under Apache 2.0 license | 4 | -0/+249 | ||
2019-07-10 | FUNCT blacklist homescreen and launcher | 1 | -0/+1 | ||
2019-07-10 | FUNCT add browser icons | 2 | -0/+365 | ||
2019-07-02 | BUGFIX correct wrong url | 1 | -2/+1 | ||
2019-07-01 | BUGFIX Remove svg inject dependency | 1 | -1/+0 | ||
2019-07-01 | FUNCT Add homescreen to config blacklist | 1 | -2/+0 | ||
2019-07-01 | BUGFIX Set background attachment as fixed for scrolling | 1 | -0/+1 | ||
2019-07-01 | FUNCT Added black list support | 2 | -6/+15 | ||
2019-07-01 | RESTRUCT Delete unused code | 7 | -44064/+0 | ||
2019-07-01 | FUNCT Change icon when click on item | 3 | -4/+28 | ||
2019-07-01 | FUNCT Add custom icons with animation | 38 | -279/+6226 | ||
2019-06-21 | FUNCT Basic support to launch apps | 4 | -8/+36 | ||
2019-06-20 | DOC Add code comment | 1 | -3/+1 | ||
2019-06-20 | FUNCT Add support to load apps from AGL | 9 | -39/+560 | ||
2019-06-20 | FUNCT Update app icon | 1 | -68/+300 | ||
2019-06-20 | RESTRUT Rename app.js to index.js and remove bootstrap dependency | 3 | -5/+3 | ||
2019-06-20 | FUNT Add Sass vars for color customization | 3 | -2/+7 | ||
2019-06-20 | RESTRUCT Split style into several files | 7 | -73/+76 | ||
2019-06-20 | FUNCT Update main layout | 1 | -8/+7 | ||
2019-06-20 | FUCNT Add zip step | 2 | -1/+10 | ||
2019-06-20 | FUNCT Added first visual version | 14 | -9/+44203 | ||
2019-06-19 | STRUCT Repo structure with basic layout | 10 | -0/+265 | ||