Updated Modello Common libraries 80/28580/1
authorAlice Liu <alice.liu@intel.com>
Fri, 10 Oct 2014 02:38:43 +0000 (10:38 +0800)
committerAlice Liu <alice.liu@intel.com>
Fri, 10 Oct 2014 02:38:43 +0000 (10:38 +0800)
Package version up (3.0.30).

Change-Id: I0251448696bfa17b9e0bf6908318a3917523a831
Signed-off-by: Alice Liu <alice.liu@intel.com>
package/changelog
package/pkginfo.manifest
web-ui-fw/0.0.2/0.0.2_Common/original/css/car/components/topBarIcons/topBarIcons.js
web-ui-fw/0.0.2/0.0.2_Common/original/js/services/bootstrap.js

index 746e8f5..0f9b1d1 100644 (file)
@@ -1,3 +1,7 @@
+* 3.0.30
+- Updated Modello Common libraries
+== Alice Liu <alice.liu@intel.com> 2014-10-10
+
 * 3.0.29
 - Updated Modello Common libraries
 == Alice Liu <alice.liu@intel.com> 2014-09-23
index 5e8e547..4e8bf7c 100644 (file)
@@ -1,4 +1,4 @@
-Version:3.0.29
+Version:3.0.30
 Maintainer: Wenchao Wang<wenchao.wang@intel.com>
 
 Package:ivi-3.0-web-add-ons
index 579c9ff..8470e99 100644 (file)
@@ -94,7 +94,7 @@ function onLaunchSuccess() {
        "use strict";
        console.log("App launched succesfully...");
 
-       if (appToHide && appToHide.name !== "ModelloHomescreen")
+       if (appToHide)
                appToHide.hide();
 }
 
index 91cbc58..f166d42 100644 (file)
@@ -228,7 +228,6 @@ Bootstrap.prototype.reload = function() {
        "use strict";
        document.addEventListener("webkitvisibilitychange", function() {
                Configuration.reload();
-               Speech.readCurrentAppName();
        }, false);
        // workaround for webkitvisibilitychange
        setInterval(function() {