platform/framework/web/tizen-extensions-crosswalk.git
10 years ago[DLNA] Add sort options for MediaServer example
Alexander Shalamov [Thu, 20 Mar 2014 09:27:53 +0000 (11:27 +0200)]
[DLNA] Add sort options for MediaServer example

This patch adds sorting options to mediaserver.html

10 years agoBump version to 0.35
Crosswalk Release Engineering [Tue, 18 Mar 2014 22:04:29 +0000 (22:04 +0000)]
Bump version to 0.35

10 years agoMerge pull request #261 from alexshalamov/mediaserver_initial_commit
Raphael Kubo da Costa [Tue, 18 Mar 2014 12:01:22 +0000 (14:01 +0200)]
Merge pull request #261 from alexshalamov/mediaserver_initial_commit

[DLNA] Initial implementation of Media Server API

10 years ago[DLNA] Initial implementation of Media Server API
Alexander Shalamov [Tue, 25 Feb 2014 13:48:31 +0000 (15:48 +0200)]
[DLNA] Initial implementation of Media Server API

This patch provides implementation for Media Server API
http://01org.github.io/cloud-dleyna/mediaserver.html

10 years agoBump version to 0.34
Crosswalk Release Engineering [Mon, 10 Mar 2014 22:04:18 +0000 (22:04 +0000)]
Bump version to 0.34

10 years agoMerge pull request #259 from zolkis/master
Raphael Kubo da Costa [Mon, 10 Mar 2014 11:50:33 +0000 (13:50 +0200)]
Merge pull request #259 from zolkis/master

enabled building callhistory extension

10 years agoenabled building callhistory extension
Zoltan Kis [Mon, 10 Mar 2014 09:31:31 +0000 (11:31 +0200)]
enabled building callhistory extension

10 years agoBump version to 0.33
Crosswalk Release Engineering [Fri, 7 Mar 2014 22:04:38 +0000 (22:04 +0000)]
Bump version to 0.33

10 years agoMerge pull request #258 from zolkis/master
Raphael Kubo da Costa [Fri, 7 Mar 2014 15:40:42 +0000 (17:40 +0200)]
Merge pull request #258 from zolkis/master

build desktop, Tizen mobile and IVI profiles properly,

10 years agoBuild desktop, Tizen mobile and IVI profiles properly.
Zoltan Kis [Fri, 7 Mar 2014 15:05:09 +0000 (17:05 +0200)]
Build desktop, Tizen mobile and IVI profiles properly.

Replace TIZEN_MOBILE definitions for TIZEN, change spec file to test on the %profile
variable for ivi and mobile (defined in build.xml and propagated to build.conf)
instead of _with_ivi. In the gyp files, 'extension_host_os' tests have been replaced
with testing 'tizen'. In source code, TIZEN_MOBILE used to be assumed to work with
 IVI, considering mobile equal to IVI, which is not the case with every extension.
With this change, 'extension_host_os' is set to 'desktop' by default.
If a tizen repository is present, TIZEN will be defined to 1. In addition, TIZEN_IVI
is defined for IVI and TIZEN_MOBILE is defined for mobile. All extensions which
should work on all Tizen profiles, should use TIZEN, others should use the more
specific TIZEN_MOBILE and TIZEN_IVI.

10 years agoBump version to 0.32
Crosswalk Release Engineering [Tue, 4 Mar 2014 22:05:38 +0000 (22:05 +0000)]
Bump version to 0.32

10 years agoMerge pull request #254 from eurogiciel-oss/wayland_x11_display
Raphael Kubo da Costa [Tue, 4 Mar 2014 09:56:38 +0000 (11:56 +0200)]
Merge pull request #254 from eurogiciel-oss/wayland_x11_display

Fix build on pure wayland platform

10 years ago[SystemInfo] Add Wayland support to get screen size
Corentin Lecouvey [Mon, 24 Feb 2014 15:29:17 +0000 (16:29 +0100)]
[SystemInfo] Add Wayland support to get screen size

- Fix build on pure wayland platform using 'with_wayland' macro
  to distinguish x11 and wayland display systems.

- Add get_wayland_screen_size() method to retrieve the screen size in System_info API
  using native Wayland API.

Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoMerge pull request #257 from zolkis/master
Raphael Kubo da Costa [Mon, 3 Mar 2014 17:28:55 +0000 (19:28 +0200)]
Merge pull request #257 from zolkis/master

disable temporarily callhistory until target detection is fixed ivi vs m...

10 years agoremoved mobile contacts dep from spec file
Zoltan Kis [Mon, 3 Mar 2014 17:25:25 +0000 (19:25 +0200)]
removed mobile contacts dep from spec file

10 years agodisable temporarily callhistory until target detection is fixed ivi vs mobile
Zoltan Kis [Mon, 3 Mar 2014 17:20:05 +0000 (19:20 +0200)]
disable temporarily callhistory until target detection is fixed ivi vs mobile

10 years agoMerge pull request #256 from zolkis/master
Raphael Kubo da Costa [Mon, 3 Mar 2014 16:19:01 +0000 (18:19 +0200)]
Merge pull request #256 from zolkis/master

fixed spec file break with tapi

10 years agofixed spec file break with tapi
Zoltan Kis [Mon, 3 Mar 2014 16:01:06 +0000 (18:01 +0200)]
fixed spec file break with tapi

10 years agoMerge pull request #243 from zolkis/master
Kenneth Rohde Christiansen [Mon, 3 Mar 2014 15:08:58 +0000 (16:08 +0100)]
Merge pull request #243 from zolkis/master

Added Tizen filters and Call History extension

10 years agoAdded Tizen filters and Call History extension using now reentrant versions of localt...
Zoltan Kis [Fri, 31 Jan 2014 20:50:10 +0000 (22:50 +0200)]
Added Tizen filters and Call History extension using now reentrant versions of localtime and strtok; cleaned up logging in JS fix code style issues; isolate code for mobile; change native logging code style improvements code style fixes fixed some comments fixed js style errors

callhistory: merged js and html

callhistory: fix coding style

callhistory: fix code style

callhistory: fix coding style

callhistory: fixed comments

callhistory: styled constants

callhistory: added scoping to C variables, changed constants

callhistory: removed debug statements

10 years agoBump version to 0.31
Crosswalk Release Engineering [Fri, 28 Feb 2014 22:04:26 +0000 (22:04 +0000)]
Bump version to 0.31

10 years agoMerge pull request #246 from seanlong/app_dev
Halton Huo [Fri, 28 Feb 2014 09:34:01 +0000 (17:34 +0800)]
Merge pull request #246 from seanlong/app_dev

[Application] Add Application API initial support (getAppInfo/getAppsInfo)

10 years ago[Application] Add Application API example for getAppInfo/getAppsInfo
Long Xiang [Thu, 27 Feb 2014 07:20:23 +0000 (15:20 +0800)]
[Application] Add Application API example for getAppInfo/getAppsInfo

Application API needs to be run in an installed app context, so a manifest file
is also added.

10 years ago[Application] Add Applicatin extension skeleton and getAppInfo/getAppsInfo support
Long Xiang [Thu, 27 Feb 2014 07:19:52 +0000 (15:19 +0800)]
[Application] Add Applicatin extension skeleton and getAppInfo/getAppsInfo support

The implementation is based on below spec:
https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.device.apireference/tizen/application.html

The ApplicationInformation class will encapsulate Tizen application info, and
provides serialization method to transfer its data. An internal PkgMgrHandle
class is implemented to abstract appinfo and pkginfo handles, it also provides
methods to fetch different application information from them by using
pkgmgr-info/pkgmgr APIs.

In order to bind current ApplicationId to application extension, we will
translate the Crosswalk application ID to Tizen ApplicationId when it is
created.

10 years agoBump version to 0.30
Crosswalk Release Engineering [Tue, 25 Feb 2014 22:06:52 +0000 (22:06 +0000)]
Bump version to 0.30

10 years agoMerge pull request #251 from qjia7/remove-sim-dependency
Kenneth Rohde Christiansen [Tue, 25 Feb 2014 15:32:49 +0000 (16:32 +0100)]
Merge pull request #251 from qjia7/remove-sim-dependency

[SystemInfo] add 'SYSTEMINFO_SIM_ACCESS' macro

10 years agoMerge pull request #255 from xuzhang/extension_update
Kenneth Rohde Christiansen [Tue, 25 Feb 2014 09:23:05 +0000 (10:23 +0100)]
Merge pull request #255 from xuzhang/extension_update

[Extension] Fix build issue on size_t not declared

10 years ago[Extension] Fix build issue on size_t not declared
Xu Zhang [Tue, 25 Feb 2014 08:59:53 +0000 (16:59 +0800)]
[Extension] Fix build issue on size_t not declared

The error was introduced the patch 88b8aa029d1699 which is to sync
files from crosswalk to t-e-c. The header file <sys/types.h> is
forgot to added in t-e-c.
Also function pointer is wrongly used in the patch 88b8aa029d1699.

10 years agoMerge pull request #253 from xuzhang/extension_update
Kenneth Rohde Christiansen [Mon, 24 Feb 2014 17:13:20 +0000 (18:13 +0100)]
Merge pull request #253 from xuzhang/extension_update

Add XW_Extension_Permissions.h and XW_Extension_Runtime.h

10 years ago[SystemInfo] add 'SYSTEMINFO_SIM_ACCESS' macro
jiajia qin [Fri, 21 Feb 2014 15:33:22 +0000 (23:33 +0800)]
[SystemInfo] add 'SYSTEMINFO_SIM_ACCESS' macro

Add 'SYSTEMINFO_SIM_ACCESS' macro to indicate whether to load sim module.
In IVI device, SIM module is not needed.

10 years agoAdd XW_Extension_Permissions.h and XW_Extension_Runtime.h
Xu Zhang [Mon, 24 Feb 2014 11:29:16 +0000 (19:29 +0800)]
Add XW_Extension_Permissions.h and XW_Extension_Runtime.h

This defines two internal interfaces in Crosswalk to enforce
permission control for extension API and get varibles for runtime.

Also XW_Extension_SyncMessage.h is updated with that in crosswalk

10 years agoBump version to 0.29
Crosswalk Release Engineering [Thu, 20 Feb 2014 22:05:43 +0000 (22:05 +0000)]
Bump version to 0.29

10 years agoMerge pull request #249 from qjia7/fix_type_mismatch
Kenneth Rohde Christiansen [Thu, 20 Feb 2014 09:17:38 +0000 (10:17 +0100)]
Merge pull request #249 from qjia7/fix_type_mismatch

[Download] Fixed type mismache error

10 years ago[Download] Fixed type mismache error
jiajia qin [Wed, 19 Feb 2014 16:33:10 +0000 (00:33 +0800)]
[Download] Fixed type mismache error

10 years agoBump version to 0.28
Crosswalk Release Engineering [Tue, 18 Feb 2014 22:05:37 +0000 (22:05 +0000)]
Bump version to 0.28

10 years agoMerge pull request #247 from tmpsantos/fix_missing_symbols
Thiago Marcos P. Santos [Tue, 18 Feb 2014 13:56:51 +0000 (15:56 +0200)]
Merge pull request #247 from tmpsantos/fix_missing_symbols

[SystemInfo] Added missing symbols for the Desktop build

10 years agoMerge pull request #248 from tmpsantos/empty_space
Kenneth Rohde Christiansen [Tue, 18 Feb 2014 13:44:13 +0000 (14:44 +0100)]
Merge pull request #248 from tmpsantos/empty_space

Fixed style nit

10 years agoFixed style nit
Thiago Marcos P. Santos [Tue, 18 Feb 2014 13:27:48 +0000 (15:27 +0200)]
Fixed style nit

10 years ago[SystemInfo] Added missing symbols for the Desktop build
Thiago Marcos P. Santos [Tue, 18 Feb 2014 09:48:53 +0000 (11:48 +0200)]
[SystemInfo] Added missing symbols for the Desktop build

Crosswalk cannot load the SystemInfo library because these two destructors are
missing.

10 years agoBump version to 0.27
Crosswalk Release Engineering [Wed, 12 Feb 2014 22:08:37 +0000 (22:08 +0000)]
Bump version to 0.27

10 years agoMerge pull request #245 from rakuco/posix-find
Raphael Kubo da Costa [Wed, 12 Feb 2014 20:06:27 +0000 (22:06 +0200)]
Merge pull request #245 from rakuco/posix-find

check-coding-style: Pass a path to the find(1) call.

10 years agoMerge pull request #242 from eurogiciel-oss/dev_baillaw
Raphael Kubo da Costa [Wed, 12 Feb 2014 17:12:59 +0000 (19:12 +0200)]
Merge pull request #242 from eurogiciel-oss/dev_baillaw

Synchronize system-info Api : up to Tizen 3.0

10 years agoUpdate License information
Baptiste DURAND [Tue, 11 Feb 2014 16:56:37 +0000 (17:56 +0100)]
Update License information

Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
10 years agoSynchronize system-info Api : up to Tizen 3.0
Baptiste DURAND [Fri, 7 Feb 2014 09:09:23 +0000 (10:09 +0100)]
Synchronize system-info Api : up to Tizen 3.0

Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
10 years agocheck-coding-style: Pass a path to the find(1) call.
Raphael Kubo da Costa [Wed, 5 Feb 2014 23:29:58 +0000 (01:29 +0200)]
check-coding-style: Pass a path to the find(1) call.

The standard version of the find(1) tool (present in non-Linux operating
systems, for example) requires a path to be passed to it, so do that to make
the our script more portable.

10 years agoBump version to 0.26
Crosswalk Release Engineering [Tue, 10 Dec 2013 22:03:30 +0000 (22:03 +0000)]
Bump version to 0.26

10 years agoMerge pull request #236 from vcgomes/bluetooth-fix-register-rfcomm-service-by-uuid
Leandro A. F. Pereira [Tue, 10 Dec 2013 18:08:58 +0000 (10:08 -0800)]
Merge pull request #236 from vcgomes/bluetooth-fix-register-rfcomm-service-by-uuid

[Bluetooth] Fix wrong format for attributes in the service XML

10 years agoMerge pull request #239 from vcgomes/fix-tizen-extension-undefined-object
cmarcelo [Tue, 10 Dec 2013 16:54:18 +0000 (08:54 -0800)]
Merge pull request #239 from vcgomes/fix-tizen-extension-undefined-object

[Tizen] Fix trying to define properties on a undefined object

10 years ago[Tizen] Fix trying to define properties on a undefined object
Vinicius Costa Gomes [Tue, 10 Dec 2013 16:45:27 +0000 (14:45 -0200)]
[Tizen] Fix trying to define properties on a undefined object

When the extension is loaded, the object 'tizen' where the extension
code is referring to may not exist yet, it is only guaranteed to exist
after the extension is loaded. So instead of referring to the 'tizen'
object we need to refer to it as 'exports' that will be translated to
'tizen' after the extension is loaded.

10 years agoBump version to 0.25
Crosswalk Release Engineering [Mon, 9 Dec 2013 22:04:04 +0000 (22:04 +0000)]
Bump version to 0.25

10 years agoMerge pull request #237 from deqing/fix-listener-type-checking
Kenneth Rohde Christiansen [Mon, 9 Dec 2013 10:15:28 +0000 (02:15 -0800)]
Merge pull request #237 from deqing/fix-listener-type-checking

[Download] Add listener type checking

10 years agoMerge pull request #238 from deqing/fix-networktype-checking
Kenneth Rohde Christiansen [Mon, 9 Dec 2013 09:54:24 +0000 (01:54 -0800)]
Merge pull request #238 from deqing/fix-networktype-checking

[Download] Fix network type checking

10 years agoBump version to 0.24
Crosswalk Release Engineering [Mon, 9 Dec 2013 09:35:31 +0000 (09:35 +0000)]
Bump version to 0.24

10 years ago[Download] Fix network type checking
Deqing Huang [Fri, 6 Dec 2013 10:17:39 +0000 (18:17 +0800)]
[Download] Fix network type checking

It is ok to set networktype to null, as it is optional.
And no need to throw exception if trying to set invalid value
(according to spec).

10 years ago[Download] Add listener type checking
Deqing Huang [Tue, 3 Dec 2013 10:47:12 +0000 (18:47 +0800)]
[Download] Add listener type checking

Bug: https://crosswalk-project.org/jira/browse/XWALK-601

10 years agoMerge pull request #235 from deqing/fix-url-property
Kenneth Rohde Christiansen [Wed, 4 Dec 2013 07:21:48 +0000 (23:21 -0800)]
Merge pull request #235 from deqing/fix-url-property

[Download] Fix URL property issue

10 years ago[Bluetooth] Fix wrong format for attributes in the service XML
Vinicius Costa Gomes [Tue, 3 Dec 2013 21:52:45 +0000 (19:52 -0200)]
[Bluetooth] Fix wrong format for attributes in the service XML

All the attributes values should have been enclosed in '"', and the
attributes should have the proper terminators '/>'.

The error was introduced when fixing the coding style.

10 years ago[Download] Fix URL property issue
Deqing Huang [Tue, 3 Dec 2013 10:29:12 +0000 (18:29 +0800)]
[Download] Fix URL property issue

Bug-tracking: https://crosswalk-project.org/jira/browse/XWALK-599

10 years agoBump version to 0.23
Crosswalk Release Engineering [Thu, 28 Nov 2013 09:30:28 +0000 (09:30 +0000)]
Bump version to 0.23

10 years agoMerge pull request #233 from ricardotk/wip-notification
Leandro A. F. Pereira [Mon, 25 Nov 2013 19:19:34 +0000 (11:19 -0800)]
Merge pull request #233 from ricardotk/wip-notification

[Notification] Add number and detail info

10 years ago[Notification] Add support for detail info and is_string() function
Ricardo de Almeida Gonzaga [Mon, 18 Nov 2013 18:57:57 +0000 (16:57 -0200)]
[Notification] Add support for detail info and is_string() function

10 years ago[Notification] Add support for number and add GetLongFromJSONValue
Ricardo de Almeida Gonzaga [Mon, 18 Nov 2013 12:36:13 +0000 (10:36 -0200)]
[Notification] Add support for number and add GetLongFromJSONValue

10 years ago[Notification] Fix GetULongFromJSONValue
Ricardo de Almeida Gonzaga [Mon, 18 Nov 2013 12:37:37 +0000 (10:37 -0200)]
[Notification] Fix GetULongFromJSONValue

Now GetULongFromJSONValue returns bool and the called decides
what to do when a non-number is passed, and may set the result to
a default number if wanted.

In this case we're setting led_on_period and led_off_period to 0,
because it's the default value.

10 years agoMerge pull request #234 from ricardotk/wip
Leandro A. F. Pereira [Mon, 25 Nov 2013 15:54:17 +0000 (07:54 -0800)]
Merge pull request #234 from ricardotk/wip

[Notification] Fix StatusNotification properties

10 years ago[Notification] Fix non nullable attributes
Ricardo de Almeida Gonzaga [Thu, 21 Nov 2013 13:40:47 +0000 (11:40 -0200)]
[Notification] Fix non nullable attributes

Now its not possible to set non nullable attributes to null

10 years ago[Notification] Fix StatusNotification postedTime property
Ricardo de Almeida Gonzaga [Mon, 11 Nov 2013 15:28:41 +0000 (13:28 -0200)]
[Notification] Fix StatusNotification postedTime property

TCT Tests changed comparison from 'null' to 'undefined'

10 years agoBump version to 0.22
Crosswalk Release Engineering [Sun, 17 Nov 2013 22:06:33 +0000 (22:06 +0000)]
Bump version to 0.22

10 years agoBump version to 0.21
Crosswalk Release Engineering [Sat, 16 Nov 2013 22:06:24 +0000 (22:06 +0000)]
Bump version to 0.21

10 years agoBump version to 0.20
Crosswalk Release Engineering [Thu, 14 Nov 2013 22:05:48 +0000 (22:05 +0000)]
Bump version to 0.20

10 years agoMerge pull request #228 from ricardotk/wip-notification
cmarcelo [Thu, 14 Nov 2013 16:48:30 +0000 (08:48 -0800)]
Merge pull request #228 from ricardotk/wip-notification

[Notification] Add support for led, sound and vibration

10 years ago[Notification] Add support for vibration
Ricardo de Almeida Gonzaga [Mon, 11 Nov 2013 19:17:03 +0000 (17:17 -0200)]
[Notification] Add support for vibration

10 years ago[Notification] Add support for sound
Ricardo de Almeida Gonzaga [Mon, 11 Nov 2013 18:03:04 +0000 (16:03 -0200)]
[Notification] Add support for sound

10 years ago[Notification] Add support for led and add GetULongFromJSONValue
Ricardo de Almeida Gonzaga [Fri, 8 Nov 2013 15:59:21 +0000 (13:59 -0200)]
[Notification] Add support for led and add GetULongFromJSONValue

10 years ago[Notification] Fix progress_value type
Ricardo de Almeida Gonzaga [Wed, 13 Nov 2013 18:19:51 +0000 (16:19 -0200)]
[Notification] Fix progress_value type

progressValue is unsigned long

10 years ago[Notification] Add comparison with old image
Ricardo de Almeida Gonzaga [Fri, 8 Nov 2013 17:51:27 +0000 (15:51 -0200)]
[Notification] Add comparison with old image

This will avoid setting the same image

10 years ago[Notification] Add GetStringFromJSONValue
Ricardo de Almeida Gonzaga [Fri, 8 Nov 2013 16:27:08 +0000 (14:27 -0200)]
[Notification] Add GetStringFromJSONValue

10 years ago[Notification] Add picojson_helpers.cc
Ricardo de Almeida Gonzaga [Wed, 13 Nov 2013 16:47:48 +0000 (14:47 -0200)]
[Notification] Add picojson_helpers.cc

Split picojson_helpers.h into .cc

10 years agoMerge pull request #232 from nagineni/desktop_build
Alexis Menard [Thu, 14 Nov 2013 14:17:55 +0000 (06:17 -0800)]
Merge pull request #232 from nagineni/desktop_build

[SystemInfo] Fix the Desktop build.

10 years ago[SystemInfo] Fix the Desktop build.
Sudarsana Nagineni [Thu, 14 Nov 2013 13:59:42 +0000 (15:59 +0200)]
[SystemInfo] Fix the Desktop build.

Fix compilation errors in system_info.

10 years agoMerge pull request #231 from rakuco/unbreak-spec-file
Leandro A. F. Pereira [Thu, 14 Nov 2013 12:41:19 +0000 (04:41 -0800)]
Merge pull request #231 from rakuco/unbreak-spec-file

Fix the RPM build after da6ee6ec.

10 years agoFix the RPM build after da6ee6ec.
Raphael Kubo da Costa [Thu, 14 Nov 2013 09:38:01 +0000 (11:38 +0200)]
Fix the RPM build after da6ee6ec.

rpmbuild apparently chokes with comments in the same line as BuildRequires:
  tizen-extensions-crosswalk:
    nothing provides #
    nothing provides Evas.h
    nothing provides is
    nothing provides required
    nothing provides by
    nothing provides capi-web-favorites.

10 years agoMerge pull request #229 from vcgomes/fix-set-powered-bug-v2
Leandro A. F. Pereira [Wed, 13 Nov 2013 02:10:54 +0000 (18:10 -0800)]
Merge pull request #229 from vcgomes/fix-set-powered-bug-v2

[Bluetooth] Only reply Adapter.getDefaultAdapter() when adapter is ready

10 years agoMerge pull request #224 from lpereira/messageport
Leandro A. F. Pereira [Tue, 12 Nov 2013 14:28:28 +0000 (06:28 -0800)]
Merge pull request #224 from lpereira/messageport

[Messageport] Add Messageport implementation.

10 years agoMerge pull request #227 from vcgomes/bluetooth-fix-stop-discovery
Leandro A. F. Pereira [Tue, 12 Nov 2013 03:14:17 +0000 (19:14 -0800)]
Merge pull request #227 from vcgomes/bluetooth-fix-stop-discovery

[Bluetooth] fix BluetoothAdapter.stopDiscovery()

10 years agoBump version to 0.19
Crosswalk Release Engineering [Mon, 11 Nov 2013 22:02:58 +0000 (22:02 +0000)]
Bump version to 0.19

10 years agoBump version to 0.18
Crosswalk Release Engineering [Sat, 9 Nov 2013 22:03:25 +0000 (22:03 +0000)]
Bump version to 0.18

10 years ago[Bluetooth] Only reply Adapter.getDefaultAdapter() when adapter is ready
Vinicius Costa Gomes [Fri, 8 Nov 2013 22:28:17 +0000 (20:28 -0200)]
[Bluetooth] Only reply Adapter.getDefaultAdapter() when adapter is ready

We call ready, when the adapter is in a known state, whether it is ready and
we were able to get all its properties, or we couldn't obtain it (bluetoothd is
not running or the adapter path is not available).

10 years ago[Bluetooth] Fix sending wrong reply to BluetoothAdapter.stopDiscovery()
Vinicius Costa Gomes [Thu, 7 Nov 2013 22:43:04 +0000 (20:43 -0200)]
[Bluetooth] Fix sending wrong reply to BluetoothAdapter.stopDiscovery()

The reply id of the call should be cleared after it is handled.

10 years ago[Bluetooth] Fix not passing a SuccessCallback to stopDiscovery()
Vinicius Costa Gomes [Thu, 7 Nov 2013 21:57:31 +0000 (19:57 -0200)]
[Bluetooth] Fix not passing a SuccessCallback to stopDiscovery()

When should check if successCallback passed to stopDiscover() exists
(if it exists, its type is already correct) before calling it.

10 years agoMerge pull request #226 from ricardotk/wip-notification
cmarcelo [Fri, 8 Nov 2013 12:26:56 +0000 (04:26 -0800)]
Merge pull request #226 from ricardotk/wip-notification

[Notification] Add support for Image

10 years agoBump version to 0.17
Crosswalk Release Engineering [Thu, 7 Nov 2013 22:03:05 +0000 (22:03 +0000)]
Bump version to 0.17

10 years ago[Notification] Add support for thumbnails (image)
Ricardo de Almeida Gonzaga [Thu, 7 Nov 2013 13:12:51 +0000 (11:12 -0200)]
[Notification] Add support for thumbnails (image)

10 years ago[Notification] Add support for sub icon (image)
Ricardo de Almeida Gonzaga [Thu, 7 Nov 2013 12:47:20 +0000 (10:47 -0200)]
[Notification] Add support for sub icon (image)

10 years ago[Notification] Add support for icon (image)
Ricardo de Almeida Gonzaga [Thu, 7 Nov 2013 12:41:21 +0000 (10:41 -0200)]
[Notification] Add support for icon (image)

10 years ago[Notification] Add support for background (image)
Ricardo de Almeida Gonzaga [Wed, 6 Nov 2013 18:08:20 +0000 (16:08 -0200)]
[Notification] Add support for background (image)

10 years agoBump version to 0.16
Crosswalk Release Engineering [Wed, 6 Nov 2013 22:02:56 +0000 (22:02 +0000)]
Bump version to 0.16

10 years agoMerge pull request #225 from ricardotk/wip-filesystem
Leandro A. F. Pereira [Wed, 6 Nov 2013 16:44:56 +0000 (08:44 -0800)]
Merge pull request #225 from ricardotk/wip-filesystem

[FileSystem] Add FileStream fstream support

10 years ago[FileSystem] Add FileStream fstream support
Ricardo de Almeida Gonzaga [Mon, 4 Nov 2013 13:18:20 +0000 (11:18 -0200)]
[FileSystem] Add FileStream fstream support

Before this fix, FileStream used FileDescriptor to access its files.
We had some problems dealing with the position attribute, so we
decide to look how tizen deals with it. Tizen uses fstream to handle
the FileStream class, so as we do now.

10 years ago[FileSystem] Fix ConvertFrom() base64 decode algorithm
Ricardo de Almeida Gonzaga [Mon, 4 Nov 2013 13:10:45 +0000 (11:10 -0200)]
[FileSystem] Fix ConvertFrom() base64 decode algorithm

fixed by: Leandro A. F. Pereira

10 years ago[Messageport] Add Messageport implementation.
Leandro Pereira [Tue, 29 Oct 2013 19:35:05 +0000 (17:35 -0200)]
[Messageport] Add Messageport implementation.

Tests are passing, but since application installation support isn't ready,
it requires a few hacks for this to actually work.

This includes writing a short wrapper program that correctly passes the path
to Tizen extensions, adding a mocked version of
`tizen.application.getCurrentApplication()` that returns the standard
`tct-messageport` package ID, installing this package, and modifying
`channel-service` so that the application ID is hardcoded.