From bd92737dd272e5dc55fdca2fa9ab47f1c03ac0fa Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Mon, 1 Dec 2014 15:16:13 -0800 Subject: [PATCH] Changed to use the navigator.vehicle namespace - TC-2055 Change-Id: I530d4c3569446a668abc3042e9ffd38217fc4d8f --- js/main.js | 4 ++-- packaging/modello-dashboard.changes | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 0be0cb8..1de6754 100644 --- a/js/main.js +++ b/js/main.js @@ -1,7 +1,7 @@ /*global Bootstrap, dashBoardControler */ /** - * DashBoard application show information about vehicle from [tizen.vehicle API](https://raw.github.com/otcshare/automotive-message-broker/master/docs/amb.idl). + * DashBoard application show information about vehicle from [navigator.vehicle API](https://raw.github.com/otcshare/automotive-message-broker/master/docs/amb.idl). * Uses mainly {{#crossLink "CarIndicator"}}{{/crossLink}} module from {{#crossLink "Bootstrap/carIndicator:property"}}{{/crossLink}}. Dashboard application uses following * AMB properties to show car data in display only mode: * @@ -97,7 +97,7 @@ var init = function () { $('#bottomPanel').bottomPanel('init', 'withoutBack'); $("#topBarIcons").topBarIconsPlugin('init'); - tizen.vehicle.vehicleSpeed.get().then( + navigator.vehicle.vehicleSpeed.get().then( function(vSpeed){ dashBoardIndicator.onSpeedChanged(vSpeed.speed); }, diff --git a/packaging/modello-dashboard.changes b/packaging/modello-dashboard.changes index 24bb5eb..26f311c 100644 --- a/packaging/modello-dashboard.changes +++ b/packaging/modello-dashboard.changes @@ -1,3 +1,6 @@ +* Mon Dec 01 2014 Brian Jones accepted/tizen/ivi/20141121.050646-1-g0584f9b +- Changed to use the navigator.vehicle namespace - TC-2055 + * Tue Oct 07 2014 Brian Jones submit/tizen_ivi/20141007.174646-1-g96b3bec - clean the spec file - Fix for TC-1560 UI always zoomed out -- 2.7.4