Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-17 | Fix Modal Info Popup | Fulup Ar Foll | 2 | -16/+18 | |
2016-02-17 | Implement closing windows of remote launchs | Fulup Ar Foll | 5 | -7/+38 | |
Change-Id: Ibcaa672271b1da94dd87291ea0531b5c520fa373 | |||||
2016-02-16 | Fixed BeforeUnload Binder Call in ProdMode | Fulup Ar Foll | 4 | -9/+11 | |
2016-02-15 | Updated TokenRefresh and AppConfig | Fulup Ar Foll | 4 | -40/+35 | |
2016-02-15 | Added runmode=remote|local | Fulup Ar Foll | 2 | -4/+5 | |
2016-02-15 | Update runnable list after uninstall | Fulup Ar Foll | 4 | -11/+14 | |
2016-02-15 | appli: integrates mode local/remote | José Bollo | 3 | -7/+9 | |
Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-12 | Fixed Mutiple AutoStart Call and Refresh Token | Fulup Ar Foll | 2 | -5/+5 | |
2016-02-12 | Fixed Mutiple AutoStart Call & added Application Menu Context | Fulup Ar Foll | 3 | -15/+37 | |
2016-02-11 | fix icons | José Bollo | 3 | -4/+4 | |
Change-Id: I1ba856464a12fb83fb29bc35415a0bb8371b2669 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-11 | added install | José Bollo | 3 | -5/+16 | |
Change-Id: I38b58d9cc8843fdfed557b4e3e15d1462710e2e7 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-10 | synchronize with sources | José Bollo | 4 | -5/+3 | |
After modifying sources, gulp must be used using the command: gulp build-app-prod That regenerates dist.prod/opa/AFBclient.min.js I ran it and removed artefacts of dist.prod/sessions Change-Id: If2a501291fcbd246727906205c46649fa2abce24 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-10 | app.js: avoid ambiguity | José Bollo | 1 | -1/+1 | |
Writing: "conf ? expr : var = item;" is wrong because = has lower priority than ?:. It is in fact evaluated as: "(conf ? expr : var) = item;" Change-Id: I876b67b80c9285356d82bcc1c87795a97a501c86 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-09 | Cleanup | Fulup Ar Foll | 1 | -3/+6 | |
2016-02-09 | Implemented URL query parsing for initial token /opa/?token=abcde | Fulup Ar Foll | 4 | -4/+12 | |
2016-01-28 | Update "dist.prod" | Manuel Bachmann | 1 | -2/+2 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2016-01-28 | readme: fixup typo | Yannick Gicquel | 1 | -2/+2 | |
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> | |||||
2016-01-28 | AppliButton: fixup terminate action | Yannick Gicquel | 1 | -1/+1 | |
'stop' is used to put apps in pause, and 'cont' to unpause them. to exit an app, 'terminate' has been choosen Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> | |||||
2016-01-28 | Fix call to afm-main install function after upload | Manuel Bachmann | 2 | -3/+3 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2016-01-28 | Update "dist.prod" for "Update INFO+Stop" | Manuel Bachmann | 1 | -2/+2 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2016-01-28 | Update INFO+Stop | Fulup Ar Foll | 2 | -10/+51 | |
2016-01-28 | Update JSON API | Fulup Ar Foll | 635 | -33/+126722 | |
2016-01-28 | Update Comment | Fulup Ar Foll | 1 | -2/+2 | |
2016-01-28 | Add "dist.prod" directory, modify .gitignore | Manuel Bachmann | 39 | -2/+33 | |
"dist.prod" is a snapshot of compiled application ; it is useful for demos, and because compiling AngularJS code (using npm, gulp...) within Yocto means lots of efforts for little gain. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2016-01-28 | Minor Cleanup | Fulup Ar Foll | 2 | -12/+14 | |
2016-01-27 | Handle Error Modal on upload | Fulup Ar Foll | 13 | -381/+71 | |
2016-01-25 | Cosmetic fixes | Fulup Ar Foll | 3 | -11/+13 | |
2016-01-25 | First version | Fulup Ar Foll | 82 | -203/+5379 | |
2016-01-22 | Initial commit | Fulup Ar Foll | 2 | -0/+203 | |