platform/core/api/webapi-plugins.git
9 years agoAPI move to internel.h - AppFW
Hyunjin Park [Thu, 7 May 2015 06:28:27 +0000 (15:28 +0900)]
API move to internel.h - AppFW

Change-Id: I1f789e91c0891c1cd84eacd06611389fe8bc9a91

9 years agomodify spec of wearable - add application, FS, sysinfo, syssetting, time
Hyunjin Park [Thu, 7 May 2015 05:07:32 +0000 (14:07 +0900)]
modify spec of wearable - add application, FS, sysinfo, syssetting, time

Change-Id: Ib60a6bd0db09abb23762adeb70f433b73a382299

9 years ago[Callhistory][Contact] added include for changed internal contact API
Piotr Kosko [Wed, 6 May 2015 11:49:50 +0000 (13:49 +0200)]
[Callhistory][Contact] added include for changed internal contact API

[Feature]
  contacts_db_add_changed_cb_with_info
  contacts_db_remove_changed_cb_with_info
  moved from contacts_db.h to contacts_db_extension.h, so include was needed.

[Verification] Code compiles without errors after manually added changed rpms to GBS-ROOT.

Change-Id: Ie9ef7096c0a13e5c15356507a24a812cd6f4f774
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[MediaController] Privilege checks moved to JS.
Pawel Andruszkiewicz [Mon, 4 May 2015 08:52:35 +0000 (10:52 +0200)]
[MediaController] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I82d84186e526f401231f8d84bf9b657df4b54eae
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Sensor] Removed unnecessary constant for privilege.
Pawel Andruszkiewicz [Mon, 4 May 2015 08:36:00 +0000 (10:36 +0200)]
[Sensor] Removed unnecessary constant for privilege.

Change-Id: I7893035388890d803ad6cb7b5504744c7022dd39
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[BluetoothLE] Stubs for BluetoothLE features
Piotr Kosko [Mon, 4 May 2015 12:26:00 +0000 (14:26 +0200)]
[BluetoothLE] Stubs for BluetoothLE features

[Feature] Added stubs for methods and objects related to
  Bluetooth Low Energy.

[Verification] tizen.bluetooth.getLEAdapter() is visible in console.

Change-Id: Ia25cddfe75d19c3f53d27383f3668ca7b962d0c4
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Systeminfo] changed physical screen size fetching is SystemInfoDisplay
Piotr Kosko [Mon, 4 May 2015 08:37:55 +0000 (10:37 +0200)]
[Systeminfo] changed physical screen size fetching is SystemInfoDisplay

[Feature] Physical size is now calculated with screen resolution and dots per inch property.

[Verficiation] TCTs related to physical screen size now pass.

Change-Id: I63d4bb8ff0c08981fcf7506b9040e9719278b3a0
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[systeminfo] - Added codes to check if m_tapi_handles is null
Andrzej Popowski [Mon, 4 May 2015 09:40:01 +0000 (11:40 +0200)]
[systeminfo] - Added codes to check if m_tapi_handles is null

Change-Id: I79f7f42880ab271074b61893a59ab1623b01aadc
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Push] fix TCT capability issue. b2 target is not support push API.
Lukasz Bardeli [Mon, 4 May 2015 09:35:41 +0000 (11:35 +0200)]
[Push] fix TCT capability issue. b2 target is not support push API.

[Verification] Code compiles without error.

Change-Id: I8ea1fbf71ba33db63afca80ccc3a8864f8e67747
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Utils][Content] Fix for TCT
Pawel Kaczmarek [Mon, 4 May 2015 09:29:59 +0000 (11:29 +0200)]
[Utils][Content] Fix for TCT

[Verification]
TCT content result:
before: 60.87%
after: 94.35%

Change-Id: Idd319bb9a86dd41c34e87fb454421bf645848c35
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[exif] - Updated the codes fixing a prevent issue for error handling from slp
Andrzej Popowski [Mon, 4 May 2015 08:45:50 +0000 (10:45 +0200)]
[exif] - Updated the codes fixing a prevent issue for error handling from slp

Change-Id: I4181d0af91035ed358c8eb2335c1acb099d2fcfa
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Messaging] Fix in toTimeT method
Lukasz Bardeli [Thu, 30 Apr 2015 12:04:19 +0000 (14:04 +0200)]
[Messaging] Fix in toTimeT method

[Verification] Code compiles without error.
               Passrate 100% (184/184/0/0/0)

Change-Id: I43c6040ccb21f36bf56985d003103df69e046c86
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[NFC] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 13:56:22 +0000 (15:56 +0200)]
[NFC] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: If41026035363a1f9d1a8e2d467ca4cd03bdbdcc6
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[NBS] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 13:28:01 +0000 (15:28 +0200)]
[NBS] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I35b774057f75fa68082093445d3f5b52abea6666
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Messaging] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 13:22:25 +0000 (15:22 +0200)]
[Messaging] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I8a05bbe64c84a578998e40b3aba7f3aca776def3
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Filesystem] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 13:07:49 +0000 (15:07 +0200)]
[Filesystem] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I998fa1f8c6e8a1ce560bfc05c703c3b32958ee98
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Download] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 13:00:07 +0000 (15:00 +0200)]
[Download] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I4d137667f531a4ca8f4899ac3ef1d240c63eb9cb
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[DataControl] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 12:52:30 +0000 (14:52 +0200)]
[DataControl] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I2539852ecddeb45d3c203de4a1dfbd1beb9d721a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Contact] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 12:41:27 +0000 (14:41 +0200)]
[Contact] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: I54e968c6cfe0a7fc463585c649dfc401b09ee6f9
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[CallHistory] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 12:22:44 +0000 (14:22 +0200)]
[CallHistory] Privilege checks moved to JS.

Privileges need to be checked before validation of arguments.

Change-Id: Idd7add88ebd1ff2a4e99d5d8500cc60d33c3d08a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Calendar] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 12:14:51 +0000 (14:14 +0200)]
[Calendar] Privilege checks moved to JS.

Privileges need to be check before validation of arguments.

Change-Id: Ib6f702144b9cbe508699731fe9852d792b8148f2
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Badge] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 11:49:35 +0000 (13:49 +0200)]
[Badge] Privilege checks moved to JS.

Privileges need to be check before validation of arguments.

Change-Id: Ib3d7d5fa7ae6c4af3275b58cbaefd5c670cdc7c3
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Archive] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 11:35:15 +0000 (13:35 +0200)]
[Archive] Privilege checks moved to JS.

Privileges need to be check before validation of arguments.

Change-Id: I1f58e9b6648e2ad2bdc91c44104d3f04e767e3f0

9 years ago[Account] Privilege checks moved to JS.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 10:46:21 +0000 (12:46 +0200)]
[Account] Privilege checks moved to JS.

Privileges need to be check before validation of arguments.

Change-Id: I145568782afcce0e25e6abd4227821be66f1a51f

9 years ago[package] - checking privileges moved to JS layer
Andrzej Popowski [Mon, 4 May 2015 07:09:52 +0000 (09:09 +0200)]
[package] - checking privileges moved to JS layer

Change-Id: Iddc225bc1824e118e586a5847356b6c9dfc92b30
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Push] Privilege checks moved to JS layer
Piotr Kosko [Mon, 4 May 2015 07:10:50 +0000 (09:10 +0200)]
[Push] Privilege checks moved to JS layer

Change-Id: I893855bb255593d55134e9b96ea499c5e3182781
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Content] Moved checking privileges to JS layer.
Tomasz Marciniak [Mon, 4 May 2015 05:35:39 +0000 (07:35 +0200)]
[Content] Moved checking privileges to JS layer.

[Verification] Code compiles without errors.

Change-Id: Ib3a0dd3300023c44a71bf217abb7dd38c06d32cd
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Notification] Moved checking privileges to JS layer.
Tomasz Marciniak [Mon, 4 May 2015 07:01:11 +0000 (09:01 +0200)]
[Notification] Moved checking privileges to JS layer.

[Verification] Code compiles without errors.

Change-Id: If73090dced65523ce1f4391f0d71ca364bccf629
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[systeminfo] - Checking privileges moved to JS layer
Andrzej Popowski [Thu, 30 Apr 2015 11:52:44 +0000 (13:52 +0200)]
[systeminfo] - Checking privileges moved to JS layer

Change-Id: Iebb0fec92ece10b28a82b520b4664f45acbca151
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[power] - checking privileges moved to JS layer
Andrzej Popowski [Mon, 4 May 2015 06:45:59 +0000 (08:45 +0200)]
[power] - checking privileges moved to JS layer

Change-Id: I7eae2d95ca7d218f42db5167253fa8f52056beae
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[secureelement] - Checking privileges moved to JS layer
Andrzej Popowski [Thu, 30 Apr 2015 13:43:45 +0000 (15:43 +0200)]
[secureelement] - Checking privileges moved to JS layer

Change-Id: I90da69a37e35c91f54fafc5951342ad68155b41f
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[systemsetting] - Checking privileges moved to JS layer
Andrzej Popowski [Thu, 30 Apr 2015 12:35:34 +0000 (14:35 +0200)]
[systemsetting] - Checking privileges moved to JS layer

Change-Id: I6abba4cf96b528bd0c46b65619231f9f6d8c4f4d
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Application] Moved checking privileges to JS layer.
Tomasz Marciniak [Thu, 30 Apr 2015 11:52:17 +0000 (13:52 +0200)]
[Application] Moved checking privileges to JS layer.

[Verification] Code compiles without errors.

Change-Id: Ie60ccefced4aa43480c808b7e6117a34aa888026
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[sound] - Checking privileges moved to JS layer
Andrzej Popowski [Thu, 30 Apr 2015 12:46:54 +0000 (14:46 +0200)]
[sound] - Checking privileges moved to JS layer

Change-Id: I34297aa480a1feb267efff17b9a9cde122c17f28
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Bookmark] Moved checking privileges to JS layer.
Tomasz Marciniak [Thu, 30 Apr 2015 09:11:30 +0000 (11:11 +0200)]
[Bookmark] Moved checking privileges to JS layer.

[Verification] Code compiles without errors.
TCT tests for Bookmark privileges passes.

Change-Id: I960f4e08e9ca058b42a6b23856703af14650dec7
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Bluetooth] Moved checking privileges to JS layer.
Tomasz Marciniak [Thu, 30 Apr 2015 12:21:42 +0000 (14:21 +0200)]
[Bluetooth] Moved checking privileges to JS layer.

[Verification] Code compiles without errors.

Change-Id: I13cb9c82ee862e869cd079ba85eef23fd1ecda44
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Alarm] Moved checking privileges to JS layer.
Tomasz Marciniak [Thu, 30 Apr 2015 10:19:13 +0000 (12:19 +0200)]
[Alarm] Moved checking privileges to JS layer.

[Verification] Code compiles without errors.

Change-Id: Ie4b430b96a1d19a62e1267bbb0ec82c74fbbcf9d
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Utils] Added list of privileges.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 10:00:36 +0000 (12:00 +0200)]
[Utils] Added list of privileges.

Change-Id: I8abbe329c5972b7397a68b8112285bdb0413261f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[push] - handling errors of push_register core function
Andrzej Popowski [Thu, 30 Apr 2015 09:42:08 +0000 (11:42 +0200)]
[push] - handling errors of push_register core function

Change-Id: Iaa78d5e00bdf744166441f9a9d1031d314a04cf9
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years agoMerge "[Application] ApplicationControl launchMode fix" into tizen_2.4
HyunJin Park [Thu, 30 Apr 2015 09:34:15 +0000 (18:34 +0900)]
Merge "[Application] ApplicationControl launchMode fix" into tizen_2.4

9 years ago[Application] ApplicationControl launchMode fix
Rafal Galka [Thu, 30 Apr 2015 09:02:20 +0000 (11:02 +0200)]
[Application] ApplicationControl launchMode fix

Change-Id: I30e12d3cbbb20d43122e20eb7c24d215de0cc2ed

9 years ago[Messaging] Fix for TCT tests
Lukasz Bardeli [Wed, 29 Apr 2015 12:59:01 +0000 (14:59 +0200)]
[Messaging] Fix for TCT tests

[Verification] Code compiles without errors.

Change-Id: I302c4619b1a6b51fdeccc7d9f4b7372c92c588fe
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Contact] Added initialization of a variable.
Pawel Andruszkiewicz [Thu, 30 Apr 2015 07:40:04 +0000 (09:40 +0200)]
[Contact] Added initialization of a variable.

Change-Id: I57562e2d1198f45157ecef78bd64fd6d07c870dc

9 years ago[WebSetting] Implementation changed to use sendRuntimeAsyncMessage().
Pawel Andruszkiewicz [Wed, 29 Apr 2015 07:58:32 +0000 (09:58 +0200)]
[WebSetting] Implementation changed to use sendRuntimeAsyncMessage().

Change-Id: I39b96c68c374c07192f45087cc51f32fad1f340b

9 years ago[Utils] Added support for sendRuntimeMessage().
Pawel Andruszkiewicz [Wed, 29 Apr 2015 07:34:12 +0000 (09:34 +0200)]
[Utils] Added support for sendRuntimeMessage().

Change-Id: I48303bd890e58cf0a230aae93f12dbfbb03ce46b

9 years ago[mediacontroller] build error fix - too many argument
Hyunjin Park [Thu, 30 Apr 2015 07:30:12 +0000 (16:30 +0900)]
[mediacontroller] build error fix - too many argument

Change-Id: I82f5a11cf5d110dfa8cf82a9297c224ef6e860e3

9 years agoMerge "modify spec - add buildrequire packages to prevent build error" into tizen_2.4
Hyunjin Park [Wed, 29 Apr 2015 08:50:22 +0000 (17:50 +0900)]
Merge "modify spec - add buildrequire packages to prevent build error" into tizen_2.4

9 years agomodify spec - add buildrequire packages to prevent build error
Hyunjin Park [Wed, 29 Apr 2015 08:50:50 +0000 (17:50 +0900)]
modify spec - add buildrequire packages to prevent build error

Change-Id: I62157a2efb0c9c87e88d60b1323a3ed11fc808ef

9 years ago[MediaController] Added privileges check + cleanup
Rafal Galka [Wed, 29 Apr 2015 07:54:36 +0000 (09:54 +0200)]
[MediaController] Added privileges check + cleanup

Change-Id: Ib8bcab1d18a5cbf5426a7bfdc6fe0ed497a76fa0

9 years ago[MediaController] Implementation of:
Rafal Galka [Wed, 29 Apr 2015 07:58:54 +0000 (09:58 +0200)]
[MediaController] Implementation of:
- sendPlaybackPosition
- sendShuffleMode
- sendRepeatMode
with corresponding server change listeners.

[Remark] CAPI have no dedicated methods.
Implementation is based on custom commands.
It should be updated when new version of CAPI will be available.

Change-Id: Ic7361e6a85cbeff98019aec61d56625d8bf7f1ba
Signed-off-by: Rafal Galka <r.galka@samsung.com>
9 years ago[Bluetooth] Initialize user_request_list_ with 0 values.
Tomasz Marciniak [Tue, 28 Apr 2015 13:08:02 +0000 (15:08 +0200)]
[Bluetooth] Initialize user_request_list_ with 0 values.

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

Change-Id: I8ead20b0a1e3ef1fda1c4b5d1f2c76b5ce6748aa
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Power] fixes for TCT tests.
Lukasz Bardeli [Tue, 28 Apr 2015 10:54:54 +0000 (12:54 +0200)]
[Power] fixes for TCT tests.

[Verification] Code compiles without error.

Change-Id: I0f54415ab2bccd0da31bbe49c400b9801d13ea37
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[systeminfo] - Change systemmanager privilege to telephony privilege
Andrzej Popowski [Mon, 27 Apr 2015 11:45:46 +0000 (13:45 +0200)]
[systeminfo] - Change systemmanager privilege to telephony privilege

Change-Id: Id7e01460bfbb359cc830208f39e34d61f2ad0fc7
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[MediaController] Custom commands native implementation.
Rafal Galka [Tue, 28 Apr 2015 10:31:07 +0000 (12:31 +0200)]
[MediaController] Custom commands native implementation.
- MediaControllerServerInfo.sendCommand()
- MediaControllerServer.addCommandListener()

Change-Id: I76741c1f551ba134da89c12caa24dd775a913ffd
Signed-off-by: Rafal Galka <r.galka@samsung.com>
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[MediaController] Server status listener
Rafal Galka [Thu, 23 Apr 2015 08:56:46 +0000 (10:56 +0200)]
[MediaController] Server status listener

Change-Id: Ic5b89245c0242c2a5310b0de34771678780b0320
Signed-off-by: Rafal Galka <r.galka@samsung.com>
9 years ago[MediaController] Playback state implementation
Rafal Galka [Wed, 22 Apr 2015 07:06:44 +0000 (09:06 +0200)]
[MediaController] Playback state implementation
- (client) send playback state
- (server) onplaybackstaterequest listener

Change-Id: I2c9110d3ec23932b494e0f186c8ccc0e8cab0946
Signed-off-by: Rafal Galka <r.galka@samsung.com>
9 years ago[MediaController] Client playback info change listener
Rafal Galka [Tue, 28 Apr 2015 10:22:32 +0000 (12:22 +0200)]
[MediaController] Client playback info change listener

Change-Id: Ia81805e2bf709f15b996baf7b1bcda0c9eb02ff4
Signed-off-by: Rafal Galka <r.galka@samsung.com>
9 years ago[WebSetting] Fixed error handling, code cleanup.
Pawel Andruszkiewicz [Mon, 27 Apr 2015 13:11:37 +0000 (15:11 +0200)]
[WebSetting] Fixed error handling, code cleanup.

Change-Id: I6bf70e9c508d8ba643dd99dfd6d20898fa8cd737

9 years ago[Sound] Unregister volume change listener in destructor.
Pawel Andruszkiewicz [Mon, 27 Apr 2015 10:07:28 +0000 (12:07 +0200)]
[Sound] Unregister volume change listener in destructor.

Change-Id: If4d5765cf7afbfac0c32f9b1a9417103b084b550

9 years ago[SecureElement] Added missing reference to utility object.
Pawel Andruszkiewicz [Mon, 27 Apr 2015 08:56:51 +0000 (10:56 +0200)]
[SecureElement] Added missing reference to utility object.

Change-Id: I4b61530009fcbd44264fa80427b910dab1cf5cec

9 years ago[SecureElement] Improvement of initialization and error handling.
Pawel Andruszkiewicz [Mon, 27 Apr 2015 08:20:32 +0000 (10:20 +0200)]
[SecureElement] Improvement of initialization and error handling.

Change-Id: Iad0b767e85d87ab8ec07bfd3b3ce332fa6b62bde

9 years ago[MediaController] Server native implementation
Rafal Galka [Tue, 14 Apr 2015 07:26:00 +0000 (09:26 +0200)]
[MediaController] Server native implementation

[Verification] Code compiles.

Change-Id: Ib76c47dfc1729b1741708046491c4023ccbaae0c

9 years ago[MediaController] Client.GetPlaybackInfo native implementation
Rafal Galka [Tue, 28 Apr 2015 08:35:16 +0000 (10:35 +0200)]
[MediaController] Client.GetPlaybackInfo native implementation

Change-Id: I2a4ea6204c5e8b2e41cb6afb530424aff9f39c77

9 years ago[MediaController] Client native implementation of:
Rafal Galka [Tue, 14 Apr 2015 07:57:48 +0000 (09:57 +0200)]
[MediaController] Client native implementation of:
- findServers
- getLatestServerInfo

[Verification] Code compiles.

Change-Id: Ib9aae61b9e5cc5106483b0e8994438fb9f0fbbc5

9 years ago[Privilege] Fixes for TCT tests.
Pawel Andruszkiewicz [Tue, 21 Apr 2015 11:09:21 +0000 (13:09 +0200)]
[Privilege] Fixes for TCT tests.

Change-Id: Ia86d0a28f48ab53fd17bdf5159a32dd7dea81a96

9 years ago[SystemInfo] Added callback for camera flash change
Wojciech Kosowicz [Wed, 25 Mar 2015 10:31:58 +0000 (11:31 +0100)]
[SystemInfo] Added callback for camera flash change

Unable to test it out as the callback does not come back
from the platform.

[Verification] Tct without changes

Change-Id: I76155c46d7f966a49a11c454a8bcf1c3a3c2cae0
Signed-off-by: Wojciech Kosowicz <w.kosowicz@samsung.com>
9 years ago[Filesystem] Refactoring of commonFS.
Pawel Andruszkiewicz [Tue, 21 Apr 2015 15:06:32 +0000 (17:06 +0200)]
[Filesystem] Refactoring of commonFS.

Internal implementation hidden, just needed methods are exposed.

Change-Id: I6a92b01c210f98c9496a98d5709697cdf3793bdb

9 years ago[Application] Ported implementation.
Tomasz Marciniak [Fri, 24 Apr 2015 10:11:29 +0000 (12:11 +0200)]
[Application] Ported implementation.

[Verification] Code compiles without errors.
TCT passrate 100% 159(159/0/0/0)

Change-Id: Ic455f8db44f343e3887510b088f1024f6c9dae05
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Download] Check if instance is not deleted.
Tomasz Marciniak [Mon, 20 Apr 2015 10:44:12 +0000 (12:44 +0200)]
[Download] Check if instance is not deleted.

[Feature] Added checking if instance is not deleted
before calling postMessage().

[Verification] Code compiles without errors.

Change-Id: Ib8a5ea3f2c55b17569335fe0f4bc6860d05214b3
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[NetworkBearerSelection] - securing pointers of each instances with a mutex
Andrzej Popowski [Tue, 21 Apr 2015 13:11:32 +0000 (15:11 +0200)]
[NetworkBearerSelection] - securing pointers of each instances with a mutex

Change-Id: Id3dc9df14f4505784afe0fed9e72bcf29506c66a
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[spec] disable callhistory feature on wearable profile
Hyunjin Park [Thu, 23 Apr 2015 06:56:29 +0000 (15:56 +0900)]
[spec] disable callhistory feature on wearable profile

Change-Id: I9775859c02dbf4824da1a52014204fb81a897c8b

9 years agoMerge "modify spec for wearable/mobile" into tizen_2.4
pius lee [Thu, 23 Apr 2015 06:23:54 +0000 (15:23 +0900)]
Merge "modify spec for wearable/mobile" into tizen_2.4

9 years ago[MediaController] ListenerManager improved, ReplyCommandListener added
Rafal Galka [Fri, 17 Apr 2015 11:07:51 +0000 (13:07 +0200)]
[MediaController] ListenerManager improved, ReplyCommandListener added

Change-Id: Iffd2c705037e7303a1db5696549f3039d523a673
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Filesystem] Store only storages provided by platform.
Pawel Andruszkiewicz [Tue, 21 Apr 2015 14:46:51 +0000 (16:46 +0200)]
[Filesystem] Store only storages provided by platform.

Change-Id: Ie609619f03f98ae1833705e9cd82fa2d85918ac3

9 years ago[Filesystem] Implementation modified to use common virtual FS.
Pawel Andruszkiewicz [Fri, 27 Mar 2015 09:07:18 +0000 (10:07 +0100)]
[Filesystem] Implementation modified to use common virtual FS.

[Verification] TCT pass rate did not change.

Change-Id: If00593df3034dd5929128bce080ee72e38b8feaf

9 years ago[Systeminfo] Refactored getCapability method
Piotr Kosko [Mon, 20 Apr 2015 12:26:18 +0000 (14:26 +0200)]
[Systeminfo] Refactored getCapability method

Change-Id: I6806cb61b6d90dbe0e015d4fae400cce1c0170ca
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Common] fix in WebAPIException
Lukasz Bardeli [Mon, 20 Apr 2015 11:46:23 +0000 (13:46 +0200)]
[Common] fix in WebAPIException

[Feature] Adaptation to documentation.
readonly unsigned short code
16-bit error code.
For the possible values of this attribute, see DOMException.

DOMException - http://www.w3.org/TR/dom/#domexception
The code exception field must return the value it was initialized to.

To throw a name exception run these steps:
1. Let code be zero.
2. If name is in the first column of the error names table and has a corresponding legacy code exception field value in the third column, set code to that value.
3. Throw a new DOMException exception, whose message is a user agent-defined value, name is name, and whose code exception field is code.

Change-Id: Ic14e6855220da2c66d38c50bb6f3439f26d05f0e
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[DataControl] fix for select and update in DataControl
Lukasz Bardeli [Fri, 17 Apr 2015 13:10:22 +0000 (15:10 +0200)]
[DataControl] fix for select and update in DataControl

[Verification] Code compiles without error.

Change-Id: I70adb9f85207546291ae70449b01fda0ef5c5ad2
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Archive] Added support to options in ArchiveFile.add() method
Piotr Kosko [Fri, 17 Apr 2015 09:15:46 +0000 (11:15 +0200)]
[Archive] Added support to options in ArchiveFile.add() method

[Feature] Options for ArchiveFile.add() method was not supported.
  Added support for destination, stripSourceDirectory and compressionLevel.

[Verification] Code compiles without errors.
  TCT passrate increased to 98.11%.

Change-Id: Iff1af6ef0e9e704b3820795b3c969d1c7ad331ff
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years ago[Archive] Fixed fetching widget paths
Piotr Kosko [Thu, 16 Apr 2015 11:47:01 +0000 (13:47 +0200)]
[Archive] Fixed fetching widget paths

[Bug] Widget paths was fetched incorretly - implementation fixed to use common/virtual_fs

[Verification] Code compiles without errors.
  tizen.archive is visible in tests.
  TCT passrate increased to 97.17%

Change-Id: Ida147f48148b343496d009f1414c6288a345e552
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoFixed validation of method calls, appropriate parameter type should be FUNCTION.
Pawel Andruszkiewicz [Tue, 21 Apr 2015 08:00:36 +0000 (10:00 +0200)]
Fixed validation of method calls, appropriate parameter type should be FUNCTION.

Change-Id: Ia09c1d93bb2f161e21544811b001536f0d4d222f

9 years ago[Utils] Fixed isObject() function.
Pawel Andruszkiewicz [Mon, 20 Apr 2015 14:26:59 +0000 (16:26 +0200)]
[Utils] Fixed isObject() function.

Previous implementation returned true for function.

Change-Id: I09cf359efaccefd5eb93f2ad0141a2dad373417a

9 years ago[Utils] Empty listener object is valid.
Pawel Andruszkiewicz [Mon, 20 Apr 2015 14:22:32 +0000 (16:22 +0200)]
[Utils] Empty listener object is valid.

Change-Id: Ib392793a8a5e40bc5b9063b15754409490d72fb5

9 years ago[Package] Fixed reported errors in callbacks.
Pawel Andruszkiewicz [Mon, 20 Apr 2015 14:14:00 +0000 (16:14 +0200)]
[Package] Fixed reported errors in callbacks.

Change-Id: Ie7dbf9c4bc603a6647dfd2b833e8f98cc1598370

9 years ago[Calendar] Fixed unregistering listeners.
Pawel Andruszkiewicz [Thu, 16 Apr 2015 13:54:55 +0000 (15:54 +0200)]
[Calendar] Fixed unregistering listeners.

Change-Id: I403eb5096ba67c8d001a78ee4c46b651a48b1b9c

9 years ago[Account] Fixed native call.
Pawel Andruszkiewicz [Thu, 16 Apr 2015 07:59:01 +0000 (09:59 +0200)]
[Account] Fixed native call.

Change-Id: I91f4509459c7351ccf905939718ca0f8f9cd80f0

9 years agoadd icu-i18n package on spec
Hyunjin Park [Mon, 20 Apr 2015 09:58:28 +0000 (18:58 +0900)]
add icu-i18n package on spec

Change-Id: Icef7b92dc7604907704e11c256bd482bd5eec641

9 years agomodify spec for wearable/mobile
Hyunjin Park [Sat, 18 Apr 2015 13:37:28 +0000 (22:37 +0900)]
modify spec for wearable/mobile

Change-Id: Id23cf3dbe0ecda572518bd9fa99316b218619ef0

9 years ago[MediaController] getPlaybackInfo fix
Pawel Kaczmarek [Tue, 14 Apr 2015 12:10:50 +0000 (14:10 +0200)]
[MediaController] getPlaybackInfo fix

Change-Id: Icccbc0ea23f4e4404c437d6e0a48c906af22ca97
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[MediaController] Update MediaController properties
Pawel Kaczmarek [Tue, 14 Apr 2015 09:42:24 +0000 (11:42 +0200)]
[MediaController] Update MediaController properties

Change-Id: Ia393ba2f70bef0ca04c10520f9b036c1f5f906f7
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[common] - using new ACE security functions
Andrzej Popowski [Fri, 27 Mar 2015 13:40:18 +0000 (14:40 +0100)]
[common] - using new ACE security functions

Change-Id: I08ff6154aa5156992839d94d11f46be20914af2e
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Tizen] fix checking constructor call
Lukasz Bardeli [Wed, 15 Apr 2015 09:53:59 +0000 (11:53 +0200)]
[Tizen] fix checking constructor call

[Verification] Code compiles without error

Change-Id: Ia0f11e322483c6b67347b9230cd1f685906d1f6d
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Filesystem] If there's a problem with stat(), report NotFound error.
Pawel Andruszkiewicz [Tue, 14 Apr 2015 14:19:45 +0000 (16:19 +0200)]
[Filesystem] If there's a problem with stat(), report NotFound error.

Change-Id: Ifb3a582edac6c435d1cf3f8db5474799ee7437f5

9 years ago[Common] Verify if V8-specific code is available before calling it.
Pawel Andruszkiewicz [Tue, 14 Apr 2015 14:01:03 +0000 (16:01 +0200)]
[Common] Verify if V8-specific code is available before calling it.

Change-Id: I0b0ec44ed748b8ca23cae6d9db8f64fa7a73bca1

9 years ago[Application] Bug fixed. app_control_launch_mode_e(SINGLE, GROUP)
JongHeon [Tue, 14 Apr 2015 07:10:00 +0000 (16:10 +0900)]
[Application] Bug fixed. app_control_launch_mode_e(SINGLE, GROUP)

Change-Id: Iacd1216bf6ef439e2e9e2212d7f519202907ddf9

9 years ago[Application] Bug fixed to launchMode
JongHeon [Mon, 13 Apr 2015 04:58:39 +0000 (13:58 +0900)]
[Application] Bug fixed to launchMode

Change-Id: I4b2554aecb10a8208aa08f08dd7900c2645227f0

9 years ago[Messaging] Allow to create multiple instances of MessagingInstance class.
Lukasz Bardeli [Tue, 14 Apr 2015 07:08:59 +0000 (09:08 +0200)]
[Messaging] Allow to create multiple instances of MessagingInstance class.

Change-Id: I64862e45301f295d45bebe81741dcd9efae2e1cf
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Sound] Allow to create multiple instances of SoundInstance class.
Lukasz Bardeli [Tue, 14 Apr 2015 06:37:45 +0000 (08:37 +0200)]
[Sound] Allow to create multiple instances of SoundInstance class.

Change-Id: Iad04b853543d3eee58bda087989b0c8ad6c8cc59
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[SystemInfo] Allow to create multiple instances of SysteminfoInstance class.
Lukasz Bardeli [Thu, 9 Apr 2015 12:50:44 +0000 (14:50 +0200)]
[SystemInfo] Allow to create multiple instances of SysteminfoInstance class.

Change-Id: I95a07d0ff4536027eb428c5844e9307c68e5cf92
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years ago[Time] Allow to create multiple instances of TimeInstance class
Lukasz Bardeli [Thu, 9 Apr 2015 08:16:51 +0000 (10:16 +0200)]
[Time] Allow to create multiple instances of TimeInstance class

Change-Id: Ic1119c809130a7be136d8d80b0bf769730aba431
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>