profile/mobile/apps/native/indicator.git
8 years agomodules/processing/call_options: new module added. 11/72811/10
Radoslaw Czerski [Mon, 13 Jun 2016 15:01:41 +0000 (17:01 +0200)]
modules/processing/call_options: new module added.

Mute and Speaker on icons added.

Change-Id: Ifb7592160b55ee46b5b3c9d80462eefe21146c01
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoFix icons priority according to Guide. 14/73114/5
Radoslaw Czerski [Thu, 9 Jun 2016 14:58:48 +0000 (16:58 +0200)]
Fix icons priority according to Guide.

Before changes icons with highest priority were treated as with lowest priority.

Change-Id: Iec450a4713008c81874e40b405b2996a5f50db96
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoIndicator dimensions fixes. 28/73028/4
Radoslaw Czerski [Thu, 9 Jun 2016 12:46:06 +0000 (14:46 +0200)]
Indicator dimensions fixes.

Fixes are related to GUI update.

Change-Id: Ia7e514efbdd6b0867d9dd3a6598f40db0c04e57f
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoAdd background-category to manifest. 82/73482/1 accepted/tizen/mobile/20160609.034058 accepted/tizen/mobile/20160610.012126 submit/tizen/20160608.085525 submit/tizen/20160609.162558
Radoslaw Czerski [Wed, 8 Jun 2016 08:32:25 +0000 (10:32 +0200)]
Add background-category to manifest.

Change-Id: I14a1e54603ff4259131c3c83a4c2f685d39fddb6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/network/rssi: Empty space removed. 82/73082/3 accepted/tizen/mobile/20160607.235859 submit/tizen/20160607.140942
Radoslaw Czerski [Mon, 6 Jun 2016 10:54:08 +0000 (12:54 +0200)]
modules/network/rssi: Empty space removed.

If second sim is not available do not leave empty space.

Change-Id: Ia258cd54854e241668755305578a5211b00cfeef
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoNew icons group created. 36/71236/7
Radoslaw Czerski [Mon, 6 Jun 2016 11:01:03 +0000 (13:01 +0200)]
New icons group created.

Related to Indicator UI Guide.
New group: Connection/System
Icons moved to the group:
Bluetooth
Call divert

Change-Id: I8bf0796613a847f443d95adf2317b4034fb15cf5
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoAdd bg color change functionality 35/69535/7
Radoslaw Czerski [Mon, 6 Jun 2016 10:55:25 +0000 (12:55 +0200)]
Add bg color change functionality

Change-Id: I17ba3658837f3b00a924e332e9f3299c9ad32637
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoBattery percentage displaying fix. 60/72060/2
Radoslaw Czerski [Mon, 30 May 2016 10:45:25 +0000 (12:45 +0200)]
Battery percentage displaying fix.

GUI Status Bar Guide requirement.

Change-Id: I8d33dd911cf3eae708497de9120cee3f0e9dd9e6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoticker: Show ticker noti properly. 05/69105/2 accepted/tizen/mobile/20160520.141325 submit/tizen/20160513.094751 submit/tizen/20160518.092241 submit/tizen/20160520.072105
Kamil Lipiszko [Wed, 11 May 2016 13:30:42 +0000 (15:30 +0200)]
ticker: Show ticker noti properly.

Additional fixes:
Do not show noti when display is locked.
Move icon and message a little higher to not cut g,y,p and etc.

Change-Id: I55ec5fb3fe71676c299c4254e7cd3760750c6336

8 years agoclock: Do not use locale timezone key to register its change 63/69063/2 submit/tizen/20160511.104241 submit/tizen/20160512.095313
Kamil Lipiszko [Wed, 11 May 2016 09:16:40 +0000 (11:16 +0200)]
clock: Do not use locale timezone key to register its change

SYSTEM_SETTINGS_KEY_LOCALE_TIMEZONE is a key only used as getter and
can not be used to register callback on its change. However when
the timezone is changed, system setting calls event registered on
SYSTEM_SETTINGS_KEY_TIME_CHANGED so removing this key does not
effect on shown hour.

Change-Id: Idb7102b5029d9dc71275d528124876fd1fcf1715

8 years agoutil: Use reserved paths to icons 31/68931/4 submit/tizen/20160510.143641
Kamil Lipiszko [Tue, 10 May 2016 11:26:15 +0000 (13:26 +0200)]
util: Use reserved paths to icons

Indicator should not use absolute paths from other apps. If indicator
changes its icons directory, paths from other app will not match anymore.
This patch is checking if received path is reserved, if it is replaces
reserved path with real path to icon.

Related msg-manager change: https://review.tizen.org/gerrit/#/c/68618/1

Change-Id: I3c6e8cac266325c84e0bbea26c4c4e8739dad1bb

8 years agoutil: Fix build errors 11/68711/1 submit/tizen/20160509.143053
Kamil Lipiszko [Mon, 9 May 2016 11:26:13 +0000 (13:26 +0200)]
util: Fix build errors

Change-Id: Id24779a2c4ae1d06254457b08c32502e5d12d59f

8 years agomodules/network: Two SIM handled. 34/66134/7 submit/tizen/20160427.101032 submit/tizen/20160509.093301
Radoslaw Czerski [Tue, 26 Apr 2016 09:17:10 +0000 (11:17 +0200)]
modules/network: Two SIM handled.

Change-Id: I52610dfa2a2e89e2929f36c1515b3169df8bc108
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/setting/wifi-direct:Fix. Initialization added. 65/67165/2
Radoslaw Czerski [Mon, 25 Apr 2016 14:54:55 +0000 (16:54 +0200)]
modules/setting/wifi-direct:Fix. Initialization added.

Change-Id: I4da037d29a29b783e9c27d049cb1f57a953dd45c
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMissing privilege added. 04/67004/3 submit/tizen/20160422.151011
Radoslaw Czerski [Fri, 22 Apr 2016 12:52:09 +0000 (14:52 +0200)]
Missing privilege added.

"*/tethering-admin" added.

Change-Id: Ib4eee3d3b1b5ff42901a2420dd088076342fd16e
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoReplace indicator message with toast popup. 64/66964/6
Radoslaw Czerski [Fri, 22 Apr 2016 11:31:19 +0000 (13:31 +0200)]
Replace indicator message with toast popup.

Message.c was handling notification_status_monitor which should be
printed in toast message.

Change-Id: I14a5e287c3c6e36d6045e63507e54e3c734b35d9
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agonoti.c: Show proper download icon 57/66857/2
Kamil Lipiszko [Thu, 21 Apr 2016 13:03:30 +0000 (15:03 +0200)]
noti.c: Show proper download icon

Change-Id: I0e26c6f777f727b5ff64684aae72f666b9053adf

8 years agoindicator.h: typo fix. 46/66846/2
Radoslaw Czerski [Thu, 21 Apr 2016 11:35:30 +0000 (13:35 +0200)]
indicator.h: typo fix.

Change-Id: I625727d88f94f877bf16235bd8d9213e15b97117
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoutils: timezone retrieving fix. 45/66845/2
Radoslaw Czerski [Thu, 21 Apr 2016 11:35:03 +0000 (13:35 +0200)]
utils: timezone retrieving fix.

Change-Id: Ief8b4d66c24cb6ae83682f0bbf6b9e7984c34875
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoclock minor fixes. 44/66844/2
Radoslaw Czerski [Fri, 22 Apr 2016 09:10:31 +0000 (11:10 +0200)]
clock minor fixes.

Change-Id: I8f3dff5cb34ff005aae7496cc0c2b4ab645ccf3a
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agowifi: flight mode handled. 52/66152/4
Radoslaw Czerski [Fri, 15 Apr 2016 11:10:44 +0000 (13:10 +0200)]
wifi: flight mode handled.

Change-Id: Iecb3567c623fae109cb7362a6036f8953d3dbfe6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/setting/silent: util_* function used. 33/66133/3
Radoslaw Czerski [Tue, 19 Apr 2016 11:47:51 +0000 (13:47 +0200)]
modules/setting/silent: util_* function used.

Change-Id: If45018c460b7fc398fed24737e3aecff5e2ba067
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agonoti: Invalid condition removed. 19/66019/3
Radoslaw Czerski [Fri, 15 Apr 2016 12:42:06 +0000 (14:42 +0200)]
noti: Invalid condition removed.

Change-Id: I676ff388967706c9ef1556fadedf9eb0d6276069
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoWrong message display fix. 97/65997/1
Radoslaw Czerski [Thu, 14 Apr 2016 10:31:50 +0000 (12:31 +0200)]
Wrong message display fix.

Change-Id: If7eab4c5f92bb7296554ea8583e5a4a11a50dacb
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoRevert "edc: indicator paddings and scover code removed." 96/65996/1 submit/tizen_mobile/20160419.064440
Radoslaw Czerski [Thu, 14 Apr 2016 08:53:41 +0000 (01:53 -0700)]
Revert "edc: indicator paddings and scover code removed."

Icons are not shown.

This reverts commit 2498d9b3a237e7bdaaf944286692cc397d4badc1.

Change-Id: I87757b64c6a1e7b26a4b02474714bb1c6d43c128

8 years agoedc: indicator paddings and scover code removed.
Radoslaw Czerski [Wed, 13 Apr 2016 10:15:31 +0000 (12:15 +0200)]
edc: indicator paddings and scover code removed.

Change-Id: I72e9a11770c55228b8b485c4b006fef9763d7530
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomain: Fall through fix.
Radoslaw Czerski [Wed, 13 Apr 2016 09:27:36 +0000 (11:27 +0200)]
main: Fall through fix.

Change-Id: I61bcbb3ece2c09464d3a62241934f3b267846c50
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/clock: Use of vulnerable function fixed.
Radoslaw Czerski [Tue, 12 Apr 2016 16:10:13 +0000 (18:10 +0200)]
modules/clock: Use of vulnerable function fixed.

localetime -> localetime_r

Change-Id: Icd77548776d1ba5b4f15c79b6c1aa0119b83fc86
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomain: Use of vulnerable function fixed.
Radoslaw Czerski [Tue, 12 Apr 2016 16:08:31 +0000 (18:08 +0200)]
main: Use of vulnerable function fixed.

strerror -> strerror_r

Change-Id: I9beb26e070605678f5a33e5dceaec0f126876075
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomain: Use of vulnerable function fixed.
Radoslaw Czerski [Tue, 12 Apr 2016 15:33:54 +0000 (17:33 +0200)]
main: Use of vulnerable function fixed.

sprintf -> snprintf

Change-Id: Iaaa2ae7da5d78f9500af57d82a032c3603355800
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoicon: Use of vulnerable function fix.
Radoslaw Czerski [Tue, 12 Apr 2016 13:49:42 +0000 (15:49 +0200)]
icon: Use of vulnerable function fix.

sprintf -> snprintf

Change-Id: I624c24e446a5a2504ffe1cf53481ac8ee23e1c43
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/clock: Not thread safe function replaced.
Radoslaw Czerski [Tue, 12 Apr 2016 13:31:37 +0000 (15:31 +0200)]
modules/clock: Not thread safe function replaced.

strtok -> strtok_r

Change-Id: Ifcb6e8771d9a3270f68d408bf5b5bf63ed396dba
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/processing/uploading: Hotfix.
Radoslaw Czerski [Tue, 12 Apr 2016 13:18:33 +0000 (15:18 +0200)]
modules/processing/uploading: Hotfix.

Undefined evaluation order fixed.

Change-Id: I388caf42faf1bd94cbdd6c3f06bdb3592884544d
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/processing/downloading: Hotfix.
Radoslaw Czerski [Tue, 12 Apr 2016 13:18:14 +0000 (15:18 +0200)]
modules/processing/downloading: Hotfix.

Undefined evaluation order fix.

Change-Id: I578060067b9a9b778679376239e4f17f7eb92950
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/information/mp3:Handle leak fixed.
Radoslaw Czerski [Tue, 12 Apr 2016 13:15:25 +0000 (15:15 +0200)]
modules/information/mp3:Handle leak fixed.

WGID 6978

Change-Id: I7e169fabed0d4b6fce11fcc3972220c7cfd4d5bb
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agocall: build warning removed
Lukasz Stanislawski [Fri, 8 Apr 2016 12:00:34 +0000 (14:00 +0200)]
call: build warning removed

Change-Id: Ie11b58f5da9e9b59404b790692bbe8ae209df35f

8 years agoticker: Unwanted includes removed.
Radoslaw Czerski [Fri, 8 Apr 2016 09:13:54 +0000 (11:13 +0200)]
ticker: Unwanted includes removed.

Change-Id: Iad73b5b4f2078c25669b85f151b22fcd5e742332
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge of Eunyoung Lee <ey928.lee@samsung.com> commit.
Radoslaw Czerski [Thu, 7 Apr 2016 15:49:28 +0000 (17:49 +0200)]
Merge ... Eunyoung Lee <ey928.lee@samsung.com> commit.

The commit msg "Add notification privilege & Modify instant message"

Change-Id: If6e5c17e7902c1e8f085e5972c67cf376436b839
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge remote-tracking branch 'origin/tizen_app' into tizen
Lukasz Stanislawski [Thu, 7 Apr 2016 11:07:21 +0000 (13:07 +0200)]
Merge remote-tracking branch 'origin/tizen_app' into tizen

Change-Id: I95d9b1529fcab58da841aa3fcd10dcabfdb57354

8 years agoRevert "Add privilege"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:06:42 +0000 (13:06 +0200)]
Revert "Add privilege"

This reverts commit 6e4e848ed66a4024ac6e8e20827d069476acc0d4.

Change-Id: I4aad7e08b56e411747ecfc7ee513d5b1015815c5

8 years agoRevert "Add notification privilege & Modify instant message"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:05:58 +0000 (13:05 +0200)]
Revert "Add notification privilege & Modify instant message"

This reverts commit cef978066cbfc76f3e26e68d10011281020e4ed7.

Change-Id: Ic878b8c3db1e43fef46d7eaa60244fb31921631b

8 years agoRevert "Remove service so as to be launched by starter"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:05:36 +0000 (13:05 +0200)]
Revert "Remove service so as to be launched by starter"

This reverts commit fe055412b5054da931a05c123314f500f4b8721c.

Change-Id: I1c497bddebad96a15031aa711e982ace9da62b7d

8 years agoRevert "Fixed svace"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:04:52 +0000 (13:04 +0200)]
Revert "Fixed svace"

This reverts commit 6792efb6a25cc3beb70ce7dd3a416d0ab1e19f56.

Change-Id: I9dde6055489d5d04d67e82a8c86cc0defa851fc3

8 years agoRevert "Change indicator data directory"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:04:28 +0000 (13:04 +0200)]
Revert "Change indicator data directory"

This reverts commit a599766c61f457e37e4b8e84ca9b188d2fea1eec.

Change-Id: I494194e4d66d070f4a0f7608e1ecea93b1613ee3

8 years agoRevert "Modify localtime_r"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:04:11 +0000 (13:04 +0200)]
Revert "Modify localtime_r"

This reverts commit 285f21119c8b1abe131dedeb2560f04ebbecbcfb.

Change-Id: I635cd31c6a69ced3073dee7c68dbe56568f42542

8 years agoRevert "Add privileges"
Lukasz Stanislawski [Thu, 7 Apr 2016 11:03:42 +0000 (13:03 +0200)]
Revert "Add privileges"

This reverts commit 1bcf6817111a16e0d0437958f6b76fefdd263362.

Change-Id: I7565de56290ec4717bcf8d474167573a30386c2a

8 years agoticker: seg fault fix.
Radoslaw Czerski [Wed, 6 Apr 2016 15:35:30 +0000 (17:35 +0200)]
ticker: seg fault fix.

Change-Id: Ib88d68da506ec276555b0f622dcea4e2a3b315f3
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoAdd privileges
Eunyoung Lee [Wed, 6 Apr 2016 08:48:48 +0000 (17:48 +0900)]
Add privileges

Change-Id: I9e71852ce0dba7d93eb7f6daf339a22d18b6a07d

8 years agoModify localtime_r
Eunyoung Lee [Tue, 5 Apr 2016 02:34:39 +0000 (11:34 +0900)]
Modify localtime_r

Change-Id: I0693828c1e23357a02597b5ba0ba0a9789a015b3

8 years agomodule/clock/clock: Warning fix.
Radoslaw Czerski [Fri, 1 Apr 2016 15:13:35 +0000 (17:13 +0200)]
module/clock/clock: Warning fix.

Change-Id: Icdf402b7a22d2e662af5d9b3b51a4b15ef767a7f
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoticker: Memory leak fix.
Radoslaw Czerski [Fri, 1 Apr 2016 15:13:10 +0000 (17:13 +0200)]
ticker: Memory leak fix.

Change-Id: I2e81209ba280b0861213f4821627aafad37df4af
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoicon: Unreachable code removed.
Radoslaw Czerski [Fri, 1 Apr 2016 14:14:34 +0000 (16:14 +0200)]
icon: Unreachable code removed.

Change-Id: Ieb8936dae6402466e69e7800948ecab8dc8461ca
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/power/battery: Fixes.
Radoslaw Czerski [Fri, 1 Apr 2016 14:08:31 +0000 (16:08 +0200)]
modules/power/battery: Fixes.

Percentage visibility restored.
Warning fix.

Change-Id: Ibe80c1b4ff1f793d2a8c85413587951f9acba64d
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/processing/uploading: Code fixes.
Radoslaw Czerski [Fri, 1 Apr 2016 09:52:57 +0000 (11:52 +0200)]
modules/processing/uploading: Code fixes.

Warning fixed.
Code uncommented.
Other fixes.

Change-Id: I912718a4f21a3fc9da410535a6623c6f79c26a22
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/information/noti: warnings removed.
Radoslaw Czerski [Fri, 1 Apr 2016 09:28:04 +0000 (11:28 +0200)]
modules/information/noti: warnings removed.

Change-Id: Ic41febe3bac246be3ebf8403bf6b26617786c7f6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agobox: warnings removed.
Radoslaw Czerski [Fri, 1 Apr 2016 09:22:22 +0000 (11:22 +0200)]
box: warnings removed.

Change-Id: Ia1b65b30841d6e45bde15462d8e9bba0d69118a1
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodule/information/alarm: Bugfix.
Radoslaw Czerski [Fri, 1 Apr 2016 09:11:00 +0000 (11:11 +0200)]
module/information/alarm: Bugfix.

Unnecessary 'if' block removed.

Change-Id: I3796cbfc1996842b88d3e2b0d061ce2a015abf8c
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoon-boot mode enabled for TPK.
Radoslaw Czerski [Thu, 31 Mar 2016 15:33:30 +0000 (17:33 +0200)]
on-boot mode enabled for TPK.

deviced mechanism for running this app on boot is removed.

Change-Id: I44442d2e9c2fd0644f5fc7b572cfc79e928d37f1
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agorestore gbs build
Lukasz Stanislawski [Tue, 15 Mar 2016 22:06:00 +0000 (23:06 +0100)]
restore gbs build

Change-Id: I9db73446a9bfee9533b73654163b75a94ddd2297

8 years agoChange indicator data directory
Lukasz Stanislawski [Thu, 24 Mar 2016 11:20:08 +0000 (12:20 +0100)]
Change indicator data directory

Change-Id: I4259c6e44ed7dd723a257621285653fff7a1211f

8 years ago.cproject update.
Radoslaw Czerski [Wed, 30 Mar 2016 13:04:36 +0000 (15:04 +0200)]
.cproject update.

Change-Id: I210995128d78eaccfab3b4b34bfa6242d6a5e676
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoConnection and WiFi fixes.
Radoslaw Czerski [Wed, 30 Mar 2016 13:03:40 +0000 (15:03 +0200)]
Connection and WiFi fixes.

Util wrappers used to de/initialize and registering callbacks.

Change-Id: Id70805efce6d2163863aca8bc3e642282462bef7
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoAnother util wrapers for wifi added.
Radoslaw Czerski [Wed, 30 Mar 2016 13:01:30 +0000 (15:01 +0200)]
Another util wrapers for wifi added.

Change-Id: I66e7cc62267b2e529cc3f362b9947ca9cfc6e78e
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agotab removed from macros
Radoslaw Czerski [Wed, 30 Mar 2016 13:00:32 +0000 (15:00 +0200)]
tab removed from macros

Change-Id: Iffa28c7d8d1d0970bcdfb8437b7d8cdee8e4f7f8
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge remote-tracking branch 'origin/sandbox/stanluk/tizen_sdk' into tizen_app
Lukasz Stanislawski [Tue, 29 Mar 2016 17:57:07 +0000 (19:57 +0200)]
Merge remote-tracking branch 'origin/sandbox/stanluk/tizen_sdk' into tizen_app

Change-Id: I0fe9daa5db835d395ee57cc97c313dad2b3a2177

8 years agoFixed svace
junkyu Han [Fri, 25 Mar 2016 09:17:27 +0000 (18:17 +0900)]
Fixed svace

Change-Id: I0dad120b93a71b22e240631e3a23dc4ddf787768

8 years agoRemove macros that are using internal apis.
Radoslaw Czerski [Fri, 18 Mar 2016 16:03:23 +0000 (17:03 +0100)]
Remove macros that are using internal apis.

Other macros used instead.

Change-Id: I64f766493e7ed865207523de8b30959f63a7833b
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoChange INFO macro to _D macro.
Radoslaw Czerski [Fri, 18 Mar 2016 15:54:27 +0000 (16:54 +0100)]
Change INFO macro to _D macro.

Change-Id: I8e24dfb2340ffe89dfd04a7f67a75db31120d77a
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoReplace ERR with _E macro.
Radoslaw Czerski [Fri, 18 Mar 2016 16:13:17 +0000 (17:13 +0100)]
Replace ERR with _E macro.

Change-Id: I95833b377368e6f631753148e5bee73af1033a5e
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoReplace DBG with _D macro.
Radoslaw Czerski [Fri, 18 Mar 2016 16:16:58 +0000 (17:16 +0100)]
Replace DBG with _D macro.

Change-Id: Ifb96b6514bf661a0b6b67fc7761123f9489f6276
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoSECURE_DBG and SECURE_ERR macro usage removed.
Radoslaw Czerski [Fri, 18 Mar 2016 11:55:36 +0000 (12:55 +0100)]
SECURE_DBG and SECURE_ERR macro usage removed.

Change-Id: I0c13fab9aa98b265affb4d6a73541ae1db502968
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoRemove service so as to be launched by starter
Eunyoung Lee [Thu, 17 Mar 2016 05:10:13 +0000 (14:10 +0900)]
Remove service so as to be launched by starter

Change-Id: I08130b18884b34400bcd312d67fc696bde37055d

8 years agoWarning removed.
Radoslaw Czerski [Sat, 12 Mar 2016 14:53:42 +0000 (15:53 +0100)]
Warning removed.

"shared/" folder removed from configuration.

Change-Id: Ibec5ec5d276667b0149c945efb67d99fe030a148
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoDeprecated api removed.
Radoslaw Czerski [Mon, 14 Mar 2016 13:19:24 +0000 (14:19 +0100)]
Deprecated api removed.

Change-Id: I318597d5243de6b2fdf88c5155390b001a3e36fe
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge "modules/network/rssi: NoSIM icon show." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Sat, 12 Mar 2016 14:31:16 +0000 (06:31 -0800)]
Merge "modules/network/rssi: NoSIM icon show." into sandbox/stanluk/tizen_sdk

8 years agoMerge "modules/network/rssi: Fail fixed." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Sat, 12 Mar 2016 14:30:59 +0000 (06:30 -0800)]
Merge "modules/network/rssi: Fail fixed." into sandbox/stanluk/tizen_sdk

8 years agoMerge "small optimization." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Sat, 12 Mar 2016 14:30:42 +0000 (06:30 -0800)]
Merge "small optimization." into sandbox/stanluk/tizen_sdk

8 years agomodules/network/rssi: NoSIM icon show.
Radoslaw Czerski [Sat, 12 Mar 2016 14:12:46 +0000 (15:12 +0100)]
modules/network/rssi: NoSIM icon show.

Change-Id: Ic90ca2c911f2bc0ef3255859b95fc811cc00a653
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/network/rssi: Fail fixed.
Radoslaw Czerski [Fri, 11 Mar 2016 15:45:17 +0000 (16:45 +0100)]
modules/network/rssi: Fail fixed.

Change-Id: I1fa533d4998ff655c478bf30732bc27c3430e1e6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoManifest fix.
Radoslaw Czerski [Fri, 11 Mar 2016 16:43:14 +0000 (17:43 +0100)]
Manifest fix.

Impossible to install indicator with that privilege.

Change-Id: Id2a2d1e978693412867ddcdabecd4e01033b9cb4
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoLog macros improved.
Radoslaw Czerski [Fri, 11 Mar 2016 16:42:13 +0000 (17:42 +0100)]
Log macros improved.

Change-Id: I83be7a3345a00ee294a9bb14b9d998de43094a31
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge "modules/home/search: coding style fixed." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 17:22:53 +0000 (09:22 -0800)]
Merge "modules/home/search: coding style fixed." into sandbox/stanluk/tizen_sdk

8 years agoMerge "Unused variables removed." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 15:57:08 +0000 (07:57 -0800)]
Merge "Unused variables removed." into sandbox/stanluk/tizen_sdk

8 years agosmall optimization.
Radoslaw Czerski [Fri, 11 Mar 2016 15:37:59 +0000 (16:37 +0100)]
small optimization.

Change-Id: I9d30fb11b7bbc62b63fba3e73bc9bf6ad0506015
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/home/search: coding style fixed.
Radoslaw Czerski [Fri, 11 Mar 2016 15:26:04 +0000 (16:26 +0100)]
modules/home/search: coding style fixed.

Change-Id: Idad4fca20d7c3a732caed09ecf84d281f0e95ef9
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge "modules/connection/connection: icon showing fix." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 14:57:49 +0000 (06:57 -0800)]
Merge "modules/connection/connection: icon showing fix." into sandbox/stanluk/tizen_sdk

8 years agoMerge "modules/information/lowmem: coding style fixes." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 14:57:36 +0000 (06:57 -0800)]
Merge "modules/information/lowmem: coding style fixes." into sandbox/stanluk/tizen_sdk

8 years agoMerge "modules/info/lowmem: Bugfix." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 14:57:23 +0000 (06:57 -0800)]
Merge "modules/info/lowmem: Bugfix." into sandbox/stanluk/tizen_sdk

8 years agoMerge "modules/connection/connection: Unused parameters removed." into sandbox/stanlu...
Michal Pawluk [Fri, 11 Mar 2016 14:57:10 +0000 (06:57 -0800)]
Merge "modules/connection/connection: Unused parameters removed." into sandbox/stanluk/tizen_sdk

8 years agoMerge "modules/connection/connection: Icon fixed." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 14:56:57 +0000 (06:56 -0800)]
Merge "modules/connection/connection: Icon fixed." into sandbox/stanluk/tizen_sdk

8 years agoMerge "modules/connection/connection: Code style fixed." into sandbox/stanluk/tizen_sdk
Michal Pawluk [Fri, 11 Mar 2016 14:56:40 +0000 (06:56 -0800)]
Merge "modules/connection/connection: Code style fixed." into sandbox/stanluk/tizen_sdk

8 years agoMerge "module/connection/connection: Unneeded code removed." into sandbox/stanluk...
Michal Pawluk [Fri, 11 Mar 2016 14:56:10 +0000 (06:56 -0800)]
Merge "module/connection/connection: Unneeded code removed." into sandbox/stanluk/tizen_sdk

8 years agoUnused variables removed.
Radoslaw Czerski [Fri, 11 Mar 2016 14:09:46 +0000 (15:09 +0100)]
Unused variables removed.

Change-Id: Ibd460bc2e9d176eff3cc6063aa4677cb9cc6d952
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoPrivileges fix.
Radoslaw Czerski [Thu, 10 Mar 2016 14:35:10 +0000 (15:35 +0100)]
Privileges fix.

Change-Id: I8fc8583ab1e806fff2dbc8501588020d0887f009
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/connection/connection: icon showing fix.
Radoslaw Czerski [Thu, 10 Mar 2016 14:19:05 +0000 (15:19 +0100)]
modules/connection/connection: icon showing fix.

No mobile data icon is visible while connecting
to wifi when mobile data function is disabled.

Change-Id: I4def9f5af0d452403a5bf8314d81b9f5db5da6d1
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/information/lowmem: coding style fixes.
Radoslaw Czerski [Wed, 9 Mar 2016 09:30:37 +0000 (10:30 +0100)]
modules/information/lowmem: coding style fixes.

Change-Id: Iacba3c2e9070a92aa6c677d2d45b3511239c8cef
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/info/lowmem: Bugfix.
Radoslaw Czerski [Mon, 7 Mar 2016 10:18:49 +0000 (11:18 +0100)]
modules/info/lowmem: Bugfix.

Now icon shows up only when available memory is <=5%, not >5%.

Change-Id: Ie97b78e03e6907e6da159bc4f18da8a7926739c9
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/connection/connection: Unused parameters removed.
Radoslaw Czerski [Thu, 3 Mar 2016 17:31:40 +0000 (18:31 +0100)]
modules/connection/connection: Unused parameters removed.

Change-Id: I541892b4347f468af2f0bf040319f11815f0aa0b
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/connection/connection: Icon fixed.
Radoslaw Czerski [Mon, 7 Mar 2016 10:15:20 +0000 (11:15 +0100)]
modules/connection/connection: Icon fixed.

Icon hides when data disabled.

Change-Id: I1bc27d75013d90e81542336a09afe9b6aaa5b477
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/connection/connection: Code style fixed.
Radoslaw Czerski [Thu, 3 Mar 2016 13:45:24 +0000 (14:45 +0100)]
modules/connection/connection: Code style fixed.

Change-Id: I05a7023b1f1302dfb567ead80f151b6d04f7b9be
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>