profile/mobile/apps/native/indicator.git
6 years agoFix SVACE and CppTest issues 61/157861/6
Lukasz Stanislawski [Thu, 26 Oct 2017 13:30:30 +0000 (15:30 +0200)]
Fix SVACE and CppTest issues

Change-Id: I5b8b1ea0b00d8abe6b451a01bf0d35909334900d

6 years agofix svace issues 07/155907/1 accepted/tizen/unified/20171017.204709 submit/tizen/20171016.132224
Lukasz Stanislawski [Thu, 12 Oct 2017 14:27:23 +0000 (16:27 +0200)]
fix svace issues

Fix WGID: 260763, 260343, 170556, 170555.
Add util_strlcpy function to handle possible 'no null-terminated'
string issues

Change-Id: I4818fe4053942587de3ab37748e2b54e0cbc2fb3

6 years agoutils: return dynamically allocated mem for consistency 39/146039/1 submit/tizen/20170825.140403
Lukasz Stanislawski [Thu, 24 Aug 2017 14:23:08 +0000 (16:23 +0200)]
utils: return dynamically allocated mem for consistency

In error case function returned statically allocated memeory
which was afterwards free by function user.

Change-Id: Iad7b0dde5e5808bc813cc495c950bbff6c746643

6 years agoprevent null pointer 81/142681/1 accepted/tizen/4.0/unified/20170828.221932 accepted/tizen/unified/20170808.171635 submit/tizen/20170808.070659 submit/tizen_4.0/20170828.100008 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
YoungHun Cho [Mon, 7 Aug 2017 04:25:56 +0000 (13:25 +0900)]
prevent null pointer

Change-Id: I931bc371f5a392424344046ddddf748615fec881

7 years agomigrate to Tizen 4.0 SDK project 68/139168/1
Lukasz Stanislawski [Mon, 17 Jul 2017 11:18:20 +0000 (13:18 +0200)]
migrate to Tizen 4.0 SDK project

Change-Id: I019d3796b84de56dc63b93f96c68032fc9dda150

7 years agoticker: perfrom additional null-check 21/139121/1
Lukasz Stanislawski [Mon, 17 Jul 2017 10:27:42 +0000 (12:27 +0200)]
ticker: perfrom additional null-check

Fix potential issue spotted by PVS-Studio static analyzer and
described on https://www.viva64.com/en/b/0519/.
The _ticker_view_create may call _ticker_window_create with
invalid parameter. This situation cannot occur in current
code since ad is always valid pointer.

However function may cause crashes when some refactoring
will be applied without additional null-checking of 'ad' param.

Change-Id: I409ce3774390f9fa67ed26b7b9a8c34c5a7c077e

7 years agowifi: load initial rssi strength from vconf 28/134628/1 accepted/tizen/4.0/unified/20170816.015516 accepted/tizen/unified/20170703.063904 submit/tizen/20170619.144130 submit/tizen/20170626.073051 submit/tizen/20170703.054946 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Lukasz Stanislawski [Mon, 19 Jun 2017 13:36:33 +0000 (15:36 +0200)]
wifi: load initial rssi strength from vconf

indicator uses wifi_manager rssi changed callback
to obtain new value of rssi. However initial value
could not have been set if wifi was initialized before
indicator started. This lead to indicator showing
improper rssi level (0).

To solve it indicator will load intial value from
vconf VCONFKEY_WIFI_STRENGTH key.

Change-Id: I4f1a31220af71d55a8649de6186a3b65cd4b27dd

7 years ago[Wifi] Remove deprecated capi 61/129461/1 accepted/tizen/unified/20170516.180254 submit/tizen/20170516.115551 tizen_4.0.m1_release
Kamil Lipiszko [Thu, 13 Apr 2017 08:04:51 +0000 (10:04 +0200)]
[Wifi] Remove deprecated capi

Previously indicator was using both wifi and wifi manager api. Now
the wifi capi is removed. According to the api reference the wifi
capi features are now captured by wifi manager.

Change-Id: I97e7e009aabf5dfe71b249cfe93c1da9902c6e9a

7 years agoFix build with ASan 94/127994/1
Gonzha Dmitriy Evgenevich [Wed, 3 May 2017 16:29:22 +0000 (19:29 +0300)]
Fix build with ASan

Unused global variables caused a conflict with ASan build.
Problem fixed by their remove

Change-Id: I2660582ec481379ce9d8d26ea15cfae0533604c8

7 years agomodules/clock: fix svace issue 20/126420/2 submit/tizen/20170421.133547
Lukasz Stanislawski [Fri, 21 Apr 2017 09:24:59 +0000 (11:24 +0200)]
modules/clock: fix svace issue

Change-Id: I5620333a49306893bb52856269512d6a70605fd4

7 years agospec: use %license keyword instead of cp 36/124536/1 accepted/tizen/unified/20170420.155826 submit/tizen/20170420.102257
Lukasz Stanislawski [Tue, 11 Apr 2017 13:12:55 +0000 (15:12 +0200)]
spec: use %license keyword instead of cp

Change-Id: I9ab2dedddfa9cc56a6d99bc7b9ef8ff4351c755a

7 years agoRemove reference to bt tethering key 79/119879/2 accepted/tizen_mobile accepted/tizen/mobile/20170322.235412 accepted/tizen/unified/20170322.235438 submit/tizen/20170321.111317
Lukasz Stanislawski [Mon, 20 Mar 2017 10:50:31 +0000 (11:50 +0100)]
Remove reference to bt tethering key

The value of RUNTIME_INFO_KEY_BLUETOOTH_TETHERING_ENABLED is not being used since
e5159bf1ba231b00162c71a4877645288288e5d5. This patch compleatly removes all its
references from code, so runtime info key could be removed by FW API team.

Change-Id: I2a495b46728960b95db452518ebb18712c4274f8

7 years agoMemory leak issue fix 20/113720/2 accepted/tizen/mobile/20170210.004547 accepted/tizen/unified/20170309.074842 submit/tizen/20170208.122450 submit/tizen_unified/20170308.100419 submit/tizen_unified/20170309.100418
Kamil Lipiszko [Wed, 8 Feb 2017 11:26:28 +0000 (12:26 +0100)]
Memory leak issue fix

Change-Id: I47c02697d0a26d92cec30f77c45d636ca3387760

7 years agoFix dependencies after appfw-application package split 48/113148/1 accepted/tizen/mobile/20170207.091339 submit/submit/tizen/20170206.010236/20170206.091206 submit/tizen/20170206.010236
Lukasz Stanislawski [Mon, 6 Feb 2017 08:46:13 +0000 (09:46 +0100)]
Fix dependencies after appfw-application package split

Change-Id: I8efef43a247629f5132d0c05d878c8c27a293ca2

7 years ago[ticker] Show ticker even if icon is not set 86/106386/2
Kamil Lipiszko [Wed, 21 Dec 2016 11:51:43 +0000 (12:51 +0100)]
[ticker] Show ticker even if icon is not set

TSAM-11979 fix

Change-Id: I1b2f98157206fb1b93ce15e5dd267fdaaca475bd

7 years agoMerge "spec: change Flora license string" into tizen accepted/tizen/mobile/20161222.020447 submit/tizen/20161221.140143
Lukasz Stanislawski [Mon, 12 Dec 2016 09:20:27 +0000 (01:20 -0800)]
Merge "spec: change Flora license string" into tizen

7 years agospec: change Flora license string 90/104090/1
Lukasz Stanislawski [Mon, 12 Dec 2016 09:11:33 +0000 (10:11 +0100)]
spec: change Flora license string

Change-Id: If05915a6a1062253e8d11c5f283a2e0d869bff7b

7 years agoRevert "Revert "Merge branch 'tizen' into tizen_3.0"" 06/100606/2
Radoslaw Czerski [Mon, 28 Nov 2016 13:45:50 +0000 (05:45 -0800)]
Revert "Revert "Merge branch 'tizen' into tizen_3.0""
Previous revert removed important changes.

This reverts commit 74bcc519bf04a256f2913863ebcafa81507cc8d8.

Change-Id: I2c4f6846bef73289cfc1aff68890bdc8c3e8b99d

7 years agoRevert "Merge branch 'tizen' into tizen_3.0" 31/100331/1
Radoslaw Czerski [Sun, 27 Nov 2016 22:22:06 +0000 (14:22 -0800)]
Revert "Merge branch 'tizen' into tizen_3.0"

This reverts commit e35b2e5a3229095e8e9fb810d61dd9cd57f52e00.

Change-Id: I5c72de8b27eeb5b0161841f52369f281d7c8e7a1

7 years agoMerge branch 'tizen' into tizen_3.0 30/100330/1
Radoslaw Czerski [Sun, 27 Nov 2016 22:20:51 +0000 (23:20 +0100)]
Merge branch 'tizen' into tizen_3.0

Change-Id: I361131c5bef1bb1d6b8478f9ca53c308a6bd40fe
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years ago[SPTSDKUX-2719] network/rssi: Wrong signal strength fix. 46/100246/3 accepted/tizen/mobile/20161128.001046 submit/tizen/20161127.221725
Radoslaw Czerski [Fri, 25 Nov 2016 12:41:09 +0000 (13:41 +0100)]
[SPTSDKUX-2719] network/rssi: Wrong signal strength fix.

Indicator rssi icon was not consistent with set value, because
TM1 uses only 0-4 values out of 0-6.

Change-Id: Id5340396b81051d73448b096d0e613fa285de14c
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoconnection/connection: BT tethering icon fix. 69/98769/3
Radoslaw Czerski [Fri, 25 Nov 2016 14:02:28 +0000 (15:02 +0100)]
connection/connection: BT tethering icon fix.

Previously BT tethering icon have been shown when
tethering was switched on in device.
Now the icon is shown when device is connected to another device
sharing internet access via BT.

Change-Id: I2c401479c67df47eee92dfffb6d939be452487b5
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoEnable to reload layout due to language change. 61/99961/1
Kamil Lipiszko [Thu, 24 Nov 2016 13:14:59 +0000 (14:14 +0100)]
Enable to reload layout due to language change.

This is required due to RTL implementation. Before it was done
on language change the UI was not reloading and view did not
look like it should in this particular language.

Change-Id: I3ebe8c112e4b1a50a2d70077499b1e781d5c10ef

7 years agoMerge branch 'tizen' into tizen_3.0 74/98574/1 accepted/tizen/3.0/mobile/20161121.012017 submit/tizen_3.0/20161117.163931
Radoslaw Czerski [Thu, 17 Nov 2016 16:32:54 +0000 (17:32 +0100)]
Merge branch 'tizen' into tizen_3.0

Change-Id: I020c4e472a5add79f4d9d27e0d34285b0f61abf2

7 years agopower/battery: Percentage digits size fix. 69/98569/2 accepted/tizen/mobile/20161118.005950 submit/tizen/20161117.163911
Radoslaw Czerski [Thu, 17 Nov 2016 16:04:40 +0000 (17:04 +0100)]
power/battery: Percentage digits size fix.

Change-Id: I7956aa457477a55e634f1a72d0756a5f3101ede9
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoMerge branch 'tizen' into tizen_3.0 19/98519/1
Radoslaw Czerski [Thu, 17 Nov 2016 12:08:02 +0000 (13:08 +0100)]
Merge branch 'tizen' into tizen_3.0

Change-Id: Id486c9105a5abf1258583fd558e34dc87cf9cadd
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoMerge "settings/bluetooth: Icons change." into tizen
Radoslaw Czerski [Thu, 17 Nov 2016 12:00:17 +0000 (04:00 -0800)]
Merge "settings/bluetooth: Icons change." into tizen

7 years ago[TSAM-9853] ticker: Remove do_not_disturb check. 01/98001/2
Radoslaw Czerski [Tue, 15 Nov 2016 14:58:10 +0000 (15:58 +0100)]
[TSAM-9853] ticker: Remove do_not_disturb check.

Dnd is performed in data-provider-master(notification daemon)
and should not be performed in indicator.

Change-Id: I44003bc3e6623b269ef17d3e53e8cf023192a865
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agosettings/bluetooth: Icons change. 96/97996/1
Radoslaw Czerski [Tue, 15 Nov 2016 14:02:59 +0000 (15:02 +0100)]
settings/bluetooth: Icons change.

Change-Id: Ie136678fb3ddaacb483945d41b8d3c92ee52fe01
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoMerge 'tizen' into tizen_3.0 accepted/tizen/3.0/mobile/20161115.022526 submit/tizen_3.0/20161113.163824
Lukasz Stanislawski [Sun, 13 Nov 2016 16:37:36 +0000 (17:37 +0100)]
Merge 'tizen' into tizen_3.0

7 years ago[TSAM-9298] wifi_direct: display icon on connection 94/97294/3 accepted/tizen/mobile/20161114.010707 submit/tizen/20161113.164011
Lukasz Stanislawski [Sun, 13 Nov 2016 14:37:00 +0000 (15:37 +0100)]
[TSAM-9298] wifi_direct: display icon on connection

Change-Id: I94485923f55b937493a8375323b979e007ce35bd

7 years ago[TSAM-9670] bluetooth: show regular icon on bt connection 93/97293/2
Lukasz Stanislawski [Sun, 13 Nov 2016 11:31:04 +0000 (12:31 +0100)]
[TSAM-9670] bluetooth: show regular icon on bt connection

Use regular (non-dimmed) icon when bluetooth connection
has been established however no device is connected.

Change-Id: I8bea1d27b5ae27d2e8955ca65be57a784a3c8334

7 years agoMerge 'tizen' into tizen_3.0 02/96902/1 submit/tizen_3.0/20161110.134413
Lukasz Stanislawski [Thu, 10 Nov 2016 13:38:43 +0000 (14:38 +0100)]
Merge 'tizen' into tizen_3.0

Change-Id: Ie3f88574f5be2c5671c2b5e2817bc36d9528a91d

7 years agoMerge "toast_popup/ticker: use all rotation values" into tizen accepted/tizen/mobile/20161111.002517 submit/tizen/20161110.133827
Lukasz Stanislawski [Thu, 10 Nov 2016 13:37:59 +0000 (05:37 -0800)]
Merge "toast_popup/ticker: use all rotation values" into tizen

7 years agonoti: handle generic "minicontrol" tag 59/96659/2
Lukasz Stanislawski [Wed, 9 Nov 2016 15:07:45 +0000 (16:07 +0100)]
noti: handle generic "minicontrol" tag

The tags are used to distingish if notification should be shown
in indicator's minicontrol area or not. Currently only specialized tags were handled,
like "minicontrol_music", "minicontrol_call", etc.

This patch enables handling generic tag "minicontrol", which recieves
the lowest priority. 3rd part applications should use this tag if they
want to place its icon in minicontroller area.

Change-Id: I05de96ee1a4557faa68c9acb7c9cb023e43c6c31

7 years agotoast_popup/ticker: use all rotation values 35/96835/1
Lukasz Stanislawski [Thu, 10 Nov 2016 09:54:31 +0000 (10:54 +0100)]
toast_popup/ticker: use all rotation values

Restore full spectrum of popup rotations. The proper rotation value
should be chosen by window manager instead by application.

Change-Id: I403579908addf7677cef379dee20bbd4495231b9

7 years agoMerge 'tizen' into tizen_3.0 16/96616/1 accepted/tizen/3.0/mobile/20161111.002835 submit/tizen_3.0/20161109.095334
Lukasz Stanislawski [Wed, 9 Nov 2016 11:50:15 +0000 (12:50 +0100)]
Merge 'tizen' into tizen_3.0

Change-Id: I1da79e4c73f4ecc382744ab05a2aa01d007718b7

7 years ago[TSAM-9543] ticker: do not set ticker transparent background 45/96345/3 accepted/tizen/mobile/20161110.001802 submit/tizen/20161109.095310
Lukasz Stanislawski [Tue, 8 Nov 2016 15:13:07 +0000 (16:13 +0100)]
[TSAM-9543] ticker: do not set ticker transparent background

Use default indicator color as ticker background instead
of applaying transparency. The reason of this change are:

1. It solved rendering artifacts problems occuring then ticker is being
   shown, however underlaying window did not updated indicator image.
2. There might be cases in which application may try to display white
   content in top window area and in this case ticker content will
   not be visible to user.

Change-Id: Id13337a3ea6f8f9dd5437cf728ac0063460bce4c

7 years agocall_options: apply API change 25/96525/2
Lukasz Stanislawski [Wed, 9 Nov 2016 08:06:32 +0000 (09:06 +0100)]
call_options: apply API change

Change-Id: I49717a8722ae3fe4685c93b33433aad40df7f00c

7 years agoMerge branch 'tizen' into 'tizen_3.0' 99/95299/2 accepted/tizen/3.0/mobile/20161103.002201 submit/tizen_3.0/20161102.154540
Lukasz Stanislawski [Wed, 2 Nov 2016 15:31:27 +0000 (16:31 +0100)]
Merge branch 'tizen' into 'tizen_3.0'

Change-Id: Ie61e745fe55988654dc79cdcbee1337a4f6d0cfc

7 years agocall: fix invalid pointer passing 58/95258/2 accepted/tizen/mobile/20161103.000539 submit/tizen/20161102.154901
Lukasz Stanislawski [Wed, 2 Nov 2016 14:50:35 +0000 (15:50 +0100)]
call: fix invalid pointer passing

Change-Id: Ie9f40330906f65f1fa39d9901d0741ae3dc59bcd

7 years agoLICENSE: Change license from Apache to Flora. 16/95216/6
Lukasz Stanislawski [Wed, 2 Nov 2016 12:01:28 +0000 (13:01 +0100)]
LICENSE: Change license from Apache to Flora.

Change-Id: If9b41690fc68b414fc064aeb2ff32e832f3fa8d6

7 years agoworkaround rotation issues. 61/94361/2
Lukasz Stanislawski [Fri, 28 Oct 2016 11:43:08 +0000 (13:43 +0200)]
workaround rotation issues.

Frequently after rotating device and resize indicator disappears.
It looks like there is some engine issues with synchronizing
buffers after rotation. This patch woraround this by forcing
indicator to rerender after rotation.

Change-Id: I429b9d861012809d0cc68829f83c9257d21d74be

7 years agoMerge "[minicontrol][edc] Wrong description name fix." into tizen
Lukasz Stanislawski [Wed, 2 Nov 2016 12:47:08 +0000 (05:47 -0700)]
Merge "[minicontrol][edc] Wrong description name fix." into tizen

7 years agoMerge "modules/processing/call: Status overridden fix." into tizen
Lukasz Stanislawski [Wed, 2 Nov 2016 12:46:59 +0000 (05:46 -0700)]
Merge "modules/processing/call: Status overridden fix." into tizen

7 years agoMerge "ticker: make background transparent" into tizen
Lukasz Stanislawski [Wed, 2 Nov 2016 12:44:42 +0000 (05:44 -0700)]
Merge "ticker: make background transparent" into tizen

7 years agoMerge "toast_popup: restrict popup rotations" into tizen
Lukasz Stanislawski [Wed, 2 Nov 2016 12:44:21 +0000 (05:44 -0700)]
Merge "toast_popup: restrict popup rotations" into tizen

7 years agoticker: make background transparent 73/93673/3
Lukasz Stanislawski [Tue, 25 Oct 2016 08:29:56 +0000 (10:29 +0200)]
ticker: make background transparent

Set ticker background to match guideline requirements.

Change-Id: Ib5f48a38e45c07e934ef00532cd2c865008aa6fa

7 years ago[minicontrol][edc] Wrong description name fix. 13/94013/1
Radoslaw Czerski [Wed, 26 Oct 2016 17:19:40 +0000 (19:19 +0200)]
[minicontrol][edc] Wrong description name fix.

Change-Id: I9b702bfb6669d85a861ce01b99911b542bb7f229
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agomodules/processing/call: Status overridden fix. 26/93126/2
Radoslaw Czerski [Wed, 26 Oct 2016 17:19:07 +0000 (19:19 +0200)]
modules/processing/call: Status overridden fix.

Even if any call was available for first SIM,
it was overridden in case of call list was empty for second SIM.

Change-Id: I75828df3737929484e765073f5b49b3351bdb99c
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoticker: code optimization 47/81047/10
Kamil Lipiszko [Mon, 11 Jul 2016 06:43:40 +0000 (08:43 +0200)]
ticker: code optimization

Change-Id: I722d2c660f841cdc13411f4ab0dc8a4e9e8ac7e1

7 years agotoast_popup: restrict popup rotations 93/93493/2
Lukasz Stanislawski [Mon, 24 Oct 2016 12:29:19 +0000 (14:29 +0200)]
toast_popup: restrict popup rotations

Previously toast popup handled all possible rotations: 0, 90, 180, 270.
Now popup rotation is restricted only to rotation of current top window.

Change-Id: Ie2bdac84db47caef5b73a83295ebdd453581bda0

7 years agoMerge "information/noti: Updating icon fix." into tizen accepted/tizen/mobile/20161028.150551 submit/tizen/20161021.145810 submit/tizen/20161023.095644
Radoslaw Czerski [Fri, 21 Oct 2016 14:14:23 +0000 (07:14 -0700)]
Merge "information/noti: Updating icon fix." into tizen

7 years agobluetooth: Vconf revert. 80/91080/12
Radoslaw Czerski [Fri, 21 Oct 2016 13:22:10 +0000 (15:22 +0200)]
bluetooth: Vconf revert.

vconf was reverted due to bt_device_set_connection_state_changed_cb
not registers callback for every device connected via BT.

Change-Id: I916647fc627075e9bfd0bafa4ec3466776b99fe7
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoinformation/noti: Updating icon fix. 58/92858/4
Radoslaw Czerski [Fri, 21 Oct 2016 12:57:23 +0000 (14:57 +0200)]
information/noti: Updating icon fix.

Syntax error: missed curly braces added.
Unneeded copying removed.

Change-Id: Ia81275483735bcdff7018277a64bc623b7407b40
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoIcons related fixes and refactor. 85/93285/3
Radoslaw Czerski [Fri, 21 Oct 2016 11:53:17 +0000 (13:53 +0200)]
Icons related fixes and refactor.

Typos fixed.
Unused files removed.
BT icons changed.

Change-Id: Idfec29b90c598236c02949761bf1bf5129f49d03
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoRevert "Revert "Code clearance and height fix."" 84/93284/1
Radoslaw Czerski [Fri, 21 Oct 2016 09:01:56 +0000 (11:01 +0200)]
Revert "Revert "Code clearance and height fix.""

Previous revert was not necessary.

This reverts commit b75af15ad5fe9e502f520ed6084b0166b76074a3.

Change-Id: I36ea045b200218e09c81f07a5afc4d50150f8ec2
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoRevert "Code clearance and height fix." 84/93184/1
hyoeun ahn [Fri, 21 Oct 2016 01:36:41 +0000 (18:36 -0700)]
Revert "Code clearance and height fix."

This reverts commit 5d0d7e6798c3b8f887bd62a34c27fec43451151e.

Change-Id: I9fe0b08d8539356d831b9a5ea070b4ee7a66b922

7 years agoCode clearance and height fix. 69/84069/14 accepted/tizen/3.0/mobile/20161028.150539 accepted/tizen/mobile/20161021.062452 submit/tizen/20161019.092255 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092323
Radoslaw Czerski [Wed, 19 Oct 2016 13:33:49 +0000 (15:33 +0200)]
Code clearance and height fix.

Change-Id: I681aa249504882120ba659bd199e016d5485acec
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoRemove trivial profile build dependency 33/92233/1
MyungJoo Ham [Fri, 14 Oct 2016 05:21:31 +0000 (05:21 +0000)]
Remove trivial profile build dependency

Because Tizen:Wearable and Tizen:TV in build.tizen.org
do not have this package included, these statements
are meaningless. With Tizen 4.0 configurability, mering
all Tizen OBS profile projects into one, such statements
are even dangerous.

Let's remove dangerous and useless statements.

Change-Id: Ib01466c15b34f4ca30d51ef9bd097cc286350f8a
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agomodules/information/do_not_disturb: Implemented. 93/80693/5 accepted/tizen/mobile/20161015.000523 submit/tizen/20161012.154048 submit/tizen/20161014.073410 submit/tizen_3.0/20161012.154009
Radoslaw Czerski [Wed, 12 Oct 2016 06:03:46 +0000 (08:03 +0200)]
modules/information/do_not_disturb: Implemented.

Change-Id: I6c8f4da54525b4eba2cbc834a1686d6ece6d0456
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoIcons changed to HD support mode. 19/84619/3
Radoslaw Czerski [Wed, 12 Oct 2016 13:26:53 +0000 (15:26 +0200)]
Icons changed to HD support mode.

wifi-direct removed as it is not described in Guide.

Change-Id: I8c50ae32e8e86ac25d072062296b17c270b53908
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoUnwanted faulty lines removed. 70/91670/3
Radoslaw Czerski [Mon, 10 Oct 2016 15:53:46 +0000 (17:53 +0200)]
Unwanted faulty lines removed.

Removed lines refers to not existing part.

Change-Id: Ib98943cc5ce3a1b25dc225fddb79071ce153c41e
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agomain: handle device orientation changes. 91/90891/4 submit/tizen/20161005.154033
Lukasz Stanislawski [Tue, 4 Oct 2016 16:07:17 +0000 (18:07 +0200)]
main: handle device orientation changes.

Use tzsh_indicator_service to track window orientation changes.
When window is rotated indicator canvas is resized accordingly.

Change-Id: Id5bf559d98a904c57c7d63eb0f028138abb32e8e

7 years agoRemove unused code. 90/89390/1 submit/tizen/20160923.003851 submit/tizen/20161005.153656
Radoslaw Czerski [Fri, 23 Sep 2016 09:07:26 +0000 (11:07 +0200)]
Remove unused code.

Change-Id: I2a9d29d78297d9a20266788f95a4092dd82c9dc3
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoticker: Remove mouse events. 59/86759/1 accepted/tizen/3.0/mobile/20161015.033917 accepted/tizen/mobile/20160912.224442 submit/tizen/20160905.072141 submit/tizen/20160912.111421 submit/tizen_3.0_mobile/20161015.000005
Radoslaw Czerski [Fri, 2 Sep 2016 14:39:11 +0000 (16:39 +0200)]
ticker: Remove mouse events.

Additionally ticker window was prevented to be created twice
after hiding quickpanel.

Change-Id: I1066131b5b4c27ef9ec975bf80626e43c7082414
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoefl-assist dependency removed. Window level changed. 03/84403/3 accepted/tizen/mobile/20160831.080659 submit/tizen/20160824.094602 submit/tizen/20160830.104026
Radoslaw Czerski [Thu, 18 Aug 2016 12:34:26 +0000 (14:34 +0200)]
efl-assist dependency removed. Window level changed.

Window notification level of ticker has been changed.

Change-Id: Ic032f83de82ae0b0ce1be66fe45aa67c8acb3b8f
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoMerge "Documentation update." into tizen submit/tizen/20160817.152037 submit/tizen/20160819.101518
Radoslaw Czerski [Wed, 17 Aug 2016 15:19:29 +0000 (08:19 -0700)]
Merge "Documentation update." into tizen

7 years ago[Hotfix] NULL check added. 54/84254/1 submit/tizen/20160817.133606
Radoslaw Czerski [Wed, 17 Aug 2016 13:33:26 +0000 (15:33 +0200)]
[Hotfix] NULL check added.

Change-Id: I9dc27a0b5ab10a114ba106243c35d98387fdec07
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoDocumentation update. 82/83682/1
Radoslaw Czerski [Fri, 12 Aug 2016 09:59:50 +0000 (11:59 +0200)]
Documentation update.

Change-Id: If6f1519715a48ac8f031b85f9ba074dd2895cd0c
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years ago[Doxygen] Detailed Description added. 57/82257/4 accepted/tizen/mobile/20160815.233525 submit/tizen/20160812.094339
Radoslaw Czerski [Wed, 3 Aug 2016 07:42:05 +0000 (09:42 +0200)]
[Doxygen] Detailed Description added.

Change-Id: I24d38c6a1d25505fc4ab8ebbaa0f378f2796058d
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoSnippets added to doxygen doc. Doc fixes. 13/81313/4
Radoslaw Czerski [Fri, 12 Aug 2016 08:59:20 +0000 (10:59 +0200)]
Snippets added to doxygen doc. Doc fixes.

Change-Id: I8ff1afab4dd4c7d8419ae10dc4d4f87f8e06cb5d
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoCoding style fixes. 67/81167/3
Radoslaw Czerski [Fri, 12 Aug 2016 08:30:28 +0000 (10:30 +0200)]
Coding style fixes.

Change-Id: I054d6b532db92b00ec564aaef6b4a67dd8243eb9
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoMissing function reverted. 56/83656/1
Radoslaw Czerski [Fri, 12 Aug 2016 08:17:54 +0000 (10:17 +0200)]
Missing function reverted.

Change-Id: Icda621b3171b5a9b6136dd97a972e1b66e2e6a06
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years ago[util.c] Coding style fix. 01/80701/3
Radoslaw Czerski [Thu, 11 Aug 2016 12:31:55 +0000 (14:31 +0200)]
[util.c] Coding style fix.

Change-Id: I8806347ddef255a4a7be0ba688d94aacfe5ab4ed
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoAllow sending minicontrol icons via notifications. 73/81473/3
Radoslaw Czerski [Wed, 10 Aug 2016 14:49:31 +0000 (16:49 +0200)]
Allow sending minicontrol icons via notifications.

Change-Id: I8188646e21f4baf4ca0659eac153e606dc87ee31
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agomodules/information/noti: Code clarification. 37/81037/3
Radoslaw Czerski [Wed, 10 Aug 2016 14:22:56 +0000 (16:22 +0200)]
modules/information/noti: Code clarification.

Change-Id: Ia712e04caae8984714104a01b1844a660a05bcff
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
7 years agoIcons managing mechanism fixes and clarification. 62/79862/13
Radoslaw Czerski [Tue, 19 Jul 2016 12:36:52 +0000 (14:36 +0200)]
Icons managing mechanism fixes and clarification.

Change-Id: I69451899e207d58758a2ecbe017bae04e0aa3d2d
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoWarning fixed. 98/81298/1 accepted/tizen/mobile/20160725.233920 submit/tizen/20160725.123326
Radoslaw Czerski [Mon, 25 Jul 2016 10:00:58 +0000 (12:00 +0200)]
Warning fixed.

Change-Id: I43ca9796ac22d9d5f673803b00642cd921c6927a
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years ago[HOTFIX][TSAM-6502] Wrong time fix. 33/80333/3 accepted/tizen/mobile/20160719.015805 submit/tizen/20160718.153454
Radoslaw Czerski [Mon, 18 Jul 2016 11:39:18 +0000 (13:39 +0200)]
[HOTFIX][TSAM-6502] Wrong time fix.

Change-Id: Ief0763c464eb74af98ab0701d24dff03e89bf227
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoDoxygen documentation added. 95/80295/2
Radoslaw Czerski [Fri, 15 Jul 2016 14:46:12 +0000 (16:46 +0200)]
Doxygen documentation added.

Change-Id: I889958eff162550f14e89b395762b221ca072898
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoticker: display multiple lines fix 44/79544/2 accepted/tizen/mobile/20160713.000634 submit/tizen/20160712.134555
Kamil Lipiszko [Mon, 11 Jul 2016 16:53:04 +0000 (18:53 +0200)]
ticker: display multiple lines fix

Change-Id: I66408b7e2c34ed498dfbb50124f74758786bd0e4

8 years agoWiFi icon visibility after Flight Mode fix. 88/79288/1 submit/wifi_airplane_mode_fix/20160710.172259
Radoslaw Czerski [Sun, 10 Jul 2016 17:11:36 +0000 (19:11 +0200)]
WiFi icon visibility after Flight Mode fix.

Now, when connecting to WiFi network in Flight Mode,
the WiFi icon shows on Indicator.

Change-Id: I8564fe742149132e6a407522743435d15b2a5c65
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodules/clock: memory leak fix. 81/77381/1 accepted/tizen/mobile/20160630.004301 accepted/tizen/mobile/20160711.030414 submit/tizen/20160629.154917 submit/tizen/20160710.172348
Radoslaw Czerski [Wed, 29 Jun 2016 12:29:50 +0000 (14:29 +0200)]
modules/clock: memory leak fix.

Change-Id: Iba155675546d2b97d42fc5b79b808ae2edb69b84
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agobattery: hide battery percentage on ticker msg [fix] 36/76836/1
Kamil Lipiszko [Mon, 27 Jun 2016 11:20:45 +0000 (13:20 +0200)]
battery: hide battery percentage on ticker msg [fix]

Change-Id: I4482c8d0096f9837ebb0f1d5128a88e1d5949b0d

8 years agoFix APIs that are related to wfd-manager 59/76459/1 accepted/tizen/mobile/20160624.065037 accepted/tizen/mobile/20160624.103635 submit/tizen/20160624.093732 submit/tizen_mobile/20160624.045722
Eunyoung Lee [Fri, 24 Jun 2016 04:37:41 +0000 (13:37 +0900)]
Fix APIs that are related to wfd-manager

Change-Id: Ib215e8ccc3ef980725b764623e21dd1fad7c6bbb

8 years agoWarning removed. 02/76402/1 submit/tizen/20160623.172209
Radoslaw Czerski [Thu, 23 Jun 2016 17:20:42 +0000 (19:20 +0200)]
Warning removed.

Change-Id: I3d5a62e3fb78d0a41a202ba35afe1604853f87f4
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge "Fix "more notification" icon show." into tizen submit/tizen/20160623.171317
Radoslaw Czerski [Thu, 23 Jun 2016 17:09:47 +0000 (10:09 -0700)]
Merge "Fix "more notification" icon show." into tizen

8 years agoMerge "ticker: display properly ticker message [fix]" into tizen
Radoslaw Czerski [Thu, 23 Jun 2016 17:08:52 +0000 (10:08 -0700)]
Merge "ticker: display properly ticker message [fix]" into tizen

8 years agoFix "more notification" icon show. 64/76364/2
Radoslaw Czerski [Thu, 23 Jun 2016 15:24:55 +0000 (17:24 +0200)]
Fix "more notification" icon show.

Change-Id: I1e479a7a9726c9b45cef32a16716d0252f04f604
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoticker: display properly ticker message [fix] 74/76374/4
Kamil Lipiszko [Thu, 23 Jun 2016 13:30:45 +0000 (15:30 +0200)]
ticker: display properly ticker message [fix]

Change-Id: If4fe9d904e8fc26512615cbbfae018b56969fd76

8 years agoinformation/ext_storage: Showing icon fixed. 58/76358/1
Radoslaw Czerski [Thu, 23 Jun 2016 12:33:21 +0000 (14:33 +0200)]
information/ext_storage: Showing icon fixed.

Fix for TSAM-5234

SD card icon is now showed after inserting card when device is on.

Change-Id: I8f78709ba260bc8b8812cf38d03d9f4e42514904
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoSVACE warning fix. 58/75558/1 accepted/tizen/mobile/20160623.123016 submit/tizen/20160620.121719 submit/tizen/20160622.141001
Radoslaw Czerski [Mon, 20 Jun 2016 11:19:44 +0000 (13:19 +0200)]
SVACE warning fix.

Change-Id: Iedc2e70b309c35ed1446113041f14078f2807f41
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoDo not remove indicator from noti applist. 81/74481/3 accepted/tizen/mobile/20160616.003646 submit/tizen/20160615.152254
Radoslaw Czerski [Wed, 15 Jun 2016 15:08:37 +0000 (17:08 +0200)]
Do not remove indicator from noti applist.

Change-Id: Iedecb6013775947a7eac4661d6a67e41fde8eaf2
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agoMerge "SVACE errors fixed." into tizen accepted/tizen/mobile/20160615.001333 submit/tizen/20160614.082623
Radoslaw Czerski [Tue, 14 Jun 2016 08:13:40 +0000 (01:13 -0700)]
Merge "SVACE errors fixed." into tizen

8 years agoSVACE errors fixed. 10/74310/3
Radoslaw Czerski [Tue, 14 Jun 2016 07:43:05 +0000 (09:43 +0200)]
SVACE errors fixed.

Change-Id: I430bfd6f12cb13108bb4c2afa50209cab86702d9
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
8 years agomodule/Power/battery: Code clearance. 93/72093/11
Radoslaw Czerski [Mon, 13 Jun 2016 09:20:38 +0000 (11:20 +0200)]
module/Power/battery: Code clearance.

Change-Id: I101d74c17ad87b8289ad2b7845bed1f04116d459
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
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>