huiyu.eun [Fri, 20 Dec 2019 01:43:08 +0000 (10:43 +0900)]
Revert "[Tizen] Add Component Application Structure"
This reverts commit
94ef0f3ad2d16b5862a5092b7db5acbc2d8fcad7.
Change-Id: I6833bfd8b1d2adc755231036110ecb699217cbc5
huiyu.eun [Wed, 18 Dec 2019 01:19:06 +0000 (10:19 +0900)]
[Tizen] Add Component Application Structure
This reverts commit
c2396b46b8a4c64de2c678c5721561b7cce134fa.
Change-Id: I1cd12afe92867968cd245898ea7215aeed5e8f72
Wonsik Jung [Thu, 19 Dec 2019 02:17:57 +0000 (11:17 +0900)]
[Tizen] Initialize mPaused
Wonsik Jung [Thu, 19 Dec 2019 02:17:19 +0000 (11:17 +0900)]
[Tizen] Fix Window-rotation's bugs
Wonsik Jung [Thu, 19 Dec 2019 02:10:52 +0000 (11:10 +0900)]
[Tizen] Add DALi Autofill implementation
Wonsik Jung [Thu, 19 Dec 2019 02:10:18 +0000 (11:10 +0900)]
[Tizen] Implement partial update
Wonsik Jung [Thu, 19 Dec 2019 02:09:37 +0000 (11:09 +0900)]
[Tizen] Add screen and client rotation itself function
Wonsik Jung [Thu, 19 Dec 2019 02:08:46 +0000 (11:08 +0900)]
Merge branch 'devel/master' into tizen_5.5
Wonsik Jung [Thu, 19 Dec 2019 02:08:22 +0000 (11:08 +0900)]
Change window rotaton policy
This reverts commit
237bc77bb5f822b949df01f03202781174e444fe.
Wonsik Jung [Thu, 19 Dec 2019 02:07:17 +0000 (11:07 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
53608b70c36da2ca09ec16cf8de61c77e793b868.
Wonsik Jung [Thu, 19 Dec 2019 02:07:10 +0000 (11:07 +0900)]
Revert "[Tizen] Implement partial update"
This reverts commit
aebe3e5f9743fe3d5b36f577597eef6c4ee0b016.
Wonsik Jung [Thu, 19 Dec 2019 02:07:02 +0000 (11:07 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
b36f80056bae7e660780705dc4c65086db03fd22.
Wonsik Jung [Thu, 19 Dec 2019 02:06:54 +0000 (11:06 +0900)]
Revert "[Tizen] Support to get KeyCode dynamically using xkbcommon API"
This reverts commit
d188f5f7358c7e3682766647d63949d909764ae8.
Wonsik Jung [Thu, 19 Dec 2019 02:06:41 +0000 (11:06 +0900)]
Revert "[Tizen] Fix Window-rotation's bugs"
This reverts commit
f76905fe3551db80b96a63be4a302190b91e37b9.
Wonsik Jung [Thu, 19 Dec 2019 02:06:37 +0000 (11:06 +0900)]
Revert "[Tizen] Initialize mPaused"
This reverts commit
4e34a35ccbebdb34bd0dc5b884721826d06d6caa.
Wonsik Jung [Thu, 19 Dec 2019 01:04:45 +0000 (01:04 +0000)]
Merge "Append log for window" into devel/master
Adeel Kazmi [Wed, 18 Dec 2019 12:07:56 +0000 (12:07 +0000)]
Merge "Update tizen document URL" into devel/master
Seoyeon Kim [Wed, 18 Dec 2019 10:13:43 +0000 (19:13 +0900)]
Update tizen document URL
- According to the address change of tizen documents,
the site URL in dali-adaptor-doc.h has been updated.
Change-Id: I21a1401c71092e67dbe95cfc1faaba2698f65b28
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Wonsik Jung [Thu, 12 Dec 2019 06:17:55 +0000 (15:17 +0900)]
Append log for window
To commercialize, some logs are appended in window module.
Change-Id: I7316082579c9ca0f1751b03a4ec0d412dbc6f46d
Adeel Kazmi [Wed, 18 Dec 2019 09:51:46 +0000 (09:51 +0000)]
Merge "Add NO_ORIENTATION_PREFERENCE type to unset the preferred orientation" into devel/master
Wonsik Jung [Sun, 8 Dec 2019 19:51:14 +0000 (04:51 +0900)]
Add NO_ORIENTATION_PREFERENCE type to unset the preferred orientation
For unseting the preferred orientation for window, NO_ORIENTATION_PREFERENCE type is added to WindowOrientation enum.
To unset the preferred orientation, SetPreferredOrienation() should be called with NO_ORIENTATION_PREFERENCE.
Change-Id: Ia2de67d6533cef59b58340fca51286239c1a297d
Seungho, Baek [Wed, 18 Dec 2019 04:16:42 +0000 (13:16 +0900)]
Revert "[Tizen] (RPM) Do not copy build library in profile RPM if building only one profile"
This reverts commit
39bfdd95b601864eccf48b0e928a2ad9fc2b4f07.
Change-Id: I971035da7476f48ac00c6a7f35abc838aa17d484
Heeyong Song [Wed, 18 Dec 2019 00:46:52 +0000 (00:46 +0000)]
Merge "(Vector) GetMarkerInfo method" into devel/master
Adeel Kazmi [Mon, 16 Dec 2019 18:04:54 +0000 (18:04 +0000)]
[Tizen] (RPM) Do not copy build library in profile RPM if building only one profile
Change-Id: Ifec18e7bd1961e14df68b614b039a3d9b8033dae
Seungho, Baek [Tue, 17 Dec 2019 01:26:45 +0000 (10:26 +0900)]
Revert "[Tizen] Fix spin build error"
This reverts commit
c1f9dfe4d05a00d285ef4890e2c9e434bc65d2aa.
Change-Id: I5bce4be919921643b2074ce63d09df5df69f63f1
Seoyeon Kim [Fri, 22 Nov 2019 04:56:12 +0000 (13:56 +0900)]
Support to get KeyCode dynamically using xkbcommon API
Change-Id: I82ff180cc1f44f411620086053232ba335ec3804
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Thu, 12 Dec 2019 05:55:15 +0000 (14:55 +0900)]
(Vector) GetMarkerInfo method
Change-Id: Ic3b29173e7a19bd10e0f0b77ceba1801c0564478
Agnelo Vaz [Fri, 13 Dec 2019 10:57:18 +0000 (10:57 +0000)]
DALi Version 1.4.50
Change-Id: I8b1adbf5787424331afeb134cb3e0d342f055e4f
Seungho, Baek [Fri, 13 Dec 2019 06:19:48 +0000 (15:19 +0900)]
[Tizen] Fix spin build error
Change-Id: I6d3b23226822750215e3bbc71f749019a7fc4041
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Paul Wisbey [Thu, 5 Dec 2019 16:10:53 +0000 (16:10 +0000)]
Merge "Fix Android timer implementation not to reset interval on Stop." into devel/master
Paul Wisbey [Thu, 5 Dec 2019 16:10:08 +0000 (16:10 +0000)]
Merge changes Ib6897367,I6221cc14 into devel/master
* changes:
Change gif loader to use FileReader for all cases.
Fix write out of bounds
Anton Obzhirov [Thu, 5 Dec 2019 11:53:25 +0000 (11:53 +0000)]
DALi Version 1.4.49
Change-Id: Iea5c20638c26fd2565219478229df2ea88a16e45
huiyu.eun [Thu, 5 Dec 2019 03:47:12 +0000 (12:47 +0900)]
[Tizen] Initialize mPaused
Change-Id: I212b401cbd71a659c4107bcaf2b3871055ba01e3
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Anton Obzhirov [Wed, 4 Dec 2019 15:18:14 +0000 (15:18 +0000)]
Change gif loader to use FileReader for all cases.
Change-Id: Ib6897367643d589969b5fae15c91c879416e5e6d
greynaga [Tue, 19 Nov 2019 10:55:54 +0000 (10:55 +0000)]
Fix write out of bounds
The issue was the clipped coordinates were overwritten
by the gif image size.
Change-Id: I6221cc1417f945d2d0f02ed656aebe6d26afbceb
huiyu.eun [Tue, 3 Dec 2019 08:03:53 +0000 (17:03 +0900)]
Revert "[Tizen] Add Component Application Structure"
This reverts commit
51ebde56b6579691eac98675eacb96c7aca3676a.
Change-Id: I546ee8871db12936685059fa66a382e492ff3b76
Wonsik Jung [Tue, 3 Dec 2019 06:00:12 +0000 (15:00 +0900)]
[Tizen] Fix Window-rotation's bugs
This reverts commit
1cf3373aac53638e68e5be881f3cbbdb902a390a.
Wonsik Jung [Tue, 3 Dec 2019 05:54:09 +0000 (14:54 +0900)]
Revert "Change window rotaton policy"
This reverts commit
1fc1a37d04407c0cb746d0de381c68637821c376.
Wonsik Jung [Tue, 3 Dec 2019 05:54:05 +0000 (14:54 +0900)]
Revert "[Tizen] Fix Window-rotaion's bugs"
This reverts commit
7b6b56156fc16c5a0dde317b34d36cb2706476c0.
huiyu.eun [Mon, 25 Nov 2019 08:58:43 +0000 (17:58 +0900)]
[Tizen] Add Component Application Structure
Change-Id: Id22c8956766ad90edcb0920dd10badc65924e46c
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Anton Obzhirov [Mon, 2 Dec 2019 15:05:05 +0000 (15:05 +0000)]
Fix Android timer implementation not to reset interval on Stop.
Change-Id: I137a3e830442fa4df042b1926565c2589a6b44d8
Wonsik Jung [Mon, 2 Dec 2019 06:54:30 +0000 (15:54 +0900)]
[Tizen] Support to get KeyCode dynamically using xkbcommon API
This reverts commit
dda9b4a35ae448a0a23da50594719fc31dc71390.
Wonsik Jung [Mon, 2 Dec 2019 06:53:51 +0000 (15:53 +0900)]
[Tizen] Fix Window-rotaion's bugs
This reverts commit
2e6056048ced027c128cac4124b662736303aafb.
Wonsik Jung [Mon, 2 Dec 2019 06:43:06 +0000 (15:43 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
5ee91ef032c1e10144c7d7eb0cca8aa66fdac771.
Wonsik Jung [Mon, 2 Dec 2019 06:37:15 +0000 (15:37 +0900)]
[Tizen] Implement partial update
This reverts commit
ec68b7e27842281d6a1a1e34fd8e04b801e9a804.
Wonsik Jung [Mon, 2 Dec 2019 06:36:43 +0000 (15:36 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
5e9ceda375bc6b182d429c181732ad48d3f572a2.
Wonsik Jung [Mon, 2 Dec 2019 06:35:40 +0000 (15:35 +0900)]
Merge branch 'devel/master' into tizen_5.5
Wonsik Jung [Mon, 2 Dec 2019 06:35:26 +0000 (15:35 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
dcc613f6ac1d1ead07090f621d9881cf1788d2c1.
Wonsik Jung [Mon, 2 Dec 2019 06:35:22 +0000 (15:35 +0900)]
Revert "[Tizen] Implement partial update"
This reverts commit
6af4c8adab92a10f627dc2703cdb66d944ac054d.
Wonsik Jung [Mon, 2 Dec 2019 06:35:18 +0000 (15:35 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
fc92ef5204596ee29123f412c285ceddf6f2c4b5.
Wonsik Jung [Mon, 2 Dec 2019 06:35:14 +0000 (15:35 +0900)]
Revert "[Tizen] Fix Window-rotaion's bugs"
This reverts commit
0b7fb77af3ca05e894a08a81f7124690639a9eef.
Wonsik Jung [Mon, 2 Dec 2019 06:35:11 +0000 (15:35 +0900)]
Revert "[Tizen] Support to get KeyCode dynamically using xkbcommon API"
This reverts commit
2e6f85ec430f18a6becaf764a8ea2fe665abc668.
Wonsik Jung [Mon, 2 Dec 2019 06:35:05 +0000 (15:35 +0900)]
Revert "[Tizen] (Vector) Add Finalize method"
This reverts commit
51051095881ab67ce6d8af324110717f8ab0e7f7.
Wonsik Jung [Mon, 2 Dec 2019 00:48:46 +0000 (00:48 +0000)]
Merge "Change window rotaton policy" into devel/master
adam.b [Fri, 29 Nov 2019 12:16:59 +0000 (12:16 +0000)]
DALi Version 1.4.48
Change-Id: Id14e964e6b48ae0b77c8a8c2fe0cdc90740fd228
Wonsik Jung [Tue, 19 Nov 2019 06:26:19 +0000 (15:26 +0900)]
Change window rotaton policy
Change window rotation policy
If screen width is longer than height, 0 degree will be LANDSCAPE.
Otherwise screen width is shorter than height, 0 degree will be PORTRAIT.
Change-Id: I0aeb9cff6e7e142df210e496fa50105526adeb14
Heeyong Song [Tue, 26 Nov 2019 07:04:22 +0000 (07:04 +0000)]
Merge "(Vector) Add Finalize method" into devel/master
Anton Obzhirov [Mon, 25 Nov 2019 16:09:22 +0000 (16:09 +0000)]
Fix Framework::GetResourcePath() for androidjni to return DALI_DATA_RO_DIR.
Change-Id: I6162171ecbec9806cb9d7618dbbd923d9e4de63a
Heeyong Song [Fri, 22 Nov 2019 03:21:15 +0000 (12:21 +0900)]
(Vector) Add Finalize method
Change-Id: I3abffd7d79704cb07bd91e0d6ceacd2c3cc9d6e4
Heeyong Song [Fri, 22 Nov 2019 03:21:15 +0000 (12:21 +0900)]
[Tizen] (Vector) Add Finalize method
Change-Id: I3abffd7d79704cb07bd91e0d6ceacd2c3cc9d6e4
Anton Obzhirov [Tue, 12 Nov 2019 18:18:52 +0000 (18:18 +0000)]
Add Android adaptor.
Change-Id: I8584cd74ba6f4159691389ad86500605a7818f6a
Victor Cebollada [Fri, 22 Nov 2019 07:14:16 +0000 (07:14 +0000)]
DALi Version 1.4.47
Change-Id: I1bb12a34327490ad1ce535dd3364f5d6ba086d0d
Seoyeon Kim [Fri, 22 Nov 2019 04:56:12 +0000 (13:56 +0900)]
[Tizen] Support to get KeyCode dynamically using xkbcommon API
Change-Id: I82ff180cc1f44f411620086053232ba335ec3804
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Wed, 20 Nov 2019 08:20:04 +0000 (17:20 +0900)]
[Tizen] Fix Window-rotaion's bugs
Change-Id: I2f5f4218913dc80d14b4a158a0638412faa9a5d0
Heeyong Song [Wed, 20 Nov 2019 08:18:59 +0000 (17:18 +0900)]
[Tizen] Add DALi Autofill implementation
Change-Id: I47665207b2942c19aa3f277f9443b890ec1f83f8
Heeyong Song [Wed, 20 Nov 2019 08:18:38 +0000 (17:18 +0900)]
[Tizen] Implement partial update
Change-Id: Id22cb45c41adbec3b632b28be0dddbcca2954a3b
Heeyong Song [Wed, 20 Nov 2019 08:13:48 +0000 (17:13 +0900)]
[Tizen] Add screen and client rotation itself function
Change-Id: Ib82c964f0d78b86f9199ebad504b14e989f4c439
Heeyong Song [Wed, 20 Nov 2019 07:38:38 +0000 (16:38 +0900)]
Merge branch 'devel/master' into tizen_5.5
Change-Id: I6680afbcbb22510150770904ea9d17b396969dde
Heeyong Song [Wed, 20 Nov 2019 07:25:19 +0000 (16:25 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
c14fefc292781ab3893f6bd96b14238b984d638d.
Change-Id: I57a0fb0c3247e7ee790f565d2e2b6eb1fa36ca9f
Heeyong Song [Wed, 20 Nov 2019 07:25:10 +0000 (16:25 +0900)]
Revert "[Tizen] Implement partial update"
This reverts commit
a9b1912d868ed9cdee9b2f31064d3c41381c48b7.
Change-Id: I157a9043ac9e6f2553844fe31898b8bc2a4bb810
Heeyong Song [Wed, 20 Nov 2019 07:25:00 +0000 (16:25 +0900)]
Revert "[Tizen] Add Effect Start/End signal"
This reverts commit
8ff1e55417d9715bb3277bfe65194fc2f049ab90.
Change-Id: I6be6dcfeef72eed5742cd6ddb975f86cc15211c9
Heeyong Song [Wed, 20 Nov 2019 07:24:50 +0000 (16:24 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
1a4141f0dfb2b840dd149dbeaee46e93ff89ed84.
Change-Id: I81c6671717e1a8d759567f3f5a43cc09210647b4
Heeyong Song [Wed, 20 Nov 2019 07:24:38 +0000 (16:24 +0900)]
Revert "[Tizen] Fix Window-rotaion's bugs"
This reverts commit
91ab9e93481668cbaddb53ec04b61872f2d0fa03.
Change-Id: Ied8d5f387ffd31b7f9d2bc874ecf7a644c35a5b1
Heeyong Song [Wed, 20 Nov 2019 07:24:12 +0000 (16:24 +0900)]
Revert "[5.5] Fix svace & coverity issues"
This reverts commit
db03be9a0cca106a62c1b240311f3088c3fe1093.
Change-Id: Ibf58a15af1a174b1574f80b8e15e70e4f05b3783
Adeel Kazmi [Mon, 18 Nov 2019 18:09:54 +0000 (18:09 +0000)]
(Spec File) When installing the main RPM, create a symlink to the profile so if it's already been installed
Change-Id: Ic9ca421cec63b5a62b6e4009efd93936db0a6628
Adeel Kazmi [Fri, 15 Nov 2019 22:34:25 +0000 (22:34 +0000)]
Updates to ensure compilation with Visual Studio
Change-Id: I4c84321639880b09b977b61eeffaca9e3f55b25c
Richard Huang [Fri, 15 Nov 2019 14:03:09 +0000 (14:03 +0000)]
DALi Version 1.4.46
Change-Id: I27f832e7498f0f48c50568f6e5a6dc61686efee9
Heeyong Song [Thu, 14 Nov 2019 05:37:16 +0000 (14:37 +0900)]
Fix svace & coverity issues
Change-Id: I2e03bef398add9124d6aea61a4a373736daa6c82
Heeyong Song [Thu, 14 Nov 2019 06:27:02 +0000 (06:27 +0000)]
Merge "[5.5] Fix svace & coverity issues" into tizen_5.5
Heeyong Song [Thu, 14 Nov 2019 05:37:16 +0000 (14:37 +0900)]
[5.5] Fix svace & coverity issues
Change-Id: I2e03bef398add9124d6aea61a4a373736daa6c82
Wonsik Jung [Thu, 14 Nov 2019 03:38:06 +0000 (12:38 +0900)]
[Tizen] Fix Window-rotaion's bugs
Fix Window-rotation's bugs
keep rotaton angle
ecore_wl2_window_available_rotations_set's input value should be kept in DALi.
Because ecore-wl2 does not keep the data as the below code.
ecore_wl2_window_available_rotations_set(Ecore_Wl2_Window *window, const int *rots, unsigned int count)
{
...
window->wm_rot.available_rots = (int *)rots;
}
It is temporary patch. When ecore-wl2 is fixed, it will be reverted.
Change-Id: Id4e898869d32f2bd9d6d1b94be4606cb12e56e36
Seoyeon Kim [Tue, 12 Nov 2019 05:15:29 +0000 (14:15 +0900)]
[Tizen] Add DALi Autofill implementation
- Added AutofillManager, AutofillGroup, and AutofillItem class.
- Autofill is a feature that allows the user to fill out commonly-entered information,
such as email, account and address previously saved.
Change-Id: I4c63194eb3084ce38d45ccd4a86f5f11c2327e6e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Tue, 12 Nov 2019 06:33:48 +0000 (15:33 +0900)]
[Tizen] Add Effect Start/End signal
Heeyong Song [Tue, 12 Nov 2019 06:30:43 +0000 (15:30 +0900)]
[Tizen] Implement partial update
Heeyong Song [Tue, 12 Nov 2019 06:30:09 +0000 (15:30 +0900)]
[Tizen] Add screen and client rotation itself function
Heeyong Song [Tue, 12 Nov 2019 06:29:51 +0000 (15:29 +0900)]
Merge branch 'devel/master' into tizen_5.5
Heeyong Song [Tue, 12 Nov 2019 06:29:26 +0000 (15:29 +0900)]
Revert "DALi Version 1.4.41"
This reverts commit
640a946effcf102860c058db5c5c7c5a2c279b9d.
Heeyong Song [Tue, 12 Nov 2019 06:29:07 +0000 (15:29 +0900)]
Revert "(Automated Tests) Updates after addition of rotation gesture"
This reverts commit
fd7cd9e8206bddcd164d0eaa4cfbe664008acc89.
Heeyong Song [Tue, 12 Nov 2019 06:28:53 +0000 (15:28 +0900)]
Revert "Fix unParent and rotation bug"
This reverts commit
97c1cd8a9477790a316415bd86a48e6480f37438.
Heeyong Song [Tue, 12 Nov 2019 06:28:42 +0000 (15:28 +0900)]
Revert "(Vector) Add GetLayerInfo method"
This reverts commit
13348d4efbe2f66736fc7e1284e3bfb924b385e4.
Heeyong Song [Tue, 12 Nov 2019 06:28:08 +0000 (15:28 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
3747c1b1c1532a86a43a55731fec2a7861bfddcd.
Heeyong Song [Tue, 12 Nov 2019 06:27:51 +0000 (15:27 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
fc1479271986116df6a3c4ce143f3d0fe485adb0.
Heeyong Song [Tue, 12 Nov 2019 06:27:42 +0000 (15:27 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
75c8a63b28da1d0e1ecb42897f7595ff28285e0c.
Heeyong Song [Tue, 12 Nov 2019 06:27:29 +0000 (15:27 +0900)]
Revert "[Tizen] Implement partial update"
This reverts commit
db79997004ac2fef8c6c958d5aae6e10adb1258a.
Heeyong Song [Tue, 12 Nov 2019 06:27:16 +0000 (15:27 +0900)]
Revert "[Tizen] Add Effect Start/End signal"
This reverts commit
7f88db61bcdf7f900878752c47b7e8e0a5a31bd5.
Heeyong Song [Tue, 12 Nov 2019 06:27:06 +0000 (15:27 +0900)]
Revert "[Tizen] Add Preedit style - Highlight and Reverse"
This reverts commit
75d1233b42b43754e1cb123e7352d499888ae5c8.
Wonsik Jung [Thu, 17 Oct 2019 07:50:35 +0000 (16:50 +0900)]
Add Window Effect Start/End signal
If WM turns on Window Effect function,
Window Effect Start/End signals are commited by WM.
These signals are commited when window is shown, hidden and etc.
This patch supports Effect Start/End signal for window's show and hide.
Change-Id: If173f23c633751097e6647b8a845853e195a3372
György Straub [Fri, 8 Nov 2019 09:44:28 +0000 (09:44 +0000)]
DALi Version 1.4.45
Change-Id: Ifb0433b7165e40a0b9ca61c47be7d88d8b8d8fbb
Seoyeon Kim [Wed, 11 Sep 2019 07:56:34 +0000 (16:56 +0900)]
[Tizen] Add Preedit style - Highlight and Reverse
Change-Id: I57de1afe6d91e15ce617243abe2f6fe54cc838f2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Jiyun Yang [Mon, 28 Oct 2019 02:20:46 +0000 (11:20 +0900)]
Backup the InputMethodContext operations
Backup the InputMethodContext operations such as "SetInputPanelLanguage", "AutoEnableInputPanel" and etc.
Previously, we had two problems
1. InputMethodContext ignores the options set before the actor is on a Window.
2. InputMethodContext resets its options after the actor changes its Window.
By storing operations when they are called and reapplying them after the actor is connected to Window,
the InputMethodContext can keep the options regardless of Window.
Change-Id: I5a607619a06de88d1c5202aa2d82f5fafc455c70
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>