platform/core/api/webapi-plugins.git
8 years ago[Keymanager] Implementation merged from tizen_2.4_tv
Tomasz Marciniak [Fri, 16 Oct 2015 12:03:46 +0000 (14:03 +0200)]
[Keymanager] Implementation merged from tizen_2.4_tv

[Feature] Keymanager implementation has been migrated
from tizen_2.4_tv_product_migration branch.

[Verification] Code compiles.

Change-Id: I79d3dd9bb317da32fcb1869470fe99dee5fc3a83
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Download] Full path changed to virtual on oncompleted event.
Tomasz Marciniak [Wed, 14 Oct 2015 06:21:11 +0000 (08:21 +0200)]
[Download] Full path changed to virtual on oncompleted event.

[Verification] Code compiles. TCT pass rate 100%
issue: http://168.219.209.56/jira/browse/XWALK-830

Change-Id: Id76a155450c1f5b9f5dfa6947f94d66d0b3607a6
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[version] 0.60
Hyunjin Park [Fri, 16 Oct 2015 05:23:11 +0000 (14:23 +0900)]
[version] 0.60

Change-Id: I04efe9c6b08c996cb4f7701fb20a37d78bed227b

8 years agoMerge "[Filesystem] Fixed path-related issues" into tizen_2.4
HyunJin Park [Fri, 16 Oct 2015 05:21:22 +0000 (14:21 +0900)]
Merge "[Filesystem] Fixed path-related issues" into tizen_2.4

8 years agoMerge "[FileSystem] Fix issue about destination path in copyTo() method." into tizen_2.4
HyunJin Park [Fri, 16 Oct 2015 05:08:22 +0000 (14:08 +0900)]
Merge "[FileSystem] Fix issue about destination path in copyTo() method." into tizen_2.4

8 years ago[Filesystem] Fixed path-related issues
Piotr Kosko [Thu, 15 Oct 2015 10:52:36 +0000 (12:52 +0200)]
[Filesystem] Fixed path-related issues

[Features] Fixed issues:
  1. resolve "documents/" works as resolving "documents"
  2. multiple "/" is filepaths are merged to single one

[Verification] Code compiles without errors.
  TCTs of Filesystem, Calendar, Alarm, Archive and Exif return 100% passrate.

  Scenarios with results below:
  1.
  tizen.filesystem.resolve(
   'images/',
   function(dir) {
     var a = dir.createDirectory('testt');
     console.log("path: " + a.path + " fullPath: " + a.fullPath);
   }, function(e) {
     console.log("Error: " + e.message);
   }, "rw"
  );
  ---------
  path: images/ fullPath: images/testt

  2.
  tizen.filesystem.resolve(
   'images/testt/',
   function(dir) {
     console.log("Mount point Name is " +  dir.path);
     console.log("path: " + dir.path + " fullPath: " + dir.fullPath);
   }, function(e) {
     console.log("Error: " + e.message);
   }, "rw"
  );
  ---------
  path: images/ fullPath: images/testt

  3.
  tizen.filesystem.resolve(
   'images//////testt/',
   function(dir) {
     console.log("Mount point Name is " +  dir.path);
     console.log("path: " + dir.path + " fullPath: " + dir.fullPath);
   }, function(e) {
     console.log("Error: " + e.message);
   }, "rw"
  );
  ---------
  path: images/ fullPath: images/testt

Change-Id: I66ce92a5207148dfa82109e187b8e4f58727aead
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[FileSystem] Fix issue about destination path in copyTo() method.
Piotr Kosko [Thu, 27 Aug 2015 09:47:18 +0000 (18:47 +0900)]
[FileSystem] Fix issue about destination path in copyTo() method.

cherry-pick from tizen_2.4_tv_product_migration branch.

Issue : copyTo() method returns error, when the destination path is virtual path without '/'

Change-Id: Ibb87064acccada243bff85298401a6639c1b44c6
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[version] 0.59
Hyunjin Park [Thu, 15 Oct 2015 11:25:35 +0000 (20:25 +0900)]
[version] 0.59

Change-Id: Ieddecbf4f53b2b14f03f33a0d4f2ce207a0a259b

8 years ago[Utils] Freeze all objects to prevent any modifications.
Pawel Andruszkiewicz [Thu, 15 Oct 2015 06:53:30 +0000 (08:53 +0200)]
[Utils] Freeze all objects to prevent any modifications.

Change-Id: Iaa7db682c5cbe111e436e39db157b33e78bf3c83
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[version] 0.58
Hyunjin Park [Tue, 13 Oct 2015 02:01:13 +0000 (11:01 +0900)]
[version] 0.58

Change-Id: Id8d413086e23cc30378389a7ba5adca93d6cbaa0

8 years agoMerge "[Systeminfo] Removed compilation warnings." into tizen_2.4
HyunJin Park [Tue, 13 Oct 2015 01:59:09 +0000 (10:59 +0900)]
Merge "[Systeminfo] Removed compilation warnings." into tizen_2.4

8 years agoMerge "[Exif] Removed compilation warnings." into tizen_2.4
HyunJin Park [Tue, 13 Oct 2015 01:56:50 +0000 (10:56 +0900)]
Merge "[Exif] Removed compilation warnings." into tizen_2.4

8 years agoMerge "[Archive] Removed compilation warnings." into tizen_2.4
HyunJin Park [Tue, 13 Oct 2015 01:54:03 +0000 (10:54 +0900)]
Merge "[Archive] Removed compilation warnings." into tizen_2.4

8 years ago[Application] fixed build warning
Lukasz Bardeli [Mon, 12 Oct 2015 07:51:57 +0000 (09:51 +0200)]
[Application] fixed build warning

[Verification] Code compiles without error. Passrate 100%

Change-Id: I48809884570ba58a6c6dffad94dd4d1068d2d9b5
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[Exif] Removed compilation warnings.
Tomasz Marciniak [Mon, 12 Oct 2015 07:41:53 +0000 (09:41 +0200)]
[Exif] Removed compilation warnings.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: Ic859ecc512c0cb61fcf43640dcdf31aa0d567479
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Systeminfo] Removed compilation warnings.
Tomasz Marciniak [Mon, 12 Oct 2015 07:20:07 +0000 (09:20 +0200)]
[Systeminfo] Removed compilation warnings.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: I7adc1b5f2931aad013a3d79b57270416e30c5bc4
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Archive] Removed compilation warnings.
Tomasz Marciniak [Mon, 12 Oct 2015 07:17:34 +0000 (09:17 +0200)]
[Archive] Removed compilation warnings.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: I52ae17c6488f54c816711890979f53abb5fbb128
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years agoMerge "[version] 0.57" into tizen_2.4
Hyunjin Park [Mon, 12 Oct 2015 01:14:20 +0000 (10:14 +0900)]
Merge "[version] 0.57" into tizen_2.4

8 years agoMerge "[Filesystem] Fixed behaviour of Filestream" into tizen_2.4
HyunJin Park [Mon, 12 Oct 2015 01:13:47 +0000 (10:13 +0900)]
Merge "[Filesystem] Fixed behaviour of Filestream" into tizen_2.4

8 years agoMerge "[Contact] remove TODO part 2" into tizen_2.4
HyunJin Park [Mon, 12 Oct 2015 01:02:05 +0000 (10:02 +0900)]
Merge "[Contact] remove TODO part 2" into tizen_2.4

8 years ago[Common] Removed TODO.
Pawel Andruszkiewicz [Thu, 8 Oct 2015 13:39:46 +0000 (15:39 +0200)]
[Common] Removed TODO.

[Verification] Code compiles, logic was not changed.

Change-Id: I33bc2106582a48ad1a0e85ee6e3a5c1d349c569f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Common] Removed unnecessary TODO.
Pawel Andruszkiewicz [Thu, 8 Oct 2015 13:32:35 +0000 (15:32 +0200)]
[Common] Removed unnecessary TODO.

[Verification] Code compiles, logic was not modified.

Change-Id: I508b873f2300ef68cbd18e0d57865ff667bb1d39
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Common] Removed throwing version of method from DBus helper class." into...
HyunJin Park [Mon, 12 Oct 2015 00:56:01 +0000 (09:56 +0900)]
Merge "[Common] Removed throwing version of method from DBus helper class." into tizen_2.4

8 years ago[Common] Removed throwing version of method from DBus helper class.
Pawel Andruszkiewicz [Thu, 8 Oct 2015 13:21:34 +0000 (15:21 +0200)]
[Common] Removed throwing version of method from DBus helper class.

[Verification] TCT pass rate (Power module) is 100% (auto and manual).

Change-Id: I6ad011bd2f608633c4fb753dbcbbc272b01155e3
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Common] Removed unnecessary code." into tizen_2.4
HyunJin Park [Thu, 8 Oct 2015 13:48:29 +0000 (22:48 +0900)]
Merge "[Common] Removed unnecessary code." into tizen_2.4

8 years agoMerge "[Messaging] Refactored CallbackUserData class." into tizen_2.4
HyunJin Park [Thu, 8 Oct 2015 12:59:07 +0000 (21:59 +0900)]
Merge "[Messaging] Refactored CallbackUserData class." into tizen_2.4

8 years ago[Common] Removed unnecessary code.
Pawel Andruszkiewicz [Thu, 8 Oct 2015 12:38:40 +0000 (14:38 +0200)]
[Common] Removed unnecessary code.

[Verification] Code compiles, logic was not altered.

Change-Id: Idffc67cf7dd4b4563fc7094b1853f1c14634da18
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Filesystem] Fixed behaviour of Filestream
Piotr Kosko [Thu, 8 Oct 2015 11:44:23 +0000 (13:44 +0200)]
[Filesystem] Fixed behaviour of Filestream

[Feature] Now scenario:
  1. create file and open stream
  2. write to stream (e.g. "abc")
  3. reset position to the beginning (fs.position = 0)
  4. read from stream (expected "abc")
  works correct (position, bytesAvailable and eof properties are fixed to be updated when write is performed)

[Verification] Code compiles without errors.
  TCT passrate is 100%
  Scenario above was tested in chrome console.

Change-Id: I48f89bfe807f7c1a7aa495e459425a97480ef572
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Common] Removed unnecessary include from header file.
Pawel Andruszkiewicz [Thu, 8 Oct 2015 12:30:44 +0000 (14:30 +0200)]
[Common] Removed unnecessary include from header file.

[Verification] Logic was not modified, includes were moved around.

Change-Id: I08874ac57353c520c2bffd41490ca192eb034c6d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Contact] remove TODO part 2
Lukasz Bardeli [Thu, 8 Oct 2015 07:03:24 +0000 (09:03 +0200)]
[Contact] remove TODO part 2

[verification] Code compiles without error. Passrate 100%

Change-Id: I97e97fd7a79fce9b25d700547d3631e5f089953d
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years ago[Messaging] Refactored CallbackUserData class.
Pawel Andruszkiewicz [Thu, 8 Oct 2015 07:53:32 +0000 (09:53 +0200)]
[Messaging] Refactored CallbackUserData class.

[Verification] TCT pass rate SMS/MMS/email: 100%

Change-Id: Ieba7635c46f9c7c47148bc74ba2d00ed37b8a8cd
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[version] 0.57
Hyunjin Park [Thu, 8 Oct 2015 05:24:34 +0000 (14:24 +0900)]
[version] 0.57

Change-Id: I66ba4054449becc293f7020593a5b4e07ec189fa

8 years agoMerge "[Messaging] Remove unnecessary TODO sections." into tizen_2.4
HyunJin Park [Thu, 8 Oct 2015 04:00:45 +0000 (13:00 +0900)]
Merge "[Messaging] Remove unnecessary TODO sections." into tizen_2.4

8 years agoMerge "[Messaging] Change listener container rewritten." into tizen_2.4
HyunJin Park [Thu, 8 Oct 2015 03:57:34 +0000 (12:57 +0900)]
Merge "[Messaging] Change listener container rewritten." into tizen_2.4

8 years agoMerge "[MediaController] - removing TODO from MediaController module" into tizen_2.4
HyunJin Park [Thu, 8 Oct 2015 03:57:09 +0000 (12:57 +0900)]
Merge "[MediaController] - removing TODO from MediaController module" into tizen_2.4

8 years agoMerge "[Account] - Removing TODOs from the Account module" into tizen_2.4
HyunJin Park [Thu, 8 Oct 2015 03:56:48 +0000 (12:56 +0900)]
Merge "[Account] - Removing TODOs from the Account module" into tizen_2.4

8 years ago[Account] - Removing TODOs from the Account module
Andrzej Popowski [Wed, 7 Oct 2015 10:09:43 +0000 (12:09 +0200)]
[Account] - Removing TODOs from the Account module

Change-Id: I298bfe2984d50b5c2faef703b7a46deeba4d8f5e
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Messaging] Remove unnecessary TODO sections.
Tomasz Marciniak [Tue, 6 Oct 2015 13:35:57 +0000 (15:35 +0200)]
[Messaging] Remove unnecessary TODO sections.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: I2f0e370cee7593600a57f1a9bd23108b4869e75d
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Bluetooth] Resolved TODOs
Piotr Kosko [Wed, 7 Oct 2015 09:12:36 +0000 (11:12 +0200)]
[Bluetooth] Resolved TODOs

[Verification] TCT passrate 100%.

Change-Id: I83a24ddb2d5b018f8c5b26cd0413b0e28256530a
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Messaging] Change listener container rewritten.
Pawel Andruszkiewicz [Tue, 6 Oct 2015 12:15:17 +0000 (14:15 +0200)]
[Messaging] Change listener container rewritten.

[Verification] TCT pass rate is 100%.

Change-Id: I05d99c3c0578cd46cdfc72e6a84a05fb70733227
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Archive] Remove TODO about thread safety" into tizen_2.4
HyunJin Park [Wed, 7 Oct 2015 02:44:20 +0000 (11:44 +0900)]
Merge "[Archive] Remove TODO about thread safety" into tizen_2.4

8 years ago[MediaController] - removing TODO from MediaController module
Andrzej Popowski [Tue, 6 Oct 2015 13:12:21 +0000 (15:12 +0200)]
[MediaController] - removing TODO from MediaController module

Change-Id: I237cce1c97896d50bbd60681965dc6d626991ffb
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Systeminfo] Resolved TODOs
Piotr Kosko [Tue, 6 Oct 2015 13:11:17 +0000 (15:11 +0200)]
[Systeminfo] Resolved TODOs

[Feature] Support iccid of SIM cards.

[Verification] TCT passrate 100%.

Change-Id: I45c1803304b27b7f1c110659a977aad9effba48c
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Archive] Remove TODO about thread safety
Piotr Kosko [Tue, 6 Oct 2015 11:51:09 +0000 (13:51 +0200)]
[Archive] Remove TODO about thread safety

[Feature] Execution moved to single background thread to ensure that all operations are done
  sequentially.

[Verification] Code compiles without errors.
  All operations are done in one background thread.
  TCT passrate is 100%.

Change-Id: Ie79e61413f258ae3ace3ae37c56ce942f24cd9fb
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years agoMerge "[Archive] Resolved TODOs" into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 09:48:38 +0000 (18:48 +0900)]
Merge "[Archive] Resolved TODOs" into tizen_2.4

8 years agoMerge "[Contact] remove TODO - batch function are used" into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 09:46:45 +0000 (18:46 +0900)]
Merge "[Contact] remove TODO - batch function are used" into tizen_2.4

8 years agoMerge "[Messaging] Additional check before calling listener" into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 09:29:21 +0000 (18:29 +0900)]
Merge "[Messaging] Additional check before calling listener" into tizen_2.4

8 years ago[Messaging] Additional check before calling listener
Piotr Kosko [Thu, 25 Jun 2015 09:49:17 +0000 (11:49 +0200)]
[Messaging] Additional check before calling listener

[Feature] Added checking if some listener is registered before start to handle
  on change listener event.

[Verification] Code compiles without errors.
  TCT passrate 100%. Didn't change after this change.

Change-Id: Iaf3dc6c615a5cfc323e49f34b6278a8c22b2fe84
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Archive] Resolved TODOs
Piotr Kosko [Tue, 6 Oct 2015 08:49:58 +0000 (10:49 +0200)]
[Archive] Resolved TODOs

[Feature]
 Resolved:
  - permissions of zipped files
  - in-zip paths problem

[Verification] Code compiles without errors.
  In-zip paths are correct.
  Correct file permissions are passed while zipping and unzipping.
  TCT passrate is 100%.

Change-Id: Iabd9372b753be740e0011b29f40cc2c86384ddf9
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Contact] remove TODO - batch function are used
Lukasz Bardeli [Tue, 6 Oct 2015 08:45:51 +0000 (10:45 +0200)]
[Contact] remove TODO - batch function are used

[Verification] Code compiles without error. Passrate 100%

Change-Id: I1d9332161d72711254f219e12e257f6d4eed7ffe
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
8 years agoMerge "[Messaging] Fixed TODO sections for filter handling." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 08:40:05 +0000 (17:40 +0900)]
Merge "[Messaging] Fixed TODO sections for filter handling." into tizen_2.4

8 years ago[Messaging] Fixed TODO sections for filter handling.
Tomasz Marciniak [Tue, 6 Oct 2015 08:17:45 +0000 (10:17 +0200)]
[Messaging] Fixed TODO sections for filter handling.

[Verification] Code compiles. TCT pass rate 100%

Change-Id: I032fc218b49a0bf818bec4a1c5d151adfa6269c6
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[version] 0.56
Hyunjin Park [Tue, 6 Oct 2015 07:57:13 +0000 (16:57 +0900)]
[version] 0.56

Change-Id: Ie5d3191283ae177001f51505aae3b9d65566774d

8 years agoMerge "[Messaging] Fixed handling folder IDs for SMS/MMS." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 07:56:28 +0000 (16:56 +0900)]
Merge "[Messaging] Fixed handling folder IDs for SMS/MMS." into tizen_2.4

8 years agoMerge "[Common] Implementation of long long and unsigned long long conversions."...
HyunJin Park [Tue, 6 Oct 2015 07:54:10 +0000 (16:54 +0900)]
Merge "[Common] Implementation of long long and unsigned long long conversions." into tizen_2.4

8 years ago[FmRadio] Method start() should change frequency in PLAYING state.
Pawel Andruszkiewicz [Tue, 6 Oct 2015 06:40:56 +0000 (08:40 +0200)]
[FmRadio] Method start() should change frequency in PLAYING state.

Fixes: TNEF-6216

[Validation] TCT pass rate (r47): 100%

Change-Id: I6532535725a0fa469fccacceaf415cac8bbb6817
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoMerge "[Messaging] Convert virtual paths to real ones." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:20:13 +0000 (13:20 +0900)]
Merge "[Messaging] Convert virtual paths to real ones." into tizen_2.4

8 years agoMerge "[NetworkBearerSelection] Fix for potential memory leaks." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:19:51 +0000 (13:19 +0900)]
Merge "[NetworkBearerSelection] Fix for potential memory leaks." into tizen_2.4

8 years agoMerge "[Contact] Ported AddressBook.find() code from wrt-plugins-tizen." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:17:40 +0000 (13:17 +0900)]
Merge "[Contact] Ported AddressBook.find() code from wrt-plugins-tizen." into tizen_2.4

8 years agoMerge "[Time] Time implementation changed" into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:13:34 +0000 (13:13 +0900)]
Merge "[Time] Time implementation changed" into tizen_2.4

8 years agoMerge "[Bluetooth[ - Removing TODO from the module" into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:11:10 +0000 (13:11 +0900)]
Merge "[Bluetooth[ - Removing TODO from the module" into tizen_2.4

8 years agoMerge "[Download] TODO removed." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:10:32 +0000 (13:10 +0900)]
Merge "[Download] TODO removed." into tizen_2.4

8 years agoMerge "[NBS] Removed TODOs." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 04:08:59 +0000 (13:08 +0900)]
Merge "[NBS] Removed TODOs." into tizen_2.4

8 years agoMerge "[Messaging] Added functionality for messageStatus attribute." into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 03:55:52 +0000 (12:55 +0900)]
Merge "[Messaging] Added functionality for messageStatus attribute." into tizen_2.4

8 years agoMerge "[Exif] - Removing TODO from the module" into tizen_2.4
HyunJin Park [Tue, 6 Oct 2015 02:22:00 +0000 (11:22 +0900)]
Merge "[Exif] - Removing TODO from the module" into tizen_2.4

8 years ago[Messaging] TODO removed, proper comment added.
Pawel Andruszkiewicz [Mon, 5 Oct 2015 13:21:38 +0000 (15:21 +0200)]
[Messaging] TODO removed, proper comment added.

[Verification] Code compiles, logic was not altered.

Change-Id: I15290b14a93dae7e821813f0fec053000fff632e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Messaging] Convert virtual paths to real ones.
Pawel Andruszkiewicz [Mon, 5 Oct 2015 13:02:28 +0000 (15:02 +0200)]
[Messaging] Convert virtual paths to real ones.

[Verification] TCT pass rate for SMS/MMS/email is 100% (r47).

Change-Id: I295492f3e8a735a06bf6290d4faeb955b7707f0b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Messaging] Fixed handling folder IDs for SMS/MMS.
Pawel Andruszkiewicz [Mon, 5 Oct 2015 12:02:50 +0000 (14:02 +0200)]
[Messaging] Fixed handling folder IDs for SMS/MMS.

[Verification] TCT pass rate (r47): 100% (184/184/0/0/0) (SMS)
                                    100% (123/123/0/0/0) (MMS)

Change-Id: I858a204fd0125d81aed56032453ef379ae1252e8
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Messaging] Added functionality for messageStatus attribute.
Tomasz Marciniak [Mon, 5 Oct 2015 09:02:44 +0000 (11:02 +0200)]
[Messaging] Added functionality for messageStatus attribute.

[Verification] Code compiles. TCT pass rate 100%
messageStatus is properly displayed now.

Change-Id: I2ac9a5c41f7bdcb6be6b79c2c76c26bb18f9ae0a
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Exif] - Removing TODO from the module
Andrzej Popowski [Fri, 2 Oct 2015 12:32:28 +0000 (14:32 +0200)]
[Exif] - Removing TODO from the module

Change-Id: I57daa110a298154576ed98c0b800f16c97f0aaa3
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Common] Implementation of long long and unsigned long long conversions.
Pawel Andruszkiewicz [Fri, 2 Oct 2015 14:01:15 +0000 (16:01 +0200)]
[Common] Implementation of long long and unsigned long long conversions.

Currently, only MediaController uses such conversions.

[Verification] TCT pass rate (r47): 100% (162/162/0/0/0).

Change-Id: I589c1f66f204f90c5eb2f50948f4e04d9f6c256b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[NetworkBearerSelection] Fix for potential memory leaks.
Tomasz Marciniak [Mon, 28 Sep 2015 11:38:02 +0000 (13:38 +0200)]
[NetworkBearerSelection] Fix for potential memory leaks.

[Verification] Code compiles. TCT pass rate 100%.

Change-Id: Idba09da6bcf7a69e959881bb35ea963e9f2b2bdb
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Contact] Ported AddressBook.find() code from wrt-plugins-tizen.
Pawel Andruszkiewicz [Mon, 18 May 2015 13:43:25 +0000 (15:43 +0200)]
[Contact] Ported AddressBook.find() code from wrt-plugins-tizen.

[Verification] Pass rate did not change.

Change-Id: I55538857e7ff704314492a11592409beae84365b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[NBS] Removed TODOs.
Pawel Andruszkiewicz [Fri, 2 Oct 2015 10:39:17 +0000 (12:39 +0200)]
[NBS] Removed TODOs.

Additional error information has been added. WIDL does not allow to exceptions specified in comments to be thrown, hence UnknownError is used.

[Verification] TCT pass rate (r47): 100%

Change-Id: I7348a890285724bd521eb7d6d3335f20bab9f44e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Download] TODO removed.
Pawel Andruszkiewicz [Fri, 2 Oct 2015 09:34:34 +0000 (11:34 +0200)]
[Download] TODO removed.

There's no common mechanism for resolving files in JS, hence this is not possible.

[Verification] Code compiles, logic was not changed.

Change-Id: If80b038aa5cfc2c17525f0cf914b6f05717f4e25
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[Bluetooth[ - Removing TODO from the module
Andrzej Popowski [Fri, 2 Oct 2015 09:28:42 +0000 (11:28 +0200)]
[Bluetooth[ - Removing TODO from the module

Change-Id: I60f8af1301791e2eedc6ac0d44a65c65b442cef6
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[Time] Time implementation changed
Piotr Kosko [Mon, 28 Sep 2015 11:34:18 +0000 (13:34 +0200)]
[Time] Time implementation changed

[Feature] Implementation changed to be more clear and easier to maintain.

[Verification] Code compiles without errors.
  TCT passrate: Time, Calendar, Alarm and Exif is 100%.

Change-Id: Id222df420a0296b2763c1d828c02dc4f7f3e07ea
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
8 years ago[Archive] Archive methods should support FileReference type.
Pawel Andruszkiewicz [Thu, 1 Oct 2015 07:11:43 +0000 (09:11 +0200)]
[Archive] Archive methods should support FileReference type.

Fixes: TNEF-6165

[Verification] TCT pass rate (r47): 100% (106/106/0/0/0)

Change-Id: I0153a13ac7e6db7ba3875ea294e31df105d1e312
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[version] 0.55
Hyunjin Park [Wed, 30 Sep 2015 10:58:17 +0000 (19:58 +0900)]
[version] 0.55

Change-Id: I853bf66f07f27f60f2245a50b668df5b49b6bc5a

8 years agoFixed JSF-149 errors detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 13:52:53 +0000 (15:52 +0200)]
Fixed JSF-149 errors detected by C++Test.

Octal values replaced by constants.

[Verification] Code compiles, TCT pass rate did not change.

Change-Id: If3ec7230b28500e2220cffee279aed50c11c041d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoFixed OOP-22 error detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 13:35:44 +0000 (15:35 +0200)]
Fixed OOP-22 error detected by C++Test.

Added missing virtual destructor.

[Verification] Code compiles, TCT pass rate did not change.

Change-Id: Id96fee45fc43bbe91b0b2945304437891d0ec6ad
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoFixed INIT-06 errors detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 13:29:44 +0000 (15:29 +0200)]
Fixed INIT-06 errors detected by C++Test.

Unitialized member variables have been initialized.

[Verification] Code compiles, TCT pass rate of affected modules did not change.

Change-Id: Ie42169f2649909f155b226ecdc8c32200b920c04
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years agoFixed MRM-01 errors detected by C++Test.
Pawel Andruszkiewicz [Mon, 28 Sep 2015 12:16:13 +0000 (14:16 +0200)]
Fixed MRM-01 errors detected by C++Test.

Compiler may reorder the code in a such way that memory is allocated by the operator new, but not yet owned by shared_ptr. If at this time
an exception is thrown, memory will leak. In order to avoid this problem memory should be allocated in a separate line.

[Validation] Code compiles, logic was not affected.

Change-Id: I741530315a08cfb0389f276223cee1b71865bb56
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
8 years ago[version] 0.54
Hyunjin Park [Sat, 26 Sep 2015 02:16:52 +0000 (11:16 +0900)]
[version] 0.54

Change-Id: If83cb198e3d8516e963c615f6439b6e3afb551c7

8 years agoMerge "[Contact] - fixing a bug in the function getAddressBooks()" into tizen_2.4
HyunJin Park [Sat, 26 Sep 2015 02:03:25 +0000 (11:03 +0900)]
Merge "[Contact] - fixing a bug in the function getAddressBooks()" into tizen_2.4

8 years ago[version] 0.53
Hyunjin Park [Sat, 26 Sep 2015 01:37:00 +0000 (10:37 +0900)]
[version] 0.53

Change-Id: Id948332783377e00fda3b4df54c060a3deabfc13

8 years ago[Time] Fix for getDate() and getUTCDate().
Tomasz Marciniak [Fri, 25 Sep 2015 13:03:43 +0000 (15:03 +0200)]
[Time] Fix for getDate() and getUTCDate().

[Verification] TCT pass rate for Alarm, Calendar and Exif is 100%
TCT pass rate for Time is 99.79%. One faild test is not related
to this change.

Change-Id: I6ffba155fd8d9d21a9970868111191a420ac0002
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Contact] - fixing a bug in the function getAddressBooks()
Andrzej Popowski [Fri, 25 Sep 2015 12:02:26 +0000 (14:02 +0200)]
[Contact] - fixing a bug in the function getAddressBooks()

Change-Id: Iafcce93bd6e1a27e98a309c3baac8e6fadf13f89
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
8 years ago[version] 0.52
Hyunjin Park [Thu, 24 Sep 2015 01:08:57 +0000 (10:08 +0900)]
[version] 0.52

Change-Id: I6f19fc1f11ac790c9b5abb903d10c46ff82ede99

8 years ago[BLE] Incorrectly used closure
Przemyslaw Ciezkowski [Wed, 23 Sep 2015 14:07:34 +0000 (16:07 +0200)]
[BLE] Incorrectly used closure

closures can't be used with prototype.
All instances of BluetoothGATTCharacteristic had the
same _handle variable (last created).

Change-Id: Ia89987637733596345a7bdbc3d2e99c092986fd1
Signed-off-by: Przemyslaw Ciezkowski <p.ciezkowski@samsung.com>
8 years ago[version] 0.51
Hyunjin Park [Wed, 23 Sep 2015 11:04:17 +0000 (20:04 +0900)]
[version] 0.51

Change-Id: I369ae0ac3e6f21a5f576db7309d25125caef2ef3

8 years agoMerge "[Callhistory] Removed lock related to instances." into tizen_2.4
HyunJin Park [Wed, 23 Sep 2015 11:03:42 +0000 (20:03 +0900)]
Merge "[Callhistory] Removed lock related to instances." into tizen_2.4

8 years agoMerge "[Common] Removed unnecessary lock from Instance class." into tizen_2.4
HyunJin Park [Wed, 23 Sep 2015 10:52:50 +0000 (19:52 +0900)]
Merge "[Common] Removed unnecessary lock from Instance class." into tizen_2.4

8 years ago[Callhistory] Removed lock related to instances.
Tomasz Marciniak [Wed, 23 Sep 2015 10:43:47 +0000 (12:43 +0200)]
[Callhistory] Removed lock related to instances.

[Verification] Code compiles. TCT Auto 100%
TCT Manual 100%
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I696a198f976bf808232b81d0405af2de7722933a
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years agoMerge "[Time] Check if instance is not null." into tizen_2.4
HyunJin Park [Wed, 23 Sep 2015 08:35:10 +0000 (17:35 +0900)]
Merge "[Time] Check if instance is not null." into tizen_2.4

8 years ago[Common] Removed unnecessary lock from Instance class.
Tomasz Marciniak [Wed, 23 Sep 2015 08:07:07 +0000 (10:07 +0200)]
[Common] Removed unnecessary lock from Instance class.

[Verification] Code compiles.
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I37920fbdb25ee847729092aff3f37b453ec0b0dd
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Time] Check if instance is not null.
Tomasz Marciniak [Wed, 23 Sep 2015 07:33:48 +0000 (09:33 +0200)]
[Time] Check if instance is not null.

[Verification] Code compiles. TCT pass rate 100%
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I731501a47cc7d0477a05b685591d836545b29afd
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years ago[Contact] Check instance if it is not null.
Tomasz Marciniak [Wed, 23 Sep 2015 07:21:30 +0000 (09:21 +0200)]
[Contact] Check instance if it is not null.

[Verification] Code compiles. TCT pass rate 100%
Issue: http://168.219.209.56/jira/browse/XWALK-803

Change-Id: I205033624ca6353385aa8b1a7ec8421f007217be
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
8 years agoMerge "[version] 0.50" into tizen_2.4
Hyunjin Park [Tue, 22 Sep 2015 12:39:18 +0000 (21:39 +0900)]
Merge "[version] 0.50" into tizen_2.4

8 years ago[version] 0.50
Hyunjin Park [Tue, 22 Sep 2015 12:38:48 +0000 (21:38 +0900)]
[version] 0.50

Change-Id: Icadb6969449375b983211ccf43147e183cbbf594