profile/ivi/Modello_Common.git
9 years agoUpdate to latest touchSwipe library to fix touchevent issues 61/34061/1 accepted/tizen_ivi tizen accepted/tizen/ivi/20150121.052834 submit/tizen_ivi/20150120.231428
Jimmy Huang [Tue, 20 Jan 2015 22:58:31 +0000 (14:58 -0800)]
Update to latest touchSwipe library to fix touchevent issues

This will indirectly fix TC-1896, which  is a bug
of the touchSwipe plugin, where created swipe object
do not receive touch events properly.  Updating to the latest
touchSwipe library (version 1.6.6) will no longer have this
issue.

Change-Id: I88698e7fa925015cec92263366be8d4772d5d26c
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFix TC-2354 - The paired bt device is lost 34/33934/1 accepted/tizen_3.0_ivi tizen_3.0_ivi accepted/tizen/ivi/20150117.065356 submit/tizen_ivi/20150117.003222 tizen_3.0_ivi_release
Jimmy Huang [Sat, 17 Jan 2015 00:15:55 +0000 (16:15 -0800)]
Fix TC-2354 - The paired bt device is lost

Removed unneccessary reload of bluetooth configration caused
by any config changes.  This causes information of already
paired bluetooth devices to disappear.  Since currently bluetooth
is not synchronized across all the Modello apps, this code is buggy
and should be removed.

Change-Id: I0c6467568ac64bd258a09ab1e849e06a3e1972ba
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoAdd button in Theme settings to toggle Homescreen animation 87/33287/1 accepted/tizen/ivi/20150114.045446 submit/tizen_ivi/20150114.000957
Jimmy Huang [Wed, 7 Jan 2015 23:48:30 +0000 (15:48 -0800)]
Add button in Theme settings to toggle Homescreen animation

This is a work around to help reduce high cpu usage in CSS animations
regarding bug TC-1899.

Change-Id: I3753cd44af90a688b4d3589f8c0a7abe43f57890
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoAdding new fonts to Modello that work with xwalk 19/32219/1 accepted/tizen/ivi/20141217.011338 submit/tizen_ivi/20141217.000324
Brian Jones [Tue, 16 Dec 2014 23:51:10 +0000 (15:51 -0800)]
Adding new fonts to Modello that work with xwalk

Change-Id: Id6deeb126bf7039aaf40c7eb50bf0d9d30f25353

9 years agoMore set commands being implemented. Defrost, fanspeed, seat heater, and hazard.... 16/32116/2 accepted/tizen/ivi/20141216.021121 submit/tizen_ivi/20141216.010327
Brian Jones [Tue, 16 Dec 2014 00:45:11 +0000 (16:45 -0800)]
More set commands being implemented. Defrost, fanspeed, seat heater, and hazard. Also adding kmh -> mph conversion

Change-Id: I012ad6c9b0f84ec351760426a1b30bfdc55953f2

9 years agoUpdates to utilize AMB set calls 05/32005/1 accepted/tizen/ivi/20141215.064929 submit/tizen_ivi/20141212.235817
Brian Jones [Fri, 12 Dec 2014 23:43:47 +0000 (15:43 -0800)]
Updates to utilize AMB set calls

Change-Id: I9d39c469b3c00bb067fa3a29f230bcbbfb1758ca

9 years agoAdded sanity check before calling Vehicle api 15/31315/1 accepted/tizen/ivi/20141204.025516 submit/tizen_ivi/20141203.212631 submit/tizen_ivi/20141203.214901
Jimmy Huang [Wed, 3 Dec 2014 21:14:37 +0000 (13:14 -0800)]
Added sanity check before calling Vehicle api

Added a sanity check to make sure that in case the vehicle api
is not available, that it doesn't break any other Modello apps
when calling the Vehicle api

Change-Id: Ib967c27d784069f309b5e2370dcdd252e3a22c2e
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoChanged to use the navigator.vehicle namespace - TC-2055 38/31138/1 accepted/tizen/ivi/20141202.054026 submit/tizen_ivi/20141202.000106
Brian Jones [Mon, 1 Dec 2014 23:15:40 +0000 (15:15 -0800)]
Changed to use the navigator.vehicle namespace - TC-2055

Change-Id: I1d104f06043d9182d3f2647f00fa68f0c5b6ef9f

9 years agoFixing slider code to work with touch. This will fix the mediaplayer volume control 61/30661/1 accepted/tizen/ivi/20141124.011535 submit/tizen_ivi/20141121.222206
Brian Jones [Fri, 21 Nov 2014 22:15:14 +0000 (14:15 -0800)]
Fixing slider code to work with touch.  This will fix the mediaplayer volume control

Change-Id: I7df41fca4622679b898c0e6b877be5b0ff356e97

9 years agoremove device from list and show scan button when unpairing 69/29169/2 accepted/tizen_3.0.m14.3_ivi tizen_3.0.m14.3_ivi accepted/tizen/3.0.m14.3/ivi/20141027.134153 accepted/tizen/ivi/20141110.082141 submit/tizen_3.0.m14.3_ivi/20141027.073643 submit/tizen_ivi/20141110.071617 tizen_3.0.m14.3_ivi_release
Corentin Lecouvey [Tue, 21 Oct 2014 16:51:58 +0000 (18:51 +0200)]
remove device from list and show scan button when unpairing

After unpairing a device, this device is no more a known device.
It should be removed from the list before refreshing it.

Also propose to display the scan button after unpairing.

Change-Id: Ib896bc79bf5fe79cc764fb538922bd018742f024
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
9 years agoUpdating Tire and Transmission listeners for AMB 58/29358/1 accepted/tizen/ivi/20141027.012145 submit/tizen_ivi/20141024.225244
Brian Jones [Fri, 24 Oct 2014 22:39:37 +0000 (15:39 -0700)]
Updating Tire and Transmission listeners for AMB

Change-Id: Ib9eb6d7cc068657a6e2330435cd055fc34e2955a

9 years agoUpdating attribute name fanSpeed to fanSpeedLevel. Fix bug TC-1898 79/29279/2 accepted/tizen/ivi/20141024.004833 submit/tizen_ivi/20141023.185016
Brian Jones [Thu, 23 Oct 2014 18:42:53 +0000 (11:42 -0700)]
Updating attribute name fanSpeed to fanSpeedLevel.  Fix bug TC-1898

Change-Id: I1815bcb352e868320edf73f6c8d3aba01a3e507d

9 years agoEnabled click events for alphabet filtering 62/29062/1 accepted/tizen/ivi/20141022.072325 submit/tizen_ivi/20141021.161532
Jimmy Huang [Tue, 21 Oct 2014 00:06:40 +0000 (17:06 -0700)]
Enabled click events for alphabet filtering

The touch events were disabled so alphabet filter wasn't working.
This patch will allow contact lists to receive click events again.

Change-Id: Iced5f6df7c271c0bbf0a927cfbea8c5bd58dc793
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFix for TC-1777. Makes sure to check the interface as well as attribute name 60/29060/2 accepted/tizen/3.0.m14.3/ivi/20141022.100844 submit/tizen_3.0.m14.3_ivi/20141022.015626 submit/tizen_ivi/20141020.235134
Brian Jones [Mon, 20 Oct 2014 23:35:42 +0000 (16:35 -0700)]
Fix for TC-1777. Makes sure to check the interface as well as attribute name

Change-Id: Ib863365b316c1910f21c50f1bb9b975f6a40f490

9 years agoRemoving zones for now, plus a AMB subscribe fix 08/28908/1 accepted/tizen/3.0.m14.3/ivi/20141017.215152 accepted/tizen/ivi/20141017.030828 submit/tizen_3.0.m14.3_ivi/20141016.183406 submit/tizen_ivi/20141016.183406
Brian Jones [Thu, 16 Oct 2014 18:23:05 +0000 (11:23 -0700)]
Removing zones for now, plus a AMB subscribe fix

Change-Id: I920365fef7f67c4f0513176c2bcf32c64c55d563

9 years agoUpdating AMB calls 76/28776/5 submit/tizen_ivi/20141016.164700 submit/tizen_ivi/20141016.164956
Brian Jones [Thu, 16 Oct 2014 00:45:56 +0000 (17:45 -0700)]
Updating AMB calls

Change-Id: Iaedf6b4d189b8e645cff4abdbcb5ede82f8d7d98

9 years agoRemove totally TC-1388 Work around. 06/28506/1 accepted/tizen/ivi/20141016.014636 submit/tizen_ivi/20141015.162448
Baptiste DURAND [Wed, 8 Oct 2014 10:37:09 +0000 (12:37 +0200)]
Remove totally TC-1388 Work around.

SHA-1 : 9be82809936e233a1978e0deeb3fe928ccef2f57

Homescreen need to be hide too, to avoid to have side effect,
when we try to restore an app that were never hidden before.

Change-Id: I8281dc8cbd21582b7d4d443cc10ae67f71a9994b
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
9 years agoMerge "clean spec file" into tizen accepted/tizen/ivi/20141008.124950 submit/tizen_ivi/20141007.174646
Brian Jones [Wed, 1 Oct 2014 16:39:20 +0000 (09:39 -0700)]
Merge "clean spec file" into tizen

9 years agoclean spec file 45/27945/3
Ronan Le Martret [Tue, 23 Sep 2014 11:52:35 +0000 (13:52 +0200)]
clean spec file

 - improve rpmlint score
 - add manifest file for smack security
 - change package name for yocto compliance.

Change-Id: I7d110cd546a37e7293c47b100a00e7f8bfb1aaf5
Bug-Tizen: TC-1686/part
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoFix for TTS bug TC-1604 51/28151/1 accepted/tizen/ivi/20140927.095447 submit/tizen_ivi/20140926.211201
Brian Jones [Fri, 26 Sep 2014 20:55:39 +0000 (13:55 -0700)]
Fix for TTS bug TC-1604

Change-Id: I8c1c619b40a74d291c82efc8ba175df6f332bcac

9 years agoMerge branch 'tizen' of ssh://tzo/profile/ivi/Modello_Common into tizen 12/27912/1 accepted/tizen/ivi/20140926.101640 submit/submit/tizen_ivi/20140922.203947/20140922.204045 submit/tizen_ivi/20140925.000606
Brian Jones [Mon, 22 Sep 2014 20:20:12 +0000 (13:20 -0700)]
Merge branch 'tizen' of ssh://tzo/profile/ivi/Modello_Common into tizen

Conflicts:
packaging/modello-common.changes

Change-Id: I978cc2194ee71f58363382f88e34b4b1ebefac19

9 years agoUpdating packaging to remove hard coded paths 76/27776/2
Brian Jones [Fri, 19 Sep 2014 01:41:16 +0000 (18:41 -0700)]
Updating packaging to remove hard coded paths

Change-Id: I923fe718b6e6b0ff6083e703512e0f2ad489b555

9 years agoFixed the bug where user cannot accept ncoming call 37/27637/1
Jimmy Huang [Tue, 16 Sep 2014 20:32:49 +0000 (13:32 -0700)]
Fixed the bug where user cannot accept ncoming call

Update app id of Modello phone app to the newer one used in crosswalk,
this will fix the issue where accepting incoming call doesn't launch
the phone app.

Change-Id: Iad61129f6b95d7804f38832bbb6a66e7079fdd65
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoRemoving space in app name - Fix for TC-1404 26/27326/1 submit/tizen_ivi/20140911.180109
Brian Jones [Wed, 10 Sep 2014 23:29:44 +0000 (16:29 -0700)]
Removing space in app name - Fix for TC-1404
Updating tizen.vehicle API to use the new API

Change-Id: I67609baa992c4b68d83491fee15f96ec578eb991

9 years agoReverting workaround, going back to using hide() instead of exit() for switching... 85/27185/1
Brian Jones [Fri, 5 Sep 2014 20:10:03 +0000 (13:10 -0700)]
Reverting workaround, going back to using hide() instead of exit() for switching apps

Change-Id: Ibaa930914241c3f0c8d05d1d13a1b022502ef3d7

9 years agoAdds sanity check if adapter is invalid 12/26612/1
Jimmy Huang [Tue, 26 Aug 2014 17:52:08 +0000 (10:52 -0700)]
Adds sanity check if adapter is invalid

Change-Id: Ia4815cc3f5e2349bb02625d97c07ae9b4ca63e2b
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoUpdating tizen api checks to avoid failure if they don't exist 34/26334/1 accepted/tizen/ivi/20140821.133859 submit/tizen_ivi/20140820.205154
Brian Jones [Wed, 20 Aug 2014 20:42:03 +0000 (13:42 -0700)]
Updating tizen api checks to avoid failure if they don't exist

Change-Id: I5e1064c41993bf29e941a0b257ee609ec4141cf1

9 years agoClear the cached bluetooth devices due to UI bug 66/26066/1
Jimmy Huang [Thu, 14 Aug 2014 20:45:50 +0000 (13:45 -0700)]
Clear the cached bluetooth devices due to UI bug

This is a work-around to fix the Modello Bluetooth settings UI from
hanging after bluetooth scan.  The cached bluetooth device objects that
are being serialized using the Knockout library is not cached properly,
this caused Modello to load a list of invalid devices.  This fix clears
the cached devices and starts fresh when it loads.

Change-Id: I80115e4510a504e51c4ff7a78cb640cfe517a844
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoFix font name, temporarily remove subscribe call, and fix app name 01/26001/1 accepted/tizen/ivi/20140814.201957 submit/tizen_ivi/20140814.170043
Brian Jones [Wed, 13 Aug 2014 22:44:08 +0000 (15:44 -0700)]
Fix font name, temporarily remove subscribe call, and fix app name

Change-Id: Idd9b711c230f814dc9c0b016658177646d19a48b

9 years agoFix Modello to use tizen.bluetooth instead of tizen.bt 82/25882/1
Jimmy Huang [Mon, 11 Aug 2014 23:48:24 +0000 (16:48 -0700)]
Fix Modello to use tizen.bluetooth instead of tizen.bt

Modello is currently calling tizen.bt, which was the old customized wrt
extension for bluetooth, should revert backt to the offical tizen.bluetooth
api instead since tizen.bt no longer exists.

Change-Id: If7c37c4bf9e536045d03c3b5757075bf34922448
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoMerge "store last used volume and reuse it" into tizen
Brian Jones [Wed, 6 Aug 2014 19:46:35 +0000 (12:46 -0700)]
Merge "store last used volume and reuse it" into tizen

9 years agoTemporary workaround for TC-1388. Exits the apps rather than hiding them 16/24816/1 accepted/tizen/ivi/20140722.162546 submit/tizen_3.0.m14.2_ivi/20140723.000002 submit/tizen_ivi/20140722.160655 tizen_3.0.m14.2_ivi_release
Brian Jones [Tue, 22 Jul 2014 15:12:13 +0000 (08:12 -0700)]
Temporary workaround for TC-1388.  Exits the apps rather than hiding them

Change-Id: Ic530297a498b47dbe7063cf54cf6b78a0f180c43

9 years agoChanges to use the new speech API - TC-662 18/24018/1 submit/tizen_ivi/20140708.220226
brianjjones [Tue, 8 Jul 2014 00:04:49 +0000 (17:04 -0700)]
Changes to use the new speech API - TC-662

Change-Id: Ic9c5fef9e4d888476129d6c663d0e27e68d3eddc

9 years agoRemoving semicolon 03/23703/1 tizen_3.0.m14.2_ivi accepted/tizen/ivi/20140702.153329 submit/tizen_ivi/20140701.225513
brianjjones [Tue, 1 Jul 2014 22:36:40 +0000 (15:36 -0700)]
Removing semicolon

Change-Id: Ie33ae981beb7ab9d0d3c0d4fc3fbaa8ea83dd4ff

9 years agoAdding some checks to ensure objects aren't undefined before using them 01/23701/2 submit/tizen_ivi/20140701.201509
brianjjones [Tue, 1 Jul 2014 18:07:48 +0000 (11:07 -0700)]
Adding some checks to ensure objects aren't undefined before using them

Change-Id: Ie00132ae33c8fc2026d451bd4764701b72f83e7e

9 years agoChange activeCall attribute to use the activeCall() api 88/22288/1
Jimmy Huang [Fri, 30 May 2014 21:34:22 +0000 (14:34 -0700)]
Change activeCall attribute to use the activeCall() api

Change-Id: If9d31a8c71da4a723cf48cff77a710cf641753c8
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
9 years agoPorting AMB calls to use new API. TIVI-3072 TIVI-3076 21/22021/1 accepted/tizen/ivi/20140530.122240 submit/tizen_ivi/20140529.234328 submit/tizen_ivi/20140529.234552
brianjjones [Wed, 28 May 2014 20:46:14 +0000 (13:46 -0700)]
Porting AMB calls to use new API.  TIVI-3072 TIVI-3076

Change-Id: Ib238126b964391490c1a2238b7757ad73ff146a0
Signed-off-by: brianjjones <brian.j.jones@intel.com>
9 years agoFixes for IVI-3190 - To get things to render normally 46/21546/1 accepted/tizen/ivi/20140526.131027 submit/tizen_ivi/20140523.170337
brianjjones [Thu, 22 May 2014 21:52:40 +0000 (14:52 -0700)]
Fixes for IVI-3190 - To get things to render normally

Change-Id: I4b05317ce6164e7853c313d3efcffbeb58afd151

9 years agostore last used volume and reuse it 29/20629/1
Kevron Rees [Fri, 9 May 2014 22:54:07 +0000 (15:54 -0700)]
store last used volume and reuse it

Change-Id: Ic6b7bc05558c270df9f067028ca1dc7026a6a408

9 years agoUpdated to work with Crosswalk. TIVI-3073 99/20399/2 accepted/tizen/ivi/20140512.060822 submit/tizen_ivi/20140508.165053
brianjjones [Tue, 6 May 2014 22:24:37 +0000 (15:24 -0700)]
Updated to work with Crosswalk.  TIVI-3073

Change-Id: I48c42ceb0dcae6dada11127f7f0948afdd868ac7
Signed-off-by: brianjjones <brian.j.jones@intel.com>
10 years agoFix for TIVI-3061 - WIFI sometimes can't be turned on/off 70/19970/1 submit/tizen/20140424.173419
brianjjones [Wed, 23 Apr 2014 23:56:37 +0000 (16:56 -0700)]
Fix for TIVI-3061 - WIFI sometimes can't be turned on/off

Change-Id: I79f0cf4e120a110ba74dccb97f65315684952d9e
Signed-off-by: brianjjones <brian.j.jones@intel.com>
10 years agoPairing fixes and fixing images 37/19537/1 submit/tizen/20140417.181410
brianjjones [Mon, 14 Apr 2014 23:18:32 +0000 (16:18 -0700)]
Pairing fixes and fixing images

Change-Id: Iaf094b5e823393496fb1cfede64244865fa85797
Signed-off-by: brianjjones <brian.j.jones@intel.com>
10 years agoChanging file names 94/18994/1 accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/ivi/20140409.182201 accepted/tizen/ivi/panda/20140408.203351 accepted/tizen/ivi/release/20140404.173904 submit/tizen/20140404.163702 submit/tizen_ivi_release/20140404.011032
brianjjones [Fri, 4 Apr 2014 00:27:16 +0000 (17:27 -0700)]
Changing file names

Change-Id: Iad69a89df50fdcc9f0b09f566e313a3d90036ca1
Signed-off-by: brianjjones <brian.j.jones@intel.com>
10 years agoInitial commit of the common code for the Modello UI 84/18984/1
brianjjones [Thu, 3 Apr 2014 23:36:03 +0000 (16:36 -0700)]
Initial commit of the common code for the Modello UI

Change-Id: Iab0fd21490352733104624cb0a8bff208a9b9157
Signed-off-by: brianjjones <brian.j.jones@intel.com>