sung-su.kim [Thu, 26 Feb 2015 11:28:35 +0000 (20:28 +0900)]
[Sensor] Remove unused <sensors.h> header
header was not used.
This commit should be merged and submitted to avoid build-break.
https://github.com/crosswalk-project/tizen-extensions-crosswalk/pull/452
Change-Id: If25bcd845dd381e8c70be5fe6b1bc739089cb2e9
Sung-su Kim [Mon, 16 Feb 2015 07:01:58 +0000 (23:01 -0800)]
Merge "Include sensor_internal.h instead of sensor.h" into tizen
Kibak Yoon [Tue, 3 Feb 2015 12:37:08 +0000 (21:37 +0900)]
Include sensor_internal.h instead of sensor.h
the name of header file for sensor internal API was changed to
sensor_internal.h.
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I7ecdbdd3c500dd9feb69ee3326009941741cea89
Mikko Ylinen [Fri, 23 Jan 2015 11:37:54 +0000 (13:37 +0200)]
mediaserver: check pointer value properly
Change-Id: Ie34dd52f52f9b032423bcdbf881e492925da7b3b
Bug-Tizen: TC-2356
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Halton Huo [Tue, 3 Feb 2015 09:20:45 +0000 (17:20 +0800)]
Merge pull request #447 from WonyoungChoi/merge_new_bt_api
[Bluetooth] Fix for new bluetooth platform api.
WonYoung Choi [Tue, 3 Feb 2015 08:51:16 +0000 (17:51 +0900)]
[Bluetooth] Fix for new bluetooth platform api.
'BT_ADAPTER_DEVICE_DISCOVERY_REMOVED' enum was removed in new BT api.
Crosswalk Release Engineering [Mon, 26 Jan 2015 15:18:33 +0000 (15:18 +0000)]
Bump version to 0.143
Halton Huo [Mon, 26 Jan 2015 05:13:08 +0000 (13:13 +0800)]
Merge pull request #416 from liyingzh/cellularNetwork
[SystemInfo] add system_info_cellular_network_ivi.cc to fit ivi system
liyingzh [Tue, 16 Dec 2014 06:08:52 +0000 (14:08 +0800)]
[SystemInfo] Add system_info_cellular_network_ivi.cc to fit ivi system
Follow system_info_sim_ivi.cc(#369), add system_info_cellular_network_ivi.cc
to fit ivi system. Also fix the lac and cellId attribute error value.
BUG=XWALK-2362
Crosswalk Release Engineering [Tue, 20 Jan 2015 15:21:21 +0000 (15:21 +0000)]
Bump version to 0.142
Halton Huo [Tue, 20 Jan 2015 07:04:18 +0000 (15:04 +0800)]
Merge pull request #443 from liyingzh/GetOfonoMedemPath
[SystemInfo] Fix copy and free pointers in OfonoGetModemPath
liyingzh [Fri, 16 Jan 2015 04:43:21 +0000 (12:43 +0800)]
[SystemInfo] Change return type of OfonoGetModemPath
Fix memory leak in OfonoGetModemPath and free pointers in right position
Crosswalk Release Engineering [Sat, 17 Jan 2015 15:21:10 +0000 (15:21 +0000)]
Bump version to 0.141
Halton Huo [Fri, 16 Jan 2015 10:41:06 +0000 (18:41 +0800)]
Merge pull request #442 from piotrowskim/g_dbus_proxy_new_for_bus_sync
Fix handling g_dbus_proxy_new_for_bus_sync
Maciej Piotrowski [Fri, 16 Jan 2015 08:53:37 +0000 (09:53 +0100)]
Fix handling g_dbus_proxy_new_for_bus_sync
This patch frees values returned by this function, what should be done
manually according to documentation
https://developer.gnome.org/gio/stable/GDBusProxy.html#g-dbus-proxy-new-for-bus-sync
Halton Huo [Fri, 16 Jan 2015 05:25:12 +0000 (13:25 +0800)]
Merge pull request #441 from piotrowskim/g_dbus_proxy_call_sync
Fix handling g_dbus_proxy_call_sync
Maciej Piotrowski [Thu, 15 Jan 2015 15:19:53 +0000 (16:19 +0100)]
Fix handling g_dbus_proxy_call_sync
This patch frees values returned by this function, what should be done
manually according to documentation
https://developer.gnome.org/gio/stable/GDBusProxy.html#g-dbus-proxy-call-sync
Crosswalk Release Engineering [Thu, 15 Jan 2015 15:21:55 +0000 (15:21 +0000)]
Bump version to 0.140
Halton Huo [Thu, 15 Jan 2015 12:49:05 +0000 (20:49 +0800)]
Merge pull request #440 from sstolinski/XWALK_3248
[Tizen] Fix incorrect errorCallback handling
Sebastian Stolinski [Thu, 15 Jan 2015 12:40:43 +0000 (13:40 +0100)]
[Tizen] Fix incorrect errorCallback handling
Validation parameters of functions: PackageManager.install,
PackageManager.uninstall, PackageManager.getPackagesInfo is fixed.
BUG=XWALK-3248
Halton Huo [Thu, 15 Jan 2015 03:12:52 +0000 (11:12 +0800)]
Merge pull request #439 from piotrowskim/g_variant_iter_next
Fix handling g_variant_iter_next
Crosswalk Release Engineering [Wed, 14 Jan 2015 15:21:02 +0000 (15:21 +0000)]
Bump version to 0.139
Maciej Piotrowski [Tue, 13 Jan 2015 15:43:58 +0000 (16:43 +0100)]
Fix handling g_variant_iter_next
Arguments passed to g_variant_iter_next should be freed
in every iteration:
https://developer.gnome.org/glib/stable/glib-GVariant.html#g-variant-iter-next
Raphael Kubo da Costa [Wed, 14 Jan 2015 14:27:38 +0000 (16:27 +0200)]
Merge pull request #438 from piotrowskim/fix_destory
[Alarm] Fix function name in AlarmInfo
Maciej Piotrowski [Wed, 14 Jan 2015 14:05:13 +0000 (15:05 +0100)]
[Alarm] Fix function name in AlarmInfo
Function name was DestoryService instead of DestroyService.
Raphael Kubo da Costa [Wed, 14 Jan 2015 14:11:28 +0000 (16:11 +0200)]
Merge pull request #437 from piotrowskim/fix_alarm
[Alarm] Fix return type of AlarmInfo::type()
Halton Huo [Wed, 14 Jan 2015 14:09:05 +0000 (22:09 +0800)]
Merge pull request #421 from liyingzh/Network
[SystemInfo] add system_info_network_ivi.cc to fit tizen ivi/common.
Maciej Piotrowski [Mon, 12 Jan 2015 15:21:28 +0000 (16:21 +0100)]
[Alarm] Fix return type of AlarmInfo::type()
Type of type_ field is AlarmType but return type of
type() is int.
Raphael Kubo da Costa [Wed, 14 Jan 2015 10:50:00 +0000 (12:50 +0200)]
Merge pull request #436 from piotrowskim/refactor_telephony
[Telephony] Fix return value in TelephonyBackend::InitCall
liyingzh [Thu, 18 Dec 2014 05:59:12 +0000 (13:59 +0800)]
[SystemInfo] Add system_info_network_ivi.cc to fit tizen ivi/common.
Follow system_info_sim_ivi.cc(#369), add system_info_network_ivi.cc
to fit ivi/common system.
BUG=XWALK-2361
Maciej Piotrowski [Tue, 30 Dec 2014 13:23:38 +0000 (14:23 +0100)]
[Telephony] Fix return value in TelephonyBackend::InitCall
In one of return cases 0 was returned instead of false.
Crosswalk Release Engineering [Tue, 13 Jan 2015 15:19:33 +0000 (15:19 +0000)]
Bump version to 0.138
Raphael Kubo da Costa [Mon, 12 Jan 2015 16:21:32 +0000 (18:21 +0200)]
Merge pull request #435 from piotrowskim/rm_unused_content
[Content] Remove unused variable
Maciej Piotrowski [Mon, 12 Jan 2015 16:10:30 +0000 (17:10 +0100)]
[Content] Remove unused variable
Variable o was never used.
Raphael Kubo da Costa [Mon, 12 Jan 2015 16:12:32 +0000 (18:12 +0200)]
Merge pull request #434 from piotrowskim/fix_content
[Tizen] Fix wrong condition checking
Maciej Piotrowski [Fri, 9 Jan 2015 14:34:16 +0000 (15:34 +0100)]
[Tizen] Fix wrong condition checking
In function ContentInstance::HandleSyncMessage there is wrong
condition check, which is always true.
Raphael Kubo da Costa [Mon, 12 Jan 2015 15:58:38 +0000 (17:58 +0200)]
Merge pull request #433 from piotrowskim/refactor_alarm
[Tizen] Fix inappropriate return value
Maciej Piotrowski [Fri, 9 Jan 2015 13:30:14 +0000 (14:30 +0100)]
[Tizen] Fix inappropriate return value
In AlarmInstance::HandleGetAllAlarms() always 0 were passed
as the result to SendSyncMessage() instead of return value of
AlarmManager::GetAllAlarms.
Crosswalk Release Engineering [Fri, 9 Jan 2015 15:07:37 +0000 (15:07 +0000)]
Bump version to 0.137
Raphael Kubo da Costa [Thu, 8 Jan 2015 16:29:08 +0000 (18:29 +0200)]
Merge pull request #432 from KFilipek/fix_system_info_display_brightness
Fix brightness read from ACPI and its calculation
Krzysztof Filipek [Thu, 8 Jan 2015 12:38:10 +0000 (13:38 +0100)]
Fix brightness calculation
This patch fixes brightness calculation and prevent
from losing precision.
Krzysztof Filipek [Wed, 7 Jan 2015 14:25:50 +0000 (15:25 +0100)]
Fix brightness read from ACPI
This patch fixes path to specific ACPI device.
Crosswalk Release Engineering [Wed, 7 Jan 2015 15:08:16 +0000 (15:08 +0000)]
Bump version to 0.136
Kenneth Rohde Christiansen [Wed, 7 Jan 2015 09:10:40 +0000 (10:10 +0100)]
Merge pull request #431 from piotrowskim/rm_nits_callhistory
[Tizen] Remove unused variable and fix other nits
Maciej Piotrowski [Mon, 29 Dec 2014 11:35:29 +0000 (12:35 +0100)]
[Tizen] Remove unused variable and fix other nits
Unused variable 'sortorder' was removed and some other nits were
introduced. Besides this one optimization was done in
NotifyDatabaseChange fuction (check validity of user_data before
preparing response).
Crosswalk Release Engineering [Wed, 31 Dec 2014 15:06:12 +0000 (15:06 +0000)]
Bump version to 0.135
Raphael Kubo da Costa [Wed, 31 Dec 2014 14:49:53 +0000 (16:49 +0200)]
Merge pull request #430 from piotrowskim/rm_nits_history
[Tizen] Prevent segmentation fault in callhistory_mobile.cc
Maciej Piotrowski [Wed, 31 Dec 2014 10:07:21 +0000 (11:07 +0100)]
[Tizen] Prevent segmentation fault in callhistory_mobile.cc
There was intent to declare variable "int* ids" as an array, but it was
initialized as a scalar. Further use of this variable could lead to
segmentation faults and invalid writes to memory.
Raphael Kubo da Costa [Wed, 31 Dec 2014 11:36:55 +0000 (13:36 +0200)]
Merge pull request #429 from KFilipek/fix_name
[Tizen] Fix failed path to xwalk-launcher in script
Krzysztof Filipek [Tue, 30 Dec 2014 17:19:45 +0000 (18:19 +0100)]
[Tizen] Fix failed path to xwalk-launcher in script
Path points to non existing file
Change-Id: I205badb370bfaa5278f082c99a7a4160efab3d67
Crosswalk Release Engineering [Tue, 30 Dec 2014 15:07:21 +0000 (15:07 +0000)]
Bump version to 0.134
Halton Huo [Tue, 30 Dec 2014 01:40:54 +0000 (09:40 +0800)]
Merge pull request #427 from piotrowskim/rm_unused_audiosystem
[Tizen] Fix wrongly passed variable to function in audiosystem
Halton Huo [Tue, 30 Dec 2014 01:40:18 +0000 (09:40 +0800)]
Merge pull request #428 from piotrowskim/rm_nits_bluetooth
[Tizen] Prevent segmentation faults in bluetooth
Maciej Piotrowski [Wed, 17 Dec 2014 11:46:57 +0000 (12:46 +0100)]
[Tizen] Prevent segmentation faults in bluetooth
Fixes are connected with cases when null pointers were not
handled properly. Some other nits fixed.
Change-Id: I4263b2643c2fbd67d8cbe9315235bbec2cb638dd
Maciej Piotrowski [Wed, 17 Dec 2014 09:37:15 +0000 (10:37 +0100)]
[Tizen] Fix wrongly passed variable to function in audiosystem
js_reply variable was prepared, but instead of it js_message was
passed to PostMessage function. Some other nits were fixed.
Change-Id: Id19978ecd38c516c8e16aea3749796fd9400748f
Crosswalk Release Engineering [Mon, 22 Dec 2014 15:06:45 +0000 (15:06 +0000)]
Bump version to 0.133
Halton Huo [Mon, 22 Dec 2014 11:01:33 +0000 (19:01 +0800)]
Merge pull request #426 from halton/gio
[SystemSetting] Fixed build issue on desktop.
Halton Huo [Mon, 22 Dec 2014 09:56:15 +0000 (17:56 +0800)]
Merge pull request #419 from eurogiciel-oss/keep_adapter_state
[bluetooth] keep BT state when calling getDefaultAdapter() API
Halton Huo [Mon, 22 Dec 2014 09:11:10 +0000 (17:11 +0800)]
Merge pull request #425 from halton/bt_type
[Bluetooth] Choose bluetooth depend on system avilable.
Halton Huo [Mon, 22 Dec 2014 08:44:57 +0000 (16:44 +0800)]
[SystemSetting] Fixed build issue on desktop.
gio-2.0 dependency is added implicitly by vconf, but vconf is available
on Tizen only. So we need add this dependency in general to fix the
desktop build issue.
BUG=None
Halton Huo [Mon, 22 Dec 2014 08:18:30 +0000 (16:18 +0800)]
[Bluetooth] Auto choose bluetooth type depend on which library availability.
Current bluetooth.gyp break desktop build because bluetooth% is hard
coded as tizen_capi.
Script identify_bluetooth_type.sh is added to return correct
bluetooth string depend on the exsit of pkgconfig(capi-network-bluetooth)
and version of pkgconfig(bluez).
BUG=None
Halton Huo [Mon, 22 Dec 2014 08:06:52 +0000 (16:06 +0800)]
Merge pull request #422 from liyingzh/Locale
[SystemInfo] Fix the language and country syntax
liyingzh [Fri, 19 Dec 2014 07:38:26 +0000 (15:38 +0800)]
[SystemInfo] Fix the language and country info syntax
The country_info and language_info is LANGUAGE_REGION.uft8 format on Tizen,
but LANGUAGE_REGION syntax is required on the spec
(https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/systeminfo.html#::SystemInfo::SystemInfoLocale),
so fix it.
BUG=XWALK-2361
Halton Huo [Mon, 22 Dec 2014 06:57:41 +0000 (14:57 +0800)]
Merge pull request #424 from paritosh-in/branch_solve_mem_leak_callhistory
[CallHistory] Fix of memory leak in callhistory/callhistory_mobile.cc
Paritosh Kumar [Mon, 22 Dec 2014 05:49:20 +0000 (11:19 +0530)]
[CallHistory] Fix of memory leak in callhistory/callhistory_mobile.cc
Halton Huo [Mon, 22 Dec 2014 06:21:12 +0000 (14:21 +0800)]
Merge pull request #423 from sstolinski/XWALK_2308
[Tizen] Fix attribute value issues for Tizen extension
Crosswalk Release Engineering [Fri, 19 Dec 2014 15:06:41 +0000 (15:06 +0000)]
Bump version to 0.132
Sebastian Stolinski [Fri, 19 Dec 2014 12:08:37 +0000 (13:08 +0100)]
[Tizen] Fix attribute value issues for Tizen extension
AttributeFilter, CompositeFilter, SimpleCoordinates and SortMode
interfaces have been refactored.
Setters, getters and additional validation have been added.
BUG=XWALK-2308
Change-Id: Ie12aba676a266eb926f987e938dbc8349ce7a943
Halton Huo [Fri, 19 Dec 2014 07:34:41 +0000 (15:34 +0800)]
Merge pull request #420 from poussa/tct-fixes
[Content] TCT fixes
Sakari Poussa [Thu, 18 Dec 2014 08:14:26 +0000 (10:14 +0200)]
[Content] TCT fixes
Improve Tizen Compliancy Test (TCT) suite pass rates:
- Implement missing updateBatch method
- Check for null and range assignments for js objects
BUG=XWALK-2801
BUG=XWALK-2802
BUG=XWALK-2808
BUG=XWALK-2811
Crosswalk Release Engineering [Wed, 17 Dec 2014 15:06:34 +0000 (15:06 +0000)]
Bump version to 0.131
Corentin Lecouvey [Thu, 11 Dec 2014 14:04:58 +0000 (15:04 +0100)]
[bluetooth] keep BT state when calling getDefaultAdapter() API
Bluetooth-frwk has been adapted to allow getting adapter properties
even if bluetooth adapter is powered off.
So modify getDefaultAdapter() API logic in order to be synchronous.
Handle bonded devices in order to fill known_devices array in javascript
once bluetooth is enabled.
relates to TC-2024
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Halton Huo [Wed, 17 Dec 2014 07:13:12 +0000 (15:13 +0800)]
Merge pull request #418 from piotrowskim/rm_unused_media_renderer
Remove unused variables in file media_renderer.cc
Halton Huo [Wed, 17 Dec 2014 02:42:55 +0000 (10:42 +0800)]
Merge pull request #417 from sstolinski/XWALK_3122
[Tizen] Fix invalid AttributeFilter.attributeName issue
Maciej Piotrowski [Mon, 15 Dec 2014 11:47:02 +0000 (12:47 +0100)]
Remove unused variables in file media_renderer.cc
Variables "objects" and "child" of type GVariant* were declared but never used.
That's why they were removed. Some other nits were fixed.
Sebastian Stolinski [Tue, 16 Dec 2014 10:55:37 +0000 (11:55 +0100)]
[Tizen] Fix invalid AttributeFilter.attributeName issue
AttributeFilter has been refactored.
Setter and getter for attributeName have been added.
BUG=XWALK-3122
Change-Id: I5507a67731371846a6f86860117f3fef29ae1ef8
Crosswalk Release Engineering [Mon, 15 Dec 2014 15:06:47 +0000 (15:06 +0000)]
Bump version to 0.130
Halton Huo [Mon, 15 Dec 2014 13:40:18 +0000 (21:40 +0800)]
Merge pull request #413 from sstolinski/XWALK_3044
[Tizen] Fix problem with creating AttributeFilter
Sebastian Stolinski [Mon, 15 Dec 2014 08:18:42 +0000 (09:18 +0100)]
[Tizen] Fix problem with creating AttributeFilter
Validation of matchFlag has been corrected.
BUG=XWALK-3044
Halton Huo [Mon, 15 Dec 2014 09:42:02 +0000 (17:42 +0800)]
Merge pull request #415 from wkosowicz/XWALK-3170
Moving extensions source code into src/ directory
Crosswalk Release Engineering [Fri, 12 Dec 2014 15:05:37 +0000 (15:05 +0000)]
Bump version to 0.129
Wojciech Kosowicz [Thu, 11 Dec 2014 10:18:43 +0000 (11:18 +0100)]
Moving extensions source code into src/ directory
All the source code related to extensions is moved into src
directory. All other sources (eg demos, examples, packaging)
are not moved.
BUG = XWALK-3170
Halton Huo [Fri, 12 Dec 2014 01:01:35 +0000 (09:01 +0800)]
Merge pull request #410 from eurogiciel-oss/refactor_bluetooth
[bluetooth] refactoring code
Crosswalk Release Engineering [Thu, 11 Dec 2014 15:06:09 +0000 (15:06 +0000)]
Bump version to 0.128
Corentin Lecouvey [Tue, 9 Dec 2014 18:27:53 +0000 (19:27 +0100)]
[bluetooth] refactoring code
* Add CAPI(), CAPI_SYNC() and CAPI_SYNC2() macros :
In order to handle Tizen CAPI in a generic way. If CAPI call returns
an error, a JSON post message is directly sent back to JS.
If CAPI call returns no error, reply id is stored in order to be
reused to finalize the JS async call.
* All reply ids are stored in reply_id_map_ associated with the
JSON message cmd.
* Add specific methods to send JSON messages to JS:
- PostAsyncReply() method is used for JS async calls.
- SendCmdToJs() method is used to independently update JS state.
For instance it allows to update Bluetooth web API state
when BlueZ is attacked externally to Tizen CAPI.
* Remove several useless variables/methods.
* Fix getDefaultAdapter() API.
Also fix XWALK-2832, XWALK-1334, TC-1940 and TC-2126
Halton Huo [Thu, 11 Dec 2014 01:51:42 +0000 (09:51 +0800)]
Merge pull request #414 from tripzero/master
[Vehicle] remove vehicle api
Kevron Rees [Wed, 10 Dec 2014 20:07:35 +0000 (12:07 -0800)]
[Vehicle] remove vehicle api
Crosswalk Release Engineering [Wed, 10 Dec 2014 15:06:09 +0000 (15:06 +0000)]
Bump version to 0.127
Halton Huo [Wed, 10 Dec 2014 00:56:31 +0000 (08:56 +0800)]
Merge pull request #411 from sstolinski/XWALK3047
[Tizen] Fix invalid AttributeRangeFilter.attributeName issue
Crosswalk Release Engineering [Tue, 9 Dec 2014 15:06:29 +0000 (15:06 +0000)]
Bump version to 0.126
Sebastian Stolinski [Tue, 9 Dec 2014 13:13:34 +0000 (14:13 +0100)]
[Tizen] Fix invalid AttributeRangeFilter.attributeName issue
AttributeRangeFilter has been refactored.
Setter and getter for attributeName have been added.
Coding style has been corrected.
BUG=XWALK-3047
Raphael Kubo da Costa [Mon, 8 Dec 2014 16:23:50 +0000 (18:23 +0200)]
Merge pull request #412 from rakuco/fix-style-issues
Fix coding style warnings.
Raphael Kubo da Costa [Mon, 8 Dec 2014 15:01:31 +0000 (17:01 +0200)]
system_info: Fix coding style warnings.
./system_info/system_info_instance.cc:90: Missing spaces around = [whitespace/operators] [4]
./system_info/system_info_instance.cc:111: Missing spaces around = [whitespace/operators] [4]
./system_info/system_info_instance.cc:120: Missing spaces around = [whitespace/operators] [4]
Raphael Kubo da Costa [Mon, 8 Dec 2014 14:58:55 +0000 (16:58 +0200)]
filesystem: Include <tuple> when using it.
./filesystem/filesystem_instance.h:85: Add #include <tuple> for tuple<> [build/include_what_you_use] [4]
Raphael Kubo da Costa [Mon, 8 Dec 2014 14:58:06 +0000 (16:58 +0200)]
audiosystem: Fix coding style warning.
./audiosystem/audiosystem_instance.cc:52: Missing spaces around = [whitespace/operators] [4]
Crosswalk Release Engineering [Fri, 5 Dec 2014 15:05:13 +0000 (15:05 +0000)]
Bump version to 0.125
Halton Huo [Fri, 5 Dec 2014 09:44:44 +0000 (17:44 +0800)]
Merge pull request #404 from nagineni/error_handling
[Tizen] Fix error handling in system setting API
Crosswalk Release Engineering [Thu, 4 Dec 2014 15:05:57 +0000 (15:05 +0000)]
Bump version to 0.124
Halton Huo [Thu, 4 Dec 2014 01:33:39 +0000 (09:33 +0800)]
Merge pull request #409 from jimmy-huang/master
[Phone] Fixed typo in handling call history events
Jimmy Huang [Tue, 2 Dec 2014 23:38:31 +0000 (15:38 -0800)]
[Phone] Fix typo in handling call history events
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>