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
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.
Crosswalk Release Engineering [Wed, 16 Jul 2014 22:04:45 +0000 (22:04 +0000)]
Bump version to 0.81
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"
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.
Srinivasa Ragavan [Wed, 9 Jul 2014 06:55:16 +0000 (12:25 +0530)]
Add initial support for MediaRenderer API.
BUG=XWALK-1195
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
Imran Zaman [Fri, 4 Jul 2014 11:24:35 +0000 (14:24 +0300)]
Implementation of Tizen SSO APIs
Crosswalk Release Engineering [Fri, 11 Jul 2014 22:04:40 +0000 (22:04 +0000)]
Bump version to 0.80
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
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
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.
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
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.
Crosswalk Release Engineering [Mon, 7 Jul 2014 22:04:32 +0000 (22:04 +0000)]
Bump version to 0.79
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
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
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.
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.
Crosswalk Release Engineering [Sun, 6 Jul 2014 22:04:22 +0000 (22:04 +0000)]
Bump version to 0.78
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
Sakari Poussa [Thu, 3 Jul 2014 12:21:28 +0000 (15:21 +0300)]
Support for update method and editable attributes.
Crosswalk Release Engineering [Thu, 3 Jul 2014 22:04:46 +0000 (22:04 +0000)]
Bump version to 0.77
Sakari Poussa [Thu, 3 Jul 2014 11:34:49 +0000 (14:34 +0300)]
Add tizen.SimpleCoordinates constructor
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
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.
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.
Crosswalk Release Engineering [Wed, 2 Jul 2014 22:04:27 +0000 (22:04 +0000)]
Bump version to 0.76
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.
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
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
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.
Crosswalk Release Engineering [Fri, 27 Jun 2014 22:04:22 +0000 (22:04 +0000)]
Bump version to 0.75
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
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
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
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.
Crosswalk Release Engineering [Thu, 26 Jun 2014 22:04:06 +0000 (22:04 +0000)]
Bump version to 0.74
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
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
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
Crosswalk Release Engineering [Wed, 25 Jun 2014 22:04:03 +0000 (22:04 +0000)]
Bump version to 0.73
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
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>
Crosswalk Release Engineering [Mon, 23 Jun 2014 22:03:45 +0000 (22:03 +0000)]
Bump version to 0.72
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...
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
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.
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
Crosswalk Release Engineering [Tue, 17 Jun 2014 22:03:56 +0000 (22:03 +0000)]
Bump version to 0.71
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.
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
Crosswalk Release Engineering [Mon, 16 Jun 2014 22:03:47 +0000 (22:03 +0000)]
Bump version to 0.70
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
Crosswalk Release Engineering [Fri, 13 Jun 2014 22:03:40 +0000 (22:03 +0000)]
Bump version to 0.69
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>
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
Crosswalk Release Engineering [Thu, 12 Jun 2014 22:04:31 +0000 (22:04 +0000)]
Bump version to 0.68
Zoltan Kis [Tue, 3 Jun 2014 10:28:58 +0000 (13:28 +0300)]
Include callhistory only in Tizen mobile target.
BUG=XWALK-1837
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
Halton Huo [Wed, 11 Jun 2014 02:50:39 +0000 (10:50 +0800)]
Merge pull request #326 from halton/clean
Remove deperacated wrapper ExtensionAdapter
Halton Huo [Tue, 3 Jun 2014 10:26:30 +0000 (18:26 +0800)]
Remove deperacated wrapper ExtensionAdapter
Crosswalk Release Engineering [Tue, 10 Jun 2014 22:03:59 +0000 (22:03 +0000)]
Bump version to 0.67
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
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.
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
Amarnath Valluri [Tue, 10 Jun 2014 08:02:06 +0000 (11:02 +0300)]
[jslint]: Ignore all jquery* scripts from coding style check.
Crosswalk Release Engineering [Mon, 9 Jun 2014 22:03:50 +0000 (22:03 +0000)]
Bump version to 0.66
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.
Halton Huo [Fri, 6 Jun 2014 03:32:53 +0000 (11:32 +0800)]
[jslint] Enable js lint and fix the errors.
Crosswalk Release Engineering [Fri, 6 Jun 2014 22:03:47 +0000 (22:03 +0000)]
Bump version to 0.65
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.
Halton Huo [Fri, 6 Jun 2014 01:47:35 +0000 (09:47 +0800)]
[Cpplint] Re-enable style checker for download and fix some errors.
Crosswalk Release Engineering [Wed, 4 Jun 2014 22:03:50 +0000 (22:03 +0000)]
Bump version to 0.64
Raphael Kubo da Costa [Wed, 4 Jun 2014 17:24:17 +0000 (20:24 +0300)]
Merge pull request #328 from rakuco/use-ninja
[Packaging] Use ninja instead of make.
Raphael Kubo da Costa [Wed, 4 Jun 2014 15:47:28 +0000 (18:47 +0300)]
[Packaging] Use ninja instead of make.
There have been Ninja packages for Tizen for a while, so we can safely
switch to it just like Crosswalk did months ago.
Halton Huo [Tue, 3 Jun 2014 14:55:03 +0000 (22:55 +0800)]
Merge pull request #322 from halton/bluetooth_refac
[Bluetooth] Use new C++ wrapper in common/extension.h
Halton Huo [Tue, 3 Jun 2014 10:58:13 +0000 (18:58 +0800)]
[NetworkBearerSelection] Use new C++ wrapper in common/extension.h
ExtensionAdapater should be deperacated by common::Extension and
common::Instance.
Halton Huo [Tue, 3 Jun 2014 08:40:33 +0000 (16:40 +0800)]
[Bluetooth] Use new C++ wrapper in common/extension.h
ExtensionAdapater should be deperacated by common::Extension and
common::Instance.
Raphael Kubo da Costa [Tue, 3 Jun 2014 10:45:21 +0000 (13:45 +0300)]
Merge pull request #321 from halton/tzplatform-config
Fix build issue on desktop.
Halton Huo [Tue, 3 Jun 2014 10:29:16 +0000 (18:29 +0800)]
Merge pull request #316 from eurogiciel-oss/XWALK-1390
[power] throw an exception instead of blocking forever
Romuald Texier-Marcadé [Fri, 30 May 2014 14:22:00 +0000 (16:22 +0200)]
[power] throw an exception instead of blocking forever
In synchronous calls, throw an exception instead of blocking
forever when the underlying system API returns an error.
Modified example to show usage.
BUG=XWALK-1390
Halton Huo [Tue, 3 Jun 2014 10:00:58 +0000 (18:00 +0800)]
Merge pull request #320 from halton/download_refac
[Download] Use new C++ wrapper in common/extension.h
Halton Huo [Tue, 3 Jun 2014 08:45:58 +0000 (16:45 +0800)]
Fix build issue on desktop.
libtzplatform-config dependency is introduced by commit
0c5d1dc2, it
should be under Tizen profile only, otherwise desktop will fail to
configure.
Halton Huo [Tue, 3 Jun 2014 07:59:42 +0000 (15:59 +0800)]
[Download] Use new C++ wrapper in common/extension.h
ExtensionAdapater should be deperacated by common::Extension and
common::Instance.
Crosswalk Release Engineering [Fri, 30 May 2014 22:04:41 +0000 (22:04 +0000)]
Bump version to 0.63
Halton Huo [Fri, 30 May 2014 07:59:31 +0000 (15:59 +0800)]
Merge pull request #314 from poussa/tct-fixes-3
[Content] Add API argument validation
Sakari Poussa [Fri, 23 May 2014 07:53:19 +0000 (10:53 +0300)]
[Content] Add API argument validation
Validate the method arguments aganist the signature.
Throw TYPE_MISMATCH_ERR exception is no match.
Use the new xwalk.utils module.
Halton Huo [Fri, 30 May 2014 07:30:06 +0000 (15:30 +0800)]
Merge pull request #313 from poussa/xwalk-utils
[Tizen] Common xwalk utilities module for shared JavaScript code.
Sakari Poussa [Fri, 23 May 2014 07:53:19 +0000 (10:53 +0300)]
[Tizen] Common xwalk utilities module for shared JavaScript code.
Initial method contains validation for mandatory and optional arguments.
Crosswalk Release Engineering [Wed, 28 May 2014 22:04:25 +0000 (22:04 +0000)]
Bump version to 0.62
Halton Huo [Wed, 28 May 2014 10:35:59 +0000 (18:35 +0800)]
Merge pull request #305 from eurogiciel-oss/multi-user
Remove hardcoded path for multiuser support
Sabera Djelti (sdi2) [Wed, 14 May 2014 13:15:47 +0000 (15:15 +0200)]
Remove hardcoded path for multiuser support
related to XWALK-1649
Crosswalk Release Engineering [Mon, 26 May 2014 22:05:17 +0000 (22:05 +0000)]
Bump version to 0.61
Halton Huo [Mon, 26 May 2014 06:47:52 +0000 (14:47 +0800)]
Merge pull request #311 from avalluri/speech
[Speech][IVI] : Fix XWALK-1745 - Implementation of Tizen IVI Speech API.
Amarnath Valluri [Tue, 20 May 2014 12:38:40 +0000 (15:38 +0300)]
[Speech][IVI] : Implementation of Tizen IVI Speech API.
Following are the fixes for Tizen speech web api:
i) Run threaded glib mainloop for Tizen.
ii) Implements the missing speech to text api(setCBListener).
BUG=XWALK-1745
Crosswalk Release Engineering [Tue, 20 May 2014 22:04:27 +0000 (22:04 +0000)]
Bump version to 0.60
Halton Huo [Tue, 20 May 2014 01:34:21 +0000 (09:34 +0800)]
Merge pull request #302 from poussa/more-deps-2
[Tizen] Remove media-data-sdk dependency
Crosswalk Release Engineering [Mon, 19 May 2014 22:04:26 +0000 (22:04 +0000)]
Bump version to 0.59
Thiago Marcos P. Santos [Mon, 19 May 2014 12:23:10 +0000 (15:23 +0300)]
Merge pull request #310 from halton/gcc_warnings
Fix GCC return-type warnings in mediaserver_manager.h