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
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
Halton Huo [Mon, 19 May 2014 09:09:45 +0000 (17:09 +0800)]
Fix GCC return-type warnings in mediaserver_manager.h
Thiago Marcos P. Santos [Mon, 19 May 2014 09:00:07 +0000 (12:00 +0300)]
Merge pull request #309 from halton/gcc_warnings
Clean up GCC warnings
Halton Huo [Thu, 15 May 2014 08:40:37 +0000 (16:40 +0800)]
Clean up GCC warnings
These warnings are only visible on 64-bit build because -Wall is added
into CFLAGS, while 32-bit build does not. The summary of the warnigns:
* unused-variable
* maybe-uninitialized
* parentheses
* uninitialized
Halton Huo [Mon, 19 May 2014 04:44:59 +0000 (12:44 +0800)]
Merge pull request #307 from qjia7/master
[SysInfo] Fixed the cellular attribute crash
jiajia qin [Fri, 16 May 2014 08:33:44 +0000 (16:33 +0800)]
[SysInfo] Fixed the cellular attribute crash
The old implementation directly used 'NULL' as the parameter, which will result
in the crash when calling tapi function. Here, we use tel_init to produce the
TelHandle as the parameter and check the validity of the parameter in advance.
BUG=XWALK-1641
Halton Huo [Mon, 19 May 2014 01:52:07 +0000 (09:52 +0800)]
Merge pull request #303 from alexshalamov/implement_dms_aggregation
[Tizen] Add find method to MediaServerManager
Alexander Shalamov [Tue, 13 May 2014 09:27:16 +0000 (12:27 +0300)]
[Tizen] Add find method to MediaServerManager
This patch adds find method that searches for specified
content accross multiple media servers (DMS aggregation).
Crosswalk Release Engineering [Thu, 15 May 2014 22:04:33 +0000 (22:04 +0000)]
Bump version to 0.58
Raphael Kubo da Costa [Thu, 15 May 2014 11:03:41 +0000 (14:03 +0300)]
Merge pull request #306 from halton/64-script
Correct --external-extensions-path for 64-bit
Halton Huo [Thu, 15 May 2014 08:12:52 +0000 (16:12 +0800)]
Correct --external-extensions-path for 64-bit
The TEC extensions libraries are delivered into different directory
varies 32-bit (/usr/lib) and 64-bit (/usr/lib64), the script need
to aware this difference.
BUG=XWALK-1624
Crosswalk Release Engineering [Tue, 13 May 2014 22:04:13 +0000 (22:04 +0000)]
Bump version to 0.57
Mrunal Kapade [Tue, 13 May 2014 00:25:24 +0000 (17:25 -0700)]
Merge pull request #298 from mrunalk/media_speech_fix
[Speech] Fix the js api for vocalizer
Mrunal Kapade [Thu, 8 May 2014 23:51:59 +0000 (16:51 -0700)]
[Speech] Fix the js api for vocalizer
BUG=XWALK-1573
Crosswalk Release Engineering [Mon, 12 May 2014 22:04:22 +0000 (22:04 +0000)]
Bump version to 0.56
Sakari Poussa [Mon, 12 May 2014 12:23:01 +0000 (15:23 +0300)]
[Tizen] Remove media-data-sdk dependency
Since https://review.tizen.org/gerrit/16493/ is now merged,
the media-data-sdk is not needed anymore. The .media.db is nwo created
by the media-server package which is pulled in my the media-thumbnail-server.
Kenneth Rohde Christiansen [Mon, 12 May 2014 11:04:31 +0000 (13:04 +0200)]
Merge pull request #297 from poussa/tct-fixes-1
[Content] TCT crash and passrate fixes
Raphael Kubo da Costa [Mon, 12 May 2014 10:53:37 +0000 (13:53 +0300)]
Merge pull request #301 from poussa/more-deps-1
[Tizen] Add runtime deps needed by the Content API
Sakari Poussa [Fri, 9 May 2014 13:15:14 +0000 (16:15 +0300)]
[Tizen] Add runtime deps needed by the Content API
In order to run Content API properly, the following packages needs to be installed
- media-data-sdk - creates the media database (/opt/usr/dbspace/.media.db)
- media-tumbnail-server - service to create tumbnails. Pulls is also media-server.
Sakari Poussa [Thu, 8 May 2014 12:25:07 +0000 (15:25 +0300)]
[Content] TCT crash and passrate fixes
Implement scanFile method which is heavily used by the TCT web api test suite.
Fix a crash for filter with invalid parameters (no bug yet).
Rename uri to path conversion methods more aligned with chromium.
Add test code for scanFile
Crosswalk Release Engineering [Fri, 9 May 2014 22:04:24 +0000 (22:04 +0000)]
Bump version to 0.55
Raphael Kubo da Costa [Fri, 9 May 2014 13:29:43 +0000 (16:29 +0300)]
Merge pull request #300 from rakuco/SIDW-style-fix
SysInfoDisplayWayland: Make Display adhere to our coding style.
Raphael Kubo da Costa [Fri, 9 May 2014 13:07:40 +0000 (16:07 +0300)]
SysInfoDisplayWayland: Make Display adhere to our coding style.
cpplint.py was recently updated in depot_tools, and introduces a newer
style check for the indentation of items in a class declaration.
Kenneth Rohde Christiansen [Fri, 9 May 2014 07:16:45 +0000 (09:16 +0200)]
Merge pull request #299 from halton/style
[TEMP] Fix coding style check error
Halton Huo [Fri, 9 May 2014 07:04:19 +0000 (15:04 +0800)]
[TEMP] Fix coding style check error
This commit can be reverted after cpplint.py updated with
CL https://codereview.chromium.org/
269013009/
Halton Huo [Fri, 9 May 2014 06:48:45 +0000 (14:48 +0800)]
Merge pull request #290 from alexshalamov/implement_widget_storage_support
[Tizen] Add support for missing virtual roots
Alexander Shalamov [Wed, 23 Apr 2014 10:32:22 +0000 (13:32 +0300)]
[Tizen] Add support for missing virtual roots
This patch adds support for missing virtual roots:
wgt-package, wgt-private, wgt-private-tmp and ringtones.
Halton Huo [Fri, 9 May 2014 03:13:22 +0000 (11:13 +0800)]
Merge pull request #291 from alexshalamov/add_worker_thread_to_mediaserver
[Tizen] Move MediaServer dbus objects to worker thread
Crosswalk Release Engineering [Wed, 7 May 2014 22:04:27 +0000 (22:04 +0000)]
Bump version to 0.54
Kenneth Rohde Christiansen [Wed, 7 May 2014 07:28:05 +0000 (09:28 +0200)]
Merge pull request #296 from halton/owner
Add OWNERS
Halton Huo [Wed, 7 May 2014 03:22:23 +0000 (11:22 +0800)]
Add OWNERS
Halton Huo [Wed, 7 May 2014 01:12:48 +0000 (09:12 +0800)]
Merge pull request #295 from seanlong/app_dev
[Application] Add application metadata support
Crosswalk Release Engineering [Tue, 6 May 2014 22:04:37 +0000 (22:04 +0000)]
Bump version to 0.53
Long Xiang [Tue, 6 May 2014 08:40:03 +0000 (16:40 +0800)]
[Application] Add application metadata support
Below APIs are added:
ApplicationMetaData
ApplicationManager.getAppMetaData
Application metadata is specified in config.xml and can be readonly
accessed by both native and web applications.
BUG=XWALK-1610
Kenneth Rohde Christiansen [Tue, 6 May 2014 07:05:41 +0000 (09:05 +0200)]
Merge pull request #294 from poussa/xwalk-1599
[Content] Update instance counter in anycase
Sakari Poussa [Tue, 6 May 2014 06:37:40 +0000 (09:37 +0300)]
[Content] Update instance counter in anycase
Update the instance counter in any case and not just when connected sucesfully
to the database. Otherwise, the assert will cause crash in dtor later on.
BUG=https://crosswalk-project.org/jira/browse/XWALK-1599
Crosswalk Release Engineering [Mon, 5 May 2014 22:04:31 +0000 (22:04 +0000)]
Bump version to 0.52
Alexander Shalamov [Mon, 5 May 2014 12:54:10 +0000 (15:54 +0300)]
Merge pull request #262 from alexshalamov/add_sort_options
[DLNA] Add sort options for MediaServer example