Updated Modello web samples from upstream; version up 13/26413/1
authorAlice Liu <alice.liu@intel.com>
Fri, 22 Aug 2014 06:37:55 +0000 (14:37 +0800)
committerAlice Liu <alice.liu@intel.com>
Fri, 22 Aug 2014 06:37:55 +0000 (14:37 +0800)
Change-Id: I00e36ddd91d2828a0dc6ae9db09db7b3f83e6171
Signed-off-by: Alice Liu <alice.liu@intel.com>
13 files changed:
package/changelog
package/pkginfo.manifest
samples/web/Sample/Tizen/Web App/Modello_AMBSimulator/project/packaging/modello-ambsimulator.changes
samples/web/Sample/Tizen/Web App/Modello_Appmanager/project/Makefile
samples/web/Sample/Tizen/Web App/Modello_Appmanager/project/packaging/modello-appmanager.changes
samples/web/Sample/Tizen/Web App/Modello_Dashboard/project/packaging/modello-dashboard.changes
samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/js/installedApps.js
samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/js/predefAppModel.js
samples/web/Sample/Tizen/Web App/Modello_Homescreen/project/packaging/modello-homescreen.changes
samples/web/Sample/Tizen/Web App/Modello_Hvac/project/packaging/modello-hvac.changes
samples/web/Sample/Tizen/Web App/Modello_Multimediaplayer/project/packaging/modello-multimediaplayer.changes
samples/web/Sample/Tizen/Web App/Modello_Nav/project/packaging/modello-nav.changes
samples/web/Sample/Tizen/Web App/Modello_SDL/project/packaging/modello-sdl.changes

index 385a6c7..b85089b 100644 (file)
@@ -1,3 +1,7 @@
+* 3.0.21
+* Updated Modello web samples from upstream
+== Alice Liu <alice.liu@intel.com> 2014-08-22
+
 * 3.0.20
 * Updated Modello web samples from upstream
 == Alice Liu <alice.liu@intel.com> 2014-08-11
index 763aba5..17494d4 100644 (file)
@@ -1,4 +1,4 @@
-Version:3.0.20
+Version:3.0.21
 Maintainer: Alice Liu<alice.liu@intel.com>
 
 Package:ivi-3.0-web-sample
index 809102a..86563ad 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.053921-1-g14c6918
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.131112-1-g7fa65f7
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index 9717ebb..616da5a 100644 (file)
@@ -7,7 +7,7 @@ INSTALL_FILES = $(PROJECT).wgt
 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
 
 wgtPkg:
-       zip -r $(PROJECT).wgt config.xml css AppManagericon.png index.html js templates
+       zip -r $(PROJECT).wgt config.xml css AppManager_icon.png index.html js templates
 
 install:
        @echo "Installing Appmanager, stand by..."
index fbc9ca6..3fd3592 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.053836-1-g373017f
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.131050-1-g0558dae
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index 0bbcb2f..71bcd26 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.053859-1-g315b0c2
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.130948-1-g3c2b00a
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index 3509eef..fc743e7 100644 (file)
@@ -247,7 +247,7 @@ function onAppInfoSuccess(list) {
  **/
 evalInstalledApps = function() {
        "use strict";
-       if (typeof tizen !== 'undefined') {
+       if (typeof (tizen.application.getAppsInfo) !== 'undefined') {
                try {
                        // get the installed applications list
                        tizen.application.getAppsInfo(onAppInfoSuccess, function(err) {
index d69bb40..62ed157 100644 (file)
@@ -81,8 +81,8 @@ var areasDefinitions = [ {
        shape: 'cenerCircle'
 }, {
        name: 'navigation',
-       id: 'xwalk.epacfkhfnnlaamkbaiedmohaeogbedkf',
-       iconPath: '../navigation/icon.png',
+       id: 'Modello008.Nav',
+       iconPath: '../icons/Navigation_icon.png',
        sectorId: 1,
        sc: 104,
        lc: 497,
@@ -91,8 +91,8 @@ var areasDefinitions = [ {
        shape: 'pieWithoutCenter'
 }, {
        name: "airconditioning",
-       id: 'xwalk.fmpbbfhmnlghfghbblcobiiedfbjgegp',
-       iconPath: '../dashboard/icon.png',
+       id: 'Modello006.Hvac',
+       iconPath: '../icons/Dashboard_icon.png',
        sectorId: 2,
        sc: 94,         //small circle border
        lc: 437,        //large circle border
@@ -101,8 +101,8 @@ var areasDefinitions = [ {
        shape: 'pieWithoutCenter'
 }, {
        name: 'MultimediaPlayer',
-       id: 'xwalk.ilflnmejfmcdcdnjjgejnfbhhbfaaefb',
-       iconPath: '../musicplayer/icon.png',
+       id: 'Modello007.Multimediaplayer',
+       iconPath: '../icons/Multimedia_Player_icon.png',
        sectorId: 3,
        sc: 80,
        lc: 392,
@@ -111,8 +111,8 @@ var areasDefinitions = [ {
        shape: 'pieWithoutCenter'
 }, {
        name: 'SmartDeviceLink',
-       id: 'xwalk.kiefmdieeelkgmnjldgklhlemjdkgpbm',
-       iconPath: '../smartdevicelink/icon.png',
+       id: 'Modello010.SDL',
+       iconPath: '../icons/SmartDeviceLink_icon.png',
        sectorId: 4,
        sc: 80,
        lc: 384,
@@ -121,8 +121,8 @@ var areasDefinitions = [ {
        shape: 'pieWithoutCenter'
 }, {
        name: 'phone',
-       id: 'xwalk.nejoidhifdhhbogkaoimdcalkmllicab',
-       iconPath: '../phone/icon.png',
+       id: 'Modello009.Phone',
+       iconPath: '../apps/Phone_icon.png',
        sectorId: 5,
        sc: 82,
        lc: 364,
@@ -131,8 +131,8 @@ var areasDefinitions = [ {
        shape: 'pieWithoutCenter'
 }, {
        name: 'store',
-       id: 'xwalk.ofalfnmcoplngiipflmdhdegilbfepoh',
-       iconPath: '../store/icon.png',
+       id: 'Modello003.AppManager',
+       iconPath: '../icons/AppManager_icon.png',
        sectorId: 6,
        sc: 82,
        lc: 364,
@@ -141,8 +141,8 @@ var areasDefinitions = [ {
        shape: 'pieWithoutCenter'
 }, {
        name: 'dashboard',
-       id: 'xwalk.knojblgeighiodojgihegbmkbbadfpnk',
-       iconPath: '../dashboard/icon.png',
+       id: 'Modello004.Dashboard',
+       iconPath: '../icons/Dashboard_icon.png',
        sectorId: 7,
        sc: 105,
        lc: 433,
index 5be7fee..9fa6109 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_3.0.m14.2_ivi/20140723.000001-3-g1933e57
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140702.153400-1-g90fae66
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index 999e596..5b5e4cd 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.054025-1-g2bb817c
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.130905-1-g894b121
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index 79cf83c..249f064 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.054001-1-g5c41e5d
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20140708.220310-1-ge05ded7
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index 036dbfc..0b4fb13 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.054115-1-gcfb250b
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.130843-1-g993574a
 - Updating manifest to use xwalk_version instead of version - TC-1465
 
index ad09fdd..546dc7a 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140807.053941-1-gc1691b9
+- Matching config.xml icon name to the one in the .wgt file
+
 * Wed Aug 06 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20140614.104104-1-g22ec0f1
 - Updating manifest to use xwalk_version instead of version - TC-1465