Changed to use the navigator.vehicle namespace - TC-2055 39/31139/1 accepted/tizen/ivi/20141202.054057 submit/tizen_ivi/20141202.000117
authorBrian Jones <brian.j.jones@intel.com>
Mon, 1 Dec 2014 23:16:13 +0000 (15:16 -0800)
committerBrian Jones <brian.j.jones@intel.com>
Mon, 1 Dec 2014 23:16:23 +0000 (15:16 -0800)
Change-Id: I530d4c3569446a668abc3042e9ffd38217fc4d8f

js/main.js
packaging/modello-dashboard.changes

index 0be0cb8..1de6754 100644 (file)
@@ -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);
                },
index 24bb5eb..26f311c 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Dec 01 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/ivi/20141121.050646-1-g0584f9b
+- Changed to use the navigator.vehicle namespace - TC-2055
+
 * Tue Oct 07 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141007.174646-1-g96b3bec
 - clean the spec file
 - Fix for TC-1560 UI always zoomed out