platform/core/api/webapi-plugins.git
9 years agoReplaced all PostMessage() instances with its safe counterpart.
Pawel Andruszkiewicz [Fri, 28 Aug 2015 12:07:33 +0000 (14:07 +0200)]
Replaced all PostMessage() instances with its safe counterpart.

[Verification] TCT pass rate did not change.

Change-Id: I58c3061407709acfd69d8b412dd2917dd60aae28
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Common] Invoke callbacks and listeners asynchronously.
Pawel Andruszkiewicz [Fri, 28 Aug 2015 07:12:58 +0000 (09:12 +0200)]
[Common] Invoke callbacks and listeners asynchronously.

This change is needed for http://168.219.209.56/gerrit/#/c/77690/ to work correctly, in order to avoid deadlocks.

Change-Id: Ie664660da69e4b0b0368b4af9b2e0e7243c41ada
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.35
Hyunjin Park [Fri, 28 Aug 2015 10:28:04 +0000 (19:28 +0900)]
[version] 0.35

Change-Id: Id0ad5b2f27400b34d9fc2044a906d78aeeb428ed

9 years ago[SystemInfo] Fix for systemInfo CameraFlash
Lukasz Bardeli [Fri, 28 Aug 2015 09:08:11 +0000 (11:08 +0200)]
[SystemInfo] Fix for systemInfo CameraFlash

[Verification] Code compiles without error. Passrate 99.66% (297/296/1/0/0)

Change-Id: I1d3b7058183620d6e47ef65fdf92527955bfe15e
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
9 years agoMerge "[Application] Adjusting broadcasting methods to widl changes" into tizen_2.4
HyunJin Park [Thu, 27 Aug 2015 11:39:52 +0000 (20:39 +0900)]
Merge "[Application] Adjusting broadcasting methods to widl changes" into tizen_2.4

9 years agoMerge "[Notification] Added privilege checks to LED methods." into tizen_2.4
HyunJin Park [Thu, 27 Aug 2015 10:51:17 +0000 (19:51 +0900)]
Merge "[Notification] Added privilege checks to LED methods." into tizen_2.4

9 years ago[Notification] Added privilege checks to LED methods.
Pawel Andruszkiewicz [Thu, 27 Aug 2015 10:00:33 +0000 (12:00 +0200)]
[Notification] Added privilege checks to LED methods.

[Verification] TCT pass rate (r36) has decreased, since TCT app does not specify the 'http://tizen.org/privilege/led' privilege:
               93.55% (93/87/6/0/0)

Change-Id: I11f9bed4a3efb5127f614609dbb2c160f3c21798
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Application] Adjusting broadcasting methods to widl changes
Pawel Kaczmarek [Thu, 27 Aug 2015 09:39:30 +0000 (11:39 +0200)]
[Application] Adjusting broadcasting methods to widl changes

Change-Id: If943ca102829fc50dfb1cca18cc4e55b46eca289
widl: http://168.219.209.56/gerrit/#/c/77538/2
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Common] Keep track of created and destroyed instances. Safe PostMessage() method.
Pawel Andruszkiewicz [Thu, 27 Aug 2015 09:31:13 +0000 (11:31 +0200)]
[Common] Keep track of created and destroyed instances. Safe PostMessage() method.

Fixes: XWALK-730

The PostMessage() method is usually called after asynchronous job executed in background.
Since the job may finish after an instance has been destroyed, it's not very safe. Some of the modules
have experienced this problem before, and had similar workaround implemented (i.e. Download).

This commit adds a common mechanism which keeps track of existing instances and provides safe PostMessage() method.

As a follow-up, the method 'void Instance::PostMessage(const char* msg)' should be made private and all existing
calls to that method should be replaced with calls to 'void Instance::PostMessage(Instance* that, const char* msg)'.

Change-Id: Icb0bd38516f8a8203d7c9ca28837c036a258f9b6
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.34
Hyunjin Park [Thu, 27 Aug 2015 07:51:24 +0000 (16:51 +0900)]
[version] 0.34

Change-Id: I454aa1b84978f5d452839716dbb4acf02402f2ef

9 years agoMerge "[Notification] Fixed validation of LED color." into tizen_2.4
HyunJin Park [Thu, 27 Aug 2015 07:35:09 +0000 (16:35 +0900)]
Merge "[Notification] Fixed validation of LED color." into tizen_2.4

9 years agoMerge "[Application] Unmarshal the app ID and event name." into tizen_2.4
HyunJin Park [Thu, 27 Aug 2015 07:34:15 +0000 (16:34 +0900)]
Merge "[Application] Unmarshal the app ID and event name." into tizen_2.4

9 years ago[Notification] Fixed validation of LED color.
Pawel Andruszkiewicz [Thu, 27 Aug 2015 07:31:54 +0000 (09:31 +0200)]
[Notification] Fixed validation of LED color.

Test NotificationManager_playLEDCustomEffect_color_invalid passes.

[Verification] TCT pass rate (r36): 97.85% (93/91/2/0/0).

Change-Id: Id050536aa5018ad2582757ca3e70f16caaf26e0a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Application] Unmarshal the app ID and event name.
Pawel Andruszkiewicz [Wed, 26 Aug 2015 13:47:14 +0000 (15:47 +0200)]
[Application] Unmarshal the app ID and event name.

Fixes: EventCallback_onevent

[Verification] TCT pass rate (r36): 100% (184/184/0/0/0).

Change-Id: I52d2e61c9e0a098749139d7d3d60f3200f7ce985
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.33
Hyunjin Park [Thu, 27 Aug 2015 06:31:13 +0000 (15:31 +0900)]
[version] 0.33

Change-Id: I1e07ba758a63b2f6a6b8887920bb1db0bd5f7745

9 years agoMerge "[Alarm] AlarmRelative updated to use inexact scheduling method." into tizen_2.4
HyunJin Park [Thu, 27 Aug 2015 05:40:42 +0000 (14:40 +0900)]
Merge "[Alarm] AlarmRelative updated to use inexact scheduling method." into tizen_2.4

9 years ago[version] 0.32
Hyunjin Park [Wed, 26 Aug 2015 08:05:54 +0000 (17:05 +0900)]
[version] 0.32

Change-Id: I71189e4942798caf6fb8180130032db7a120e372

9 years agomodify name of security rpm
Hyunjin Park [Wed, 26 Aug 2015 07:57:48 +0000 (16:57 +0900)]
modify name of security rpm
- capi-security-privliege-manager -> security-privilege-checker

Change-Id: Id61300b8f6f1f8c4b153440cc266932020ada16e

9 years ago[MessagingEmail] Make sure that resources are freed in case of error.
Pawel Andruszkiewicz [Wed, 26 Aug 2015 07:21:05 +0000 (09:21 +0200)]
[MessagingEmail] Make sure that resources are freed in case of error.

Prevent CID: 476172

[Verification] TCT pass rate (r35): 100% (308/308/0/0/0).

Change-Id: I7df6af7127de24b2eb712693f890c69889c956d9
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.31
Hyunjin Park [Wed, 26 Aug 2015 01:07:05 +0000 (10:07 +0900)]
[version] 0.31

Change-Id: Id9d981af667759e833838c0f024eafd3f356649c

9 years agoMerge "[Calendar] Fixed handling of startDate and endDate." into tizen_2.4
HyunJin Park [Wed, 26 Aug 2015 01:06:23 +0000 (10:06 +0900)]
Merge "[Calendar] Fixed handling of startDate and endDate." into tizen_2.4

9 years ago[Calendar] Fixed handling of startDate and endDate.
Pawel Andruszkiewicz [Tue, 25 Aug 2015 14:32:15 +0000 (16:32 +0200)]
[Calendar] Fixed handling of startDate and endDate.

Issue: TNEF-4351

The platform expects that both start date and end date will be of the same type.
If only one of these values is set in JS, that value should be used as both start and end date, to ensure that they are properly filled for platform.
Note: this might be only related to isAllDay value set to true.

[Verification] TCT pass rate did not change.

Change-Id: I9c21e7d301be8df42471e060b1de5bdff180dc49
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Filesystem] Allow for filepath separators to exist in relative path." into...
HyunJin Park [Tue, 25 Aug 2015 01:47:23 +0000 (10:47 +0900)]
Merge "[Filesystem] Allow for filepath separators to exist in relative path." into tizen_2.4

9 years ago[Filesystem] Allow for filepath separators to exist in relative path.
Pawel Andruszkiewicz [Mon, 24 Aug 2015 13:53:45 +0000 (15:53 +0200)]
[Filesystem] Allow for filepath separators to exist in relative path.

Fixes: TNEF-4356

[Verification] TCT pass rate (r35): 100% (289/289/0/0/0)

Change-Id: I976ce6e1e3a977b20f451ad65bee921b82bbaf9f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[version] 0.30
Hyunjin Park [Mon, 24 Aug 2015 11:20:29 +0000 (20:20 +0900)]
[version] 0.30

Change-Id: I5a313f95d9bebf009183f33c472d9382e093c643

9 years agoMerge "[Messaging] Return in case of allocation error." into tizen_2.4
HyunJin Park [Mon, 24 Aug 2015 11:17:48 +0000 (20:17 +0900)]
Merge "[Messaging] Return in case of allocation error." into tizen_2.4

9 years ago[Messaging] Return in case of allocation error.
Pawel Andruszkiewicz [Mon, 24 Aug 2015 10:52:24 +0000 (12:52 +0200)]
[Messaging] Return in case of allocation error.

Prevent CID: 454028

[Verification] TCT pass rate (r35, email): 100% (308/308/0/0/0).

Change-Id: I0a70bb688c1ab7b63eb9b5b7264522301b9f2ab4
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[SystemInfo] Added default case in error reporting routine." into tizen_2.4
HyunJin Park [Mon, 24 Aug 2015 10:27:56 +0000 (19:27 +0900)]
Merge "[SystemInfo] Added default case in error reporting routine." into tizen_2.4

9 years agoMerge "[Content] Fixed memory leaks." into tizen_2.4
HyunJin Park [Mon, 24 Aug 2015 10:25:18 +0000 (19:25 +0900)]
Merge "[Content] Fixed memory leaks." into tizen_2.4

9 years ago[SystemInfo] Added default case in error reporting routine.
Pawel Andruszkiewicz [Mon, 24 Aug 2015 09:44:24 +0000 (11:44 +0200)]
[SystemInfo] Added default case in error reporting routine.

Prevent CID: 455406

[Verification] TCT pass rate (r35): 100% (289/289/0/0/0).

Change-Id: I80b46399b1906617ccee5ff88f01fe120997dd62
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Package] Fixed memory leak.
Pawel Andruszkiewicz [Mon, 24 Aug 2015 09:25:03 +0000 (11:25 +0200)]
[Package] Fixed memory leak.

Prevent CID: 435873

[Verification] TCT pass rate (r35): 100% (54/54/0/0/0)

Change-Id: I9259991af7b1dd45c6b6ae57782ff6ce2dc5fa0b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Content] Fixed memory leaks.
Pawel Andruszkiewicz [Mon, 24 Aug 2015 09:12:52 +0000 (11:12 +0200)]
[Content] Fixed memory leaks.

Prevent CIDs: 435866, 435892, 435893, 435906, 435939

[Verification] TCT pass rate (r35): 100% (230/230/0/0/0)

Change-Id: I381fb39f0388dd3a3eca3710fdffe8dccdb6eaf9
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "Messaging plugin: removed multiple warnings found by cppcheck" into tizen_2.4
HyunJin Park [Mon, 24 Aug 2015 09:11:50 +0000 (18:11 +0900)]
Merge "Messaging plugin: removed multiple warnings found by cppcheck" into tizen_2.4

9 years agoMerge "[Contact] Fixed URI handling in Contact module." into tizen_2.4
HyunJin Park [Mon, 24 Aug 2015 02:20:53 +0000 (11:20 +0900)]
Merge "[Contact] Fixed URI handling in Contact module." into tizen_2.4

9 years agoMerge "[Utils] Binary Exchanging support" into tizen_2.4
HyunJin Park [Fri, 21 Aug 2015 08:33:47 +0000 (17:33 +0900)]
Merge "[Utils] Binary Exchanging support" into tizen_2.4

9 years ago[Contact] Fixed URI handling in Contact module.
Pawel Andruszkiewicz [Fri, 21 Aug 2015 08:01:22 +0000 (10:01 +0200)]
[Contact] Fixed URI handling in Contact module.

Issue: TNEF-4311

[Verification] TCT pass rate: 100% (441/441/0/0/0) (r35).

Change-Id: I316eb179ecf299a5e64a4eaf42cc5257e3ab2c6a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "Binary Exchanging Support" into tizen_2.4
HyunJin Park [Fri, 21 Aug 2015 08:04:07 +0000 (17:04 +0900)]
Merge "Binary Exchanging Support" into tizen_2.4

9 years ago[Bluetooth] Fixed implementation of setPowered().
Pawel Andruszkiewicz [Thu, 20 Aug 2015 14:32:25 +0000 (16:32 +0200)]
[Bluetooth] Fixed implementation of setPowered().

Issue: XWALK-699

[Verification] TCT pass rate did not change.

Change-Id: I5d3a8a273a7962f83afd42b707335975dc483f78
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Documentation] Removing unnecessary doc/js/ace/*.js files
Pawel Kaczmarek [Thu, 20 Aug 2015 11:54:02 +0000 (13:54 +0200)]
[Documentation] Removing unnecessary doc/js/ace/*.js files

[Reason]
Files are created when documentation is generated by following command:
npm run-script generate

Change-Id: Id99c0f65a65b758058219b53614f97711809ae96
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[version] 0.29
Hyunjin Park [Thu, 20 Aug 2015 10:28:22 +0000 (19:28 +0900)]
[version] 0.29

Change-Id: Ibc6ae30a16ac64459a9a71febf8fc1f72d61d4d9

9 years agoMerge "[Content] Make sure that directory path is stored as URI." into tizen_2.4
HyunJin Park [Thu, 20 Aug 2015 10:18:43 +0000 (19:18 +0900)]
Merge "[Content] Make sure that directory path is stored as URI." into tizen_2.4

9 years ago[Content] Make sure that directory path is stored as URI.
Pawel Andruszkiewicz [Thu, 20 Aug 2015 08:42:24 +0000 (10:42 +0200)]
[Content] Make sure that directory path is stored as URI.

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

Change-Id: Iadb56998e4edd0ed76be33aed566adf9c88c372a
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[BluetoothLE] Return NotFound error if UUID is invalid." into tizen_2.4
HyunJin Park [Thu, 20 Aug 2015 09:49:15 +0000 (18:49 +0900)]
Merge "[BluetoothLE] Return NotFound error if UUID is invalid." into tizen_2.4

9 years ago[BluetoothLE] Return NotFound error if UUID is invalid.
Pawel Andruszkiewicz [Wed, 19 Aug 2015 06:34:55 +0000 (08:34 +0200)]
[BluetoothLE] Return NotFound error if UUID is invalid.

[Verification] BluetoothLEDevice_getService_NotFoundError should pass.

Change-Id: Ifd7b89448e02ebd1c964ee9bb5e8d369f967ed9b
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Utils] Binary Exchanging support
Pawel Kaczmarek [Thu, 13 Aug 2015 11:47:57 +0000 (13:47 +0200)]
[Utils] Binary Exchanging support

NativeManager
- callData
- callSyncData
- sendSyncData
- setDataListener

Change-Id: I20048cbc362e376d9fed99281ca830bb7dc3784e
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[BluetoothLE] - fixing connect and disconnect functions
Andrzej Popowski [Wed, 19 Aug 2015 14:07:28 +0000 (16:07 +0200)]
[BluetoothLE] - fixing connect and disconnect functions

Change-Id: Ie0e2ab2786a283026f591aaf4b3c361e52171bbe
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[version] 0.28
Hyunjin Park [Wed, 19 Aug 2015 10:15:08 +0000 (19:15 +0900)]
[version] 0.28

Change-Id: I4e6d7e44e411b89de135e4f8f58e13830f08f08d

9 years agoMerge "[Documentation] Fix generating documentation" into tizen_2.4
HyunJin Park [Wed, 19 Aug 2015 10:11:56 +0000 (19:11 +0900)]
Merge "[Documentation] Fix generating documentation" into tizen_2.4

9 years ago[Documentation] Fix generating documentation
Pawel Kaczmarek [Wed, 19 Aug 2015 10:09:25 +0000 (12:09 +0200)]
[Documentation] Fix generating documentation

Change-Id: I0310d63182cda48b04f5644cac5b2dd8b3fae1cd
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years agoMerge "[Systeminfo] Changed implementation of WIFI_NETWORK property" into tizen_2.4
HyunJin Park [Wed, 19 Aug 2015 09:16:09 +0000 (18:16 +0900)]
Merge "[Systeminfo] Changed implementation of WIFI_NETWORK property" into tizen_2.4

9 years ago[Systeminfo] Changed implementation of WIFI_NETWORK property
Piotr Kosko [Wed, 19 Aug 2015 07:55:25 +0000 (09:55 +0200)]
[Systeminfo] Changed implementation of WIFI_NETWORK property

[Feature] Implementation changed to provide actual WIFI_NETWORK state.

[Verification] Tested in chrome console. Signal strength change when distance from access point changes.
  TCT passrate 100%.

Change-Id: Iccfedca3b4084c4626343381f6f8f4fff56e08e1
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
9 years agoMessaging plugin: removed multiple warnings found by cppcheck
Maciej Socha [Tue, 21 Jul 2015 11:33:57 +0000 (13:33 +0200)]
Messaging plugin: removed multiple warnings found by cppcheck

[Verification] TCT results:
                email:
                       Before - 100%
                       After  - 100%
                mms:
                       Before - 100%
                       After  - 100%
                sms:
                       Before - 100%
                       After  - 100%

Change-Id: Ia833bc5779cc557af53a3c1efeddebcd4e453cb8
Signed-off-by: Maciej Socha <m.socha@samsung.com>
9 years ago[FM radio] modify onchange to onchanged
Hyunjin Park [Mon, 17 Aug 2015 13:04:21 +0000 (22:04 +0900)]
[FM radio] modify onchange to onchanged
- to match callback name

Change-Id: I635b1580156c2e75e148302e056de291e301452c

9 years agoMerge "[Alarm] Fix for AlarmAbsolute." into tizen_2.4
HyunJin Park [Tue, 11 Aug 2015 12:33:58 +0000 (21:33 +0900)]
Merge "[Alarm] Fix for AlarmAbsolute." into tizen_2.4

9 years ago[Alarm] Fix for AlarmAbsolute.
Tomasz Marciniak [Tue, 11 Aug 2015 11:50:54 +0000 (13:50 +0200)]
[Alarm] Fix for AlarmAbsolute.

[Verification] Code compiles. TCT pass rate 100%.
AlarmAbsolute can be correctly added to database.

Change-Id: I332b3cfb1213f29184e64084308901bb82953b74
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoBinary Exchanging Support
WonYoung Choi [Sat, 1 Aug 2015 05:52:33 +0000 (14:52 +0900)]
Binary Exchanging Support

Change-Id: I02f7140bd71961cd171d556a941a36184379f412
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
9 years ago[version] 0.27
Hyunjin Park [Tue, 11 Aug 2015 02:02:36 +0000 (11:02 +0900)]
[version] 0.27

Change-Id: I6c68c8f8216d59d7032af23d447cdac6495e5ec0

9 years ago[time] Fixed web TCT issues. Added getDefaultLocale api to get region format of vconf...
Hyunjin Park [Tue, 11 Aug 2015 01:16:53 +0000 (10:16 +0900)]
[time] Fixed web TCT issues. Added getDefaultLocale api to get region format of vconf key.
- from http://slp-info.sec.samsung.net/gerrit/#/c/2663854/

Web TCT - Time : 100% passed

Change-Id: I398070a2c6a84c679c0822949daad647d4a96101

9 years agoMerge "[Systeminfo] Fix implementation for 'CAMERA_FLASH' property" into tizen_2.4
HyunJin Park [Tue, 11 Aug 2015 00:55:44 +0000 (09:55 +0900)]
Merge "[Systeminfo] Fix implementation for 'CAMERA_FLASH' property" into tizen_2.4

9 years agoMerge "[License] Add license to ace/*.js files" into tizen_2.4
HyunJin Park [Tue, 11 Aug 2015 00:34:44 +0000 (09:34 +0900)]
Merge "[License] Add license to ace/*.js files" into tizen_2.4

9 years ago[License] Add license to ace/*.js files
Pawel Kaczmarek [Mon, 10 Aug 2015 13:36:22 +0000 (15:36 +0200)]
[License] Add license to ace/*.js files

Change-Id: I318c648e977dadf126af1530374adfb2b04a8c40
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Systeminfo] Fix implementation for 'CAMERA_FLASH' property
Piotr Czaja [Mon, 20 Jul 2015 09:57:43 +0000 (11:57 +0200)]
[Systeminfo] Fix implementation for 'CAMERA_FLASH' property

Change-Id: I55abdca650f6c6ebc59f84780dbbeaae9ca03c79
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
9 years ago[Application Application uninstall fix
Piotr Czaja [Thu, 16 Jul 2015 06:37:11 +0000 (08:37 +0200)]
[Application Application uninstall fix

Change-Id: I1769fffb46b4aa84d8094e4d0fc1853ed1ddc105
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
9 years ago[version] 0.26
Hyunjin Park [Mon, 10 Aug 2015 11:58:13 +0000 (20:58 +0900)]
[version] 0.26

Change-Id: I40f44d0d1fffdfbd7080d9dc9e48c90b13429ea3

9 years ago[Filesystem] fix the issue about external storage label and update cache storage
shyun [Mon, 10 Aug 2015 05:28:33 +0000 (14:28 +0900)]
[Filesystem] fix the issue about external storage label and update cache storage

Change-Id: I29e401ba5fefd27417a1d1615f1fe427a3763985
signed-off-by: SungHyun Min<shyun.min@samsung.com>

9 years ago[Application] Disabled system events
Pawel Kaczmarek [Mon, 10 Aug 2015 10:27:47 +0000 (12:27 +0200)]
[Application] Disabled system events

[Info] System events should be enabled when widl of application is ready

Change-Id: Ib630eaa235aac7968df4c120a5abf7f05d9b5ae4
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Application] Event listeners
Pawel Kaczmarek [Thu, 6 Aug 2015 08:18:29 +0000 (10:18 +0200)]
[Application] Event listeners

[Verification]
Event listeners should work

Change-Id: I955cbbff9ece49c6025b3881eecfe70c631d544d
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[Application] Initial implementation of events API
Pawel Kaczmarek [Fri, 19 Jun 2015 12:43:04 +0000 (14:43 +0200)]
[Application] Initial implementation of events API

[Verification] Code compile

Change-Id: I7b355c16493cc7767ba779a0e85694ee21bead9c
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
9 years ago[BluetoothLE] Fixed implementation of IsProperty() function.
Pawel Andruszkiewicz [Mon, 10 Aug 2015 08:09:25 +0000 (10:09 +0200)]
[BluetoothLE] Fixed implementation of IsProperty() function.

Change-Id: I8061cfa5211d76a5a4e1d15dfbd921feeb3d5685
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[inputdevice] enable inputdevice module
Hyunjin Park [Mon, 10 Aug 2015 07:46:27 +0000 (16:46 +0900)]
[inputdevice] enable inputdevice module
- http://168.219.209.56/jira/browse/TWDAPI-13

Change-Id: I0028ef7d703fcfd2e5bb82adf4a6d243e4687d60

9 years ago[bluetooth] - temporary fix for BLE device connect function
Andrzej Popowski [Mon, 10 Aug 2015 06:45:39 +0000 (08:45 +0200)]
[bluetooth] - temporary fix for BLE device connect function

Change-Id: Ia3b753016654391cf17458cf5e978d47c8fa9f81
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[version] 0.24
Hyunjin Park [Mon, 10 Aug 2015 04:44:22 +0000 (13:44 +0900)]
[version] 0.24

Change-Id: I800bc5ff40f9a19cbe4c27a3238747be19f3f257

9 years agoMerge "[BluetoothLE] Report NotFoundError if bt_gatt_client_get_service() returns...
HyunJin Park [Mon, 10 Aug 2015 04:31:11 +0000 (13:31 +0900)]
Merge "[BluetoothLE] Report NotFoundError if bt_gatt_client_get_service() returns BT_ERROR_NO_DATA." into tizen_2.4

9 years agoMerge "[BluetoothLE] Fixed obtaining UUIDs of subservices." into tizen_2.4
HyunJin Park [Mon, 10 Aug 2015 04:30:48 +0000 (13:30 +0900)]
Merge "[BluetoothLE] Fixed obtaining UUIDs of subservices." into tizen_2.4

9 years agoMerge "[BluetoothLE] Correctly handle unregistration of characteristic listeners...
HyunJin Park [Mon, 10 Aug 2015 04:30:09 +0000 (13:30 +0900)]
Merge "[BluetoothLE] Correctly handle unregistration of characteristic listeners." into tizen_2.4

9 years agoMerge "[Bluetooth] - BLE device connect function fixed" into tizen_2.4
HyunJin Park [Mon, 10 Aug 2015 04:25:26 +0000 (13:25 +0900)]
Merge "[Bluetooth] - BLE device connect function fixed" into tizen_2.4

9 years ago[BluetoothLE] Report NotFoundError if bt_gatt_client_get_service() returns BT_ERROR_N...
Pawel Andruszkiewicz [Fri, 7 Aug 2015 13:55:33 +0000 (15:55 +0200)]
[BluetoothLE] Report NotFoundError if bt_gatt_client_get_service() returns BT_ERROR_NO_DATA.

[Verification] Code compiles.

Change-Id: I18a8d55bdd842caf9dd60635ac1223aacc94f615
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[BluetoothLE] Fixed obtaining UUIDs of subservices.
Pawel Andruszkiewicz [Fri, 7 Aug 2015 13:14:57 +0000 (15:14 +0200)]
[BluetoothLE] Fixed obtaining UUIDs of subservices.

[Verficiation] Code compiles, does not crash.

Change-Id: I7800134c212e37d71b6dc8d81d2c4ddd2021a55d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[Bluetooth] Fix for readValue()" into tizen_2.4
Pawel Andruszkiewicz [Fri, 7 Aug 2015 13:03:36 +0000 (22:03 +0900)]
Merge "[Bluetooth] Fix for readValue()" into tizen_2.4

9 years ago[Bluetooth] Fix for readValue()
Tomasz Marciniak [Fri, 7 Aug 2015 12:58:46 +0000 (14:58 +0200)]
[Bluetooth] Fix for readValue()

[Verification] Function readValue() for BluetoothGATTDescriptor
works correctly.

Change-Id: I511d80dd9417826a39e312db025e3ad455c9ea04
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years ago[Systeminfo] - getting wifi mac address change reverted
Andrzej Popowski [Fri, 7 Aug 2015 11:58:38 +0000 (13:58 +0200)]
[Systeminfo] - getting wifi mac address change reverted

Change-Id: I14a6f9beebd135e9da6654bbdc7e27af5f77531d
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[BluetoothLE] Correctly handle unregistration of characteristic listeners.
Pawel Andruszkiewicz [Fri, 7 Aug 2015 12:00:24 +0000 (14:00 +0200)]
[BluetoothLE] Correctly handle unregistration of characteristic listeners.

[Verification] Manually tested, fixes potential crashes.

Change-Id: Id88923232b8c75bd87b0481158042c7edc221a0d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years agoMerge "[SystemSetting] add error handling codes to handle INVALID_VALUE_ERR and a...
JeongKyun Pu [Fri, 7 Aug 2015 11:36:35 +0000 (20:36 +0900)]
Merge "[SystemSetting] add error handling codes to handle INVALID_VALUE_ERR and a message for UNKOWN_ERR" into tizen_2.4

9 years ago[SystemSetting] add error handling codes to handle INVALID_VALUE_ERR and a message...
taekeun.kang [Fri, 7 Aug 2015 09:58:14 +0000 (18:58 +0900)]
[SystemSetting] add error handling codes to handle INVALID_VALUE_ERR and a message for UNKOWN_ERR

Change-Id: I4971d60006b011b97127f4685c55cffe80822f10
Signed-off-by: taekeun.kang <taekeun.kang@samsung.com>
9 years ago[Bluetooth] - fixing Ble disconnect function
Andrzej Popowski [Fri, 7 Aug 2015 10:00:55 +0000 (12:00 +0200)]
[Bluetooth] - fixing Ble disconnect function

Change-Id: I717d3f448f4d57bb7fdc7e1f2c28042db4150e8d
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Bluetooth] Added method to obtain service UUIDs for BLE devices.
Pawel Andruszkiewicz [Fri, 7 Aug 2015 09:36:05 +0000 (11:36 +0200)]
[Bluetooth] Added method to obtain service UUIDs for BLE devices.

[Verification] Manually tested, proper 128bit UUIDs are obtained.

Change-Id: I85d4aaed23799f03b9ec0bf16d6c434dbab57bad
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Bluetooth] Fixed constructor of BluetoothGATTDescriptor.
Pawel Andruszkiewicz [Fri, 7 Aug 2015 09:19:33 +0000 (11:19 +0200)]
[Bluetooth] Fixed constructor of BluetoothGATTDescriptor.

Change-Id: Ic540ec9898af6403cfb3ccd5ddc21b249b834ab5
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Bluetooth] Fixed conversion of BLE device to JS.
Pawel Andruszkiewicz [Fri, 7 Aug 2015 05:49:25 +0000 (07:49 +0200)]
[Bluetooth] Fixed conversion of BLE device to JS.

[Verification] Code compiles, manual tests provide correct results.

Change-Id: Id4bf6ce3e1c69ca27c9905078d32963b3a9bf7f3
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
9 years ago[Bluetooth] - BLE device connect function fixed
Andrzej Popowski [Fri, 7 Aug 2015 08:54:33 +0000 (10:54 +0200)]
[Bluetooth] - BLE device connect function fixed

Change-Id: Ia0e171b4a8f914bc26a10b6f6b5669a5d73cac49
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Bluetooth] - fixing BLE device disconnect function
Andrzej Popowski [Fri, 7 Aug 2015 08:35:53 +0000 (10:35 +0200)]
[Bluetooth] - fixing BLE device disconnect function

Change-Id: I8b2a01e5a000619779bd37a34d78fd7ed32dc4d5
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Bluetooth] Fix for returned BluetoothGATTService object.
Tomasz Marciniak [Thu, 6 Aug 2015 11:18:37 +0000 (13:18 +0200)]
[Bluetooth] Fix for returned BluetoothGATTService object.

[Verification] Code compiles.
Object is correctly created.

Change-Id: Iaab2ee5bade9c6a0e91870996b3e454591eae27e
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
9 years agoMerge "[Systeminfo] - fixing getting mac addresses when wifi or network is disabled...
HyunJin Park [Wed, 5 Aug 2015 11:54:09 +0000 (20:54 +0900)]
Merge "[Systeminfo] - fixing getting mac addresses when wifi or network is disabled" into tizen_2.4

9 years ago[version] 0.23
Hyunjin Park [Wed, 5 Aug 2015 11:52:37 +0000 (20:52 +0900)]
[version] 0.23

Change-Id: Ic77a3184ed4558fb4ed4276e4305a9bace989def

9 years ago[Systeminfo] - fixing getting mac addresses when wifi or network is disabled
Andrzej Popowski [Tue, 4 Aug 2015 08:49:41 +0000 (10:49 +0200)]
[Systeminfo] - fixing getting mac addresses when wifi or network is disabled

[Verification] - TCT results for systeminfo and Download are 100%

Change-Id: Ib1a06ba671c46807680e6be2f8ab623d73a9b43d
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years ago[Power] - Changing method of getting the custom status
Andrzej Popowski [Tue, 4 Aug 2015 09:55:31 +0000 (11:55 +0200)]
[Power] - Changing method of getting the custom status

[Verification] - TCT results of Power module are 100%

Change-Id: I7eff4ec46a1c0b9329fdd6956042ad6f55ff4176
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
9 years agoRemoving warnings from module: contact.
Anna Niznik [Tue, 21 Jul 2015 12:13:29 +0000 (14:13 +0200)]
Removing warnings from module: contact.
Using cppcheck (with --enable=all flag).

[Verification] TCT result:
Before: 100.00%
After:  100.00%

Change-Id: I4e94e1931b40d4e521897c30ed2ae7afc539cb0a
Signed-off-by: Anna Niznik <a.niznik@samsung.com>
9 years agoRemoving warnings from module: archive.
Anna Niznik [Tue, 21 Jul 2015 11:43:10 +0000 (13:43 +0200)]
Removing warnings from module: archive.
Using cppcheck (with --enable=all flag).

[Verification] TCT result:
Before: 100.00%
After:  100.00%

Change-Id: Ia660f9794277ee50300c6000a32dc6ac6a1ae572
Signed-off-by: Anna Niznik <a.niznik@samsung.com>
9 years agoRemoving warnings from module: content.
Anna Niznik [Tue, 21 Jul 2015 12:17:24 +0000 (14:17 +0200)]
Removing warnings from module: content.
Using cppcheck (with --enable=all flag).

[Verification] TCT result:
Before: 100.00%
After:  100.00%

Change-Id: I97a5d33a7ac5cb2b2adeee0cdfbe36c5f8f7f989
Signed-off-by: Anna Niznik <a.niznik@samsung.com>
Signed-off-by: Pawel Sikorski <p.sikorski@samsung.com>
9 years agoRemoving warnings from modules: badge, bluetooth, calendar.
Anna Niznik [Tue, 21 Jul 2015 11:56:38 +0000 (13:56 +0200)]
Removing warnings from modules: badge, bluetooth, calendar.
Using cppcheck (with --enable=all flag).
[calendar] Also used gcc.

[Verification] TCT result:
Before:
[badge]     100.00%
[bluetooth] 76.78%
[calendar]  100.00%
After:
[badge]     100.00%
[bluetooth] 76.78%
[calendar]  100.00%

Change-Id: I114b76348b70462d8f386d6f0bce5369b1b3318f
Signed-off-by: Anna Niznik <a.niznik@samsung.com>
9 years agoRemoving warnings from modules: callhistory, common, datacontrol.
Anna Niznik [Tue, 21 Jul 2015 12:05:53 +0000 (14:05 +0200)]
Removing warnings from modules: callhistory, common, datacontrol.
Using cppcheck (with --enable=all flag).

[Verification] TCT result:
Before:
[callhistory] 100.00%
[datacontrol] 100.00%
After:
[callhistory] 100.00%
[datacontrol] 100.00%

Change-Id: I8220e3b87baa05db5a4cd28d18e9b43209f95b0a
Signed-off-by: Anna Niznik <a.niznik@samsung.com>