platform/core/api/webapi-plugins.git
5 years agoFix build break for icu 63.1 88/198488/1 accepted/tizen/unified/20190128.031628 submit/tizen/20190125.032258
DongHun Kwak [Fri, 25 Jan 2019 01:08:07 +0000 (10:08 +0900)]
Fix build break for icu 63.1

Added U_USING_ICU_NAMESPACE macro for adding
use namespace icu;

Change-Id: Ib80c463401b998c9c773208e638f236005347023
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
5 years agoMerge branch 'tizen_5.0' into tizen 94/197794/1 submit/tizen/20190116.121828
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 16 Jan 2019 11:15:57 +0000 (12:15 +0100)]
Merge branch 'tizen_5.0' into tizen

Change-Id: Icba20c6c0c55df7efb306719e4c4c9bcdca11f3c

5 years agoMerge "[Common][Utils] Adding functions to unify deprecation warnings." into tizen
Piotr Kosko [Wed, 16 Jan 2019 11:06:36 +0000 (11:06 +0000)]
Merge "[Common][Utils] Adding functions to unify deprecation warnings." into tizen

5 years ago[Common][Utils] Adding functions to unify deprecation warnings. 00/197600/4
Arkadiusz Pietraszek [Tue, 15 Jan 2019 11:26:38 +0000 (12:26 +0100)]
[Common][Utils] Adding functions to unify deprecation warnings.

[Verification] Code compiles successfully.

Change-Id: Id81aa801f3858ead071ef8899cb9cfc4136ad589
Signed-off-by: Arkadiusz Pietraszek <a.pietraszek@partner.samsung.com>
5 years agoMerge "[application] Change static methods to free functions." into tizen
Piotr Kosko [Wed, 16 Jan 2019 09:51:59 +0000 (09:51 +0000)]
Merge "[application] Change static methods to free functions." into tizen

5 years agoMerge branch 'tizen_4.0' into tizen_5.0 86/197786/1 submit/tizen_5.0/20190117.055245
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 16 Jan 2019 09:39:59 +0000 (10:39 +0100)]
Merge branch 'tizen_4.0' into tizen_5.0

Change-Id: Icf1b978d0b5a6dea865fe10426e51ed79fe0d7ae

5 years agoMerge branch 'tizen_3.0' into tizen_4.0 83/197783/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 16 Jan 2019 09:08:42 +0000 (10:08 +0100)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I7bdf58474ccd556f444f93dee7856566a65373b6

5 years ago[version] 2.31 81/197781/2
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 16 Jan 2019 08:46:08 +0000 (09:46 +0100)]
[version] 2.31

Change-Id: Ic8c3ade13866c7e55ee660346c3a79103f29d006

5 years ago[Archive][Exif] Added checking return value of fseek 80/197780/2
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 16 Jan 2019 08:45:10 +0000 (09:45 +0100)]
[Archive][Exif] Added checking return value of fseek

SVACE issues: 246302, 246317

Change-Id: If4f803b9db18c352912290b25df706a21cd07853
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
5 years agoMerge branch 'tizen_5.0' into tizen 03/197103/1 accepted/tizen/unified/20190111.055155 submit/tizen/20190109.233706
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 9 Jan 2019 11:48:01 +0000 (12:48 +0100)]
Merge branch 'tizen_5.0' into tizen

Change-Id: Ia5eb801400de6751e75cc14c50cd90284a64fd37

5 years agoMerge branch 'tizen_4.0' into tizen_5.0 90/197090/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 9 Jan 2019 10:54:18 +0000 (11:54 +0100)]
Merge branch 'tizen_4.0' into tizen_5.0

Change-Id: I95d2ae95dbf4f9688dcd3c4beb3fecb0aac52206

5 years agoMerge "[widgetservice][utils] Common implementation for ListenerManager." into tizen
Piotr Kosko [Wed, 9 Jan 2019 10:54:02 +0000 (10:54 +0000)]
Merge "[widgetservice][utils] Common implementation for ListenerManager." into tizen

5 years ago[Content] Code refactored not to use deprecated native API 84/196984/4
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Tue, 8 Jan 2019 10:11:38 +0000 (11:11 +0100)]
[Content] Code refactored not to use deprecated native API

[Feature]
  - use internal native API in place of removed public API (added include *internal.h)
    int image_meta_set_orientation(image_meta_h, media_content_orientation_e)
    int image_meta_update_to_db(image_meta_h)
    int media_info_set_description(media_info_h, const char*)
    int media_info_set_display_name(media_info_h, const char*)
    int media_info_set_latitude(media_info_h, double)
    int media_info_set_longitude(media_info_h, double)
    int media_info_set_rating(media_info_h, int)
  - use stat instead of media_folder_get_modified_time()
  - removed usage of not documented enum MEDIA_CONTENT_STORAGE_CLOUD

[Related ACR] http://suprem.sec.samsung.net/jira/browse/ACR-1308

[Verification] tct-content - 100%

Change-Id: I37932c59549295e4d7154888406275168c49ab47
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
5 years agoMerge branch 'tizen_3.0' into tizen_4.0 88/197088/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 9 Jan 2019 10:33:41 +0000 (11:33 +0100)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: Ifadc8944744fa1fe4e944670a51c184f1c36c228

5 years ago[version] 2.30 87/197087/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Wed, 9 Jan 2019 10:28:49 +0000 (11:28 +0100)]
[version] 2.30

Change-Id: I701491ee275a9540c9ddb821f420898629a3f5ca
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
5 years ago[Messaging] Prevent crash on getMessageServices call 28/196828/3
Pawel Wasowski [Wed, 19 Dec 2018 18:05:20 +0000 (19:05 +0100)]
[Messaging] Prevent crash on getMessageServices call

Calling tizen.messaging.getMessageServices() multiple times at
short intervals used to cause a crash, due to race condition, occurring
between different threads, modifying the same MessagingManager
instance's fields.
The fix moves execution of the underlying implementation to the main
thread - it is not called concurrently. The function execution time
is typically below 2 ms, so moving it to the main thread should
not worsen user experience.

[Verification] tct-tizen-messaging-email-tests pass rate: 100%
               tct-tizen-messaging-sms-tests pass rate: 100%
               tct-tizen-messaging-mms-tests pass rate: 100%
               A code snippet, that used to cause a crash, does not
               cause crash now:
               for (var i = 0; i < 1000; ++i) {
                   tizen.messaging.getMessageServices('messaging.email',
                                                      s=>{console.log(s);},
                                                      e=>{console.error(e);});
               }

Change-Id: I2f140281e64aeffea1ad9ca15f99ee38378693d3
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[Messaging] Prevent crash on getMessageServices call 95/196595/5
Pawel Wasowski [Wed, 19 Dec 2018 18:05:20 +0000 (19:05 +0100)]
[Messaging] Prevent crash on getMessageServices call

Calling tizen.messaging.getMessageServices() multiple times at
short intervals used to cause a crash, due to race condition, occurring
between different threads, modifying the same MessagingManager
instance's fields.
The fix moves execution of the underlying implementation to the main
thread - it is not called concurrently. The function execution time
is typically below 2 ms, so moving it to the main thread should
not worsen user experience.

[Verification] tct-tizen-messaging-email-tests pass rate: 100%
               tct-tizen-messaging-sms-tests pass rate: 100%
               tct-tizen-messaging-mms-tests pass rate: 100%
               A code snippet, that used to cause a crash, does not
               cause crash now:
               for (var i = 0; i < 1000; ++i) {
                   tizen.messaging.getMessageServices('messaging.email',
                                                      s=>{console.log(s);},
                                                      e=>{console.error(e);});
               }

Change-Id: I2f140281e64aeffea1ad9ca15f99ee38378693d3
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[application] Change static methods to free functions. 94/196894/3
Michal Michalski [Mon, 7 Jan 2019 10:24:20 +0000 (11:24 +0100)]
[application] Change static methods to free functions.

ApplicationUtils class had only static methods and no state.
All those methods could as well be standalone functions, and
this is the preferred option due to simpler code.

[Verification]
    TCT pass:
        tct-appcontrol-tizen-tests
        tct-application-tizen-tests

Change-Id: Ib1004a7bd8e01615d6802ef3152d6e5df8e0edea

5 years ago[Content] Replacing deprecated function 83/196983/1
Szymon Jastrzebski [Tue, 8 Jan 2019 09:46:38 +0000 (10:46 +0100)]
[Content] Replacing deprecated function

+ Function media_info_create_thumbnail has been deprecated since 5.0,
  media_info_generate_thumbnail is used instead.

[Verification] TCT Content 100%

Change-Id: Ic79400e6ed2f8c18aa803e1d3f9953d9c82a78c7

5 years ago[Sound] Replacing deprecated function 26/196826/1
Szymon Jastrzebski [Fri, 4 Jan 2019 14:30:25 +0000 (15:30 +0100)]
[Sound] Replacing deprecated function

[Verification] TCT Sound 100%

Change-Id: I6ad5e1142bc64a731244608a7b5629831570fef3
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[widgetservice][utils] Common implementation for ListenerManager. 12/196112/6
Michal Michalski [Fri, 21 Dec 2018 19:35:17 +0000 (20:35 +0100)]
[widgetservice][utils] Common implementation for ListenerManager.

I extracted broken ListenerManager implementation from widgetservice module
fixed it, and placed it inside utils_api.js module as CommonListenerManager.
This implementation has customizable behavior if removeListener cannot find
listener for given id, so you can throw exception, do nothing, or return
error object.

[Verification]

Test usage of this CommonListenerManager implementation is provided in this
commit using widgetservice widgetStateChangeListener which I replaced.
Manual tests were performed to verify that the implementation behaves as
expected.

Change-Id: I0e18e091b9ad8cacc685663c65f3358cc022188d

5 years agoMerge "[Bluetooth] Add new error value (AUTHORIZATION_REJECTED)" into tizen
Piotr Kosko [Wed, 2 Jan 2019 10:15:00 +0000 (10:15 +0000)]
Merge "[Bluetooth] Add new error value (AUTHORIZATION_REJECTED)" into tizen

5 years agoMerge "[Bookmark] Refactoring module" into tizen
Piotr Kosko [Fri, 28 Dec 2018 13:05:10 +0000 (13:05 +0000)]
Merge "[Bookmark] Refactoring module" into tizen

5 years agoMerge "[filesystem] Silence undocumented exception." into tizen
Piotr Kosko [Fri, 28 Dec 2018 11:47:29 +0000 (11:47 +0000)]
Merge "[filesystem] Silence undocumented exception." into tizen

5 years agoFix ApplicationControlData creation 71/196171/1
Pawel Wasowski [Fri, 21 Dec 2018 13:16:04 +0000 (14:16 +0100)]
Fix ApplicationControlData creation

Verification: 100% TCT pass rate

Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Change-Id: I3dc0a7eba685a0ec7e1e111350f9a68ae3f3296d

5 years ago[filesystem] Silence undocumented exception. 07/196107/1
Michal Michalski [Fri, 21 Dec 2018 14:07:21 +0000 (15:07 +0100)]
[filesystem] Silence undocumented exception.

Filesystem function removeStorageStateChangeListener was throwing
NotFoundError exception if watchID argument did not correspond to
a registered listener. This commit removes this exception to match
documentation.

[Verification]

Exception is no longer thrown.
One TCT test case failed after this change, i removed it and commited
the change to tct repository. Review for TCT is available here:
https://review.tizen.org/gerrit/#/c/test/tct/web/api/+/196106/

Change-Id: I8cb7d99b5dda3f66f36c406c86330fb5d089287f
Signed-off-by: Michal Michalski <m.michalski2@partner.samsung.com>
5 years ago[bluetooth] Ignoring undocumented exceptions in removeValueChangeListener. 26/195726/4
Michal Michalski [Mon, 17 Dec 2018 14:25:20 +0000 (15:25 +0100)]
[bluetooth] Ignoring undocumented exceptions in removeValueChangeListener.

Calling removeValueChangeListener was throwing undocumented errors.
This commit supresses those exceptions to match the documentation.

[Verification] Exception is not thrown (verified by modified TCT test).

Change-Id: I4df3b810d27d48da7a0194473984e59d1beb067b
Signed-off-by: Michal Michalski <m.michalski2@partner.samsung.com>
5 years ago[Bookmark] Refactoring module 95/195895/2
Szymon Jastrzebski [Wed, 19 Dec 2018 07:58:40 +0000 (08:58 +0100)]
[Bookmark] Refactoring module

[Verification] TCT 100%

Change-Id: I9f6f9ac1236c0e5ea049a1820e3de30ed332cdd6

5 years ago[Bluetooth] Add new error value (AUTHORIZATION_REJECTED) 08/195208/1
Rafal Walczyna [Tue, 11 Dec 2018 14:44:25 +0000 (15:44 +0100)]
[Bluetooth] Add new error value (AUTHORIZATION_REJECTED)

New enum error value has been added to native API.
Supporting this value will deliver better error description to developers.

[verification] 100% TCT passrate on TM1

Change-Id: I8b2c2af6d4ff91e31d93ff60fd9dfac9a13e2152
Signed-off-by: Rafal Walczyna <r.walczyna@partner.samsung.com>
5 years agoMerge "[Filesystem] Moving execution of FSManager's methods into TaskQueue" into...
Piotr Kosko [Thu, 6 Dec 2018 13:50:43 +0000 (13:50 +0000)]
Merge "[Filesystem] Moving execution of FSManager's methods into TaskQueue" into tizen_5.0

5 years agoMerge "[MessagePort] Fixed issue with removeMessagePortListener without any added...
Piotr Kosko [Thu, 6 Dec 2018 13:31:29 +0000 (13:31 +0000)]
Merge "[MessagePort] Fixed issue with removeMessagePortListener without any added earlier" into tizen_5.0

5 years ago[MessagePort] Fixed issue with removeMessagePortListener without any added earlier 47/194647/1
Lukasz Bardeli [Wed, 5 Dec 2018 09:18:08 +0000 (10:18 +0100)]
[MessagePort] Fixed issue with removeMessagePortListener without any added earlier

If any listener was added before remove then error was thrown
'Cannot read property length of undefined'

[Verification] Code compiles without error. TCT passrate 100%

Change-Id: I96000345ae483a9fa2c0b50a6be0ece427ce8e1b
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[MessagePort] Fixed issue with removeMessagePortListener without any added earlier 45/194645/1
Lukasz Bardeli [Wed, 5 Dec 2018 09:18:08 +0000 (10:18 +0100)]
[MessagePort] Fixed issue with removeMessagePortListener without any added earlier

If any listener was added before remove then error was thrown
'Cannot read property length of undefined'

[Verification] Code compiles without error. TCT passrate 100%

Change-Id: I96000345ae483a9fa2c0b50a6be0ece427ce8e1b
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[MessagePort] Fixed issue with removeMessagePortListener without any added earlier 46/194446/3
Lukasz Bardeli [Wed, 5 Dec 2018 09:18:08 +0000 (10:18 +0100)]
[MessagePort] Fixed issue with removeMessagePortListener without any added earlier

If any listener was added before remove then error was thrown
'Cannot read property length of undefined'

[Verification] Code compiles without error. TCT passrate 100%

Change-Id: I96000345ae483a9fa2c0b50a6be0ece427ce8e1b
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years agoChanging scheduling jobs to the main loop/worker 40/194440/1
Szymon Jastrzebski [Fri, 24 Aug 2018 10:15:08 +0000 (12:15 +0200)]
Changing scheduling jobs to the main loop/worker

+ Creating stand-alone threads should be only exceptional, thus the
  occurrences have been replaced by calling TaskQueue::Async.

[Verification] Callhistory, NBS, Preference, SE, SS, Widget
               TCT 100% pass rate

Change-Id: Ibf7493d04c2cd48221d4a4f9f708722e61ee1459
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Common] Adding guard to protect container of Instances* 39/194439/1
Szymon Jastrzebski [Thu, 28 Jun 2018 06:35:46 +0000 (08:35 +0200)]
[Common] Adding guard to protect container of Instances*

[Verification] TCT Application, Systeminfo, Filesystem 100%

Change-Id: Ife71f69fc031d14c6bcb1ec694cd2be102ed7f75
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Common] Implementation for parallel Worker 38/194438/1
Szymon Jastrzebski [Fri, 22 Jun 2018 11:38:55 +0000 (13:38 +0200)]
[Common] Implementation for parallel Worker

Change-Id: I93a0494cf5c943d2ead9e55957c25468764aebf8
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Common] Moving Filesystem Worker's implementation to common 37/194437/1
Szymon Jastrzebski [Fri, 22 Jun 2018 09:24:08 +0000 (11:24 +0200)]
[Common] Moving Filesystem Worker's implementation to common

Change-Id: I0119cee796112d46bbb5e7eb8ebf9fa7042fc9ff
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Filesystem] Moving execution of FSManager's methods into TaskQueue 39/194339/1
Szymon Jastrzebski [Mon, 3 Dec 2018 08:00:33 +0000 (09:00 +0100)]
[Filesystem] Moving execution of FSManager's methods into TaskQueue

Change-Id: I97c136014e57ba9d677ce6d8e7633531348bf1c6
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years agoMerge branch 'tizen_5.0' into tizen 05/193805/1 accepted/tizen/unified/20181127.073334 accepted/tizen/unified/20181128.144730 submit/tizen/20181126.112620 submit/tizen/20181128.010852
Lukasz Bardeli [Mon, 26 Nov 2018 11:19:29 +0000 (12:19 +0100)]
Merge branch 'tizen_5.0' into tizen

Change-Id: I7c84d15458fb0b79f5379924c0745dc69e963e9c

5 years ago[version] 2.35 82/193782/1 accepted/tizen/5.0/unified/20181127.073210 submit/tizen_5.0/20181126.103411
Lukasz Bardeli [Mon, 26 Nov 2018 10:18:42 +0000 (11:18 +0100)]
[version] 2.35

Change-Id: Ia943de0b76d2e6721838e7dfb8291ed8c99d2446
Signed-off-by: Lukasz Bardeli <l.bardeli@AMDC967.digital.local>
5 years agoMerge "[Archive] Fix for preventing errno overwriting" into tizen_5.0
Lukasz Bardeli [Mon, 26 Nov 2018 09:53:30 +0000 (09:53 +0000)]
Merge "[Archive] Fix for preventing errno overwriting" into tizen_5.0

5 years ago[Archive] Fix for preventing errno overwriting 79/193779/2
Lukasz Bardeli [Mon, 26 Nov 2018 09:49:53 +0000 (10:49 +0100)]
[Archive] Fix for preventing errno overwriting

Sometimes errno was overwritten and in switch return different values that was
assigned in lstat. This caused issue in throwing errors (IO instead Not Found)

[Verification] Code compiles without error. TCT passrate 100%

Change-Id: I79fc23cdd4c9113cab56d42cee6b5df82ed632a1
Signed-off-by: Lukasz Bardeli <l.bardeli@AMDC967.digital.local>
5 years ago[Filesystem] Fixing return behaviour for FileHandle object 77/193777/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Mon, 26 Nov 2018 08:08:12 +0000 (09:08 +0100)]
[Filesystem] Fixing return behaviour for FileHandle object

[Bug] When returning the asynchronous error while doing an operation on
  FileHandle, the processing was not interrupted. Missing return statement
  in those cases was added.

[Verification] Code compiles without errors.
  TCT passrate for Filesystem - 100%

Change-Id: Ie8ba77922fa74c0263c40e55a157c2979b893cff
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
5 years agoMerge "[Mediacontroller] Removed usage of removed native API" into tizen
Piotr Kosko [Fri, 23 Nov 2018 13:11:06 +0000 (13:11 +0000)]
Merge "[Mediacontroller] Removed usage of removed native API" into tizen

5 years agoMerge "Changing scheduling jobs to the main loop/worker" into tizen
Piotr Kosko [Fri, 23 Nov 2018 13:10:24 +0000 (13:10 +0000)]
Merge "Changing scheduling jobs to the main loop/worker" into tizen

5 years agoMerge "[Common] Adding guard to protect container of Instances*" into tizen
Piotr Kosko [Fri, 23 Nov 2018 13:04:37 +0000 (13:04 +0000)]
Merge "[Common] Adding guard to protect container of Instances*" into tizen

5 years agoMerge "[Common] Implementation for parallel Worker" into tizen
Piotr Kosko [Fri, 23 Nov 2018 13:02:40 +0000 (13:02 +0000)]
Merge "[Common] Implementation for parallel Worker" into tizen

5 years ago[Mediacontroller] Removed usage of removed native API 86/193686/2
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Fri, 23 Nov 2018 07:54:51 +0000 (08:54 +0100)]
[Mediacontroller] Removed usage of removed native API

[Feature] As the native support for old enum values was removed,
  there is no need for using multimap in webapi code. It was changed
  regular map instead.

[Native ACR] According to removal of native API
  http://suprem.sec.samsung.net/jira/browse/ACR-1314 we need to
  remove native code which creates buildbreak.

[Verification] Code compiles without errors.
  TCT 100% passrate.

Change-Id: I5f23941f12b279b83079eb3d482d651c567fc847

5 years agoMerge "[PPM] Removing unnecessary static casts" into tizen_5.0
Piotr Kosko [Thu, 22 Nov 2018 13:31:19 +0000 (13:31 +0000)]
Merge "[PPM] Removing unnecessary static casts" into tizen_5.0

5 years ago[Application] Make launch() and launchAppControl() asynchronous 76/192676/3
Pawel Wasowski [Mon, 15 Oct 2018 14:50:07 +0000 (16:50 +0200)]
[Application] Make launch() and launchAppControl() asynchronous

launch() and launchAppControl() were implemented synchronously, due to
native APIs limitations. Both functions were refactored to use new
native function, enabling sending application controls asynchronously.

[Verification] TCT pass rate: 100%

Change-Id: I6cb809d4b5713ca4a80a1f48649fb680358fa7d4
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
Signed-off-by: Rafal Walczyna <r.walczyna@partner.samsung.com>
5 years ago[PPM] Removing unnecessary static casts 41/193541/2
Szymon Jastrzebski [Wed, 21 Nov 2018 16:12:23 +0000 (17:12 +0100)]
[PPM] Removing unnecessary static casts

+ SDL-42
+ Useless variables removed
+ Fixed memory leak

[Verification] TCT PPM 100%

Change-Id: Iccc3d6875bae6c2883f44977c22db812d73e5d01
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Application] Refactor app_control_h construction. Fix minor bugs. 58/192558/3
Pawel Wasowski [Mon, 5 Nov 2018 09:27:50 +0000 (10:27 +0100)]
[Application] Refactor app_control_h construction. Fix minor bugs.

ApplicationUtils::ApplicationControlToService() function did not set
launch_mode in an app_control_h object. As a result, methods using the
function had to set launch_mode. Now the function sets the launch mode.

Apart from that change, this commit introduces minor fixes:
* error codes returned by native functions in
ApplicationUtils::ApplicationControlToService() and
ApplicationUtils::ApplicationControlDataToServiceExtraData()
are now tested
* log messages in modified functions are more informative
* ApplicationManager::LaunchAppControl() no longer sets launch_mode of
an app_control_h object

[Verification] TCT pass rate: 100%

Change-Id: Ibc4c2625ce795c872560d13454895671777c6f2b
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years agoMerge "[Common] Moving Filesystem Worker's implementation to common" into tizen
Piotr Kosko [Tue, 20 Nov 2018 11:26:29 +0000 (11:26 +0000)]
Merge "[Common] Moving Filesystem Worker's implementation to common" into tizen

5 years agoMerge "[WidgetService] Unify way of checking watchId in webapi plugins." into tizen_5.0
Piotr Kosko [Tue, 20 Nov 2018 10:00:47 +0000 (10:00 +0000)]
Merge "[WidgetService] Unify way of checking watchId in webapi plugins." into tizen_5.0

5 years ago[WidgetService] Unify way of checking watchId in webapi plugins. 12/192712/2
Lukasz Bardeli [Tue, 20 Nov 2018 09:25:54 +0000 (10:25 +0100)]
[WidgetService] Unify way of checking watchId in webapi plugins.

Unify the way of how passed argument is checked in removeListener methods to be
consistent with other modules in webapi plugins.

[Verification] Code compiles without error.
               I/StarFish(22486): console.log: [tct-widgetservice-tizen-test] - 85 passed, 0 failed, 0 timed out, 0 not run.

Change-Id: I904e4f8ef8b536b2a5c0fc22c3aee2b897c7b90b
Signed-off-by: Lukasz Bardeli <l.bardeli@AMDC967.digital.local>
5 years agoMerge branch 'tizen_5.0' into tizen 19/193419/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Tue, 20 Nov 2018 08:50:09 +0000 (09:50 +0100)]
Merge branch 'tizen_5.0' into tizen

Change-Id: I8baf7ed0da8fbe05922fb6e9423b3ff8132018ad

5 years agoMerge "Merge branch 'tizen_4.0' into tizen_5.0" into tizen_5.0
Piotr Kosko [Tue, 20 Nov 2018 08:46:26 +0000 (08:46 +0000)]
Merge "Merge branch 'tizen_4.0' into tizen_5.0" into tizen_5.0

5 years agoMerge "[Application] Fix ApplicationControl object construction and logs" into tizen_5.0
Piotr Kosko [Tue, 20 Nov 2018 08:42:20 +0000 (08:42 +0000)]
Merge "[Application] Fix ApplicationControl object construction and logs" into tizen_5.0

5 years agoMerge branch 'tizen_4.0' into tizen_5.0 14/193414/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Tue, 20 Nov 2018 08:36:20 +0000 (09:36 +0100)]
Merge branch 'tizen_4.0' into tizen_5.0

Change-Id: I1006e7daf1ab5f3375dbb9c39c945cc6ea69365b

5 years agoMerge branch 'tizen_3.0' into tizen_4.0 07/193407/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Tue, 20 Nov 2018 08:06:54 +0000 (09:06 +0100)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I3142680c3588c1287d4dc23af6aee9832ebe6cd0

5 years ago[version] 2.29 44/193344/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Mon, 19 Nov 2018 13:56:05 +0000 (14:56 +0100)]
[version] 2.29

Change-Id: I27c09aef9adc3ba125477521e95a85633b0e702d

5 years ago[Common] Added missing return statement 43/193343/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Mon, 19 Nov 2018 13:46:34 +0000 (14:46 +0100)]
[Common] Added missing return statement

[Bug] When parsing invalid message, exception is catched, but the control
  is not finished. Going to following lines, other exception would be raised.
  We need to finish execution for invalid message.

[Verification] Code compiles without errors.

Change-Id: I65784e775b9a765332c4a1f0a19b8184e896872c
Signed-off-by: Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
5 years ago[Application] Fix ApplicationControl object construction and logs 31/192431/3
Pawel Wasowski [Fri, 2 Nov 2018 14:39:33 +0000 (15:39 +0100)]
[Application] Fix ApplicationControl object construction and logs

This commit fixes 2 issues of
ApplicationUtils::ServiceToApplicationControl function:
1. launchMode field of JS ApplicationControl object was not filled.
Now, this field is filled properly.
2. valid, empty values, obtained from app_control_h object were logged
as erroneous. Now they are logged as empty.

[Verification] TCT pass rate: 100%

Change-Id: I6589d73ccebc35fbede0c9fac6b663b376970174
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[version] 2.33 97/192997/1 accepted/tizen/unified/20181114.074445 submit/tizen/20181113.114313
Lukasz Bardeli [Tue, 13 Nov 2018 11:15:06 +0000 (12:15 +0100)]
[version] 2.33

Change-Id: Ia46d684e134f26a08b83dd6cfef19b91fe6ea7e1
Signed-off-by: Lukasz Bardeli <l.bardeli@AMDC967.digital.local>
5 years ago[Common] Fixing building dependency issues part 1 96/192996/1
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Fri, 9 Nov 2018 11:44:55 +0000 (12:44 +0100)]
[Common] Fixing building dependency issues part 1

    Fixed some modules dependencies issues.
    Fixed gyp files for using only dependencies verified by designed tool.

    [Verification] Code builds successfully.

Change-Id: I8f419781c1269d53dc77e15322d74a1db45bb266

5 years ago[version] 2.33 90/192990/1 accepted/tizen/5.0/unified/20181114.074511 submit/tizen_5.0/20181113.111903
Lukasz Bardeli [Tue, 13 Nov 2018 11:15:06 +0000 (12:15 +0100)]
[version] 2.33

Change-Id: Ia46d684e134f26a08b83dd6cfef19b91fe6ea7e1
Signed-off-by: Lukasz Bardeli <l.bardeli@AMDC967.digital.local>
5 years ago[Common] Fixing building dependency issues part 1 12/192812/2
Piotr Kosko/Native/Web API (SWP) /SRPOL/Professional/삼성전자 [Fri, 9 Nov 2018 11:44:55 +0000 (12:44 +0100)]
[Common] Fixing building dependency issues part 1

    Fixed some modules dependencies issues.
    Fixed gyp files for using only dependencies verified by designed tool.

    [Verification] Code builds successfully.

Change-Id: I8f419781c1269d53dc77e15322d74a1db45bb266

5 years ago[version] 2.32 82/192182/1 accepted/tizen/5.0/unified/20181106.070314 accepted/tizen/unified/20181105.062409 submit/tizen/20181102.061403 submit/tizen_5.0/20181102.061247 submit/tizen_5.0/20181105.095716
Piotr Kosko [Wed, 31 Oct 2018 08:27:09 +0000 (09:27 +0100)]
[version] 2.32

Change-Id: I015ff1cd7283f17b66f63f1a001952aad58fa596
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years agoMerge "[MediaController] Replaced deprecated functions." into tizen
Piotr Kosko [Wed, 31 Oct 2018 08:14:31 +0000 (08:14 +0000)]
Merge "[MediaController] Replaced deprecated functions." into tizen

5 years agoFix for functions throwing exceptions unspecified by documentation. 08/192008/3
Michal Michalski [Fri, 26 Oct 2018 12:51:01 +0000 (14:51 +0200)]
Fix for functions throwing exceptions unspecified by documentation.

Functions for removing listeners threw exceptions if listener id
was not registered. This behavior was not specified in docs.
This commit disables those exception and silently returns from
functions if listener for given id is not found.

[Verification] TCT tests which call changed api functions passed.

Change-Id: I8fe1a07ade9a35bfbfa95c1a628eeff95a420e0f
Signed-off-by: Michal Michalski <m.michalski2@partner.samsung.com>
5 years ago[MediaController] Replaced deprecated functions. 58/191858/1
Michal Michalski [Wed, 24 Oct 2018 11:54:58 +0000 (13:54 +0200)]
[MediaController] Replaced deprecated functions.

+ mc_client_send_custom_command --> mc_client_send_custom_cmd

[Verification] tct-mediacontroller-tizen-tests all passed.

Change-Id: Ib39b5aa971fcdb1c8984f432945863af08ddbe80
Signed-off-by: Michal Michalski <m.michalski2@partner.samsung.com>
5 years agoMerge branch 'tizen_4.0' into tizen 39/191739/1 submit/tizen/20181023.123309
Piotr Kosko [Tue, 23 Oct 2018 06:13:10 +0000 (08:13 +0200)]
Merge branch 'tizen_4.0' into tizen

Change-Id: I140b2b7f5d060e2f21c3c99b010aa5c8ef895e50

5 years agoMerge "[Systeminfo] Internal implementation changed to use only public native API...
Piotr Kosko [Tue, 23 Oct 2018 06:11:37 +0000 (06:11 +0000)]
Merge "[Systeminfo] Internal implementation changed to use only public native API" into tizen

5 years agoMerge branch 'tizen_3.0' into tizen_4.0 36/191736/1 accepted/tizen/4.0/unified/20181024.131858 submit/tizen_4.0/20181023.123130
Piotr Kosko [Tue, 23 Oct 2018 05:30:19 +0000 (07:30 +0200)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I1095cde2fdf145ec952fb0ce220837705982086f

5 years ago[Common] Fix typo in logger format string 10/191710/1
Pawel Wasowski [Mon, 22 Oct 2018 14:07:08 +0000 (16:07 +0200)]
[Common] Fix typo in logger format string

The project failed to build, if "enable_common_debug_logs%" flag in
src/common/common.gyp was set to "1". It was due to LoggerD's format
string, incompatible with the actual type of the logged variable.

[Verification] the project builds without error, if
               "enable_common_debug_logs%" is set to "1"

Change-Id: Ic7b7d51341f327ce96003312a93e9cfbb09db5b8
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[version] 2.28 33/191733/1 accepted/tizen_3.0_common accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen/3.0/common/20181024.102404 accepted/tizen/3.0/mobile/20181024.093356 accepted/tizen/3.0/tv/20181024.093327 accepted/tizen/3.0/wearable/20181024.093336 submit/tizen_3.0/20181023.123110
Piotr Kosko [Mon, 22 Oct 2018 12:16:20 +0000 (14:16 +0200)]
[version] 2.28

Change-Id: Icfae075f33085630150a69087c7dc8ccd78c9697

5 years agoMerge "[Mediacontroller] Refactoring and replacing deprecated functions" into tizen
Piotr Kosko [Mon, 22 Oct 2018 12:04:20 +0000 (12:04 +0000)]
Merge "[Mediacontroller] Refactoring and replacing deprecated functions" into tizen

5 years ago[Messaging] Refactor MessageConversation related code 44/191644/1
Pawel Wasowski [Fri, 19 Oct 2018 10:03:02 +0000 (12:03 +0200)]
[Messaging] Refactor MessageConversation related code

Refactoring was requested to get rid of duplicated and unnecessary
code.

[Verification] TCT pass rate: 100%

Change-Id: Iee2eacf50ca89ea60e89b283d3aac24111cfd5e5
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[Messaging] Refactor MessageConversation related code 46/191646/1
Pawel Wasowski [Fri, 19 Oct 2018 10:03:02 +0000 (12:03 +0200)]
[Messaging] Refactor MessageConversation related code

Refactoring was requested to get rid of duplicated and unnecessary
code.

[Verification] TCT pass rate: 100%

Change-Id: Iee2eacf50ca89ea60e89b283d3aac24111cfd5e5
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[Messaging] Refactor MessageConversation related code 39/191639/1
Pawel Wasowski [Fri, 19 Oct 2018 10:03:02 +0000 (12:03 +0200)]
[Messaging] Refactor MessageConversation related code

Refactoring was requested to get rid of duplicated and unnecessary
code.

[Verification] TCT pass rate: 100%

Change-Id: Iee2eacf50ca89ea60e89b283d3aac24111cfd5e5
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years agoMerge "[NBS] Adding and removing routes with new native methods." into tizen
Piotr Kosko [Tue, 16 Oct 2018 08:56:25 +0000 (08:56 +0000)]
Merge "[NBS] Adding and removing routes with new native methods." into tizen

5 years ago[NBS] Adding and removing routes with new native methods. 13/190813/8
Arkadiusz Pietraszek [Fri, 5 Oct 2018 10:52:18 +0000 (12:52 +0200)]
[NBS] Adding and removing routes with new native methods.

Old implementation used deprecated native methods - changed
to replacement methods.

[Verification] TCT pass rate: 100%

Change-Id: I62f264b547666bc807e8451aec1d216264726750

5 years agoMerge "[Messaging] Fix sorting and filtering issues in findConversations" into tizen
Piotr Kosko [Mon, 15 Oct 2018 11:36:47 +0000 (11:36 +0000)]
Merge "[Messaging] Fix sorting and filtering issues in findConversations" into tizen

5 years ago[Systeminfo] Internal implementation changed to use only public native API 28/191128/3
Piotr Kosko [Thu, 11 Oct 2018 12:39:17 +0000 (14:39 +0200)]
[Systeminfo] Internal implementation changed to use only public native API

[Feature] The internal implementaiton was using non-public API of device.h
  library, which makes the hazard of not being supported in future versions.
  To avoid the risk of that, the implementation was improved to use only
  public API. Changed implementation has a guarantee that the API change
  is maintained properly and will not disappear (could be removed only following
  the deprecation and removal procedure).

[Verification] Methods getAvailableMemory() and getTotalMemory() were checked
  with Chrome console.
  TCT passrate of systeminfo module was not changed.

Change-Id: If6f651979f3b3010834f91ff6699b53c770ee760
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years ago[Messaging] Fix sorting and filtering issues in findConversations 87/191287/1
Pawel Wasowski [Fri, 24 Aug 2018 16:12:09 +0000 (18:12 +0200)]
[Messaging] Fix sorting and filtering issues in findConversations

The commit fixes the following problems of email service's findConversations:
- conversations sorted with regard to timestamp, subject, to, from attributes
  were ordered incorrectly
- an attempt to sort results with regard to unreadMessages, isRead, cc,
  bcc, lastMessageId attributes resulted in throwing a JS exception
- unreadMessages attribute value depended on the offset argument value
- filtering by unreadMessages, did not work

The commit changes also the method of creation of MessageConversation
from database records. It may be quicker than the previous one,
that unnecessarily retrieved numerous messages from the database several times.

[Verification] TCT Pass rate: 100%
               Several filters and sort modes were tested manually,
               with Chrome DevTools.

Change-Id: I6196e316ff2b1477c909d528859ef980237454b6
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[Messaging] Fix sorting and filtering issues in findConversations 96/191196/1
Pawel Wasowski [Fri, 24 Aug 2018 16:12:09 +0000 (18:12 +0200)]
[Messaging] Fix sorting and filtering issues in findConversations

The commit fixes the following problems of email service's findConversations:
- conversations sorted with regard to timestamp, subject, to, from attributes
  were ordered incorrectly
- an attempt to sort results with regard to unreadMessages, isRead, cc,
  bcc, lastMessageId attributes resulted in throwing a JS exception
- unreadMessages attribute value depended on the offset argument value
- filtering by unreadMessages, did not work

The commit changes also the method of creation of MessageConversation
from database records. It may be quicker than the previous one,
that unnecessarily retrieved numerous messages from the database several times.

[Verification] TCT Pass rate: 100%
               Several filters and sort modes were tested manually,
               with Chrome DevTools.

Change-Id: I6196e316ff2b1477c909d528859ef980237454b6
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[Messaging] Fix sorting and filtering issues in findConversations 35/189135/4
Pawel Wasowski [Fri, 24 Aug 2018 16:12:09 +0000 (18:12 +0200)]
[Messaging] Fix sorting and filtering issues in findConversations

The commit fixes the following problems of email service's findConversations:
- conversations sorted with regard to timestamp, subject, to, from attributes
  were ordered incorrectly
- an attempt to sort results with regard to unreadMessages, isRead, cc,
  bcc, lastMessageId attributes resulted in throwing a JS exception
- unreadMessages attribute value depended on the offset argument value
- filtering by unreadMessages, did not work

The commit changes also the method of creation of MessageConversation
from database records. It may be quicker than the previous one,
that unnecessarily retrieved numerous messages from the database several times.

[Verification] TCT Pass rate: 100%
               Several filters and sort modes were tested manually,
               with Chrome DevTools.

Change-Id: I6196e316ff2b1477c909d528859ef980237454b6
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years agoMerge branch 'tizen_4.0' into tizen 06/190506/2 accepted/tizen/5.0/unified/20181102.014052 accepted/tizen/unified/20181011.095109 submit/tizen/20181010.065230 submit/tizen_5.0/20181101.000002
Piotr Kosko [Wed, 3 Oct 2018 05:06:34 +0000 (07:06 +0200)]
Merge branch 'tizen_4.0' into tizen

Commit fixes SVACE issues - 246302, 246317

[Verification] Code compiles successfully, TCT for archive and exif 100%

Change-Id: Ia1ffd75f5460d952c50988f08ef38a6b2acb6e26

5 years agoMerge branch 'tizen_3.0' into tizen_4.0 95/190495/1
Piotr Kosko [Tue, 2 Oct 2018 12:11:27 +0000 (14:11 +0200)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: Iaff2d9c208f5291dfac1eacb23070b8c4f3f10f2

5 years ago[version] 2.27 93/190493/1
Piotr Kosko [Tue, 2 Oct 2018 12:08:07 +0000 (14:08 +0200)]
[version] 2.27

Change-Id: I7aa0f9e1384347db1d0b045ef46542fcd5e8c7a2
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years ago[Archive][Exif] Added missing error checking 92/190492/1
Piotr Kosko [Tue, 2 Oct 2018 11:25:19 +0000 (13:25 +0200)]
[Archive][Exif] Added missing error checking

[Verification] Code compiles without errors.

Change-Id: I588a1d08f4dea4a19038653b2889a1daa5b45673
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years agoMerge "[PPM] Add checkPermissions and requestPermissions implementation" into tizen
Piotr Kosko [Tue, 2 Oct 2018 10:11:10 +0000 (10:11 +0000)]
Merge "[PPM] Add checkPermissions and requestPermissions implementation" into tizen

5 years ago[PPM] Add checkPermissions and requestPermissions implementation 69/179469/4
Lukasz Bardeli [Tue, 2 Oct 2018 10:06:01 +0000 (12:06 +0200)]
[PPM] Add checkPermissions and requestPermissions implementation

Added two new methods to ProvacyPrivilegeManager

[Verification] Code compiles without error. Tested in console

var p = ["http://tizen.org/privilege/filesystem.read", "http://tizen.org/privilege/alarm"];

var a = tizen.ppm.checkPermissions(p);

for(v in a){
  alert(a[v].privilege+" - "+ a[v].type);
}

function permissionSuccess(result)
{
  for(v in result){
    alert(result[v].privilege+" - "+ result[v].result);
  }
}

var p = ["http://tizen.org/privilege/contact.read", "http://tizen.org/privilege/contact.write"];

tizen.ppm.requestPermissions(p, permissionSuccess);

Change-Id: I21e00110d99b832e56035ed375d6b5af75a890c2
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years agoChanging scheduling jobs to the main loop/worker 92/187592/4
Szymon Jastrzebski [Fri, 24 Aug 2018 10:15:08 +0000 (12:15 +0200)]
Changing scheduling jobs to the main loop/worker

+ Creating stand-alone threads should be only exceptional, thus the
  occurrences have been replaced by calling TaskQueue::Async.

[Verification] Callhistory, NBS, Preference, SE, SS, Widget
               TCT 100% pass rate

Change-Id: Ibf7493d04c2cd48221d4a4f9f708722e61ee1459
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Common] Adding guard to protect container of Instances* 09/182809/11
Szymon Jastrzebski [Thu, 28 Jun 2018 06:35:46 +0000 (08:35 +0200)]
[Common] Adding guard to protect container of Instances*

[Verification] TCT Application, Systeminfo, Filesystem 100%

Change-Id: Ife71f69fc031d14c6bcb1ec694cd2be102ed7f75
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Common] Implementation for parallel Worker 94/182394/11
Szymon Jastrzebski [Fri, 22 Jun 2018 11:38:55 +0000 (13:38 +0200)]
[Common] Implementation for parallel Worker

Change-Id: I93a0494cf5c943d2ead9e55957c25468764aebf8
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Common] Moving Filesystem Worker's implementation to common 93/182393/6
Szymon Jastrzebski [Fri, 22 Jun 2018 09:24:08 +0000 (11:24 +0200)]
[Common] Moving Filesystem Worker's implementation to common

Change-Id: I0119cee796112d46bbb5e7eb8ebf9fa7042fc9ff
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Mediacontroller] Refactoring and replacing deprecated functions 38/184738/5
Szymon Jastrzebski [Fri, 20 Jul 2018 13:00:37 +0000 (15:00 +0200)]
[Mediacontroller] Refactoring and replacing deprecated functions

+ The Native API changed many function signatures by adding 'd' at the end
  of verb. The new functions were applied.
+ New mc_playback_states_e enums were added.
+ Returned std::multimap is no longer copied using the
  Types::GetPlatformEnumMap method.
+ 2 metadata deprecated functions were replaced.
+ Instead of sending playback state, playback action is sent to change
  server's playback state on Native level (Web interface was not affected).

[Verification] MC TCT M&A 100%

Change-Id: I5866f7cf2b217480c116fbf91e683abd53a81d03
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years agoMerge branch 'tizen_4.0' into tizen 63/189763/1 accepted/tizen/unified/20180920.155209 submit/tizen/20180920.074708
Piotr Kosko [Thu, 20 Sep 2018 07:39:09 +0000 (09:39 +0200)]
Merge branch 'tizen_4.0' into tizen

Change-Id: I4755648537254a7489f1812f8881d7aa19e7764f