src/app-framework-demo.git
7 years agoClean up to prepare new version of API
Fulup Ar Foll [Sun, 29 May 2016 13:50:40 +0000 (15:50 +0200)]
Clean up to prepare new version of API

8 years agoupdate to afb-daemon evolutions
José Bollo [Fri, 15 Apr 2016 20:01:37 +0000 (22:01 +0200)]
update to afb-daemon evolutions

- change the jtype
- names uploaded widgets 'widget'

Change-Id: I4634f71f820ba9c6619d944dd68b0238ed649a23
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoapplies new cookie name to readme
José Bollo [Tue, 23 Feb 2016 08:49:24 +0000 (09:49 +0100)]
applies new cookie name to readme

Change-Id: I018418dfd94f6a403d410781c588578aed2af166
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoUpdate Dist.prod
Fulup Ar Foll [Wed, 17 Feb 2016 19:53:26 +0000 (20:53 +0100)]
Update Dist.prod

8 years agoadds prod files
José Bollo [Wed, 17 Feb 2016 18:27:51 +0000 (19:27 +0100)]
adds prod files

Change-Id: I01a2f7f99f864934bcd6b78df6a83a48ce6c8764
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoFix Modal Info Popup
Fulup Ar Foll [Wed, 17 Feb 2016 16:45:03 +0000 (17:45 +0100)]
Fix Modal Info Popup

8 years agoImplement closing windows of remote launchs
Fulup Ar Foll [Wed, 17 Feb 2016 11:00:46 +0000 (12:00 +0100)]
Implement closing windows of remote launchs

Change-Id: Ibcaa672271b1da94dd87291ea0531b5c520fa373

8 years agoFixed BeforeUnload Binder Call in ProdMode
Fulup Ar Foll [Tue, 16 Feb 2016 17:33:01 +0000 (18:33 +0100)]
Fixed BeforeUnload Binder Call in ProdMode

8 years agoUpdated TokenRefresh and AppConfig
Fulup Ar Foll [Mon, 15 Feb 2016 14:51:22 +0000 (15:51 +0100)]
Updated TokenRefresh and AppConfig

8 years agoAdded runmode=remote|local
Fulup Ar Foll [Mon, 15 Feb 2016 10:55:21 +0000 (11:55 +0100)]
Added runmode=remote|local

8 years agoUpdate runnable list after uninstall
Fulup Ar Foll [Mon, 15 Feb 2016 10:22:27 +0000 (11:22 +0100)]
Update runnable list after uninstall

8 years agoappli: integrates mode local/remote
José Bollo [Sun, 14 Feb 2016 14:09:32 +0000 (15:09 +0100)]
appli: integrates mode local/remote

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoFixed Mutiple AutoStart Call and Refresh Token
Fulup Ar Foll [Fri, 12 Feb 2016 16:46:35 +0000 (17:46 +0100)]
Fixed Mutiple AutoStart Call and Refresh Token

8 years agoFixed Mutiple AutoStart Call & added Application Menu Context
Fulup Ar Foll [Fri, 12 Feb 2016 14:35:00 +0000 (15:35 +0100)]
Fixed Mutiple AutoStart Call & added Application Menu Context

8 years agofix icons
José Bollo [Thu, 11 Feb 2016 16:47:17 +0000 (17:47 +0100)]
fix icons

Change-Id: I1ba856464a12fb83fb29bc35415a0bb8371b2669
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoadded install
José Bollo [Thu, 11 Feb 2016 16:37:42 +0000 (17:37 +0100)]
added install

Change-Id: I38b58d9cc8843fdfed557b4e3e15d1462710e2e7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agosynchronize with sources
José Bollo [Wed, 10 Feb 2016 09:48:17 +0000 (10:48 +0100)]
synchronize with sources

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>
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