Updated Modello web samples from upstream; version up 31/24831/2
authorAlice Liu <alice.liu@intel.com>
Wed, 23 Jul 2014 06:28:58 +0000 (14:28 +0800)
committerAlice Liu <alice.liu@intel.com>
Wed, 23 Jul 2014 07:11:36 +0000 (15:11 +0800)
Change-Id: Id4a9d6a7b0c5608f0db8df5379d7fcdb31cc7353
Signed-off-by: Alice Liu <alice.liu@intel.com>
package/changelog
package/pkginfo.manifest
samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/Homescreen_icon.png
samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/systemd/modello_launcher.sh
samples/web/Sample/Tizen/Web App/Modello_Multimediaplayer/project/js/remotecontent.js
samples/web/Sample/Tizen/Web App/Modello_Multimediaplayer/project/packaging/modello-multimediaplayer.changes

index c771bc6..8142a03 100644 (file)
@@ -1,3 +1,7 @@
+* 3.0.19
+* Updated Modello web samples from upstream
+== Alice Liu <alice.liu@intel.com> 2014-07-23
+
 * 3.0.18
 * Updated Modello_Nav snapshot
 == Dongxing Liu <dongxing.x.liu@intel.com> 2014-07-10
index 6167f7b..f4633a8 100644 (file)
@@ -1,5 +1,5 @@
-Version:3.0.18
-Maintainer: Dongxing Liu<dongxing.x.liu@intel.com>
+Version:3.0.19
+Maintainer: Alice Liu<alice.liu@intel.com>
 
 Package:ivi-3.0-web-sample
 OS:ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64
index 0b2f067..b0ce7ea 100644 (file)
Binary files a/samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/Homescreen_icon.png and b/samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/Homescreen_icon.png differ
index c8b0563..08a47aa 100644 (file)
@@ -13,7 +13,7 @@
 var RemoteContent = function() {
        "use strict";
        var self = this;
-       this.mediaServer = navigator.mediaServer; //tizen.mediaserver;
+       this.mediaServer = navigator.mediaServer;
        this.mediaSources = ko.observableArray([]);
        this.selectedMediaSource = ko.observable(null);
 
@@ -83,10 +83,7 @@ RemoteContent.prototype.addMediaSource = function(source) {
        console.log(source);
        if (!!source) {
                if (!source.friendlyName) {
-                       for(var key in source) {
-                           var value = source[key];
-                           if (source.hasOwnProperty(key))
-                       }
+                       return;
                }
                source.timestamp = new Date().getTime();
                var sourceExists = false;
index a8117c5..c8d7ccc 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Jul 07 2014 brianjjones <brian.j.jones@intel.com> accepted/tizen/ivi/20140702.153244-1-g3435640
+- Removing faulty debug code and commented coded
+
 * Thu Jun 26 2014 brianjjones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.130731-1-g635ff71
 - Updates to use the slightly altered mediaserver API