src/app-framework-demo.git
8 years agoapp.js: avoid ambiguity
José Bollo [Wed, 10 Feb 2016 08:28:00 +0000 (09:28 +0100)]
app.js: avoid ambiguity

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>
8 years agoCleanup
Fulup Ar Foll [Tue, 9 Feb 2016 17:55:40 +0000 (18:55 +0100)]
Cleanup

8 years agoImplemented URL query parsing for initial token /opa/?token=abcde
Fulup Ar Foll [Tue, 9 Feb 2016 17:46:34 +0000 (18:46 +0100)]
Implemented URL query parsing for initial token /opa/?token=abcde

8 years agoUpdate "dist.prod"
Manuel Bachmann [Thu, 28 Jan 2016 18:56:12 +0000 (19:56 +0100)]
Update "dist.prod"

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
8 years agoreadme: fixup typo
Yannick Gicquel [Thu, 28 Jan 2016 18:42:37 +0000 (19:42 +0100)]
readme: fixup typo

Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
8 years agoAppliButton: fixup terminate action
Yannick Gicquel [Thu, 28 Jan 2016 18:39:10 +0000 (19:39 +0100)]
AppliButton: fixup terminate action

'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>
8 years agoFix call to afm-main install function after upload
Manuel Bachmann [Thu, 28 Jan 2016 17:38:05 +0000 (18:38 +0100)]
Fix call to afm-main install function after upload

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
8 years agoUpdate "dist.prod" for "Update INFO+Stop"
Manuel Bachmann [Thu, 28 Jan 2016 16:22:14 +0000 (17:22 +0100)]
Update "dist.prod" for "Update INFO+Stop"

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
8 years agoUpdate INFO+Stop
Fulup Ar Foll [Thu, 28 Jan 2016 16:03:18 +0000 (17:03 +0100)]
Update INFO+Stop

8 years agoUpdate JSON API
Fulup Ar Foll [Thu, 28 Jan 2016 15:30:12 +0000 (16:30 +0100)]
Update JSON API

8 years agoUpdate Comment
Fulup Ar Foll [Thu, 28 Jan 2016 11:45:10 +0000 (12:45 +0100)]
Update Comment

8 years agoAdd "dist.prod" directory, modify .gitignore
Manuel Bachmann [Thu, 28 Jan 2016 11:26:00 +0000 (12:26 +0100)]
Add "dist.prod" directory, modify .gitignore

"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>
8 years agoMinor Cleanup
Fulup Ar Foll [Thu, 28 Jan 2016 10:20:53 +0000 (11:20 +0100)]
Minor Cleanup

8 years agoHandle Error Modal on upload
Fulup Ar Foll [Wed, 27 Jan 2016 12:01:16 +0000 (13:01 +0100)]
Handle Error Modal on upload

8 years agoCosmetic fixes
Fulup Ar Foll [Mon, 25 Jan 2016 21:27:29 +0000 (22:27 +0100)]
Cosmetic fixes

8 years agoFirst version
Fulup Ar Foll [Mon, 25 Jan 2016 13:37:32 +0000 (14:37 +0100)]
First version

8 years agoInitial commit
Fulup Ar Foll [Fri, 22 Jan 2016 10:47:24 +0000 (11:47 +0100)]
Initial commit