platform/framework/web/tizen-extensions-crosswalk.git
10 years agochange bluetooth socket state type to string sandbox/clecouve/tizen
Corentin Lecouvey [Fri, 29 Aug 2014 16:02:07 +0000 (18:02 +0200)]
change bluetooth socket state type to string

10 years agofix link to javascript in socket connected callback
Corentin Lecouvey [Fri, 29 Aug 2014 15:53:35 +0000 (17:53 +0200)]
fix link to javascript in socket connected callback

10 years agochange CHAT_SERVICE_UID in bluetooth example
Corentin Lecouvey [Thu, 28 Aug 2014 09:35:11 +0000 (11:35 +0200)]
change CHAT_SERVICE_UID in bluetooth example

10 years agoMake sure to store uuid strings in upper cases.
Corentin Lecouvey [Wed, 27 Aug 2014 15:59:02 +0000 (17:59 +0200)]
Make sure to store uuid strings in upper cases.

BlueZ uses lower cases for uuids but Tizen Web API specs provides some examples
with upper cases. So let's convert all uuids in upper cases in web side.

10 years agoadd missing JSON link when calling connectToServiceByUUID API
Corentin Lecouvey [Wed, 27 Aug 2014 15:51:47 +0000 (17:51 +0200)]
add missing JSON link when calling connectToServiceByUUID API

10 years agoassociate const classes values to tizen.bluetooth.deviceXXX objects
Corentin Lecouvey [Thu, 21 Aug 2014 10:52:57 +0000 (12:52 +0200)]
associate const classes values to tizen.bluetooth.deviceXXX objects

This commit could be squashed with 7e9fb339705c2dca9a80fc670a33e72004085e03
which causes such regression.

concerns TCT test cases :
- BluetoothManager_device{Major,Minor,Service}_attribute
- BluetoothClassDevice{Major,Minor,Service}_XXX_const

10 years agoset readonly property on array attributes.
Corentin Lecouvey [Wed, 20 Aug 2014 15:01:29 +0000 (17:01 +0200)]
set readonly property on array attributes.

It fixes TCT test cases :
- BluetoothClass
- BluetoothDevice_uuid_attribute

Change-Id: I9656b462a61b307c80cc3b869d28e67cafd38527

10 years agofix unregister method from service handler interface
Corentin Lecouvey [Mon, 18 Aug 2014 15:49:09 +0000 (17:49 +0200)]
fix unregister method from service handler interface

That fix those TCT test cases :
- BluetoothServiceHandler_unregister_unregisterServiceRecord
- BluetoothServiceHandler_unregister_with_errorCallback
- BluetoothServiceHandler_unregister_with_successCallback

Change-Id: Iba21bb7c9ae9b30b741ac990451f88939503debb

10 years agoimplement ondevicedisappeared() method
Corentin Lecouvey [Mon, 18 Aug 2014 14:39:38 +0000 (16:39 +0200)]
implement ondevicedisappeared() method

Concern BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared
TCT test case

Change-Id: I08cdcd6ced3f3c869c2ea7736bdab6291d9020ee

10 years agofix readonly attributes in tizen.bluetooth object
Corentin Lecouvey [Thu, 14 Aug 2014 16:01:52 +0000 (18:01 +0200)]
fix readonly attributes in tizen.bluetooth object

It fixes below TCT test cases :
- BluetoothManager_deviceMajor_attribute
- BluetoothManager_deviceMinor_attribute
- BluetoothManager_deviceService_attribute

Change-Id: I5f8e35353c9c801daadb2f71e48990fa18146b46

10 years agoremove nfc from build
Corentin Lecouvey [Wed, 13 Aug 2014 10:16:45 +0000 (12:16 +0200)]
remove nfc from build

nfc stack has a dependency on libbluetooth-api.so.1
which is not compliant with NTB.

Change-Id: Id782b90ec074b83b225cf44ba0373b38b4fc3aa9

10 years agofix conflicts rebasing t-e-c on 0.84 version
Corentin Lecouvey [Tue, 12 Aug 2014 12:06:44 +0000 (14:06 +0200)]
fix conflicts rebasing t-e-c on 0.84 version

Change-Id: I8edd8b26b86a4189add33deeadc5fc2f96bb34c0
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoimprove connect to service function
Corentin Lecouvey [Fri, 18 Jul 2014 14:54:25 +0000 (16:54 +0200)]
improve connect to service function

10 years agoFix register rfcomm service
Corentin Lecouvey [Fri, 18 Jul 2014 09:23:35 +0000 (11:23 +0200)]
Fix register rfcomm service

+ add a socket connected map for CAPI needs

10 years agoadd Bluetooth Health Profile related API
Corentin Lecouvey [Fri, 11 Jul 2014 14:46:00 +0000 (16:46 +0200)]
add Bluetooth Health Profile related API

10 years agoAdapt spec file to build NTB
Corentin Lecouvey [Fri, 11 Jul 2014 08:15:52 +0000 (10:15 +0200)]
Adapt spec file to build NTB

Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agouse a TEST bluetooth example file
Corentin Lecouvey [Fri, 11 Jul 2014 08:13:28 +0000 (10:13 +0200)]
use a TEST bluetooth example file

Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoAdd LOG_DBG macro and use it to print CAPI calls
Corentin Lecouvey [Fri, 11 Jul 2014 08:10:00 +0000 (10:10 +0200)]
Add LOG_DBG macro and use it to print CAPI calls

Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoBump version to 0.84 accepted/tizen/common/20140729.145016 submit/tizen_common/20140728.144938 submit/tizen_ivi/20140729.000001
Crosswalk Release Engineering [Thu, 24 Jul 2014 22:04:25 +0000 (22:04 +0000)]
Bump version to 0.84

10 years agoMerge pull request #346 from alexshalamov/implement_nfc
Halton Huo [Thu, 24 Jul 2014 01:17:49 +0000 (09:17 +0800)]
Merge pull request #346 from alexshalamov/implement_nfc

[Tizen] Implement W3C NFC API

10 years agoMerge pull request #353 from CooderIan/fix_get_app_info
Halton Huo [Thu, 24 Jul 2014 01:09:58 +0000 (09:09 +0800)]
Merge pull request #353 from CooderIan/fix_get_app_info

[Application] Fix cannot get application info from pkgmgr db.

10 years agoBump version to 0.83
Crosswalk Release Engineering [Wed, 23 Jul 2014 22:04:53 +0000 (22:04 +0000)]
Bump version to 0.83

10 years ago[Tizen] Implement W3C NFC API
Alexander Shalamov [Mon, 9 Jun 2014 12:07:41 +0000 (15:07 +0300)]
[Tizen] Implement W3C NFC API

This patch adds initial implementation of W3C NFC API for Tizen platform.
API specification can be found here: http://www.w3.org/TR/nfc/

BUG=XWALK-432

10 years agoMerge pull request #354 from yejingfu/topic-alarm
Halton Huo [Wed, 23 Jul 2014 03:25:42 +0000 (11:25 +0800)]
Merge pull request #354 from yejingfu/topic-alarm

[Alarm] Initialize the "id" to null in constructor

10 years agoBump version to 0.82
Crosswalk Release Engineering [Fri, 18 Jul 2014 22:04:47 +0000 (22:04 +0000)]
Bump version to 0.82

10 years agoMerge pull request #355 from eurogiciel-oss/remove_glib_mainloop
Thiago Marcos P. Santos [Fri, 18 Jul 2014 11:05:42 +0000 (04:05 -0700)]
Merge pull request #355 from eurogiciel-oss/remove_glib_mainloop

[Bluetooth] remove glib mainloop thread

10 years ago[Bluetooth] remove glib mainloop thread
Corentin Lecouvey [Fri, 18 Jul 2014 08:18:03 +0000 (10:18 +0200)]
[Bluetooth] remove glib mainloop thread

Following XWALK-1331 bug resolution which consists of reintroducing
a glib mainloop running in Extesion Process. As a consequence, there
is no need to make run a glib mainloop in separate crosswalk extensions.

10 years ago[Alarm] Initialize the "id" to null in constructor
yejingfu [Thu, 17 Jul 2014 05:36:25 +0000 (13:36 +0800)]
[Alarm] Initialize the "id" to null in constructor
The alarm id becomes valid only when it's added into tizen system.
Before that we should ensure the property is enumerable.
Set the configurable to true because we can re-define the property later in sub class when it's added into tizen system.

BUG=XWALK-2127

10 years agoBump version to 0.81
Crosswalk Release Engineering [Wed, 16 Jul 2014 22:04:45 +0000 (22:04 +0000)]
Bump version to 0.81

10 years agoMerge pull request #351 from alexshalamov/remove_dlna_worker_thread
Halton Huo [Wed, 16 Jul 2014 11:15:44 +0000 (19:15 +0800)]
Merge pull request #351 from alexshalamov/remove_dlna_worker_thread

Revert "[Tizen] Move MediaServer dbus objects to worker thread"

10 years agoMerge pull request #348 from sragavan/mediaserver-api
Halton Huo [Wed, 16 Jul 2014 11:14:25 +0000 (19:14 +0800)]
Merge pull request #348 from sragavan/mediaserver-api

Add initial support for MediaRenderer API.

10 years agoAdd initial support for MediaRenderer API.
Srinivasa Ragavan [Wed, 9 Jul 2014 06:55:16 +0000 (12:25 +0530)]
Add initial support for MediaRenderer API.
BUG=XWALK-1195

10 years ago[Application] Fix cannot get application info from pkgmgr db.
Yan Hongzhang [Wed, 16 Jul 2014 06:14:15 +0000 (14:14 +0800)]
[Application] Fix cannot get application info from pkgmgr db.

Since xwalk already storage [tizen_app_id] and [package_id] of wgt
to pkgmgr db, so that we cannot get application info from pkgmgr db
by [app_id].

And xwalk will send [tizen_app_id] to extensions, so that we can
get [package_id] from [tizen_app_id] and get application info from
pkgmgr db according to the [package_id].

BUG=XWALK-2110

10 years agoMerge pull request #335 from izaman/master
Halton Huo [Wed, 16 Jul 2014 05:35:21 +0000 (13:35 +0800)]
Merge pull request #335 from izaman/master

Implementation of Tizen SSO APIs

10 years agoImplementation of Tizen SSO APIs
Imran Zaman [Fri, 4 Jul 2014 11:24:35 +0000 (14:24 +0300)]
Implementation of Tizen SSO APIs

10 years agoBump version to 0.80
Crosswalk Release Engineering [Fri, 11 Jul 2014 22:04:40 +0000 (22:04 +0000)]
Bump version to 0.80

10 years agoMerge pull request #349 from eurogiciel-oss/stopDiscovery_noerror
Halton Huo [Fri, 11 Jul 2014 16:05:36 +0000 (00:05 +0800)]
Merge pull request #349 from eurogiciel-oss/stopDiscovery_noerror

[Bluetooth] stopDiscovery API fix to be compliant with TCT tests

10 years agoRevert "[Tizen] Move MediaServer dbus objects to worker thread"
Alexander Shalamov [Fri, 11 Jul 2014 12:19:32 +0000 (15:19 +0300)]
Revert "[Tizen] Move MediaServer dbus objects to worker thread"

This reverts commit 366c5b79b1c1de0efec3b2c6a27f255b96834f9b.

BUG=XWALK-2009

10 years agoMerge pull request #350 from yejingfu/alarm-fix
Halton Huo [Fri, 11 Jul 2014 02:06:07 +0000 (10:06 +0800)]
Merge pull request #350 from yejingfu/alarm-fix

[Alarm] Initialize the "period" to null if its value is not set.

10 years ago[Alarm] Initialize the "period" to null if its value is not set.
yejingfu [Thu, 10 Jul 2014 08:04:09 +0000 (16:04 +0800)]
[Alarm] Initialize the "period" to null if its value is not set.
This can ensure the "period" be enumerable.
BUG=XWALK-2079

10 years ago[Bluetooth] stopDiscovery API fix to be compliant with TCT tests
Corentin Lecouvey [Wed, 9 Jul 2014 12:35:00 +0000 (14:35 +0200)]
[Bluetooth] stopDiscovery API fix to be compliant with TCT tests

stopDiscovery API is supposed to cancel an active discovery session.
If user cancels the discovery while there is no active discovery,
we should NOT return an error to pass TCT tests.

10 years agoBump version to 0.79 sandbox/sdx/TC-1388 tizen_3.0.m14.2_ivi accepted/tizen/common/20140722.182825 accepted/tizen/ivi/20140717.043952 accepted/tizen/ivi/20140721.104406 submit/tizen/20140704.000000 submit/tizen_common/20140715.172934 submit/tizen_common/20140716.031716 submit/tizen_common/20140722.141923 submit/tizen_ivi/20140715.172941 submit/tizen_ivi/20140716.032004 submit/tizen_ivi/20140718.224003 tizen_3.0.m14.2_ivi_release
Crosswalk Release Engineering [Mon, 7 Jul 2014 22:04:32 +0000 (22:04 +0000)]
Bump version to 0.79

10 years agoMerge pull request #345 from eurogiciel-oss/stopDiscovery
Halton Huo [Mon, 7 Jul 2014 14:35:46 +0000 (22:35 +0800)]
Merge pull request #345 from eurogiciel-oss/stopDiscovery

[Bluetooth] stopDiscovery API fix

10 years agoMerge pull request #344 from eurogiciel-oss/fix_setChangeListener
Halton Huo [Mon, 7 Jul 2014 14:35:01 +0000 (22:35 +0800)]
Merge pull request #344 from eurogiciel-oss/fix_setChangeListener

Fix set change listener

10 years ago[Bluetooth] setChangeListener API fix
Corentin Lecouvey [Fri, 4 Jul 2014 14:35:19 +0000 (16:35 +0200)]
[Bluetooth] setChangeListener API fix

Now 'AdapterUpdated' JSON message is sent to javascript and
checks listener existence before calling its callbacks.

10 years ago[Bluetooth] stopDiscovery API fix
Corentin Lecouvey [Fri, 4 Jul 2014 15:06:05 +0000 (17:06 +0200)]
[Bluetooth] stopDiscovery API fix

Return an error message to javascript when there is no discovering
when user requests to stop it.

10 years agoBump version to 0.78
Crosswalk Release Engineering [Sun, 6 Jul 2014 22:04:22 +0000 (22:04 +0000)]
Bump version to 0.78

10 years agoMerge pull request #342 from poussa/editable-attributes
Halton Huo [Sun, 6 Jul 2014 14:55:25 +0000 (22:55 +0800)]
Merge pull request #342 from poussa/editable-attributes

[Content] Support for update methods and editable attributes

10 years agoSupport for update method and editable attributes.
Sakari Poussa [Thu, 3 Jul 2014 12:21:28 +0000 (15:21 +0300)]
Support for update method and editable attributes.

10 years agoBump version to 0.77
Crosswalk Release Engineering [Thu, 3 Jul 2014 22:04:46 +0000 (22:04 +0000)]
Bump version to 0.77

10 years agoAdd tizen.SimpleCoordinates constructor
Sakari Poussa [Thu, 3 Jul 2014 11:34:49 +0000 (14:34 +0300)]
Add tizen.SimpleCoordinates constructor

10 years agoMerge pull request #340 from eurogiciel-oss/bluetooth_TCT_init
Raphael Kubo da Costa [Thu, 3 Jul 2014 11:41:49 +0000 (14:41 +0300)]
Merge pull request #340 from eurogiciel-oss/bluetooth_TCT_init

[Bluetooth] Init tizen capi backend in BluetoothInstance

10 years agoMerge pull request #341 from avalluri/audiosystem
Raphael Kubo da Costa [Thu, 3 Jul 2014 10:47:41 +0000 (13:47 +0300)]
Merge pull request #341 from avalluri/audiosystem

[AudioSystem] Made audiosystem extension IVI specific.

10 years ago[AudioSystem] Made audiosystem extension IVI specific.
Amarnath Valluri [Thu, 3 Jul 2014 08:08:16 +0000 (11:08 +0300)]
[AudioSystem] Made audiosystem extension IVI specific.

AudioSystem API is not part of Tizen Common, it was intended only for Tizen IVI.
Hence moving under 'ivi' check.

10 years agoBump version to 0.76
Crosswalk Release Engineering [Wed, 2 Jul 2014 22:04:27 +0000 (22:04 +0000)]
Bump version to 0.76

10 years ago[Bluetooth] Init tizen capi backend in BluetoothInstance
Corentin Lecouvey [Wed, 2 Jul 2014 15:14:54 +0000 (17:14 +0200)]
[Bluetooth] Init tizen capi backend in BluetoothInstance

It was previously done at the extension creation step and
it prevented from performing TCT bluetooth tests.

10 years agoMerge pull request #336 from eurogiciel-oss/XWALK-1827
Halton Huo [Wed, 2 Jul 2014 14:28:14 +0000 (22:28 +0800)]
Merge pull request #336 from eurogiciel-oss/XWALK-1827

[Filesystem] Fix and complete the API

10 years ago[Filesystem] Fix and complete the API
Romuald Texier-Marcadé [Fri, 6 Jun 2014 13:02:21 +0000 (15:02 +0200)]
[Filesystem] Fix and complete the API

Implement the spec.
Fix and pass the TCT tests.
Fix and complete the example.

BUG=XWALK-1071
BUG=XWALK-1827

10 years agoMerge pull request #338 from qjia7/master
Halton Huo [Tue, 1 Jul 2014 01:41:35 +0000 (09:41 +0800)]
Merge pull request #338 from qjia7/master

Fixed the resolution doesn't match LCD resolution when using Systeminfo DISPLAY attribute.

10 years agoBump version to 0.75 accepted/tizen/common/20140630.080101 submit/tizen/20140630.074834 submit/tizen_ivi/20140630.140424 submit/tizen_ivi/20140630.144327
Crosswalk Release Engineering [Fri, 27 Jun 2014 22:04:22 +0000 (22:04 +0000)]
Bump version to 0.75

10 years agoMerge pull request #332 from tripzero/master
Raphael Kubo da Costa [Fri, 27 Jun 2014 15:32:06 +0000 (18:32 +0300)]
Merge pull request #332 from tripzero/master

Initial vehicle API support

10 years agoFixed the resolution doesn't match LCD resolution when using
jiajia qin [Fri, 27 Jun 2014 14:50:51 +0000 (22:50 +0800)]
Fixed the resolution doesn't match LCD resolution when using
Systeminfo DISPLAY attribute.

BUG=XWALK-1927

10 years agoMerge pull request #339 from poussa/events-and-more
Halton Huo [Fri, 27 Jun 2014 11:15:03 +0000 (19:15 +0800)]
Merge pull request #339 from poussa/events-and-more

[Content] Add listeners and events support

10 years ago[Content] Add listeners and events support
Sakari Poussa [Fri, 13 Jun 2014 07:01:38 +0000 (10:01 +0300)]
[Content] Add listeners and events support

Add support for subscribing to media content change events
via setChangeListeners and unsetChangeListeners methods.

Also, some debug macro tunings.

10 years agoBump version to 0.74
Crosswalk Release Engineering [Thu, 26 Jun 2014 22:04:06 +0000 (22:04 +0000)]
Bump version to 0.74

10 years agoMerge pull request #337 from brianjjones/master
Raphael Kubo da Costa [Thu, 26 Jun 2014 21:36:53 +0000 (00:36 +0300)]
Merge pull request #337 from brianjjones/master

Fix to make sure mediaserver properties are set

10 years agoFix to make sure mediaserver properties are set to
brianjjones [Thu, 26 Jun 2014 20:40:52 +0000 (13:40 -0700)]
Fix to make sure mediaserver properties are set to
the correct value.

    BUG=XWALK-2015

10 years agoAdded initial vehicle API
Kevron Rees [Wed, 16 Apr 2014 22:43:19 +0000 (15:43 -0700)]
Added initial vehicle API

BUG=XWALK-865
SPEC=https://rawgit.com/w3c/automotive-bg/master/vehicle_spec.html

10 years agoBump version to 0.73
Crosswalk Release Engineering [Wed, 25 Jun 2014 22:04:03 +0000 (22:04 +0000)]
Bump version to 0.73

10 years agoMerge pull request #308 from eurogiciel-oss/bluetoothAPI
Halton Huo [Wed, 25 Jun 2014 09:06:39 +0000 (17:06 +0800)]
Merge pull request #308 from eurogiciel-oss/bluetoothAPI

Implement bluetooth API based on Tizen bluetooth stack

10 years ago[Bluetooth] Implement API based on Tizen bluetooth framework
Corentin Lecouvey [Wed, 4 Jun 2014 16:05:32 +0000 (18:05 +0200)]
[Bluetooth] Implement API based on Tizen bluetooth framework

Make 3 bluetooth extension backends : bluez4, bluez5 and tizen_capi

- add bluetooth_instance_capi.* source code using Tizen bluetooth C API
- remove Tizen C API calls from bluez4 backend
- fix bluez5 backend build
- modify device class major, minor and services JSON messages

BUG=XWALK-1065

Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoBump version to 0.72
Crosswalk Release Engineering [Mon, 23 Jun 2014 22:03:45 +0000 (22:03 +0000)]
Bump version to 0.72

10 years agoMerge pull request #334 from avalluri/audiosystem
Raphael Kubo da Costa [Mon, 23 Jun 2014 12:10:54 +0000 (15:10 +0300)]
Merge pull request #334 from avalluri/audiosystem

[AudioSystem][IVI] Fix crash while destroying audiosystem extension obje...

10 years ago[AudioSystem][IVI] Fix crash while destroying audiosystem extension object.
Amarnath Valluri [Mon, 23 Jun 2014 02:03:29 +0000 (05:03 +0300)]
[AudioSystem][IVI] Fix crash while destroying audiosystem extension object.

Missing NULL check added to pulseaudio context object in AudioSystemInstance
destructor. This allows clean shutdown of audiosystem extension process.

BUG=XWALK-1964

10 years agoMerge pull request #333 from yejingfu/topic-alarm
Halton Huo [Fri, 20 Jun 2014 02:00:10 +0000 (10:00 +0800)]
Merge pull request #333 from yejingfu/topic-alarm

[Alarm]: Implementation of Tizen alarm API.

10 years ago[Alarm]: Implementation of Tizen alarm API.
yejingfu [Wed, 11 Jun 2014 06:31:20 +0000 (14:31 +0800)]
[Alarm]: Implementation of Tizen alarm API.
This commit implements the Alarm API:
  https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.device.apireference/tizen/alarm.html

There is a known issue about repeat alarm: if the working system time zone is set to Daylight saving time like PDT or EDT, the repeat alarm finds 3600 seconds gap on the initial trigger time.

BUG=XWALK-428

10 years agoBump version to 0.71
Crosswalk Release Engineering [Tue, 17 Jun 2014 22:03:56 +0000 (22:03 +0000)]
Bump version to 0.71

10 years agoMerge pull request #325 from avalluri/audiosystem
Halton Huo [Tue, 17 Jun 2014 08:16:00 +0000 (16:16 +0800)]
Merge pull request #325 from avalluri/audiosystem

[AudioSystem][IVI]: Implementation of Tizen Audio System/Control API.

10 years ago[AudioSystem][IVI]: Implementation of Tizen Audio System/Control API.
Amarnath Valluri [Wed, 12 Feb 2014 15:47:14 +0000 (17:47 +0200)]
[AudioSystem][IVI]: Implementation of Tizen Audio System/Control API.

This commit implements proposed Tizen System Volume API on xwalk:
  https://wiki.tizen.org/wiki/User:Tanuk/AudioSystemAPI
This commit also includes a demo application that demonstrates the
usage of the api.

This enables to write volume control/settings/mixer type of web applications
using xwalk.

BUG=XWALK-1330

10 years agoBump version to 0.70
Crosswalk Release Engineering [Mon, 16 Jun 2014 22:03:47 +0000 (22:03 +0000)]
Bump version to 0.70

10 years agoMerge pull request #319 from jimmy-huang/master
Halton Huo [Mon, 16 Jun 2014 05:51:02 +0000 (13:51 +0800)]
Merge pull request #319 from jimmy-huang/master

[Phone] Added IVI Phone support

10 years agoBump version to 0.69
Crosswalk Release Engineering [Fri, 13 Jun 2014 22:03:40 +0000 (22:03 +0000)]
Bump version to 0.69

10 years ago[Phone] Added IVI Phone support
Jimmy Huang [Tue, 6 May 2014 17:37:24 +0000 (10:37 -0700)]
[Phone] Added IVI Phone support

This extension implements the phone interfaces for IVI using phoned.
It replaces the existing wrt-plugins-ivi-hfp used by Modello home screen.

Original wrt plugin
https://review.tizen.org/git/?p=profile/ivi/wrt-plugins-ivi-hfp.git

It implements the following api:

- selectRemoteDevice()
- unselectRemoteDevice()
- getSelectedRemoteDevice()
- invokeCall()
- answerCall()
- hangupCall()
- activeCall()
- muteCall()
- getContacts()
- getCallHistory()
- addRemoteDeviceSelectedListener()
- removeRemoteDeviceSelectedListener()
- addCallChangedListener()
- removeCallChangedListener()
- addCallHistoryEntryAddedListener()
- removeCallHistoryEntryAddedListener()
- addCallHistoryChangedListener()
- removeCallHistoryChangedListener()
- addContactsChangedListener()
- removeContactsChangedListener()

BUG=XWALK-1661

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
10 years agoMerge pull request #323 from zolkis/master
Halton Huo [Fri, 13 Jun 2014 02:21:50 +0000 (10:21 +0800)]
Merge pull request #323 from zolkis/master

Fix XWALK-1837: include callhistory only in Tizen mobile target

10 years agoBump version to 0.68
Crosswalk Release Engineering [Thu, 12 Jun 2014 22:04:31 +0000 (22:04 +0000)]
Bump version to 0.68

10 years agoInclude callhistory only in Tizen mobile target.
Zoltan Kis [Tue, 3 Jun 2014 10:28:58 +0000 (13:28 +0300)]
Include callhistory only in Tizen mobile target.

BUG=XWALK-1837

10 years agoMerge pull request #327 from eurogiciel-oss/XWALK-1416
Halton Huo [Wed, 11 Jun 2014 06:16:58 +0000 (14:16 +0800)]
Merge pull request #327 from eurogiciel-oss/XWALK-1416

Make the notification extension compliant with tct-notification-tizen-tests

10 years agoMerge pull request #326 from halton/clean
Halton Huo [Wed, 11 Jun 2014 02:50:39 +0000 (10:50 +0800)]
Merge pull request #326 from halton/clean

Remove deperacated wrapper ExtensionAdapter

10 years agoRemove deperacated wrapper ExtensionAdapter
Halton Huo [Tue, 3 Jun 2014 10:26:30 +0000 (18:26 +0800)]
Remove deperacated wrapper ExtensionAdapter

10 years agoBump version to 0.67
Crosswalk Release Engineering [Tue, 10 Jun 2014 22:03:59 +0000 (22:03 +0000)]
Bump version to 0.67

10 years agoMake the notification extension compliant with tct-notification-tizen-tests
Romuald Texier-Marcadé [Wed, 4 Jun 2014 13:14:03 +0000 (15:14 +0200)]
Make the notification extension compliant with tct-notification-tizen-tests

BUG=XWALK-1416

10 years agoMerge pull request #331 from avalluri/jslint-fix
Kenneth Rohde Christiansen [Tue, 10 Jun 2014 10:10:37 +0000 (12:10 +0200)]
Merge pull request #331 from avalluri/jslint-fix

[jslint]: Ignore all jquery* scripts from coding style check.

10 years agoMerge pull request #324 from halton/network_refac
Thiago Marcos P. Santos [Tue, 10 Jun 2014 08:30:22 +0000 (11:30 +0300)]
Merge pull request #324 from halton/network_refac

[NetworkBearerSelection] Use new C++ wrapper in common/extension.h

10 years ago[jslint]: Ignore all jquery* scripts from coding style check.
Amarnath Valluri [Tue, 10 Jun 2014 08:02:06 +0000 (11:02 +0300)]
[jslint]: Ignore all jquery* scripts from coding style check.

10 years agoBump version to 0.66 submit/tizen_common/20140610.150147 submit/tizen_ivi/20140618.000001 submit/tizen_ivi/20140618.000004 submit/tizen_ivi/20140619.000000 submit/tizen_ivi/20140622.000000 submit/tizen_ivi/20140623.000000 submit/tizen_ivi/20140623.000001 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348
Crosswalk Release Engineering [Mon, 9 Jun 2014 22:03:50 +0000 (22:03 +0000)]
Bump version to 0.66

10 years agoMerge pull request #330 from halton/jslint
Raphael Kubo da Costa [Mon, 9 Jun 2014 08:49:32 +0000 (11:49 +0300)]
Merge pull request #330 from halton/jslint

[jslint] Enable js lint and fix the errors.

10 years ago[jslint] Enable js lint and fix the errors.
Halton Huo [Fri, 6 Jun 2014 03:32:53 +0000 (11:32 +0800)]
[jslint] Enable js lint and fix the errors.

10 years agoBump version to 0.65
Crosswalk Release Engineering [Fri, 6 Jun 2014 22:03:47 +0000 (22:03 +0000)]
Bump version to 0.65

10 years agoMerge pull request #329 from halton/cpplint
Halton Huo [Fri, 6 Jun 2014 03:49:50 +0000 (11:49 +0800)]
Merge pull request #329 from halton/cpplint

[Cpplint] Re-enable style checker for download and fix some errors.

10 years ago[Cpplint] Re-enable style checker for download and fix some errors.
Halton Huo [Fri, 6 Jun 2014 01:47:35 +0000 (09:47 +0800)]
[Cpplint] Re-enable style checker for download and fix some errors.