Halton Huo [Thu, 11 Sep 2014 03:22:06 +0000 (11:22 +0800)]
Merge pull request #371 from jizydorczyk/master
WebSetting plugin implementation
Jakub Izydorczyk [Thu, 31 Jul 2014 11:35:08 +0000 (13:35 +0200)]
WebSetting plugin implementation
The Web setting extension defines APIs that manages the setting states of the Web view in Web application.
Properties of the Web view that can be managed via Web setting API:
- Delete all cookies saved for the web view in the Web application
- Set a custom user agent string of the web view in Web application
This commit includes implementation of API for Web application to set custom user agent and
remove all application cookies.
Result of running tct-tizen-websetting tests: 22/22 pass.
BUG=XWALK-1063
Crosswalk Release Engineering [Tue, 9 Sep 2014 22:04:58 +0000 (22:04 +0000)]
Bump version to 0.94
Halton Huo [Tue, 9 Sep 2014 08:48:42 +0000 (16:48 +0800)]
Merge pull request #370 from halton/master
Remove redunant dependency of libgsignon-glib
Halton Huo [Tue, 9 Sep 2014 06:36:53 +0000 (14:36 +0800)]
Merge pull request #360 from scuxiayiqian/implement_usb_host
Implement the detection of USB Flash devices on IVI.
scuxiayiqian [Wed, 30 Jul 2014 08:31:08 +0000 (04:31 -0400)]
[SysInfo] Use udev to monitor storage device.
This patch unifies desktop and tizen implementaion for storage module using udev API.
In udev, usb and sd card are treated as same type of device.
BUG=XWALK-2040
Halton Huo [Tue, 9 Sep 2014 02:19:56 +0000 (10:19 +0800)]
Merge pull request #368 from eurogiciel-oss/bluetooth_health
[Bluetooth] Implement health profile API and improve extension
Crosswalk Release Engineering [Fri, 5 Sep 2014 22:05:38 +0000 (22:05 +0000)]
Bump version to 0.93
Corentin Lecouvey [Thu, 4 Sep 2014 09:30:01 +0000 (11:30 +0200)]
[Bluetooth] add health profile related API
Corentin Lecouvey [Thu, 4 Sep 2014 10:10:19 +0000 (12:10 +0200)]
[Bluetooth] fix services recording and connection feature
Corentin Lecouvey [Thu, 4 Sep 2014 08:43:50 +0000 (10:43 +0200)]
[Bluetooth] improve error code management
Corentin Lecouvey [Thu, 4 Sep 2014 08:34:30 +0000 (10:34 +0200)]
[Bluetooth] fix and clean up javascript
- fix some const values and readonly attributes
it also allow to pass many failed TCT test cases
- handle UUID strings in upper case
- prefer an empty object for the adapter change listener
- remove ternary conditions for booleans
- use a variable correspondong to the 11 bits of the service class mask
Corentin Lecouvey [Thu, 4 Sep 2014 08:16:38 +0000 (10:16 +0200)]
[Bluetooth] add missing ondevicedisappeared() callback
Also implement the added BT_ADAPTER_DEVICE_DISCOVERY_REMOVED event type
from discovery in NTB (New Tizen Bluetooth framework).
NTB will replace current bluetooth-frwk soon.
Corentin Lecouvey [Thu, 4 Sep 2014 08:10:20 +0000 (10:10 +0200)]
[Bluetooth] intialize bluetooth framework in extension instance Initialize method
Halton Huo [Fri, 5 Sep 2014 05:54:23 +0000 (13:54 +0800)]
Merge pull request #369 from qjia7/sim_ivi
[Tizen ] Enable sim support for ivi
jiajia qin [Mon, 4 Aug 2014 17:20:11 +0000 (01:20 +0800)]
[Tizen] Enable sim support for ivi
capi-telephony-sim package will talk to Samsung telephony stack which we don't
have in IVI. Currently, it uses ofono as the telephony stack. So, in client, we
have to use g_dbus* API to get corresponding sim attribute.
BUG=XWALK-2039
Halton Huo [Thu, 4 Sep 2014 07:59:05 +0000 (15:59 +0800)]
Remove redunant dependency of libgsignon-glib
pbgsignon-glib dependency is already added by
pkgconfig(libgsignon-glib), so there is no need to add
Requires:libgsignon-glib explicitly.
Crosswalk Release Engineering [Tue, 26 Aug 2014 22:05:40 +0000 (22:05 +0000)]
Bump version to 0.92
Halton Huo [Tue, 26 Aug 2014 09:45:59 +0000 (17:45 +0800)]
Merge pull request #366 from sragavan/xwalk-2276
Remove worker threads from media renderer api implementation.
Srinivasa Ragavan [Tue, 26 Aug 2014 08:48:31 +0000 (14:18 +0530)]
Remove worker threads from media renderer api implementation.
This causes random crash while starting up. Now on create the manager
on the main loop directly.
BUG=XWALK-2276
Crosswalk Release Engineering [Mon, 25 Aug 2014 22:05:47 +0000 (22:05 +0000)]
Bump version to 0.91
Halton Huo [Wed, 20 Aug 2014 01:27:49 +0000 (09:27 +0800)]
Merge pull request #364 from izaman/master
[Tizen][SSO] Fix for GetIdentity
Imran Zaman [Mon, 18 Aug 2014 16:07:04 +0000 (19:07 +0300)]
[Tizen][SSO] Fix for GetIdentity
All inputs are validated to avoid blank input from user.
BUG=XWALK-2268
Crosswalk Release Engineering [Mon, 18 Aug 2014 22:04:38 +0000 (22:04 +0000)]
Bump version to 0.90
Halton Huo [Mon, 18 Aug 2014 14:13:29 +0000 (22:13 +0800)]
Merge pull request #352 from eurogiciel-oss/XWALK-1070
[Download] Fix and complete Download API
Romuald Texier-Marcadé [Wed, 9 Jul 2014 16:24:40 +0000 (18:24 +0200)]
[Download] Fix and complete Download API
Refactored Filesytem and Download API to share code
related to virtual roots.
Pass TCT tests.
Fix example.
BUG=XWALK-1070
Crosswalk Release Engineering [Fri, 15 Aug 2014 22:05:02 +0000 (22:05 +0000)]
Bump version to 0.89
Alexander Shalamov [Fri, 15 Aug 2014 14:03:14 +0000 (17:03 +0300)]
Merge pull request #363 from alexshalamov/fix_for_XWALK-2311
[Tizen][NFC] Fix argument order for NDEFRecord
Alexander Shalamov [Fri, 15 Aug 2014 06:26:31 +0000 (09:26 +0300)]
[Tizen][NFC] Fix argument order for NDEFRecord
TNF and NDEFRecordType were switched in NDEFRecord constructor.
BUG=XWALK-2311
Crosswalk Release Engineering [Thu, 7 Aug 2014 22:04:41 +0000 (22:04 +0000)]
Bump version to 0.88
Halton Huo [Wed, 6 Aug 2014 06:27:38 +0000 (14:27 +0800)]
Merge pull request #361 from CooderIan/upgrade_app_id
Upgrade after crosswalk always use tizen_app_id on tizen, fix cannot get current app info and dbus proxy.
Yan Hongzhang [Tue, 5 Aug 2014 00:58:40 +0000 (08:58 +0800)]
Upgrade after crosswalk always use tizen_app_id on tizen,
fix cannot get current app info and dbus proxy.
PR#2261 : https://github.com/crosswalk-project/crosswalk/pull/2261
After PR#2261, we always get the app_id which will equal to the
app_id storaged in pkgmgr DB, so there is no need to convert
pkg_id to app_id.
Because object path with '.' is an invalid object path, so
after PR#2261 the object path of running application on dbus
was changed so we need to change it too.
BUG=XWALK-1925
Crosswalk Release Engineering [Mon, 4 Aug 2014 22:04:44 +0000 (22:04 +0000)]
Bump version to 0.87
Raphael Kubo da Costa [Mon, 4 Aug 2014 11:58:54 +0000 (14:58 +0300)]
Merge pull request #356 from scuxiayiqian/recalculate-dpi
recalculate dpi on different platform
scuxiayiqian [Mon, 21 Jul 2014 09:09:45 +0000 (05:09 -0400)]
recalculate dpi on different platform
The scale factor will always be 1 if the output scale does not change.
So I default set factor to 1. If the event happens, the listener will
get the scale.
Crosswalk Release Engineering [Thu, 31 Jul 2014 22:04:41 +0000 (22:04 +0000)]
Bump version to 0.86
Halton Huo [Thu, 31 Jul 2014 08:25:10 +0000 (16:25 +0800)]
Merge pull request #358 from yejingfu/topic-alarm
[Alarm] Fix failures raised from test suite.
yejingfu [Wed, 23 Jul 2014 04:15:56 +0000 (12:15 +0800)]
[Alarm] Fix failures raised from test suite.
I've downloaded the test suite from http://otcqa.sh.intel.com/qa-auto/live/Web_TCT_Xwalk/ and run them manually.
All the alarm related failures in the test suite have been fixed.
BUG=XWALK-2163
Crosswalk Release Engineering [Wed, 30 Jul 2014 22:04:44 +0000 (22:04 +0000)]
Bump version to 0.85
Raphael Kubo da Costa [Wed, 30 Jul 2014 08:37:02 +0000 (11:37 +0300)]
Merge pull request #357 from halton/sso_fix
Add libgsignon-glib as dependency
Halton Huo [Mon, 28 Jul 2014 04:09:14 +0000 (12:09 +0800)]
Add libgsignon-glib as dependency
BUG=https://crosswalk-project.org/jira/browse/XWALK-2134
Crosswalk Release Engineering [Thu, 24 Jul 2014 22:04:25 +0000 (22:04 +0000)]
Bump version to 0.84
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
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.
Crosswalk Release Engineering [Wed, 23 Jul 2014 22:04:53 +0000 (22:04 +0000)]
Bump version to 0.83
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
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
Crosswalk Release Engineering [Fri, 18 Jul 2014 22:04:47 +0000 (22:04 +0000)]
Bump version to 0.82
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.
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
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
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
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