aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13Add gitlab issue/merge request templatesHEADricefish_17.90.0ricefish/17.90.017.90.0masterJan-Simon Moeller2-0/+6
Add template files for gitlab Bug-AGL: SPEC-4474 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I98204f5edebdd665101d9eb0597ae32aec3ebaab
2024-01-29Style refresh with square grid motif and blue palette.Roger Zanoni8-34/+2559
It tries to follow the visual language of the flutter sample apps. Bug-AGL: SPEC-4041 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: I68f4ebf82ac5cb5dbe856e9ffe5fca26f47b3442
2024-01-29Update mixer app to use grpc-web instead of websocketsRoger Zanoni7-66/+589
Adapt the HTML5 applications to use kuksa.val service Bug-AGL: SPEC-4599 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: Ic67ff781be4080c45bdbc6abe20d696aeda08eb1
2022-11-11Adapt the mixer demo to use kuksa.val serviceRoger Zanoni8-59/+178
Bug-AGL: SPEC-4599 Signed-off-by: Roger Zanoni <rzanoni@igalia.com> Change-Id: If8308d3402c11ac3acc7dc11c11ed042f014b87e
2022-05-31Fix package.jsonneedlefish_13.93.0needlefish/13.93.013.93.0Jose Dapena Paz1-3/+3
Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I1f41d18943f7db91cb5163c588ec12e007f21a47
2022-05-31Adapt to new application frameworkJose Dapena Paz3-3/+15
Drop usage of agl-js-api, and just provide a mock for audio mixer calls. Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: Ibf00a11338fe2226b3dc0b53037bb6801675e6c1
2022-05-31Update to recent dependenciesJose Dapena Paz2-70/+48
Update to recent webpack and other nodejs dependencies. Bug-AGL: SPEC-4248, SPEC-4355 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I6a73194f9bbeb7ee99722192a9241888a3d24349
2022-05-31Use appinfo.json instead of config.xmlJose Dapena Paz2-22/+11
Bug-AGL: SPEC-4248, SPEC-4251 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: Ic0714070f27e97af0917de445de4332a4f79f11c
2022-05-31Drop autobuild scripts.Jose Dapena Paz2-212/+0
The autobuild scripts have been obsoleted by just calling NPM directly from build recipes. Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I2101c34f66e9b38a5d3ad06a416b342133d2235c
2021-05-04Disable dragging and zoom events on app imagesmarlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.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.93.012.92.012.91.012.90.112.90.011.92.011.91.0Lorenzo Tilve2-4/+11
Events triggered by webapps on those actions were producing some race conditions eventually causing a freeze. So disabling those and hiding displaying draggable link. Bug-AGL: SPEC-3786 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I64485b93077e1205fcd6d43ffa352b6a162db8fa
2020-08-26Do not require windowmanager APIkoi_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.0Antia Puentes1-1/+0
The window manager was removed in favor of the agl-compositor. Bug-AGL: SPEC-3497 Signed-off-by: Antia Puentes <apuentes@igalia.com> Change-Id: Ic5d8a034d606e903322d201fcac4120adc13aa0b
2020-06-25Update autobuild scriptsjellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.39.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: I32436a3a3b385ab9ca278e1cab67fa43bd9e4eec
2020-06-01add autobuild scriptsLorenzo Tilve2-0/+208
v2 (jsmoeller): Fix the folders as './package' is expected as the output in CI. Also temporarily do some debugging output in CI. v3 (smurray): Update autobuild scripts and remove output directory change, as it should not be necessary. Bug-AGL: SPEC-3397 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: Ice8d24c98e052fb6a1e76677ec0f5934796fe475
2020-02-11Update .gitreview fileJan-Simon Möller1-0/+5
This updates the gitreview file in the project . Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ide13d0c258b21ca31c04ad784ba585eff9e1fe3d
2020-02-04FUNCT Generate wgt under package foldericefish_8.99.5icefish/8.99.58.99.5Humberto Alfonso Díaz2-1/+2
2020-02-04FUNCT Add support for landscape and portrait using 1080 and 720Humberto Alfonso Díaz6-37/+98
2020-02-04RESTRUCT update HomepageHumberto Alfonso Díaz1-4/+3
2020-02-04BUGFIX Add missing API initHumberto Alfonso Díaz1-1/+2
2020-02-04BUGFIX Add missing configuration on config.xml fileHumberto Alfonso Díaz1-0/+1
2020-02-04FUNCT Update agl library referenceHumberto Alfonso Díaz1-1/+1
2020-02-04FUNCT Integrate AGLJS libraryHumberto Alfonso Díaz5-244/+32
2020-02-04Add permissions required for Halibut releaseJacobo Aragunde Pérez1-1/+3
2020-02-04BUGFIX Correct webpack.config.jsHumberto Alfonso Díaz1-2/+1
2020-02-04FUNCT Add support to modify slidersHumberto Alfonso Díaz11-267/+117
2020-02-04FUNCT Update look & feelHumberto Alfonso Díaz3-5/+10
2020-02-04FUNCT First dummy releaseHumberto Alfonso Díaz35-2025/+575
2020-02-04Release code under Apache 2.0 licenseJacobo Aragunde Pérez8-1/+298
2020-02-04BUGFIX Correct wrong size on scssHumberto Alfonso Díaz1-3/+5
2020-02-04BUGFIX Correct config.xmlHumberto Alfonso Díaz1-3/+3
2020-02-04RESTRUCT Remove unused fileHumberto Alfonso Díaz1-0/+0
2020-02-04OPT Update buttons codeHumberto Alfonso Díaz2-44/+16
2020-02-04OPT Improve chair and fan codeHumberto Alfonso Díaz3-21/+22
2020-02-04FUNCT Add temperature managementHumberto Alfonso Díaz5-116/+87
2020-02-04FUNCT Add buttons, fan speed and chair functionalityHumberto Alfonso Díaz6-32/+186
2020-02-04BUGFIX Correct errors on scssHumberto Alfonso Díaz2-3/+3
2020-02-04FUNCT Add fan speed containerHumberto Alfonso Díaz4-5/+99
2020-02-04FUNCT Add temperatures navigationHumberto Alfonso Díaz2-13/+112
2020-02-04FUNCT First layout structureHumberto Alfonso Díaz25-14/+1612
2020-02-04RESTRUCT Update config.xml and app.jsHumberto Alfonso Díaz2-82/+2
2020-02-04RESTRUCT Update layout to remove homescreen stylesHumberto Alfonso Díaz17-44627/+321
2020-02-04FUNCT Basic support to launch appsHumberto Alfonso Díaz4-8/+36
2020-02-04DOC Add code commentHumberto Alfonso Díaz1-3/+1
2020-02-04FUNCT Add support to load apps from AGLHumberto Alfonso Díaz9-39/+560
2020-02-04FUNCT Update app iconHumberto Alfonso Díaz1-68/+300
2020-02-04RESTRUT Rename app.js to index.js and remove bootstrap dependencyHumberto Alfonso Díaz3-5/+3
2020-02-04FUNT Add Sass vars for color customizationHumberto Alfonso Díaz3-2/+7
2020-02-04RESTRUCT Split style into several filesHumberto Alfonso Díaz7-73/+76
2020-02-04FUNCT Update main layoutHumberto Alfonso Díaz1-8/+7
2020-02-04FUCNT Add zip stepHumberto Alfonso Díaz2-1/+10
2020-02-04FUNCT Added first visual versionHumberto Alfonso Díaz14-9/+44203