platform/core/uifw/e-mod-tizen-wm-policy.git
2 years agoremove the unused code. 65/271165/1
SooChan Lim [Wed, 16 Feb 2022 07:59:12 +0000 (16:59 +0900)]
remove the unused code.

ivi profile is not used anymore at tizen.

Change-Id: I6dc8358cd57a9e0ea1f310d161027b51afda4d46

2 years agoPackaging: update version to 0.4.16 59/268859/1 accepted/tizen/unified/20220105.120702 submit/tizen/20220104.072518
Doyoun Kang [Tue, 4 Jan 2022 03:53:16 +0000 (12:53 +0900)]
Packaging: update version to 0.4.16

Change-Id: I3ddcb17ed6292e50d75595aab982e56f97cec438

2 years agorotation: add wait_update_done timer 58/268858/1
Doyoun Kang [Tue, 4 Jan 2022 03:43:37 +0000 (12:43 +0900)]
rotation: add wait_update_done timer

We add a timer to show the pended window by force.
If the window which is pending show by rotation policy doesn't send a rotation_done and
buffer attach events in the certain period of time, then e updates it by force.

Change-Id: I3a332f4893859f5db42411382d9131e056796dc2

2 years agorotation: unset rot.pending_show when ec's pixmap is unusable 45/268845/1
Doyoun Kang [Tue, 4 Jan 2022 01:56:51 +0000 (10:56 +0900)]
rotation: unset rot.pending_show when ec's pixmap is unusable

If an window requested to unmap while pending show by rotation, then ec's rot.pending_show
flag remained to 1. So, window could not shown when it reqeusted to show again.
This patch resolve this problem.

Change-Id: I7e4e4c4388a9debd3d868b25fe2f1c173e10e591

2 years agoPackaging: update version to 0.4.15 03/258803/1 accepted/tizen/6.5/unified/20211028.115320 accepted/tizen/unified/20210603.000542 submit/tizen/20210531.063250 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release
Doyoun Kang [Wed, 26 May 2021 04:03:17 +0000 (13:03 +0900)]
Packaging: update version to 0.4.15

Change-Id: I055d5f2b0c0ed324db54d979c44a331a43bc2296

2 years agoe_mod_configured_resolution: destroy pkgmgrinfo handler after using it 49/258749/2
Junseok, Kim [Tue, 25 May 2021 06:25:08 +0000 (15:25 +0900)]
e_mod_configured_resolution: destroy pkgmgrinfo handler after using it

Change-Id: I99b9d67568fd13bf6758aab5b97dfa666676ff1b
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
3 years agoe_mod_rotation_wl: doing rotation if ec is obscured by 32bit opaque window 10/254110/3
Junseok, Kim [Tue, 23 Feb 2021 11:51:07 +0000 (20:51 +0900)]
e_mod_rotation_wl: doing rotation if ec is obscured by 32bit opaque window

There was a bug that below window didn't rotation under 32bit colored upper window changed from opaque to transparent.

The rotation activate trigger is uniconify rendering. (emits e,visibility,prepare,foreground signal)
The above window doing opaque_set -> opaque_unset, and The below window turns FULLY_OBSCURED -> UNOBSCURED.

But the below window is still uniconic state and didn't uniconify rendering, caused by the above window is 32bit colored and opaque state.
So, after the below window turn to UNOBSCURED, it still rotation deactivated.

To solve this problem, if the window is uniconic state, doing rotate under bg_client even if it is fully obscured window.

NOTE:: If above 32-bit opaque window draws translucent buffer, then below window may appear unrotated if below window has parent ec.

Change-Id: Ifc71b237f029f7b7bee153eb45e61824941e793c
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
3 years agoPackaging: update version to 0.4.14 54/251654/1 accepted/tizen/unified/20210119.130220 submit/tizen/20210118.090556
Doyoun Kang [Fri, 15 Jan 2021 01:23:15 +0000 (10:23 +0900)]
Packaging: update version to 0.4.14

Change-Id: I6978b8bc74d7de9ba4445bea99e81e9807c15be7

3 years agoe_mod_rotation_wl: check include_ec while making rotation list in _e_client_rotation_... 53/251653/1
Doyoun Kang [Thu, 14 Jan 2021 23:48:14 +0000 (08:48 +0900)]
e_mod_rotation_wl: check include_ec while making rotation list in _e_client_rotation_zone_set

There was a bug that the include_ec was not added in the rotation list.
So, the include_ec was flickered in some case.

Change-Id: Ia9fcc1b7d6c8ef71c8e8d722cbcd7980393ad7b7

3 years agoPackaging: update version to 0.4.13 33/249833/2 accepted/tizen/unified/20201217.124244 submit/tizen/20201217.044558
Doyoun Kang [Thu, 17 Dec 2020 04:29:55 +0000 (13:29 +0900)]
Packaging: update version to 0.4.13

Change-Id: Ib1f48e731eae3b9bf9d1a6a554242b6f53e55af2

3 years agoe_mod_rotation_wl: fix resource leak 32/249832/2
Doyoun Kang [Thu, 17 Dec 2020 04:29:09 +0000 (13:29 +0900)]
e_mod_rotation_wl: fix resource leak

Change-Id: Id056103878eaa31971c97edac6952fc8fc08b6bb

3 years agoPackaging: update version to 0.4.12 82/248682/1 accepted/tizen/unified/20201202.124927 submit/tizen/20201201.102723
Doyoun Kang [Tue, 1 Dec 2020 10:15:21 +0000 (19:15 +0900)]
Packaging: update version to 0.4.12

Change-Id: I52f0609c8d7a0d5dd1b4c42f835c2305da17063e

3 years agorotation: remove module circular dependency 81/248681/1
Doyoun Kang [Tue, 1 Dec 2020 10:14:49 +0000 (19:14 +0900)]
rotation: remove module circular dependency

Change-Id: I0203ffbdd663d2daa83c5e36f14baf5fb87c3e35

3 years agoPackaging: update version to 0.4.11 27/248427/1 accepted/tizen/unified/20201126.233220 submit/tizen/20201126.101538
Doyoun Kang [Thu, 26 Nov 2020 10:09:00 +0000 (19:09 +0900)]
Packaging: update version to 0.4.11

Change-Id: Id9ba64a7497c65d6ee9ae7c8d60760a9ed8314b5

3 years agorotation: change code to use e_client_geometry_get not ec's x,y,w,h directly 26/248426/1
Doyoun Kang [Thu, 26 Nov 2020 10:07:52 +0000 (19:07 +0900)]
rotation: change code to use e_client_geometry_get not ec's x,y,w,h directly

Change-Id: Id54888b1760c2d0cd20bf4c5b9169cc528c693bd

3 years agoPackaging: update version to 0.4.10 88/243688/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.113152 accepted/tizen/6.0/unified/hotfix/20201103.001035 accepted/tizen/unified/20200909.155548 submit/tizen/20200909.063749 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 tizen_6.0.m2_release
Junseok, Kim [Wed, 9 Sep 2020 06:37:18 +0000 (15:37 +0900)]
Packaging: update version to 0.4.10

Change-Id: I35f92e4a76fa414e75715960a84d513ae529c243

3 years agoe_mod_rotation_settings: add log if vconf_notify_key_changed is failed 84/243684/3
Junseok, Kim [Wed, 9 Sep 2020 06:26:18 +0000 (15:26 +0900)]
e_mod_rotation_settings: add log if vconf_notify_key_changed is failed

Change-Id: I30a613c0df978129828af4866a9fb43034a7dbc7
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
3 years agotizen-policy-ext: remove hard-coded protocol codes 69/242569/1 accepted/tizen/unified/20200901.160725 submit/tizen/20200828.065815
Junseok, Kim [Fri, 28 Aug 2020 03:13:03 +0000 (12:13 +0900)]
tizen-policy-ext: remove hard-coded protocol codes

Removed hard-coded tizen-policy-ext protocol codes and
Use tizen-policy-ext protocol provided by wayland-extension (tizen-policy-ext-server)

Change-Id: Ieacc9a28a831a50f76ff76f86d255378066be9ed
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
3 years agoPackaging: update version to 0.4.9 12/239512/1 accepted/tizen/unified/20200727.131948 submit/tizen/20200727.094925
Doyoun Kang [Mon, 27 Jul 2020 08:06:56 +0000 (17:06 +0900)]
Packaging: update version to 0.4.9

Change-Id: If0f9a04d7b16d1455c3ca8a9dc449840827e0aac

3 years agoe_mod_pol_pingpong: code cleanup 99/239499/1
Doyoun Kang [Mon, 27 Jul 2020 07:11:38 +0000 (16:11 +0900)]
e_mod_pol_pingpong: code cleanup

Change-Id: Id66df8af61fb2a806b304eac5006172e6e251426

3 years agoe_mod_rotation_wl: code cleanup - check ec's size and type 96/239496/1
Doyoun Kang [Mon, 27 Jul 2020 06:52:11 +0000 (15:52 +0900)]
e_mod_rotation_wl: code cleanup - check ec's size and type

Change-Id: I77a1f56cbfff053da7d5b17dab711db7033c48e8

3 years agoe_mod_rotation_wl: code cleanup - use _rot_fg_set 94/239494/1
Doyoun Kang [Mon, 27 Jul 2020 06:47:42 +0000 (15:47 +0900)]
e_mod_rotation_wl: code cleanup - use _rot_fg_set

there are redundant code between _rot_hook_fg_set() and _rot_intercept_hook_show_helper().
so we make and use _rot_fg_set() to remove redundancy

Change-Id: I6b3a48a0e32171300b7ee52aca5806bdd1fb5387

3 years agoPackaging: update version to 0.4.8 92/235092/1 accepted/tizen/unified/20200602.133142 submit/tizen/20200602.063813
Doyoun Kang [Tue, 2 Jun 2020 06:09:14 +0000 (15:09 +0900)]
Packaging: update version to 0.4.8

Change-Id: I9144894164e2531db4956980fcb90ec377015aae

3 years agorotation: modify code to use a rotation_list's resource in setting preferred angle... 90/235090/1
Doyoun Kang [Tue, 2 Jun 2020 06:03:03 +0000 (15:03 +0900)]
rotation: modify code to use a rotation_list's resource in setting preferred angle function

Change-Id: I7eae449ae0cd2f9b3729355d816f558c95c41bf9

4 years agoPackaging: update version to 0.4.7 33/228933/1 sandbox/doyoun/devel accepted/tizen/unified/20200402.155404 submit/tizen/20200330.151320 submit/tizen/20200402.124442
Juyeon Lee [Thu, 26 Mar 2020 20:33:23 +0000 (05:33 +0900)]
Packaging: update version to 0.4.7

Change-Id: Id7ce182295dc152bc263edbbe2ff5573cb8c733a

4 years agoe_mod_ivi_home: use e_client api instead of evas_obj api 83/228883/2
Juyeon Lee [Thu, 26 Mar 2020 15:49:53 +0000 (00:49 +0900)]
e_mod_ivi_home: use e_client api instead of evas_obj api

Change-Id: Ibe0182710226a104703299242dcf8a0e27b7a546

4 years agoPackaging: update version to 0.4.6 81/228881/2 accepted/tizen/unified/20200402.155315 submit/tizen/20200326.064935
SooChan Lim [Thu, 26 Mar 2020 06:45:02 +0000 (15:45 +0900)]
Packaging: update version to 0.4.6

Change-Id: I05702ea0cb284a38f7fa7fe00d60707b8a8faba4

4 years agoadd configured_resolution policy 37/228837/4
SooChan Lim [Thu, 26 Mar 2020 04:25:28 +0000 (13:25 +0900)]
add configured_resolution policy

Change-Id: Ibf8a5d5f8c9c147f3bf784831c2cc4542de56a0e

4 years agoPackaging: update version to 0.4.5 35/220435/2 accepted/tizen/unified/20200206.055213 submit/tizen/20200206.011345
Juyeon Lee [Wed, 18 Dec 2019 07:02:20 +0000 (16:02 +0900)]
Packaging: update version to 0.4.5

Change-Id: Iad9b6118d241df56dab5cedf26ab82d58d26fc5d

4 years agoe_mod_rotation_wl: skip rotation for ec ignored or comp_skip 78/220278/4
Juyeon Lee [Tue, 17 Dec 2019 01:31:04 +0000 (10:31 +0900)]
e_mod_rotation_wl: skip rotation for ec ignored or comp_skip

to prepare rotation zone changes, e_client target_list is made.
but the clients ignored or comp_skip don't need to be included in the list.
so skip those clients

Change-Id: I67499cb9cbb6d9cf4824cd1653949b95f1b7c466

4 years agoPackaging: update version to 0.4.4 15/219215/1 sandbox/wangbiao/rpm_upgrade
Juyeon Lee [Tue, 3 Dec 2019 09:54:26 +0000 (18:54 +0900)]
Packaging: update version to 0.4.4

Change-Id: I4d41d8300bf91fe9250663357818435c5280759c

4 years agoe_mod_rotation_wl: fix preferred_angle bug 04/218604/2
Juyeon Lee [Tue, 26 Nov 2019 02:29:44 +0000 (11:29 +0900)]
e_mod_rotation_wl: fix preferred_angle bug

wrong usage at preferred_angle

Change-Id: I4040ce1a9a9e80adbc7494948e1ab2d7f127655c

4 years agoe_mod_rotation: fix wrong angle_change event 25/218825/1
Juyeon Lee [Thu, 28 Nov 2019 09:59:25 +0000 (18:59 +0900)]
e_mod_rotation: fix wrong angle_change event

if zone angle was 270, when launching landscape only{90,270 available} app.
it gets angle change event twice
Server -> Client tizen_rotation@angle_change(2) => 90
Server -> Client tizen_rotation@angle_change(8) => 270

Change-Id: I3f522f598483f1e7ea0721930fe72098059afe09

4 years agoPackaging: update version to 0.4.3 68/218368/1 submit/tizen/20191121.121804
Doyoun Kang [Thu, 21 Nov 2019 12:31:54 +0000 (21:31 +0900)]
Packaging: update version to 0.4.3

Change-Id: Ia2e8f634428f3c15cb7875d0133c5b73ad2c9c42

4 years agoe_mod_rotation_wl: add code to call E_POLICY_HOOK_CLIENT_ROTATION_GEOMETRY_SET hook 65/218365/1
Doyoun Kang [Thu, 21 Nov 2019 12:23:19 +0000 (21:23 +0900)]
e_mod_rotation_wl: add code to call E_POLICY_HOOK_CLIENT_ROTATION_GEOMETRY_SET hook

Change-Id: I6dbde82c8710e23921aaa29751b21b04f40ae3f8

4 years agoe_mod_rotation: send early angle change evt at eval_fetch 46/218146/2
Juyeon Lee [Wed, 20 Nov 2019 03:55:36 +0000 (12:55 +0900)]
e_mod_rotation: send early angle change evt at eval_fetch

the early angle change event is made only for landscape(90|270) client if it
dismatch with rot.curr.
rotation available/preferre request come serveral in sequence, than
apply last req.

with this commit(by calculating in eval_fetch time whether the early
 angle_change event is needed or not) the event flow is going to be changed like below.

condition: curr angle is 0
from
   S <- C   tizen_rotation@37.set_available_angles(2)
   S -> C   tizen_rotation@37.angle_change(2, 243) ====> Angle change 90
   S <- C   tizen_rotation@37.set_available_angles(10)
   S <- C   tizen_rotation@37.set_available_angles(11)
   S <- C   tizen_rotation@37.set_available_angles(15)
   S <- C   tizen_rotation@37.ack_angle_change(243)
   S -> C   tizen_rotation@37.angle_change(1, 245) ===> Angle change 0
   S <- C   tizen_rotation@37.ack_angle_change(245)

to
   S <- C   tizen_rotation@37.set_available_angles(2)
   S <- C   tizen_rotation@37.set_available_angles(10)
   S <- C   tizen_rotation@37.set_available_angles(11)
   S <- C   tizen_rotation@37.set_available_angles(15)

Change-Id: Ib8f03c9ce6c0ed3270e218133cdb6b0b818adc27

4 years agoe_mod_rotation_wl: add cond. for landscape prefer app 15/218115/3
Juyeon Lee [Tue, 19 Nov 2019 09:42:22 +0000 (18:42 +0900)]
e_mod_rotation_wl: add cond. for landscape prefer app

the early angle change event should be sent for landscape prefer(90|270) app
but by the commit 625eaefe2674950f4c3337703c48c0a29966481a
if preferred_angle is 0 or 180 but tizen_rotation ver 1,
it may send angle_change_with_resize event

Change-Id: I4e65f325e71f0bfd29e3cd15933811f7a9902fef

4 years agoRevert "rotation: modify code handling available/preferred angle (2nd version)" 20/217520/5
Juyeon Lee [Tue, 12 Nov 2019 07:05:06 +0000 (16:05 +0900)]
Revert "rotation: modify code handling available/preferred angle (2nd version)"

This reverts commit c2b68b47b2c2b01d1c492be2f64e9faa31073532.

revert reason:
if ec is 90(270) available app and launched, or
if ec is specific angle prefer app and launched
it always fall in fail case(rot done) when ack arrived.
for example, event flow is like below
Server <--- available [0010] 90 only
Server ---> angle change 90, with serial xx
Server <--- commit based on 0 degree
Server <--- rotation_ack, with serial xx
Server <--- commit based on 90 degree
but the serial never match becasue it is 0(unsaved)

Conflicts:
src/rotation/e_mod_rotation_wl.c

Change-Id: Icad246ea8fd49394580954017ebed39fbd629fba

4 years agoPackaging: update version to 0.4.2 38/216138/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.015135 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075306 accepted/tizen/unified/20191021.220214 submit/tizen/20191021.062138 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
Seunghun Lee [Mon, 21 Oct 2019 08:53:59 +0000 (17:53 +0900)]
Packaging: update version to 0.4.2

Change-Id: I389841f9a7be2ce088c11fb452e61a5d4250006a

4 years agorotation: fix OVERRUN issue for svace. 28/216128/1
Seunghun Lee [Mon, 21 Oct 2019 08:16:33 +0000 (17:16 +0900)]
rotation: fix OVERRUN issue for svace.

Added escape condition in case that both value of 'x' and
e_comp_canvas_layer_map() is 0.

Change-Id: I386e253f19243dd7c23b2aa0a9291ea4febd1021

4 years agoPackaging: update version to 0.4.1 95/215995/1
Doyoun Kang [Fri, 18 Oct 2019 05:40:54 +0000 (14:40 +0900)]
Packaging: update version to 0.4.1

Change-Id: I4a9948e5c6978160223a65ba61706f4ef3f58dec

4 years agorotation: add code to send E_EVENT_CLIENT_ROTATION_GEOMETRY_SET event 39/215939/1
Doyoun Kang [Thu, 17 Oct 2019 23:34:33 +0000 (08:34 +0900)]
rotation: add code to send E_EVENT_CLIENT_ROTATION_GEOMETRY_SET event

Change-Id: Id818c55d63936c3aa0280e0e73597a0305075aa9

5 years agoPackaging: update version to 0.4.0 91/198691/1 accepted/tizen/unified/20190129.064407 submit/tizen/20190129.011240 submit/tizen/20190129.021250
Gwanglim Lee [Tue, 29 Jan 2019 01:25:49 +0000 (10:25 +0900)]
Packaging: update version to 0.4.0

Change-Id: I8e5b8875a57cd99d44738709d932189154f910b8

5 years agopingpong: added a initial version for reference implementation of ping-pong policy. 39/197639/1
Gwanglim Lee [Tue, 15 Jan 2019 01:10:28 +0000 (10:10 +0900)]
pingpong: added a initial version for reference implementation of ping-pong policy.

This implementation asks the touched client if it's still alive.
However there is no specific policy how to handle if the client doesn't respond.
An implementor should make your own way for handling unresponsive client such as kill.

To enable this feature, use_pingpong_policy configuration value must be set.

Change-Id: I138f6023573f7f425f4af92adcc5cc6bc1cd9926

5 years agoPackaging: update version to 0.3.36 62/196162/1 accepted/tizen/unified/20181226.063558 submit/tizen/20181224.063831
Gwanglim Lee [Mon, 24 Dec 2018 06:35:12 +0000 (15:35 +0900)]
Packaging: update version to 0.3.36

Change-Id: I4b27eaf2c38fc6f72f05f7c94db4ec71690102cd

5 years agoget rid of unused e_pixmap parameter of ELOG 45/196145/2
Gwanglim Lee [Mon, 24 Dec 2018 02:56:02 +0000 (11:56 +0900)]
get rid of unused e_pixmap parameter of ELOG

Change-Id: I662a022cb6fa871507c567791a088df94c4804a8

6 years agoPackaging: update version to 0.3.35 70/178870/1 accepted/tizen/5.0/unified/20181102.022402 accepted/tizen/unified/20180515.063747 submit/tizen/20180514.102111 submit/tizen_5.0/20181101.000005
Doyoun Kang [Mon, 14 May 2018 10:09:03 +0000 (19:09 +0900)]
Packaging: update version to 0.3.35

Change-Id: I11bc3ae198dbb09af515db06377afbc385245b01

6 years agorotation: fix rotation for keyboard windows 68/178868/1
Doyoun Kang [Mon, 14 May 2018 10:08:02 +0000 (19:08 +0900)]
rotation: fix rotation for keyboard windows

there was a bug that the magnifier window didn't rotate after upgrading ecore_wl2.
this fixed it.

Change-Id: I30b049d38357b352dc6def14b65790af143593f8

6 years agoPackaging: update version to 0.3.34 37/165237/1 accepted/tizen/unified/20180105.065537 submit/tizen/20180104.064136
Juyeon Lee [Wed, 27 Dec 2017 07:29:27 +0000 (16:29 +0900)]
Packaging: update version to 0.3.34

Change-Id: I50314457c1f6d2a159e7466e81eb615649ca1765

6 years agoe_mod_rotation_wl: add exception handle for rotation done ack 31/165231/1
Juyeon Lee [Wed, 27 Dec 2017 06:53:47 +0000 (15:53 +0900)]
e_mod_rotation_wl: add exception handle for rotation done ack

Rotation change event flows like below
   Server -> Client [PID:3564] tizen_rotation@39.angle_change with angle,serial
   Server <- Client [PID:3564] tizen_rotation@39.ack_angle_change with serial
BTW, issue happened once a client acks rotation_done ahead of event from server
serial number is initialized 0,and plus on every angle change event.
if arrival ack from client contains serial "0", it is not valid number.

Change-Id: I57d0eed5d109718df969c6bdbd7ba886cc01ce79

6 years agoPackaging: update version to 0.3.33 73/160673/1 accepted/tizen/unified/20171120.065116 submit/tizen/20171117.113037
Doyoun Kang [Fri, 17 Nov 2017 11:14:55 +0000 (20:14 +0900)]
Packaging: update version to 0.3.33

Change-Id: I538d6288e26e6de9ced447fb97c6d48d77f96e3a

6 years agorotation: fix bug for setting available rotation angles 67/160667/1
Doyoun Kang [Fri, 17 Nov 2017 10:41:57 +0000 (19:41 +0900)]
rotation: fix bug for setting available rotation angles

There was a bug that the angle was changed to wrong angle.
For example, if the window sets available angles to 0 and 90 degree when its current angle is 90,
the window is changed to 0 degree.
We fixed code to maintain current window angle in this case.

Change-Id: I972fc0721edb29b8abc1627ba69da30edbf84d0b

6 years agoPackaging: update version to 0.3.32 51/152651/1 accepted/tizen/4.0/unified/20171018.231639 accepted/tizen/unified/20171013.193006 accepted/tizen/unified/20171019.145440 submit/tizen/20171012.120424 submit/tizen/20171018.060412 submit/tizen_4.0/20170928.105924 submit/tizen_4.0/20171018.060340 tizen_4.0.m2_release
Doyoun Kang [Tue, 26 Sep 2017 23:14:29 +0000 (08:14 +0900)]
Packaging: update version to 0.3.32

Change-Id: If64cdc0cd89eab8145d0beedde14719074139169

6 years agoremove unused codes related e_client's remember 51/152451/2
JengHyun Kang [Tue, 26 Sep 2017 07:25:49 +0000 (16:25 +0900)]
remove unused codes related e_client's remember

Change-Id: I16f923832c411362093f53a2ff225d8430b2bf69

6 years agoPackaging: update version to 0.3.31 39/141639/1 accepted/tizen/4.0/unified/20170816.010405 accepted/tizen/4.0/unified/20170816.014155 accepted/tizen/4.0/unified/20170829.015849 accepted/tizen/unified/20170803.075341 submit/tizen/20170802.073414 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100004 submit/tizen_4.0_unified/20170814.115522 tizen_4.0.IoT.p1_release
Juyeon Lee [Tue, 1 Aug 2017 07:46:49 +0000 (16:46 +0900)]
Packaging: update version to 0.3.31

Change-Id: Id02666547839892b41c9400220005747022df34d

6 years agoremove unreachable code 37/141637/1
Juyeon Lee [Tue, 1 Aug 2017 07:21:42 +0000 (16:21 +0900)]
remove unreachable code

Change-Id: I31902a0bb23eb5af0b10d8f63cc554820c0f7bb6

6 years agofix bug detected by static analysis tool 27/141627/1
Juyeon Lee [Tue, 1 Aug 2017 07:08:23 +0000 (16:08 +0900)]
fix bug detected by static analysis tool

Change-Id: Iceeb3e3a48565cd043a9f8fcd6e4f348bdd037e9

6 years agoPackaging: update version to 0.3.30 06/132406/1 accepted/tizen/unified/20170605.151605 submit/tizen/20170605.022315 submit/tizen/20170605.040707 submit/tizen/20170605.072005
Juyeon Lee [Mon, 5 Jun 2017 02:10:48 +0000 (11:10 +0900)]
Packaging: update version to 0.3.30

Change-Id: Ic8a2490fbb3a5d2b0f91ec3edfaa8cbbe0a209a7

7 years agorotation: fixed bug for unsetting unknown angle value 45/128645/1
Doyoun Kang [Thu, 11 May 2017 00:50:02 +0000 (09:50 +0900)]
rotation: fixed bug for unsetting unknown angle value

(When the auto-rotation is turned off,) there was a bug that the window is not changed to portrait mode
after hiding the landscape window which set preferred angle to 90 or 270.

Change-Id: I4febe81082c6ba213b6c7fbd25b6b1078142255f

7 years agoPackaging: update version to 0.3.29 23/125323/1 accepted/tizen/3.0/common/20170510.183013 accepted/tizen/3.0/ivi/20170509.223101 accepted/tizen/3.0/mobile/20170509.223040 accepted/tizen/3.0/tv/20170509.223047 accepted/tizen/3.0/wearable/20170509.223053 accepted/tizen/unified/20170418.072657 submit/tizen/20170417.040207 submit/tizen_3.0-common/20170510.074450 submit/tizen_3.0/20170417.040121 submit/tizen_3.0_common/20170510.075013 tizen_4.0.m1_release
Doyoun Kang [Mon, 17 Apr 2017 02:19:39 +0000 (11:19 +0900)]
Packaging: update version to 0.3.29

Change-Id: I7e10c5c122f652c3f4bfedf22f4f6cf9da73e913

7 years agoRequires pkgconfig(sensor) instead of libsensord-devel 28/108228/6
Mu-Woong Lee [Tue, 3 Jan 2017 11:15:45 +0000 (20:15 +0900)]
Requires pkgconfig(sensor) instead of libsensord-devel

To remove profile build dependencies from sensord, sensord's package set is being restructured.
In the new sensord package set, libsensord-devel does not exist anymore.
Temporarily, a dummy package libsensord-devel, which just requires sensord-devel,
will be added to the snapshot, but it will be removed soon.

Naturally, from any packages, libsensord-devel should not be directly required.
Requiring pkgconfig(sensor) will work without issues instead.

Change-Id: Icd366697554927159964851e465f1008639de6c2
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
7 years agorotation: check ec's rotating state before sending E_EVENT_CLIENT_ROTATION_CHANGE_BEG... 20/125220/1
Doyoun Kang [Fri, 14 Apr 2017 07:22:22 +0000 (16:22 +0900)]
rotation: check ec's rotating state before sending E_EVENT_CLIENT_ROTATION_CHANGE_BEGIN event

There was a bug that the E_EVENT_CLIENT_ROTATION_CHANGE_BEGIN event is sent twice, but
E_EVENT_CLIENT_ROTATION_CHANGE_CANCEL or E_EVENT_CLIENT_ROTATION_CHANGE_END is sent just once.

Change-Id: I897770824c818a57ae4bf7703d98ea6987d47d82

7 years agoRevert "rotation: check ec's rotating state before sending E_EVENT_CLIENT_ROTATION_CH... 18/125218/1
Doyoun Kang [Fri, 14 Apr 2017 07:19:36 +0000 (16:19 +0900)]
Revert "rotation: check ec's rotating state before sending E_EVENT_CLIENT_ROTATION_CHANGE_BEGIN event"

This reverts commit db675a6843ca2308d87944862ae6aa262ee340e8.

Change-Id: I6083f89daed6bd94de5dd7d227769979c56a30a1

7 years agorotation: check ec's rotating state before sending E_EVENT_CLIENT_ROTATION_CHANGE_BEG... 26/125126/1
Doyoun Kang [Fri, 14 Apr 2017 02:09:29 +0000 (11:09 +0900)]
rotation: check ec's rotating state before sending E_EVENT_CLIENT_ROTATION_CHANGE_BEGIN event

There was a bug that the E_EVENT_CLIENT_ROTATION_CHANGE_BEGIN event is sent twice, but
E_EVENT_CLIENT_ROTATION_CHANGE_CANCEL or E_EVENT_CLIENT_ROTATION_CHANGE_END is sent just once.

Change-Id: Ica751c2e613d85ab13e2ac74556e4563af545477

7 years agoPackaging: update version to 0.3.28 44/124144/1 accepted/tizen/3.0/common/20170411.083314 accepted/tizen/3.0/ivi/20170411.005244 accepted/tizen/3.0/mobile/20170411.005113 accepted/tizen/3.0/tv/20170411.005153 accepted/tizen/3.0/wearable/20170411.005220 accepted/tizen/unified/20170410.160256 submit/tizen/20170410.100110 submit/tizen_3.0/20170410.095750
Doyoun Kang [Mon, 10 Apr 2017 09:49:53 +0000 (18:49 +0900)]
Packaging: update version to 0.3.28

Change-Id: I5a36e886ef9b877fbfb809274577bc5b03611f57

7 years agorotation: add code to check preferred angle while handling rotation 53/123953/2
Doyoun Kang [Sat, 8 Apr 2017 09:33:22 +0000 (18:33 +0900)]
rotation: add code to check preferred angle while handling rotation

There was a bug that the window doesn't rotate when it set the preferred angle which is not same to current angle.

Change-Id: Ie34f35a90920ec9ae2f177ab78af168ce124be5b

7 years agoPackaging: update version to 0.3.27 68/122868/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/3.0/common/20170406.142111 accepted/tizen/3.0/ivi/20170406.100810 accepted/tizen/3.0/mobile/20170406.100623 accepted/tizen/3.0/tv/20170406.100710 accepted/tizen/3.0/wearable/20170406.100741 accepted/tizen/common/20170404.142834 accepted/tizen/ivi/20170404.061300 accepted/tizen/mobile/20170404.061044 accepted/tizen/tv/20170404.061203 accepted/tizen/unified/20170404.061328 accepted/tizen/wearable/20170404.061237 submit/tizen/20170404.015610 submit/tizen_3.0/20170404.015344
Doyoun Kang [Tue, 4 Apr 2017 00:25:16 +0000 (09:25 +0900)]
Packaging: update version to 0.3.27

Change-Id: I7ccac20ef827305b02bd055a220812db35e0ab51

7 years agorotation: modify code to handle the angle between windows which have exclusive angle 22/122822/1
Doyoun Kang [Mon, 3 Apr 2017 12:54:34 +0000 (21:54 +0900)]
rotation: modify code to handle the angle between windows which have exclusive angle

We changed code to maintain the window angle if the intersection angle is not exist between visible windows.
For example, top window is alpha and supports preferred angle 0, and its below window supports 90,270 angles.
In this case, top window is shown on 0 angle and below window maintains its current angle.

Change-Id: I8323229315d69c7a20778087f5ef37d778df8e9b

7 years agorotation: fixed a rotation block issue caused by disabled rotation degree. 49/122549/1
Gwanglim Lee [Sat, 1 Apr 2017 15:07:53 +0000 (00:07 +0900)]
rotation: fixed a rotation block issue caused by disabled rotation degree.

There was a bug. When user rotated the target to 180 degrees, then given
angle was processing in spite of disabled angle if prior rotation change
job was not finished.

We have changed the rotation logic of the display server to discard angle
if it is disabled by the configuration file.

Change-Id: I0a38e7fef4eae2b384ca1d6fe653bd3a43002995

7 years agoPackaging: update version to 0.3.26 83/122183/1 tizen_3.0_tv accepted/tizen/common/20170330.152146 accepted/tizen/ivi/20170330.225013 accepted/tizen/mobile/20170330.224925 accepted/tizen/tv/20170330.224952 accepted/tizen/unified/20170330.225035 accepted/tizen/wearable/20170330.225001 submit/tizen/20170330.110355 submit/tizen_3.0/20170222.095938
Juyeon Lee [Thu, 30 Mar 2017 11:49:39 +0000 (20:49 +0900)]
Packaging: update version to 0.3.26

Change-Id: I9087fd1b71af46957151310550d8406fa86c49a7

7 years agorotation: ignored client's window rotation which passes same value 74/121674/1
Gwanglim Lee [Tue, 28 Mar 2017 11:07:37 +0000 (20:07 +0900)]
rotation: ignored client's window rotation which passes same value
as the current angle using availables set.

Change-Id: I38a3e2887b8858267e90b4d8c5f8ef8842f56bd4

7 years agoUpdate a list of files in COPYING.Flora 43/121243/1
Gwanglim Lee [Mon, 27 Mar 2017 09:40:20 +0000 (18:40 +0900)]
Update a list of files in COPYING.Flora

Change-Id: I0e550f2a0ccd96283023c6c59836a42b33bff1ab

7 years agopackaging: update packaging file to install license file via %license macro 25/121225/1
Juyeon Lee [Mon, 27 Mar 2017 08:45:42 +0000 (17:45 +0900)]
packaging: update packaging file to install license file via %license macro

Change-Id: I867cf7e3dba9072efd37d2e20c5f0ca546eda2f9

7 years agoPackaging: update version to 0.3.25 09/119509/1 accepted/tizen/3.0/common/20170320.130554 accepted/tizen/3.0/ivi/20170320.081538 accepted/tizen/3.0/mobile/20170320.080600 accepted/tizen/3.0/tv/20170320.081137 accepted/tizen/3.0/wearable/20170320.081355 accepted/tizen/common/20170317.094711 accepted/tizen/ivi/20170317.084022 accepted/tizen/mobile/20170317.083923 accepted/tizen/tv/20170317.083940 accepted/tizen/unified/20170317.084041 accepted/tizen/wearable/20170317.084003 submit/tizen/20170317.065102 submit/tizen_3.0/20170317.065514
Juyeon Lee [Fri, 17 Mar 2017 07:00:50 +0000 (16:00 +0900)]
Packaging: update version to 0.3.25

Change-Id: I9cf53f67f5aeac64a8acd22a933333094bda4580

7 years agorotation: added NULL check for ec before cleanup 49/119449/1
Gwanglim Lee [Fri, 17 Mar 2017 04:50:23 +0000 (13:50 +0900)]
rotation: added NULL check for ec before cleanup

Change-Id: I9c28a2d86b56a6af3a7500b6e2abc8866bb48bef

7 years agoPackaging: update version to 0.3.24 46/119446/2
Gwanglim Lee [Fri, 17 Mar 2017 04:28:20 +0000 (13:28 +0900)]
Packaging: update version to 0.3.24

Change-Id: Ie374f4e211ee1d83c67bf721ea620fb88ce17295

7 years agorotation: add code to check whether ec can be visible while setting rotation fg_ec 73/119373/4
Doyoun Kang [Thu, 16 Mar 2017 13:31:14 +0000 (22:31 +0900)]
rotation: add code to check whether ec can be visible while setting rotation fg_ec

There was a bug that the fg_ec is always set to preparing foreground (aka uniconifying) window.
So we added code to check if it can be shown or not.

Change-Id: Ia8fc202aa1bfab4808dcd0f48da2bfd65fc0d11d

7 years agorotation: support more than one client with fixed angle value which is set by using... 24/119424/2
Gwanglim Lee [Fri, 17 Mar 2017 03:10:09 +0000 (12:10 +0900)]
rotation: support more than one client with fixed angle value which is set by using preferred rotation API.

Change-Id: Iaa660daa3f0fbcbc6ba076ab399f5591167f5eee

7 years agoPackaging: update version to 0.3.23 97/119097/1
MinJeong Kim [Wed, 15 Mar 2017 12:19:42 +0000 (21:19 +0900)]
Packaging: update version to 0.3.23

Change-Id: Ic71d1f72c91f4b83e69aca455c2f068a1bab7e59
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoFixed missed return keyword 94/119094/1
MinJeong Kim [Wed, 15 Mar 2017 12:13:55 +0000 (21:13 +0900)]
Fixed missed return keyword

Change-Id: I16189740a14d4184db10943c616c2956021c64bf
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoPackaging: update version to 0.3.22 11/118011/1 accepted/tizen/3.0/common/20170313.075822 accepted/tizen/3.0/ivi/20170312.222815 accepted/tizen/3.0/mobile/20170312.222654 accepted/tizen/3.0/tv/20170312.222734 accepted/tizen/3.0/wearable/20170312.222756 accepted/tizen/common/20170313.162158 accepted/tizen/ivi/20170313.042451 accepted/tizen/mobile/20170313.042347 accepted/tizen/tv/20170313.042410 accepted/tizen/unified/20170313.042508 accepted/tizen/wearable/20170313.042429 submit/tizen/20170310.225956 submit/tizen_3.0/20170310.225521
Juyeon Lee [Wed, 8 Mar 2017 08:58:42 +0000 (17:58 +0900)]
Packaging: update version to 0.3.22

Change-Id: Ib23544ac7137236c835fbb31d0fc1867bb6da9ab

7 years agolog: set e-rot domain level to EINA_LOG_LEVEL_INFO 99/117899/1
Juyeon Lee [Wed, 8 Mar 2017 04:13:45 +0000 (13:13 +0900)]
log: set e-rot domain level to EINA_LOG_LEVEL_INFO

Change-Id: Ic8ee1acf5440711812a5d24576f0f742ec2b4e52

7 years agoPackaging: update version to 0.3.21 32/117832/1
Gwanglim Lee [Tue, 7 Mar 2017 14:26:30 +0000 (23:26 +0900)]
Packaging: update version to 0.3.21

Change-Id: Ida1c2b9555d8b5d43d1e5c5074f83384210f1e3a

7 years agorotation: added missing pending zone rotation job. 31/117831/1
Gwanglim Lee [Tue, 7 Mar 2017 14:25:49 +0000 (23:25 +0900)]
rotation: added missing pending zone rotation job.

The rotation module didn't handle well bunch of pending sensor
values when the LCD is turned on.

Change-Id: I64280c60a0ec4cf5b732dce91fea7908d74123e0

7 years agoPackaging: update version to 0.3.20 18/117418/1 accepted/tizen/3.0/common/20170307.113120 accepted/tizen/3.0/ivi/20170306.221331 accepted/tizen/3.0/mobile/20170306.221012 accepted/tizen/3.0/tv/20170306.221106 accepted/tizen/3.0/wearable/20170306.221137 accepted/tizen/common/20170306.165013 accepted/tizen/ivi/20170306.222504 accepted/tizen/mobile/20170306.222331 accepted/tizen/tv/20170306.222408 accepted/tizen/unified/20170309.034344 accepted/tizen/wearable/20170306.222437 submit/tizen/20170306.043923 submit/tizen_3.0/20170306.045223 submit/tizen_unified/20170308.100410
Gwanglim Lee [Mon, 6 Mar 2017 05:01:01 +0000 (14:01 +0900)]
Packaging: update version to 0.3.20

Change-Id: Iff4296df4ebc81750a45a6f3a3c1d6908fe94bf6

7 years agorotation: if there is no clients to rotate, we set angle to fg_ec's angle 66/117266/1
Duna Oh [Fri, 3 Mar 2017 12:18:56 +0000 (21:18 +0900)]
rotation: if there is no clients to rotate, we set angle to fg_ec's angle

Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I96ff418ac8de6dbd02cd82f10cf7152298aa1e7e

7 years agorotation: WORKAROUND for avoiding wrong rotation complete UI. 40/117240/1
Gwanglim Lee [Fri, 3 Mar 2017 10:13:27 +0000 (19:13 +0900)]
rotation: WORKAROUND for avoiding wrong rotation complete UI.

Until now, we have assumed that the buffer commit event after the rotation
ack event informs us of completion of rotation. However this assumption could
be wrong because the rotation ack event is dispatched by main thread of client,
whereas the buffer commit event could be dispatched by other thread.

The ideal solution for resolving this issue is introduction of same protocol
serial number between the rotation ack event and buffer commit event. But this
approach needs much of changes for EFL, E20 and DDK. Thus I have added workaround
code for quick resolving this.

We have to extend EFL, E20 and DDK to support this later.

Change-Id: I0630ce5d2e801d0fd995141e4c20f43df9aa362e

7 years agoPackaging: update version to 0.3.19 72/117072/1 accepted/tizen/3.0/common/20170303.090110 accepted/tizen/3.0/ivi/20170303.074211 accepted/tizen/3.0/mobile/20170303.073804 accepted/tizen/3.0/tv/20170303.073909 accepted/tizen/3.0/wearable/20170303.074032 accepted/tizen/common/20170302.151855 accepted/tizen/ivi/20170303.005146 accepted/tizen/mobile/20170303.005042 accepted/tizen/tv/20170303.005113 accepted/tizen/wearable/20170303.005131 submit/tizen/20170302.132734 submit/tizen_3.0/20170302.132643
Doyoun Kang [Thu, 2 Mar 2017 13:23:30 +0000 (22:23 +0900)]
Packaging: update version to 0.3.19

Change-Id: Ia077ac5a643847826e6b3773474aef0817a46f43

7 years agorotation: send angle_change_with_resize event early for portrait and floating app 64/117064/1
Duna Oh [Thu, 2 Mar 2017 12:37:02 +0000 (21:37 +0900)]
rotation: send angle_change_with_resize event early for portrait and floating app

Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I4b0bc8c9df08fb5dbd9e02c0cc425ae83bf879b0

7 years agoPackaging: update version to 0.3.18 54/116654/1 accepted/tizen/3.0/common/20170228.061520 accepted/tizen/3.0/ivi/20170228.001451 accepted/tizen/3.0/mobile/20170228.001201 accepted/tizen/3.0/tv/20170228.001337 accepted/tizen/3.0/wearable/20170228.001402 accepted/tizen/common/20170227.140643 accepted/tizen/ivi/20170228.013122 accepted/tizen/mobile/20170228.013003 accepted/tizen/tv/20170228.013047 accepted/tizen/wearable/20170228.013104 submit/tizen/20170227.123549 submit/tizen_3.0/20170227.123613
Gwanglim Lee [Mon, 27 Feb 2017 11:33:05 +0000 (20:33 +0900)]
Packaging: update version to 0.3.18

Change-Id: Id2522e4a106e4d11a38b6333c06debdad094e6b0

7 years agorotation: fixed preferred rotation issue. 25/116625/2
Gwanglim Lee [Mon, 27 Feb 2017 09:08:09 +0000 (18:08 +0900)]
rotation: fixed preferred rotation issue.

This fixes an issue that window is rotated freely even it sets preferred angle.
It was caused by missing setting for the client specified preferred angle.

Change-Id: If0c42be9527e50be7a49b51a5a3a4e603a8ef819

7 years agorotation: allow TIZEN_ROTATION_ANGLE_NONE as a preferred angle 81/116581/3
Duna Oh [Mon, 27 Feb 2017 05:59:59 +0000 (14:59 +0900)]
rotation: allow TIZEN_ROTATION_ANGLE_NONE as a preferred angle

Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I5f15cbb628bd01a10abf69915a6250e512f4eec3

7 years agoPackaging: update version to 0.3.17 59/116459/1 accepted/tizen/3.0/common/20170227.140024 accepted/tizen/3.0/ivi/20170227.043627 accepted/tizen/3.0/mobile/20170227.043430 accepted/tizen/3.0/tv/20170227.043506 accepted/tizen/3.0/wearable/20170227.043559 accepted/tizen/common/20170227.043127 accepted/tizen/ivi/20170227.050434 accepted/tizen/mobile/20170227.050323 accepted/tizen/tv/20170227.050345 accepted/tizen/wearable/20170227.050411 submit/tizen/20170224.113308 submit/tizen_3.0/20170224.112929
Doyoun Kang [Fri, 24 Feb 2017 10:07:46 +0000 (19:07 +0900)]
Packaging: update version to 0.3.17

Change-Id: Ibe0012a36553dc2909aa70d07b939600c86d2691

7 years agorotation: Do not swap width/height if difference with rotation angle is 180 41/116441/1
Duna Oh [Fri, 24 Feb 2017 08:53:08 +0000 (17:53 +0900)]
rotation: Do not swap width/height if difference with rotation angle is 180

Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I9e66c85ffdbb4379d28b64bb17e065d7d261f30f

7 years agoPackaging: update version to 0.3.16 83/115383/1 accepted/tizen/3.0/common/20170220.130405 accepted/tizen/3.0/ivi/20170220.013559 accepted/tizen/3.0/mobile/20170220.013311 accepted/tizen/3.0/tv/20170220.013411 accepted/tizen/3.0/wearable/20170220.013455 accepted/tizen/common/20170217.161642 accepted/tizen/ivi/20170220.223333 accepted/tizen/mobile/20170220.223204 accepted/tizen/tv/20170220.223245 accepted/tizen/wearable/20170220.223313 submit/tizen/20170217.142531 submit/tizen_3.0/20170217.142619 submit/tizen_3.0/20170219.082221
Gwanglim Lee [Fri, 17 Feb 2017 14:21:42 +0000 (23:21 +0900)]
Packaging: update version to 0.3.16

Change-Id: I0427f02a2d635ae44ce1505ad8a549a9a0a26755

7 years agorotation: do not clear of pixmap while rotation to prevent black screen for the ec... 82/115382/1
Gwanglim Lee [Fri, 17 Feb 2017 13:58:35 +0000 (22:58 +0900)]
rotation: do not clear of pixmap while rotation to prevent black screen for the ec which is using the 'wm.policy.win.rot.render.nopending' aux hint.

Change-Id: I54fd878b1892ee51f622a456f269227685b31211

7 years agorotation: added code to check visibility of given ec before setting rotation in _e_cl... 76/115376/1
Gwanglim Lee [Fri, 17 Feb 2017 13:03:32 +0000 (22:03 +0900)]
rotation: added code to check visibility of given ec before setting rotation in _e_client_rotation_zone_set

we need to check ec is visible before rotating it.

e.g. camera -> image-viewer launching case

  image-viewer: bg_ec is set to image-viewer ec at the previous phase of this loop
  ec: camera

  if we decide to rotate camera ec which is obscured by image-viewer window,
  then camera app will not send rotation done event. thus it occurrs rotation time
  out error. to resolve this issue we should exclude obscured camera ec from
  rotation list.

Change-Id: Icd531284f6a894fea61d2e4f283a858c8ca69d83

7 years agorotation: enhanced log message for the rotation 65/115365/1
Gwanglim Lee [Fri, 17 Feb 2017 12:51:10 +0000 (21:51 +0900)]
rotation: enhanced log message for the rotation

Change-Id: I9af3713c1fa4d7a3678cb8626db306fdeb6839e4

7 years agoPackaging: update version to 0.3.15 80/115180/1
Gwanglim Lee [Thu, 16 Feb 2017 14:12:18 +0000 (23:12 +0900)]
Packaging: update version to 0.3.15

Change-Id: I6971b3cf2e7d921ceb3f303ca8f81e9eafec6855

7 years agorotation: add code to check the preferred angle's validation 79/115179/1
Doyoun Kang [Thu, 16 Feb 2017 14:08:35 +0000 (23:08 +0900)]
rotation: add code to check the preferred angle's validation

Change-Id: Ib099806948df011d441662860846f8cdca697924