From: Brian Jones Date: Wed, 10 Sep 2014 23:33:24 +0000 (-0700) Subject: Removing space in app name - Fix for TC-1404 X-Git-Tag: submit/tizen_ivi/20140911.180109^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=780ea5d62064874291394e530a920ed258322c8d;p=profile%2Fivi%2FModello_Homescreen.git Removing space in app name - Fix for TC-1404 Change-Id: I8efebff1b03e75703be9d3ebb71d11c140842b28 --- diff --git a/config.xml b/config.xml index 76a7af6..45dff2f 100644 --- a/config.xml +++ b/config.xml @@ -6,7 +6,7 @@ package="Modello005" required_version="2.1" /> - Modello Homescreen + ModelloHomescreen diff --git a/js/predefAppModel.js b/js/predefAppModel.js index 4f6983b..e112075 100644 --- a/js/predefAppModel.js +++ b/js/predefAppModel.js @@ -154,31 +154,31 @@ function fillAppIDs (appList) { switch (app.name) { - case "Modello Navigation": + case "ModelloNavigation": areasDefinitions[1].id = app.id; break; - case "Modello HVAC": + case "ModelloHVAC": areasDefinitions[2].id = app.id; break; - case "Modello Multimedia Player": + case "ModelloMultimediaPlayer": areasDefinitions[3].id = app.id; break; - case "Modello SmartDeviceLink": + case "ModelloSmartDeviceLink": areasDefinitions[4].id = app.id; break; - case "Modello Phone": + case "ModelloPhone": areasDefinitions[5].id = app.id; break; - case "Modello AppManager": + case "ModelloAppManager": areasDefinitions[6].id = app.id; break; - case "Modello Dashboard": + case "ModelloDashboard": areasDefinitions[7].id = app.id; break; } diff --git a/packaging/modello-homescreen.changes b/packaging/modello-homescreen.changes index 630b12c..65d54dc 100644 --- a/packaging/modello-homescreen.changes +++ b/packaging/modello-homescreen.changes @@ -1,3 +1,6 @@ +* Wed Sep 10 2014 Brian Jones accepted/tizen/ivi/20140828.212836-1-g6742024 +- Removing space in app name - Fix for TC-1404 + * Mon Aug 25 2014 Brian Jones accepted/tizen/ivi/20140821.133919-1-geec5ebe - Adding code to get the app ID from tizen.application for the center tiles rather than hardcode