platform/core/api/webapi-plugins.git
8 years ago[iotcon] Resource.setRequestListener()/unsetRequestListener().
Pawel Andruszkiewicz [Mon, 8 Feb 2016 12:31:13 +0000 (13:31 +0100)]
[iotcon] Resource.setRequestListener()/unsetRequestListener().

Change-Id: I216c8274221d5d089cfd19b30b9235f84f60c50c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[iotcon] Error converter.
Pawel Andruszkiewicz [Mon, 8 Feb 2016 09:20:54 +0000 (10:20 +0100)]
[iotcon] Error converter.

Change-Id: I2481ea985c5d0fe030bbb690a8985081a7ecb3a5
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[iotcon] Create/Get/Delete methods of server.
Pawel Andruszkiewicz [Fri, 5 Feb 2016 14:47:30 +0000 (15:47 +0100)]
[iotcon] Create/Get/Delete methods of server.

Change-Id: I4fc40f919a69e91823235048c3fa2d1d32d73746
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[iotcon] Module adapted to use common::TizenInstance class.
Pawel Andruszkiewicz [Fri, 5 Feb 2016 10:14:22 +0000 (11:14 +0100)]
[iotcon] Module adapted to use common::TizenInstance class.

Change-Id: I0db28a20b5f8724257e9115b52a520282e7aaf00
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Common] Simplified handling of JS<->C++ communication.
Pawel Andruszkiewicz [Fri, 5 Feb 2016 07:49:32 +0000 (08:49 +0100)]
[Common] Simplified handling of JS<->C++ communication.

Change-Id: I56abb9f1912e76c6d54e75d9bb577ed29fe45040
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[common] Fixes for hex conversions.
Pawel Andruszkiewicz [Tue, 9 Feb 2016 14:53:18 +0000 (15:53 +0100)]
[common] Fixes for hex conversions.

Change-Id: I008d147db9ce646c5da48279f55bbd2bdc73ada9
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Iotcon] get and set Timeout implementation
Lukasz Bardeli [Fri, 5 Feb 2016 07:31:28 +0000 (08:31 +0100)]
[Iotcon] get and set Timeout implementation

Change-Id: I11d76ecc958da4a5d1f948ad2af4fce6a7fb21b4
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[Iotcon] Added implementation of createResource feature
Piotr Kosko [Fri, 22 Jan 2016 13:33:46 +0000 (14:33 +0100)]
[Iotcon] Added implementation of createResource feature

[Verification] Code compiles without errors
Code below works:
// create door
  var dict = {
    uriPath : "/a/door2",
    resourceTypes : ["core.door"],
    resourceInterfaces : ["DEFAULT", "LINK"],
    isObservable : true,
    isDiscoverable : true
};
server.createResource(dict,
    function(v) {console.log("success " + JSON.stringify(v))},
    function(e) {console.log("error " + JSON.stringify(e))}
);

Change-Id: Icaac4ad8fb8cd325161bd408a3215eb4beffd782
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[BluetoothLE] BluetoothLEServiceData.data should be a hexadecimal string.
Pawel Andruszkiewicz [Thu, 4 Feb 2016 13:22:36 +0000 (14:22 +0100)]
[BluetoothLE] BluetoothLEServiceData.data should be a hexadecimal string.

Change-Id: Ibebcb8e2d9efd63cea03b030b2427e82589d1927
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160202.115602 accepted/tizen/tv/20160202.115624 accepted/tizen/wearable/20160202.115652 submit/tizen/20160202.091258
Hyunjin Park [Tue, 2 Feb 2016 08:23:37 +0000 (17:23 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years agoMerge "[MessagePort] Add support for byte stream and byte stream array messages"...
HyunJin Park [Tue, 2 Feb 2016 08:08:53 +0000 (17:08 +0900)]
Merge "[MessagePort] Add support for byte stream and byte stream array messages" into tizen_3.0

8 years agoMerge branch 'tizen_3.0' into tizen submit/tizen/20160202.072713
Hyunjin Park [Tue, 2 Feb 2016 07:15:19 +0000 (16:15 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.43
Hyunjin Park [Tue, 2 Feb 2016 06:43:03 +0000 (15:43 +0900)]
[version] 0.43

Change-Id: I10ff1244e13a564ecba61219176942e82e9f833f

8 years agoMerge "[Sensor][Tizen 3.0] interval setting fix (JIRA #937)" into tizen_3.0
HyunJin Park [Tue, 2 Feb 2016 06:24:55 +0000 (15:24 +0900)]
Merge "[Sensor][Tizen 3.0] interval setting fix (JIRA #937)" into tizen_3.0

8 years ago[KeyManager] Removed unnecessary object creation.
Tomasz Marciniak [Thu, 10 Dec 2015 09:15:29 +0000 (10:15 +0100)]
[KeyManager] Removed unnecessary object creation.

[Verification] Code compiles.

Change-Id: I4b78a3059f846f2c37a1d2e8c8f80329d0a69d4a
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years agoMerge "[Package] Removed incorrect call tizen.WebAPIException." into tizen_3.0
HyunJin Park [Tue, 2 Feb 2016 06:13:19 +0000 (15:13 +0900)]
Merge "[Package] Removed incorrect call tizen.WebAPIException." into tizen_3.0

8 years agoMerge "[HAM] change start() to enable to set options - interval and period" into...
HyunJin Park [Tue, 2 Feb 2016 06:08:22 +0000 (15:08 +0900)]
Merge "[HAM] change start() to enable to set options - interval and period" into tizen_3.0

8 years agoMerge "Sensor module changed to enable setting events' max frequency (JIRA task ...
HyunJin Park [Tue, 2 Feb 2016 05:58:44 +0000 (14:58 +0900)]
Merge "Sensor module changed to enable setting events' max frequency (JIRA task #937) Change-Id: Id07f1558445ab36b25545a7cd5f2c56345206525 Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>" into tizen_3.0

8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160201.043257 accepted/tizen/tv/20160201.043318 accepted/tizen/wearable/20160201.043345 submit/tizen/20160201.035947
Hyunjin Park [Mon, 1 Feb 2016 03:10:28 +0000 (12:10 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years agoMerge "[version] 0.42" into tizen_3.0
Hyunjin Park [Mon, 1 Feb 2016 03:01:27 +0000 (12:01 +0900)]
Merge "[version] 0.42" into tizen_3.0

8 years ago[version] 0.42
Hyunjin Park [Mon, 1 Feb 2016 03:00:58 +0000 (12:00 +0900)]
[version] 0.42

Change-Id: I21ee10b516faed23312493d307e3a7a107e8c64a

8 years ago[Common] Fixes for filesystem manual tests for TM1
Piotr Kosko [Fri, 29 Jan 2016 11:06:08 +0000 (12:06 +0100)]
[Common] Fixes for filesystem manual tests for TM1

[Verification] Filesystem passrate is 100%.

Change-Id: I5bf364743c9d5c2d1a45944e78c8e19a3f2eda90
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160129.002211 accepted/tizen/tv/20160129.002229 accepted/tizen/wearable/20160129.002249 submit/tizen/20160128.083419
Hyunjin Park [Thu, 28 Jan 2016 08:24:24 +0000 (17:24 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years agoMerge "[Common] JSON object freezed to prevent method overwrite" into tizen_3.0
HyunJin Park [Thu, 28 Jan 2016 07:22:32 +0000 (16:22 +0900)]
Merge "[Common] JSON object freezed to prevent method overwrite" into tizen_3.0

8 years agoMerge "[Iotcon] Added server_manager and utils stubs" into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:42:15 +0000 (19:42 +0900)]
Merge "[Iotcon] Added server_manager and utils stubs" into tizen_3.0

8 years agoMerge "[Iotcon] Added C++ layer stubs" into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:41:01 +0000 (19:41 +0900)]
Merge "[Iotcon] Added C++ layer stubs" into tizen_3.0

8 years agoMerge "[Iotcon] Some adjustments for widl changes" into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:40:22 +0000 (19:40 +0900)]
Merge "[Iotcon] Some adjustments for widl changes" into tizen_3.0

8 years agoMerge "[Iotcon] Stubs of JS interface (Resource)." into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:39:38 +0000 (19:39 +0900)]
Merge "[Iotcon] Stubs of JS interface (Resource)." into tizen_3.0

8 years agoMerge "[Iotcon] Stubs of JS interface (only Resource is missing)." into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:38:56 +0000 (19:38 +0900)]
Merge "[Iotcon] Stubs of JS interface (only Resource is missing)." into tizen_3.0

8 years agoMerge "[Iotcon] Stubs of JS interface (RemoteResource)." into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:38:38 +0000 (19:38 +0900)]
Merge "[Iotcon] Stubs of JS interface (RemoteResource)." into tizen_3.0

8 years agoMerge "[Iotcon] Stubs of JS interface (server)." into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:38:22 +0000 (19:38 +0900)]
Merge "[Iotcon] Stubs of JS interface (server)." into tizen_3.0

8 years agoMerge "[Iotcon] Stubs of JS interface (Iotcon and client)." into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:38:05 +0000 (19:38 +0900)]
Merge "[Iotcon] Stubs of JS interface (Iotcon and client)." into tizen_3.0

8 years agoMerge "[Iotcon] Initial commit for Iotcon module." into tizen_3.0
JeongKyun Pu [Wed, 27 Jan 2016 10:33:59 +0000 (19:33 +0900)]
Merge "[Iotcon] Initial commit for Iotcon module." into tizen_3.0

8 years ago[Common] JSON object freezed to prevent method overwrite
Piotr Kosko [Wed, 27 Jan 2016 07:02:17 +0000 (08:02 +0100)]
[Common] JSON object freezed to prevent method overwrite

[Verificatio] Code compiles without errors.
   Checked that, JSON.parse issue is fixed with such solution.

Change-Id: I2e25876c787223e0e3d51d07c8080dfbabc491f7
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160127.072937 accepted/tizen/tv/20160127.072948 accepted/tizen/wearable/20160127.072952 submit/tizen/20160127.060710
Hyunjin Park [Wed, 27 Jan 2016 05:54:40 +0000 (14:54 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.41
Hyunjin Park [Wed, 27 Jan 2016 05:43:39 +0000 (14:43 +0900)]
[version] 0.41

Change-Id: I56bd79496132d2991add3214585aa69af1d2b2a1

8 years agoMerge branch 'tizen_3.0' into tizen
Hyunjin Park [Tue, 26 Jan 2016 10:05:39 +0000 (19:05 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[utils] change 'xwalk.utils' to 'xwalk' for security issue.
Hyunjin Park [Tue, 26 Jan 2016 09:54:58 +0000 (18:54 +0900)]
[utils] change 'xwalk.utils' to 'xwalk' for security issue.

Change-Id: Ie0a7a9e55f338662fa7504e911ad364701e2cff3

8 years ago[Iotcon] Added server_manager and utils stubs
Piotr Kosko [Thu, 21 Jan 2016 07:51:52 +0000 (08:51 +0100)]
[Iotcon] Added server_manager and utils stubs

[Verification] Code compiles without errors

Change-Id: I0f606a402a0f0f6faf4b9939aab4330d133f0ef9
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[MessagePort] Add support for byte stream and byte stream array messages
Piotr Czaja [Thu, 21 Jan 2016 08:21:31 +0000 (09:21 +0100)]
[MessagePort] Add support for byte stream and byte stream array messages

Change-Id: I3c86e063116959ec1f984733d9d6df52a08a610f
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
8 years ago[Contact] Changed _contacts_person_usage.times_used type.
Tomasz Marciniak [Fri, 22 Jan 2016 06:41:20 +0000 (07:41 +0100)]
[Contact] Changed _contacts_person_usage.times_used type.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: I3f0340d01e67a734f69d26a349b34fc7b85dcab1
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen
Hyunjin Park [Thu, 21 Jan 2016 23:23:21 +0000 (08:23 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.40
Hyunjin Park [Thu, 21 Jan 2016 23:20:35 +0000 (08:20 +0900)]
[version] 0.40

Change-Id: I18aa7832b2a08e00db5028545a5d5b5652ca4289

8 years agoMerge "[Contact] - fixing a contact extension" into tizen_3.0
HyunJin Park [Thu, 21 Jan 2016 23:18:41 +0000 (08:18 +0900)]
Merge "[Contact] - fixing a contact extension" into tizen_3.0

8 years ago[Contact] - fixing a contact extension
Andrzej Popowski [Thu, 21 Jan 2016 10:33:45 +0000 (11:33 +0100)]
[Contact] - fixing a contact extension

Change-Id: I8f33e6befd9c13d0902a5b1fe7b324a7bd0706e5
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years agoMerge "[Alarm] - fixing a bug with setting reccurence of an alarm TCT results: 100...
HyunJin Park [Thu, 21 Jan 2016 09:17:25 +0000 (18:17 +0900)]
Merge "[Alarm] - fixing a bug with setting reccurence of an alarm TCT results: 100%" into tizen_3.0

8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160125.010631 accepted/tizen/tv/20160125.010650 accepted/tizen/wearable/20160125.010707 submit/tizen/20160120.111308
Hyunjin Park [Thu, 21 Jan 2016 04:54:56 +0000 (13:54 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.39
Hyunjin Park [Thu, 21 Jan 2016 04:52:57 +0000 (13:52 +0900)]
[version] 0.39

Change-Id: I87da763671f3d1f8ca0d20604330389416a2c586

8 years ago[Callhistory] apply native capi enum changed(INCOMMING->INCOMING)
bg.chun [Thu, 21 Jan 2016 04:18:53 +0000 (13:18 +0900)]
[Callhistory] apply native capi enum changed(INCOMMING->INCOMING)
[Verify] WebTCT r28 100% pass 80/80/0/0/0

Change-Id: I4b373085ac6efdf214ff59994f207a79996d765d
Signed-off-by: bg.chun <bg.chun@samsung.com>
8 years ago[Iotcon] Added C++ layer stubs
Piotr Kosko [Wed, 20 Jan 2016 10:53:46 +0000 (11:53 +0100)]
[Iotcon] Added C++ layer stubs

Change-Id: I7c5589e88a08a075077c71fdade3831a232442dd
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Iotcon] Some adjustments for widl changes
Piotr Kosko [Wed, 20 Jan 2016 08:47:28 +0000 (09:47 +0100)]
[Iotcon] Some adjustments for widl changes

Change-Id: I6ab9cdce485bbe60c2b0cffbb09a95903226aa36
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Iotcon] Stubs of JS interface (Resource).
Pawel Andruszkiewicz [Tue, 12 Jan 2016 13:24:37 +0000 (14:24 +0100)]
[Iotcon] Stubs of JS interface (Resource).

Change-Id: Ie32cc256cbd077eda411a1d0fcadfd6d926d4ce2
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Sensor][Tizen 3.0] interval setting fix (JIRA #937)
Adam Szczerbiak [Wed, 20 Jan 2016 08:56:10 +0000 (09:56 +0100)]
[Sensor][Tizen 3.0] interval setting fix (JIRA #937)

This fix disallows the user to select "0" interval in order to receive notifications
on every sensor's value change. Passing 0 as a parameter (or not providing it
at all) now causes the interval to become 100 ms, in accordance to the widl specification.

Change-Id: I83019dec7a8c534046d921153d2990e3b8ed158d
Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>
8 years ago[Iotcon] Stubs of JS interface (only Resource is missing).
Pawel Andruszkiewicz [Tue, 12 Jan 2016 12:30:01 +0000 (13:30 +0100)]
[Iotcon] Stubs of JS interface (only Resource is missing).

Change-Id: I84d8daaff6b54c4a2767ba9632318fb3591a870c
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Iotcon] Stubs of JS interface (RemoteResource).
Pawel Andruszkiewicz [Mon, 11 Jan 2016 15:56:48 +0000 (16:56 +0100)]
[Iotcon] Stubs of JS interface (RemoteResource).

Change-Id: I0de1aa18347cf224f21a891baaf1cb85d0e50756
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoSensor module changed to enable setting events' max frequency (JIRA task #937)
Adam Szczerbiak [Thu, 14 Jan 2016 14:02:03 +0000 (15:02 +0100)]
Sensor module changed to enable setting events' max frequency (JIRA task #937)
Change-Id: Id07f1558445ab36b25545a7cd5f2c56345206525
Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>
8 years ago[Alarm] - fixing a bug with setting reccurence of an alarm
Andrzej Popowski [Tue, 19 Jan 2016 11:55:25 +0000 (12:55 +0100)]
[Alarm] - fixing a bug with setting reccurence of an alarm
TCT results: 100%

Change-Id: I0ed7741c2fb5d0028eb6b282d94c3a117d67ac79
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160119.043621 accepted/tizen/tv/20160119.043637 accepted/tizen/wearable/20160119.043659 submit/tizen/20160119.035442
Hyunjin Park [Tue, 19 Jan 2016 03:04:12 +0000 (12:04 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.38
Hyunjin Park [Tue, 19 Jan 2016 03:01:07 +0000 (12:01 +0900)]
[version] 0.38

Change-Id: I410b92cd809cac78fe649d5e37763f3d69ce9dcc

8 years ago[contact] change timeUsed to usageCount
Hyunjin Park [Tue, 19 Jan 2016 02:16:09 +0000 (11:16 +0900)]
[contact] change timeUsed to usageCount

Change-Id: I3eca7b235b74a50fb0ef6c9ba31f2722718e6cda

8 years agoMerge "[Contact] - fixing problem with timeUsed attribute" into tizen_3.0
HyunJin Park [Tue, 19 Jan 2016 02:04:09 +0000 (11:04 +0900)]
Merge "[Contact] - fixing problem with timeUsed attribute" into tizen_3.0

8 years agoMerge "[Contact] Added timeUsed attribute for sort mode of find() function." into...
HyunJin Park [Tue, 19 Jan 2016 01:58:48 +0000 (10:58 +0900)]
Merge "[Contact] Added timeUsed attribute for sort mode of find() function." into tizen_3.0

8 years ago[Contact] - fixing problem with timeUsed attribute
Andrzej Popowski [Mon, 18 Jan 2016 14:27:43 +0000 (15:27 +0100)]
[Contact] - fixing problem with timeUsed attribute

Change-Id: Ia0b50368bf65fd5defd270cdff8246a9ae884124
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160119.001444 accepted/tizen/tv/20160119.001503 accepted/tizen/wearable/20160119.001520 submit/tizen/20160118.104818
Hyunjin Park [Mon, 18 Jan 2016 10:19:13 +0000 (19:19 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.37
Hyunjin Park [Mon, 18 Jan 2016 10:15:02 +0000 (19:15 +0900)]
[version] 0.37

Change-Id: I281334101221b4acee119e43556ef865de982f47

8 years agoMerge "[Mobile/Tv]remove complie warning" into tizen_3.0
HyunJin Park [Mon, 18 Jan 2016 10:03:23 +0000 (19:03 +0900)]
Merge "[Mobile/Tv]remove complie warning" into tizen_3.0

8 years ago[Mobile/Tv]remove complie warning
bg.chun [Mon, 18 Jan 2016 08:22:28 +0000 (17:22 +0900)]
[Mobile/Tv]remove complie warning

src/common/GDBus/gdbus_powerwrapper.cc
-change order of initalize list

src/systeminfo/systeminfo_properties_manager.cc
-add #ifdef Preprocessor directives

src/tool/desc_gentool.cc
-remove unused ptr

Change-Id: Id40a2df4f7e24e485fcc760a04974f6bfd893d9c
Signed-off-by: bg.chun <bg.chun@samsung.com>
8 years ago[Systeminfo] Add net proxy network type
Piotr Czaja [Mon, 11 Jan 2016 09:36:05 +0000 (10:36 +0100)]
[Systeminfo] Add net proxy network type

Change-Id: I0688750a4d94c3797e01a79503287be8f67de331
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160118.084345 accepted/tizen/tv/20160118.084443 accepted/tizen/wearable/20160118.084507 submit/tizen/20160118.053405
Hyunjin Park [Mon, 18 Jan 2016 05:21:49 +0000 (14:21 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.36
Hyunjin Park [Mon, 18 Jan 2016 05:20:50 +0000 (14:20 +0900)]
[version] 0.36

Change-Id: Ib9d21be2563eb0679c0cc04e11133e2716016336

8 years ago[mobile] enable callhistory, nbs
Hyunjin Park [Mon, 18 Jan 2016 05:11:17 +0000 (14:11 +0900)]
[mobile] enable callhistory, nbs
fix build error

Change-Id: I8c4e7f22aa67d84c8642ce0d6b0654c5edb4ad60

8 years ago[mobile] enable secure element
Hyunjin Park [Mon, 18 Jan 2016 03:21:58 +0000 (12:21 +0900)]
[mobile] enable secure element

Change-Id: I8359346502c934f146712c7b8a9efad6cf571bbb

8 years agoMerge "[MessagingMMS] Fixed detection of non-existent attachments." into tizen_3.0
HyunJin Park [Mon, 18 Jan 2016 03:15:52 +0000 (12:15 +0900)]
Merge "[MessagingMMS] Fixed detection of non-existent attachments." into tizen_3.0

8 years agoMerge "[Contact] - ContactExtension added" into tizen_3.0
HyunJin Park [Mon, 18 Jan 2016 02:49:27 +0000 (11:49 +0900)]
Merge "[Contact] - ContactExtension added" into tizen_3.0

8 years ago[MessagingMMS] Fixed detection of non-existent attachments.
Pawel Andruszkiewicz [Fri, 15 Jan 2016 10:06:50 +0000 (11:06 +0100)]
[MessagingMMS] Fixed detection of non-existent attachments.

Passing a non-existent attachment file path to msg-service may crash it.
In such case, return with error message.

Change-Id: Ic9034788bb6057456a93cd4a80af3118f67ca27b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[HAM] change start() to enable to set options - interval and period
Piotr Czaja [Wed, 13 Jan 2016 14:01:30 +0000 (15:01 +0100)]
[HAM] change start() to enable to set options - interval and period

Note:
This changes weren't tested yet.
There is no Tizen 3.0 emulator available now.

Change-Id: I23b2600dd9b67f39d03405f69f68a8aa863951f6
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160115.005617 accepted/tizen/tv/20160115.005637 accepted/tizen/wearable/20160115.005655 submit/tizen/20160114.064425
Hyunjin Park [Thu, 14 Jan 2016 06:29:10 +0000 (15:29 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.35
Hyunjin Park [Thu, 14 Jan 2016 06:27:50 +0000 (15:27 +0900)]
[version] 0.35

Change-Id: I50a1b2a86803e114d850311f3b336eb4cdae41a3

8 years agoMerge "[DataControl] Added sort mode to select() function." into tizen_3.0
HyunJin Park [Thu, 14 Jan 2016 06:26:50 +0000 (15:26 +0900)]
Merge "[DataControl] Added sort mode to select() function." into tizen_3.0

8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160114.065658 accepted/tizen/tv/20160114.065729 accepted/tizen/wearable/20160114.065801 submit/tizen/20160114.043932
Hyunjin Park [Thu, 14 Jan 2016 04:27:26 +0000 (13:27 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[version] 0.34
Hyunjin Park [Thu, 14 Jan 2016 04:25:53 +0000 (13:25 +0900)]
[version] 0.34

Change-Id: Id425a9ceaf916da96b79d854ee239363f88e05fe

8 years agoMerge "[Archive] Removed NativeBridge." into tizen_3.0
HyunJin Park [Thu, 14 Jan 2016 03:02:47 +0000 (12:02 +0900)]
Merge "[Archive] Removed NativeBridge." into tizen_3.0

8 years agoMerge "[Systeminfo] Cleaning handling Storage for TV profile in Systeminfo" into...
HyunJin Park [Thu, 14 Jan 2016 02:28:54 +0000 (11:28 +0900)]
Merge "[Systeminfo] Cleaning handling Storage for TV profile in Systeminfo" into tizen_3.0

8 years ago[Systeminfo] Cleaning handling Storage for TV profile in Systeminfo
Piotr Kosko [Thu, 7 Jan 2016 07:31:33 +0000 (08:31 +0100)]
[Systeminfo] Cleaning handling Storage for TV profile in Systeminfo

[Verification]
  Filesystem 100% passrate.
  Other modules TCT passrate didn't change.

Change-Id: I4fdabca859b34a7698ae0c4aaf675b8379aed7f0
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Messaging] msg-service uses single global database file.
Pawel Andruszkiewicz [Wed, 13 Jan 2016 13:39:40 +0000 (14:39 +0100)]
[Messaging] msg-service uses single global database file.

Added better handling for DB errors.
Added hardcoded path to msg-service database file.

Change-Id: Iacd218a33516d4c09964027e73cd6014a02bbc95
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Messaging] Corrected the read/write privileges.
Pawel Andruszkiewicz [Wed, 13 Jan 2016 12:46:12 +0000 (13:46 +0100)]
[Messaging] Corrected the read/write privileges.

Change-Id: Idf260d198a91e18f1d43282367386af7dfbf0f67
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160114.012502 accepted/tizen/tv/20160114.012524 accepted/tizen/wearable/20160114.012541 submit/tizen/20160113.110151
Hyunjin Park [Wed, 13 Jan 2016 10:47:10 +0000 (19:47 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years agoMerge "[Systeminfo] Added handling Storage for TV profile in Systeminfo" into tizen_3.0
HyunJin Park [Wed, 13 Jan 2016 10:45:52 +0000 (19:45 +0900)]
Merge "[Systeminfo] Added handling Storage for TV profile in Systeminfo" into tizen_3.0

8 years agoMerge "[Common] Added FilesystemProvider interface for different profiles" into tizen_3.0
HyunJin Park [Wed, 13 Jan 2016 10:40:16 +0000 (19:40 +0900)]
Merge "[Common] Added FilesystemProvider interface for different profiles" into tizen_3.0

8 years ago[version] 0.33
Hyunjin Park [Wed, 13 Jan 2016 10:20:01 +0000 (19:20 +0900)]
[version] 0.33

Change-Id: Ia1c76cccb750ba881f1120875a90c8fec8658d3d

8 years agoMerge "[MessagePort] Change to support array on MessagePortDataItem" into tizen_3.0
HyunJin Park [Wed, 13 Jan 2016 10:18:51 +0000 (19:18 +0900)]
Merge "[MessagePort] Change to support array on MessagePortDataItem" into tizen_3.0

8 years ago[MessagePort] Change to support array on MessagePortDataItem
Piotr Czaja [Fri, 8 Jan 2016 09:26:05 +0000 (10:26 +0100)]
[MessagePort] Change to support array on MessagePortDataItem

[Verification] Web TCT result isn't changed

Change-Id: I187c522970c751bf0c1d1677ff81d67e283d1681
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
8 years ago[Systeminfo] Added handling Storage for TV profile in Systeminfo
Piotr Kosko [Thu, 7 Jan 2016 07:31:33 +0000 (08:31 +0100)]
[Systeminfo] Added handling Storage for TV profile in Systeminfo

[Feature] Added two implementations of signal handling. Active one could be switched by define.
  1. was based on implementation from tizen_2.4_tv_product_migration branch
  2. was based on web wiki: https://wiki.tizen.org/wiki/System:Deviced#Usb_host specification

  On binary: 20160107.4, implementation based on Usb_host interface is correct and was tested and works correctly.
  Implementation 1 (based on tizen_2.4_tv_product_migration) seems to work in case of gathering storages also.

[Verification]
  On TV target 20160107.3 tct passrate:
  Archive 100%
  Content 100%
  Download 100%
  Systeminfo 100%
  Filesystem 100%.

  On TM1 device tct passrate:
  Archive 100%
  Content 100%
  Filesystem 100%
  Notification 100%
  Systeminfo 100%
  Systemsetting 96.97% (1 fail - SystemSettingManager_setProperty_errorCallback_invoked - binary issue)

Change-Id: I645119ecf949c4290f5307e74a5dcc0ee57e4d6f
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Contact] - ContactExtension added
Andrzej Popowski [Thu, 7 Jan 2016 12:51:52 +0000 (13:51 +0100)]
[Contact] - ContactExtension added

Change-Id: I3be65fce0c7dd8f5ebabf7286b52eb6bc8fef15f
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Iotcon] Stubs of JS interface (server).
Pawel Andruszkiewicz [Mon, 11 Jan 2016 10:50:34 +0000 (11:50 +0100)]
[Iotcon] Stubs of JS interface (server).

Change-Id: Iba7d867851078c3a42e99efbee27bad994d99bc7
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Iotcon] Stubs of JS interface (Iotcon and client).
Pawel Andruszkiewicz [Fri, 8 Jan 2016 15:00:27 +0000 (16:00 +0100)]
[Iotcon] Stubs of JS interface (Iotcon and client).

Change-Id: Ic9cc25cbbfd0e03e4665f4b90f2658c35029726a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Iotcon] Initial commit for Iotcon module.
Pawel Andruszkiewicz [Fri, 8 Jan 2016 14:16:52 +0000 (15:16 +0100)]
[Iotcon] Initial commit for Iotcon module.

Change-Id: I21c54fbd155e8319b8e91730e59b3ba1fe658595
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Common] Small filesystem refactoring" into tizen_3.0
HyunJin Park [Tue, 12 Jan 2016 03:13:13 +0000 (12:13 +0900)]
Merge "[Common] Small filesystem refactoring" into tizen_3.0

8 years agoMerge branch 'tizen_3.0' into tizen accepted/tizen/mobile/20160112.043024 accepted/tizen/tv/20160112.043043 accepted/tizen/wearable/20160112.043105 submit/tizen/20160112.012228
Hyunjin Park [Tue, 12 Jan 2016 00:57:07 +0000 (09:57 +0900)]
Merge branch 'tizen_3.0' into tizen

8 years ago[common] add keymanager module
Hyunjin Park [Mon, 11 Jan 2016 11:52:00 +0000 (20:52 +0900)]
[common] add keymanager module

Change-Id: Id48be9a8598d3d8532d4abf589866c76ba0e0a05