platform/core/api/webapi-plugins.git
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 "[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 "[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 "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 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 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

5 years agoMerge branch 'tizen_3.0' into tizen_4.0 62/189762/1
Piotr Kosko [Thu, 20 Sep 2018 07:20:56 +0000 (09:20 +0200)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I8dd955cb6c74b1323acfb5c8839733517c70e053

5 years ago[version] 2.26 60/189760/2
Piotr Kosko [Thu, 20 Sep 2018 07:01:37 +0000 (09:01 +0200)]
[version] 2.26

Change-Id: Ibb8feb4665aee4761dc2592147bdd41743bed13d
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years ago[Bluetooth] Fixing the memory releasing issue 59/189759/2
Piotr Kosko [Thu, 20 Sep 2018 06:40:06 +0000 (08:40 +0200)]
[Bluetooth] Fixing the memory releasing issue

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

Change-Id: I4a7b516635b7d2a3bfc96359fa4d51543b0eb4e0
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years ago[Common] Updating picojson library 72/188872/1
Szymon Jastrzebski [Fri, 31 Aug 2018 11:16:25 +0000 (13:16 +0200)]
[Common] Updating picojson library

+ All the changes made to previous version of picojson were applied to
  the latest version.
+ Removed the PICOJSON_USE_LOCALE macro, because the localization is
  already handled and the solution was verified.

Change-Id: Icd4b6c29e8309d5573943f7ed7d174fe3f5a70dc
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years agoMerge "[FMRadio] Adding missing dependency to capi-media-sound-manager" into tizen accepted/tizen/unified/20180907.211658 submit/tizen/20180907.104919
Piotr Kosko [Fri, 7 Sep 2018 10:44:59 +0000 (10:44 +0000)]
Merge "[FMRadio] Adding missing dependency to capi-media-sound-manager" into tizen

5 years ago[FMRadio] Adding missing dependency to capi-media-sound-manager 97/188697/1
Piotr Kosko [Fri, 7 Sep 2018 10:34:13 +0000 (12:34 +0200)]
[FMRadio] Adding missing dependency to capi-media-sound-manager

[Bug] Lack of dependency causes crash in RadioManager's object constructor

[Verification] Code compiles without errors.
  TCT passrate of radio module - 100%.

Change-Id: I744016e16127b34a4f93d1ab1437765db3b484e6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years agoMerge "[Sound] Changed methods for accessing state" into tizen
Piotr Kosko [Tue, 4 Sep 2018 10:33:59 +0000 (10:33 +0000)]
Merge "[Sound] Changed methods for accessing state" into tizen

5 years ago[Sound] Changed methods for accessing state 90/188090/3
Mateusz Plesinski [Fri, 31 Aug 2018 06:49:41 +0000 (08:49 +0200)]
[Sound] Changed methods for accessing state

[Feature] Replaced deprecated functions with their equivalents added since tizen 5.0.

Replaced functions :
+ sound_manager_add_device_state_changed_cb with sound_manager_add_device_running_changed_cb
+ sound_manager_remove_device_state_changed_cb with sound_manager_remove_device_running_changed_cb
+ sound_manager_get_device_state with sound_manager_is_device_running

Added mapping for native type SOUND_DEVICE_BLUETOOTH_VOICE, so it is now correctly returned.

[Verification] tct-sound-tizen-tests (both Auto and Manual) pass with 100% on mobile

Change-Id: I0299a26685fb7fdc5e02fa00c87af86726b6ca27
Signed-off-by: Mateusz Plesinski <m.plesinski@samsung.com>
5 years agoMerge "[Spec] Reordering macro alphabetically" into tizen
Piotr Kosko [Fri, 31 Aug 2018 10:26:35 +0000 (10:26 +0000)]
Merge "[Spec] Reordering macro alphabetically" into tizen

5 years agoMerge "[Spec] fix for generating emulator extension plugins" into tizen
Piotr Kosko [Wed, 29 Aug 2018 09:18:58 +0000 (09:18 +0000)]
Merge "[Spec] fix for generating emulator extension plugins" into tizen

5 years ago[Spec] Reordering macro alphabetically 83/187883/1
Lukasz Bardeli [Wed, 29 Aug 2018 06:56:16 +0000 (08:56 +0200)]
[Spec] Reordering macro alphabetically

[verification] plugins generate properlly

Change-Id: I08b8aca29c770699ac70563a13dfd47c8deb58e2
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[Spec] fix for generating emulator extension plugins 02/187802/1
Lukasz Bardeli [Tue, 28 Aug 2018 11:34:08 +0000 (13:34 +0200)]
[Spec] fix for generating emulator extension plugins

Fix preventing error while generate emulator extension. Packages was not
downloaded for modules which are enable on emulator and disable on devices.

[Verification] Plugins generate properly

Change-Id: I1eae9fd0d42d2d645792fb9b3ffe779f7cae1a1f
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[Filesystem] Fix for reading binary data 74/187674/1
Szymon Jastrzebski [Mon, 27 Aug 2018 07:24:18 +0000 (09:24 +0200)]
[Filesystem] Fix for reading binary data

+ The variable 'size' wasn't initialized.

[Verification] TCT TV&Mobile 100%

Change-Id: I803ac19cc964e1bd3d54f5fb403b348ec2779734
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Alarm] Fix printing deprecation warnings on TV profile 65/187665/1
Pawel Kaczmarczyk [Mon, 27 Aug 2018 08:03:57 +0000 (10:03 +0200)]
[Alarm] Fix printing deprecation warnings on TV profile

AlarmAbsolute(date, period) constructor is not marked
as deprecated on TV profile.

[Verification]
Tested in chrome console

Change-Id: I1b3de7ad9d38c4bf4f8e55f8e8309e86b106e2f1
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years agoMerge "[Common] Fixing printf format modifiers" into tizen
Piotr Kosko [Fri, 24 Aug 2018 06:49:45 +0000 (06:49 +0000)]
Merge "[Common] Fixing printf format modifiers" into tizen

5 years agoMerge "[Common] Added checking types of arguments passed to the logging macros" into...
Piotr Kosko [Fri, 24 Aug 2018 06:49:38 +0000 (06:49 +0000)]
Merge "[Common] Added checking types of arguments passed to the logging macros" into tizen

5 years ago[Common] Fixing printf format modifiers 82/187182/2
Szymon Jastrzebski [Mon, 20 Aug 2018 09:29:33 +0000 (11:29 +0200)]
[Common] Fixing printf format modifiers

+ The following commit fixes error build for aarch.
+ C++ source code was formatted in whole project.
+ Added -Wformat-signedness flag to check the signedness of arguments
  passed to the logging macros.

[Verification] Code compiles for 32&64 bit archs

Change-Id: I106afb31132babb50c3a4b64dd510d627c5c10fe
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years agoMerge "[Filesystem] Add missing deprecation warnings since Tizen 5.0" into tizen
Piotr Kosko [Tue, 21 Aug 2018 07:47:03 +0000 (07:47 +0000)]
Merge "[Filesystem] Add missing deprecation warnings since Tizen 5.0" into tizen

5 years ago[Common] Added checking types of arguments passed to the logging macros 75/187075/3
Szymon Jastrzebski [Sun, 19 Aug 2018 06:18:52 +0000 (08:18 +0200)]
[Common] Added checking types of arguments passed to the logging macros

+ The type check is made only in debug build.
+ Added WEBAPI_NOOP macro, used in the release builds.

[Verification] The code builds for debug&release builds.

Change-Id: Ie192f02b40a204dc97e713c0b2e280cd612efc77
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Filesystem] Add missing deprecation warnings since Tizen 5.0 80/186580/4
Pawel Kaczmarczyk [Fri, 10 Aug 2018 10:37:47 +0000 (12:37 +0200)]
[Filesystem] Add missing deprecation warnings since Tizen 5.0

[Verification]
tct-filesystem-tizen-tests: 100%

Change-Id: I8f0c2b888d1965a3ca633e1f56d77d88c4505ab1
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years agoMerge branch 'tizen_4.0' into tizen 95/186895/1 accepted/tizen/unified/20180816.134724 submit/tizen/20180816.094841
Piotr Kosko [Thu, 16 Aug 2018 09:43:33 +0000 (11:43 +0200)]
Merge branch 'tizen_4.0' into tizen

Change-Id: Ibae752b267feae901c0312645fa33e0bdcdc97fd

5 years agoMerge branch 'tizen_3.0' into tizen_4.0 90/186890/1
Piotr Kosko [Thu, 16 Aug 2018 08:43:39 +0000 (10:43 +0200)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: Ic220dd064ebbb7187462bf78fde154cea2a19b66

5 years ago[version] 2.25 86/186886/1
Piotr Kosko [Thu, 16 Aug 2018 08:42:15 +0000 (10:42 +0200)]
[version] 2.25

Change-Id: If58254886f7fa6188e597e4d20dcb30f0ef60234
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years ago[Filesystem] Fix for readString methods 92/185992/8
Szymon Jastrzebski [Mon, 13 Aug 2018 12:22:57 +0000 (14:22 +0200)]
[Filesystem] Fix for readString methods

+ The readString methods reported string till the first null character.
  This is wrong, because files may contain 0x00 bytes.
+ The returned string contains exactly at most 'count' characters.
  The returned string does not contain additional null characters.

[ACR] http://suprem.sec.samsung.net/jira/browse/TWDAPI-121

[Verification] TCT 100%

Code works well with below snippet:

var fileHandleWrite = tizen.filesystem.openFile("documents/filet", "w");
fileHandleWrite.writeString("Lorem ipsum\x00\x00dolor sit amet...");

var fileHandleRead = tizen.filesystem.openFile("documents/filet", "r");
var fileContents = fileHandleRead.readString();

The 'fileContents is equal to:
"Lorem ipsum"\x00\x00"dolor sit amet..."

Change-Id: Id56c365e701c4ba88bdeeb7a4851669250f332b4
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years agoMerge "[Filesystem] Fixing reported bugs and unifying code" into tizen
Piotr Kosko [Tue, 14 Aug 2018 08:12:19 +0000 (08:12 +0000)]
Merge "[Filesystem] Fixing reported bugs and unifying code" into tizen

5 years ago[Filesystem] Fixing reported bugs and unifying code 29/185629/10
Szymon Jastrzebski [Wed, 1 Aug 2018 07:20:30 +0000 (09:20 +0200)]
[Filesystem] Fixing reported bugs and unifying code

+ Many IOErrors were thrown synchronously, but they should be reported
  asynchronously.
+ JS/C++ code was formatted
+ Removing unnecessary code
+ Methods read* returned arrays with size equal to 'size' given by user,
  which might have been bigger than the size of file. This led to returning
  arrays with redundant '\0' bytes.
+ Added 'path' parameter to ListDirectorySuccessCallback

[ACR] http://suprem.sec.samsung.net/jira/browse/TWDAPI-121

[Verification] Filesystem TCT 100%

Change-Id: If48826e6317f0a09dd927ff0ceca0cd64f26e2fc
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[HAM][Notification][Alarm] Add missing deprecation warnings since Tizen 4.0 46/186446/1
Pawel Kaczmarczyk [Thu, 9 Aug 2018 08:40:58 +0000 (10:40 +0200)]
[HAM][Notification][Alarm] Add missing deprecation warnings since Tizen 4.0

[Verification]
tct-humanactivitymonitor-tizen-tests auto 100%
tct-notification-tizen-tests auto 100%
tct-alarm-tizen-tests auto 100%

Change-Id: I8d0de96c0d6a2ca8a009a25a7c1373dc4064ec36
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years ago[SystemInfo][Bluetooth][Push] Add misssing deprecation warnings since Tizen 3.0 86/186286/3
Pawel Kaczmarczyk [Wed, 8 Aug 2018 12:32:16 +0000 (14:32 +0200)]
[SystemInfo][Bluetooth][Push] Add misssing deprecation warnings since Tizen 3.0

[Verification]
  Code compiles
  tct-systeminfo-tizen-tests passrate 100%

Change-Id: I41db5325ac94ca042069551a41161e5b968e51d3
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years ago[HAM] Fix throwing exceptions for getHumanActivityData 71/185771/3
Pawel Kaczmarczyk [Wed, 18 Jul 2018 13:45:45 +0000 (15:45 +0200)]
[HAM] Fix throwing exceptions for getHumanActivityData

[Bug] getHumanActivityData method accepts only 'PEDOMETER'
      and 'HRM' values of HumanActivityType enum as type
      parameter. Any other value should cause NotSupportedError,
      but implementation leaded to UnknownError instead.

[Verification] AutoTCT 100% passrate

Change-Id: Id5145d76f8957527e28f42c9b1c3141b11b8e5ca
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years agoMerge "[Filesystem] Fix for thread that may outlive object it reffers to" into tizen
Lukasz Bardeli [Thu, 2 Aug 2018 07:12:42 +0000 (07:12 +0000)]
Merge "[Filesystem] Fix for thread that may outlive object it reffers to" into tizen

5 years ago[NFC] Minor fixes 63/185163/2
Pawel Kaczmarczyk [Thu, 26 Jul 2018 07:05:03 +0000 (09:05 +0200)]
[NFC] Minor fixes

[Bugs]
  1. In special cases records objects were created as empty
  2. If NFCPeerDetectCallback or NFCTagDetectCallback did
     not have defined function to call on action an TypeError
     would be thrown.

[Verification] tct-nfc-tizen-tests passrate 100%

Change-Id: I32d6cbdc05c491f42100580a1cfe021c4c877bfc
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years ago[version] 2.27 45/183945/1 accepted/tizen/unified/20180719.152559 submit/tizen/20180712.111033 submit/tizen/20180716.055706
Lukasz Bardeli [Thu, 12 Jul 2018 09:45:50 +0000 (11:45 +0200)]
[version] 2.27

Change-Id: I1beaa9f9255ddfc57aae071d15294f33481fce7a
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[HRM] Fix for resetting pedometer data after calling start 44/183944/1
Pawel Kaczmarczyk [Tue, 10 Jul 2018 13:35:36 +0000 (15:35 +0200)]
[HRM] Fix for resetting pedometer data after calling start

[Bug] Pedometer properties were not reset
      back to zero after calling start again.

[Verification] Auto TCT passrate 100%
    Manual (wearable and mobile emulators) 100%

Change-Id: I4b961a5c05224accb7ff482c570b3dd3aa352bb4
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years agoMerge branch 'tizen_3.0' into tizen_4.0 13/183913/1 accepted/tizen/4.0/unified/20180712.235803 submit/tizen_4.0/20180712.082455
Lukasz Bardeli [Thu, 12 Jul 2018 08:08:07 +0000 (10:08 +0200)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: Ib0a0675b868f145f94825b3b209ed779e648df73

5 years ago[version] 2.24 81/183881/1 accepted/tizen/3.0/common/20180713.125154 accepted/tizen/3.0/mobile/20180713.005459 accepted/tizen/3.0/tv/20180713.005454 accepted/tizen/3.0/wearable/20180713.005506 submit/tizen_3.0/20180712.054830
Lukasz Bardeli [Thu, 12 Jul 2018 05:38:20 +0000 (07:38 +0200)]
[version] 2.24

Change-Id: I612a9ec9977025efbbb35fa2c58e4c3ec8226b79
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[HRM] Fix for resetting pedometer data after calling start 53/183653/3
Pawel Kaczmarczyk [Tue, 10 Jul 2018 13:35:36 +0000 (15:35 +0200)]
[HRM] Fix for resetting pedometer data after calling start

[Bug] Pedometer properties were not reset
      back to zero after calling start again.

[Verification] Auto TCT passrate 100%
    Manual (wearable and mobile emulators) 100%

Change-Id: I4b961a5c05224accb7ff482c570b3dd3aa352bb4
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
5 years ago[Filesystem] Fix for thread that may outlive object it reffers to 06/182106/3
Arkadiusz Pietraszek [Wed, 20 Jun 2018 08:58:57 +0000 (10:58 +0200)]
[Filesystem] Fix for thread that may outlive object it reffers to

[Verification] tizen.filesystem methods work properly. Worker and insstance destructors work properly.

Change-Id: I5724bd798c868aaba23e9f4e5c5f4ba0b13d2faf
Signed-off-by: Arkadiusz Pietraszek <a.pietraszek@partner.samsung.com>
5 years ago[version] 2.26 72/182872/2 accepted/tizen/unified/20180629.061632 submit/tizen/20180628.091114
Lukasz Bardeli [Thu, 28 Jun 2018 10:08:44 +0000 (12:08 +0200)]
[version] 2.26

Change-Id: I93281fe3b20d1871480d4573aa04ea3f11eb34f2
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
5 years ago[MediaController] Replacing old functions with new equivalent 62/182862/1
Szymon Jastrzebski [Wed, 27 Jun 2018 10:21:48 +0000 (12:21 +0200)]
[MediaController] Replacing old functions with new equivalent

The part of Native API has been removed and needs to be replaced with new
one.

Related to Native ACR-1235

[Verification] Code successfully built. MC TCT M&A 100%

Change-Id: Iad47da5f58bd99a3505248b9f9a25e45cb7048db
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[MediaController] Replacing old functions with new equivalent 24/182824/4
Szymon Jastrzebski [Wed, 27 Jun 2018 10:21:48 +0000 (12:21 +0200)]
[MediaController] Replacing old functions with new equivalent

The part of Native API has been removed and needs to be replaced with new
one.

Related to Native ACR-1235

[Verification] Code successfully built. MC TCT M&A 100%

Change-Id: Iad47da5f58bd99a3505248b9f9a25e45cb7048db
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[Mediacontroller] Added flags for setting shuffle and repeat modes 61/182861/1
Arkadiusz Pietraszek [Mon, 4 Jun 2018 09:55:34 +0000 (11:55 +0200)]
[Mediacontroller] Added flags for setting shuffle and repeat modes

shuffle_mode_ and repeat_mode_ initial values are not determined.
Added flags enables to determine if it was already set.
Without it following TCT cases failed regardles of initial value:
MediaControllerPlaybackInfoChangeCallback_onrepeatmodechanged
MediaControllerPlaybackInfoChangeCallback_onshufflemodechanged
when run second time on target device.
First run might result in success as well as in block.

Verification: TCT pass rate: 100%

Change-Id: I71ef1a8ab4f7c86bb6f9adc9b05fc6f192bd0d96
Signed-off-by: Arkadiusz Pietraszek <a.pietraszek@partner.samsung.com>
5 years ago[MediaController] Fix for bug onChange events 60/182860/1
Szymon Jastrzebski [Thu, 21 Dec 2017 06:32:11 +0000 (07:32 +0100)]
[MediaController] Fix for bug onChange events

In server side, all onchange*request events should be fired only after
requesting server state change from client side.
Clients should receive on*changed events only after server state change.

[Verification] TCT passed 100%

Change-Id: I85e5eda12acf6de74bc653a9ccc8a283862eeb16
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years ago[MediaController] Refactoring internal implementation into dedicated CAPI 59/182859/1
Szymon Jastrzebski [Wed, 13 Dec 2017 09:31:43 +0000 (10:31 +0100)]
[MediaController] Refactoring internal implementation into dedicated CAPI

[Verification] TCT pass rates: 100% A 100% M

Change-Id: Id01a8988a122d0055f662eabe066a4b3f35bb48b
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
5 years agoMerge "[FileSystem] Fix access to destroyed stack object" into tizen
Piotr Kosko [Mon, 25 Jun 2018 06:47:03 +0000 (06:47 +0000)]
Merge "[FileSystem] Fix access to destroyed stack object" into tizen

5 years ago[Filesystem] Fix types of data passed to logging functions 14/182114/1
Pawel Wasowski [Wed, 20 Jun 2018 10:44:51 +0000 (12:44 +0200)]
[Filesystem] Fix types of data passed to logging functions

Types of arguments, passed to LoggerD, were incompatible with format
strings.

Change-Id: Id4ccd6b1fd3251b074da5e2eb49c8208989c3d49
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
5 years ago[FileSystem] Fix access to destroyed stack object 81/181681/1
Rafal Walczyna [Fri, 15 Jun 2018 12:32:38 +0000 (14:32 +0200)]
[FileSystem] Fix access to destroyed stack object

[Bug] Application used variable which was destroyed in different thread.

[Verification] Tested in Chrome console.

SATIZENVUL-1467

Change-Id: I1461e39c0d5a879ccaa8263cfef675c51e629a77
Signed-off-by: Rafal Walczyna <r.walczyna@partner.samsung.com>
5 years ago[FileSystem] Fix open file mode security issue 08/181408/2
Rafal Walczyna [Wed, 13 Jun 2018 10:28:41 +0000 (12:28 +0200)]
[FileSystem] Fix open file mode security issue

[Bug] Privileges could be ommited by overriding JS function what
leads to unauthorized access to files.

[Verification] TCT 100% pass

SATIZENVUL-1461

Change-Id: I801096bacd4447f915588f07a4a96bc8c147fd1e
Signed-off-by: Rafal Walczyna <r.walczyna@partner.samsung.com>
5 years ago[version] 2.25 23/181323/1 accepted/tizen/unified/20180612.130817 submit/tizen/20180612.064221
Piotr Kosko [Tue, 12 Jun 2018 06:21:45 +0000 (08:21 +0200)]
[version] 2.25

Change-Id: I82b7d4e012d08e991ec05bae4a9b185fde46d382
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years agoMerge "[sound] Fix double firing of SoundModeChangeCallback" into tizen
Piotr Kosko [Tue, 12 Jun 2018 06:18:05 +0000 (06:18 +0000)]
Merge "[sound] Fix double firing of SoundModeChangeCallback" into tizen

5 years ago[sound] Fix double firing of SoundModeChangeCallback 21/180821/2
Rafal Walczyna [Mon, 4 Jun 2018 12:14:29 +0000 (14:14 +0200)]
[sound] Fix double firing of SoundModeChangeCallback

Because of native functions logic callback was firing twice,
sometimes with wrong (transitional) value

[verification] TCT Auto + Manual 100% passrate

Change-Id: I18bab460ecc16e39817318d76461ebe63a65d0bf
Signed-off-by: Rafal Walczyna <r.walczyna@partner.samsung.com>
5 years ago[Common] Prepared a macro WEBAPI_NOP 65/181265/1
Piotr Kosko [Mon, 11 Jun 2018 10:22:41 +0000 (12:22 +0200)]
[Common] Prepared a macro WEBAPI_NOP

[Feature] Dlog team is changing internal code of their module.
  As webapi code is using this code, it was needed to prepare own
  macro for no-operation with checking the types in compilation time.

[Verification] Code compiles without errors

Change-Id: I68a0e2bde3894cc991420abd9e0efe778e637be7
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
5 years ago[Mediacontroller] Added flags for setting shuffle and repeat modes 09/180809/2 submit/tizen/20180605.045703
Arkadiusz Pietraszek [Mon, 4 Jun 2018 09:55:34 +0000 (11:55 +0200)]
[Mediacontroller] Added flags for setting shuffle and repeat modes

shuffle_mode_ and repeat_mode_ initial values are not determined.
Added flags enables to determine if it was already set.
Without it following TCT cases failed regardles of initial value:
MediaControllerPlaybackInfoChangeCallback_onrepeatmodechanged
MediaControllerPlaybackInfoChangeCallback_onshufflemodechanged
when run second time on target device.
First run might result in success as well as in block.

Verification: TCT pass rate: 100%

Change-Id: I71ef1a8ab4f7c86bb6f9adc9b05fc6f192bd0d96
Signed-off-by: Arkadiusz Pietraszek <a.pietraszek@partner.samsung.com>
5 years agoMerge "[Filesystem] Changing initialization order of Worker's attributes" into tizen
Piotr Kosko [Mon, 4 Jun 2018 07:22:05 +0000 (07:22 +0000)]
Merge "[Filesystem] Changing initialization order of Worker's attributes" into tizen