Ji-hoon Lee [Fri, 6 Apr 2018 06:43:49 +0000 (15:43 +0900)]
Fix crash issue caused by the NULL _focused_ic variable
Change-Id: I22f5fe0bb8f632a9bae00f5e212a4e05863534ca
Ji-hoon Lee [Wed, 4 Apr 2018 11:08:57 +0000 (20:08 +0900)]
Update package version to 5.0.15
Change-Id: Ic7aa2c81add2c6bbed9ae919e56dd675c9eb4d83
Ji-hoon Lee [Wed, 4 Apr 2018 06:05:57 +0000 (15:05 +0900)]
Extract function for restoring global config
Change-Id: I3474bf1f50f5dd30cd69e65b0e1dedfd5a0c0cda
Ji-hoon Lee [Wed, 4 Apr 2018 05:13:04 +0000 (14:13 +0900)]
Update package version to 5.0.14
Change-Id: Id972aba204467af9c9a701da37d836852f2fd00f
Ji-hoon Lee [Wed, 4 Apr 2018 04:01:10 +0000 (13:01 +0900)]
Fix the bug that global file is not created automatically
Change-Id: Ie17e56f848a79ad85d144867af84de5dfee4b66f
InHong Han [Tue, 3 Apr 2018 07:04:42 +0000 (16:04 +0900)]
Update package version to 5.0.13
Change-Id: Iaaefeeb072ad8e99dd3da65fa23298554e38da03
Ji-hoon Lee [Tue, 3 Apr 2018 06:04:00 +0000 (15:04 +0900)]
Fix defects detected by static analysis tool
Change-Id: I291830b6ad35b1759cbe110bba605d90c584c185
InHong Han [Tue, 3 Apr 2018 05:26:13 +0000 (14:26 +0900)]
Modified to prevent IME's start automatically in on-demand mode
Change-Id: Iddbf6a5bbcb2a845981d2242b33e724b6c189485
InHong Han [Tue, 27 Mar 2018 02:16:08 +0000 (11:16 +0900)]
Fix the issue that IME doesn't sometimes terminate in on-demand mode
Change-Id: Icc023ec5417bbb76174526383b8eab71909bb26d
InHong Han [Mon, 2 Apr 2018 11:43:51 +0000 (20:43 +0900)]
Fix defect detected by static anlaysis tool
Change-Id: I9ce40294ac796696821016ae459ba59a117aa2a4
Jihoon Kim [Tue, 3 Apr 2018 00:36:39 +0000 (09:36 +0900)]
Replace strerror with strerror_r
Change-Id: Ie032921f200f30effb069f2ea1df3626ca457a17
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Fri, 30 Mar 2018 07:34:01 +0000 (16:34 +0900)]
Fix defect detected by static anlaysis tool
Change-Id: I8dad8766004bf3276e47f8c093eb2a7d4a8ef6ce
InHong Han [Thu, 22 Mar 2018 10:25:54 +0000 (19:25 +0900)]
Update package version to 5.0.12
Change-Id: I67736fe81c849c7c6a1a50bc6c730a9c1db232f2
InHong Han [Tue, 13 Mar 2018 10:00:54 +0000 (19:00 +0900)]
Modified to send entry metadata after IME is shown in on-demand mode
Change-Id: I631a4b02679260da8202e1b7154ca72c074aafb9
Ji-hoon Lee [Wed, 28 Mar 2018 02:10:37 +0000 (11:10 +0900)]
Add en/decoding routine when processing input device events
Change-Id: Ie6821736f83a004cc09a7b15e63e8fa9951080ba
InHong Han [Thu, 22 Mar 2018 10:25:19 +0000 (19:25 +0900)]
Handle the exceptional case that /opt is not yet mounted
This reverts commit
ae7bb274e716bafbaaecf0dcde07ceecc58c3cc2.
Change-Id: I0556266f329576f9bb20a7f2d82a30a74359a33a
Sungmin Kwak [Fri, 19 Jan 2018 01:54:23 +0000 (10:54 +0900)]
Control key repeat rate
Only if ISF_KEY_REPEAT_RATE environment variable is available
Change-Id: Id42d6db03b00d07cc900221d5471e191feb1903c
Ji-hoon Lee [Mon, 26 Mar 2018 02:31:48 +0000 (11:31 +0900)]
Fix alloc-dealloc-mismatch defect
Since the capi callbacks are implemented in C style,
it is more appropriate to use free() instead of
delete / delete[] for releasing the pointer value that contains
dynamically-allocated memory returned from callback funtions.
Change-Id: I26bad5fe5213f1f75e52ec32592369cbd60210b0
Ji-hoon Lee [Fri, 16 Mar 2018 02:00:03 +0000 (11:00 +0900)]
Track Ecore_IMF and WaylandIMContext pair for checking validity
Change-Id: I995f1c7730dd6bc4aff22e214b09d5b1d9c77ae6
Ji-hoon Lee [Tue, 20 Mar 2018 02:04:40 +0000 (11:04 +0900)]
Update package version to 5.0.11
Change-Id: I60f268e0ef96db9fab89d92df273f7a73d700054
Ji-hoon Lee [Tue, 20 Mar 2018 02:04:08 +0000 (11:04 +0900)]
Revert "Change the keyboard mode rule on focus-in event"
This reverts commit
6f8295aae8778d5fc9b8abfe15a9db7013017aef.
Change-Id: Ib8bb4ab1f6db3387c75351559d422e73962d170a
Ji-hoon Lee [Mon, 19 Mar 2018 08:51:05 +0000 (17:51 +0900)]
Update package version to 5.0.10
Change-Id: I2e2019e93211dcfa527cd95105ce2d4b835b2918
JengHyun Kang [Mon, 29 Jan 2018 12:44:28 +0000 (21:44 +0900)]
maintain ecore_device using ref/unref func
Change-Id: I4bbd50997554de54fa4c6e75b9b0195646e0f52c
Jihoon Kim [Thu, 11 Jan 2018 00:23:17 +0000 (09:23 +0900)]
Add code to connect to wl display
Change-Id: I53ecc97b94f2a061f6cd652a4ac9ecc5ed269dfb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 9 Jan 2018 09:32:23 +0000 (18:32 +0900)]
Update Ecore_Wayland API to EFL 1.20
Change-Id: I0dae10c2998eaa2cb628994ac641a6bd14a04a76
Sungmin Kwak [Tue, 13 Mar 2018 05:25:06 +0000 (14:25 +0900)]
Change the keyboard mode rule on focus-in event
In TV specific, set the keyboard mode to SW only when the focus state is changed from OUT to IN
Change-Id: Ia02f06b6f13c36e21d455de3b5594b594c3e443b
(cherry picked from commit
d8bc8fe3ab3af93a7ed1b5ac68422a6dd0a66e1a)
Ji-hoon Lee [Fri, 16 Mar 2018 04:15:35 +0000 (13:15 +0900)]
Fix defects detected by static analysis tool
Change-Id: Ic70c6bfcae59189990ed37554cc4c7b0983d749c
InHong Han [Thu, 15 Mar 2018 07:36:34 +0000 (16:36 +0900)]
Update package version to 5.0.9
Change-Id: I7d254f7ebba15547f0c5566ef7293b0a73e2bdde
Sungmin Kwak [Wed, 14 Mar 2018 08:22:49 +0000 (17:22 +0900)]
Modify 'Return' key handling regarding the keyboard mode
In Tv specific, the keyboard mode should be changed to SW by remocon 'Return' key.
For the correct behavior, give the key to IME first then handle the keyboard mode.
Change-Id: I3344a5d248d4a2f980b9ca571f4e0fc989dc0263
InHong Han [Tue, 13 Mar 2018 07:51:57 +0000 (16:51 +0900)]
Fix issue detected by static analysis tool
Change-Id: Iee5916db218695afed44c503597b2371e0e1a384
InHong Han [Mon, 26 Feb 2018 08:30:08 +0000 (17:30 +0900)]
Add configuration value for the on-demand ISE
Change-Id: Ie1d73f84a0ded14cb7d7a05dfe235b589c9e5aa5
Ji-hoon Lee [Tue, 6 Mar 2018 01:38:09 +0000 (10:38 +0900)]
Prevent sending an unnecessary reshow request
Change-Id: Icce2a8ac420ec2553328ec219f5d0c2d5ce90894
Jihoon Kim [Tue, 20 Feb 2018 10:29:07 +0000 (19:29 +0900)]
Update package version to 5.0.8
Change-Id: I4105e0f9054dd68781ef4c1d28f04d234c9f5fe9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Xie Ligang [Tue, 13 Feb 2018 05:59:00 +0000 (13:59 +0800)]
Fix the issue that preedit string didn't commit when turn the clockwise in wearable input
Change-Id: I498943aafb652f034c6939f7d86d04c67bac9eb9
InHong Han [Mon, 12 Feb 2018 08:13:06 +0000 (08:13 +0000)]
Revert "Fix issue that return type of strerror_r() is changed when the toolchain is different"
This reverts commit
3d9fb36ffdff59f0de77849ee314dfa40c5e195c.
Change-Id: I2d83fbe677855983b979bb24f7dfd75f41909aef
InHong Han [Fri, 9 Feb 2018 06:33:48 +0000 (15:33 +0900)]
Fix issue that return type of strerror_r() is changed when the toolchain is different
Change-Id: I2eb1d4a7f2a5e0dc539c0168332b316f44b6a432
InHong Han [Thu, 8 Feb 2018 05:33:23 +0000 (14:33 +0900)]
Add key_down event for key pair
Change-Id: Ic7eff922adf7f540b78e95add04ee04870491798
InHong Han [Wed, 7 Feb 2018 07:23:25 +0000 (16:23 +0900)]
Remove unused functions to avoid deadlock
These functions use the blocking_sync_call
Change-Id: Iea1d6cb850c4764149573b18036e424e8f7bd6a2
Ji-hoon Lee [Tue, 6 Feb 2018 10:45:52 +0000 (19:45 +0900)]
Fix autotest's ISE_WIN_NAME to have updated value
Change-Id: I96f8bf96bf91f8180675f0d360b6bb40e71e2acb
Jihoon Kim [Tue, 6 Feb 2018 10:38:31 +0000 (19:38 +0900)]
Update package version to 5.0.7
Change-Id: I6975d80992f7fc8392ba1b41efb40c46ab840081
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 6 Feb 2018 09:59:05 +0000 (18:59 +0900)]
Fix defects detected by static analysis tool
Change-Id: I5c134d11420d8988b4f44811aab08ce4fde5fb2e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
liang ding [Tue, 6 Feb 2018 09:50:28 +0000 (17:50 +0800)]
Do not hide IME when KP_Enter key is inputted
Change-Id: I36667b2ed534f82727e3a6636a20c460b4ff5ad1
(cherry picked from commit
7b09a67619b6e0e327ffeebde5b799310bae98f1)
Jihoon Kim [Tue, 6 Feb 2018 07:18:41 +0000 (16:18 +0900)]
Update package version to 5.0.6
Change-Id: Ib632051ec174982ed3027073a92707dd1f661d2d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Fri, 2 Feb 2018 05:54:29 +0000 (14:54 +0900)]
Update ISE language locale before emitting LANGUAGE_CHANGED event
Change-Id: I4a078d5bcce5ea231007c06ab52416606093701c
Ji-hoon Lee [Thu, 1 Feb 2018 11:26:15 +0000 (20:26 +0900)]
Check ISE alive even if ISE launch was not successful
Change-Id: I7805a0b21d016c25f2260ba1010613cb979c1a54
InHong Han [Thu, 1 Feb 2018 02:42:33 +0000 (11:42 +0900)]
code refactoring
Change-Id: Ibe5c6059b5c9edbb48a4d402eb9f0d4237e066ea
InHong Han [Thu, 1 Feb 2018 02:40:51 +0000 (02:40 +0000)]
Merge "Fix the bug that IME isn't shown when the keyboard mode is changed to H/W" into tizen
InHong Han [Thu, 1 Feb 2018 02:19:36 +0000 (11:19 +0900)]
Fix crash issue when scim_get_home_dir() is called
Change-Id: I033b2a193c1cfe4f367c788c46626f565aab29e2
InHong Han [Wed, 31 Jan 2018 06:58:54 +0000 (15:58 +0900)]
Fix the bug that IME isn't shown when the keyboard mode is changed to H/W
Change-Id: Iee4af4ffebc1435d9544c2352b23d27527e8d41a
(cherry picked from commit
2c251871f6b01ef316a6f26219fae555ba60b365)
Jihoon Kim [Fri, 26 Jan 2018 08:31:19 +0000 (17:31 +0900)]
Update package version to 5.0.5
Change-Id: I5c7af10346b997e088db90c1f8abe88485b88ed1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 10 Jan 2018 08:23:26 +0000 (17:23 +0900)]
Use elementary input hint in autofill demo
Change-Id: I6c8b8c9b9257a046272bf369e4ec7d9a2d339789
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Wed, 10 Jan 2018 12:03:06 +0000 (21:03 +0900)]
Add isf_control_prelaunch_ise() API
Change-Id: Iee05522423b724922611f00ffb9811840c079efd
Jihoon Kim [Tue, 23 Jan 2018 04:45:22 +0000 (13:45 +0900)]
Support conditional build of edbus
Change-Id: I74f06fe811e303008977b0a8f0256a79e9e18337
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Mon, 22 Jan 2018 11:31:30 +0000 (20:31 +0900)]
Register EVAS_CALLBACK_CANVAS_FOCUS_IN when set_focus fails
Change-Id: I592ce087d3fd6beb6975feb3a02a2c77741cf018
Jihoon Kim [Fri, 19 Jan 2018 10:10:39 +0000 (19:10 +0900)]
Remove unused feedback dependency in isf-panel-efl
Change-Id: Ibd8457632e546523711ae3a22197b5bcff6a0dab
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Fri, 19 Jan 2018 09:12:45 +0000 (18:12 +0900)]
Update package version to 5.0.4
Change-Id: I26595545c25889b12ddab4767f2877216dbaee7a
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Fri, 19 Jan 2018 08:18:34 +0000 (17:18 +0900)]
Fix issue that C# TC is not running sometimes due to restart
Change-Id: I0691cad89db6f62b7664921cd7800e2d50487016
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
InHong Han [Thu, 18 Jan 2018 02:51:08 +0000 (11:51 +0900)]
Fix the issue that vconf_changed_cb is called later than filter event when the keyboard mode is changed
Change-Id: I0d0cdb4e2eed58fc878198fee286ec1a15c81b80
(cherry picked from commit
4369142dae2c57e2ffcfb9e78f2b8e3f4cbc8751)
Jihoon Kim [Mon, 8 Jan 2018 23:52:14 +0000 (08:52 +0900)]
Send transaction start and end event in sending recapture sequence
Change-Id: Id585b44d24861965af58f5198ac483662de9af24
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 12 Jan 2018 08:57:03 +0000 (17:57 +0900)]
Update package version to 5.0.3
Change-Id: Iad4022a34e27f29df8fecc1b390dd3ad3fa69c62
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook park [Fri, 12 Jan 2018 07:42:23 +0000 (07:42 +0000)]
Revert "Handle the exceptional case that /opt is not yet mounted"
This reverts commit
2aa7c7a7f136fc35762cd252e9ef99d725dbba28.
Change-Id: I5c3b11f5e4b545b92253f82f548764f58c6a785f
Jihoon Kim [Wed, 10 Jan 2018 08:43:14 +0000 (17:43 +0900)]
Fix wrong parameter to get user package info
Change-Id: I9e9af08a637cb371cfb800e5e9ae3bf766a11471
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 10 Jan 2018 08:37:26 +0000 (17:37 +0900)]
Fix typo in immodule
Change-Id: I4f0d46cea175c2e182c2ff5eb2c1ebf7cb46b5c8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 8 Jan 2018 10:32:59 +0000 (19:32 +0900)]
Update package version to 5.0.2
Change-Id: I92184b3f0c277d8d413151e7afea34ed2b8519ba
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 8 Jan 2018 10:17:47 +0000 (19:17 +0900)]
Fix undefined symbol issue related to eina_lock APIs in EFL 1.20
Change-Id: Ia5060c879b6be55e630ee8af8c2eee4f918a96c2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 5 Jan 2018 01:57:50 +0000 (10:57 +0900)]
Fix isf-panel-efl crash issue when the ecore_wl_init() is failed
Change-Id: I22fcbd035af031c754adaba6d80c3788f67bc8ea
Ji-hoon Lee [Thu, 4 Jan 2018 10:35:49 +0000 (19:35 +0900)]
Acquire language locale string from ISE
Change-Id: I4e6d60997631a7aa345f0f97b711953ef4fd5f9b
Ji-hoon Lee [Thu, 28 Dec 2017 01:29:41 +0000 (10:29 +0900)]
Handle the exceptional case that /opt is not yet mounted
Change-Id: Ib154304b8a79d9c0f78fafc9266275f386db8506
Ji-hoon Lee [Wed, 20 Dec 2017 06:16:47 +0000 (15:16 +0900)]
Add missing return value checking routine for begin_transaction
Change-Id: I4102304e01b588997bcef27275dc1393962268d6
Jihoon Kim [Wed, 20 Dec 2017 01:07:35 +0000 (10:07 +0900)]
Add autofill hint test demo
Change-Id: I766010b2de3d6b2547045c89ae606f45354312d0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Thu, 21 Dec 2017 07:29:12 +0000 (16:29 +0900)]
Fix build warning in TV profile
Change-Id: I37f2411eaa68dd23d29979fa33ed538d5b610ef8
Ji-hoon Lee [Tue, 19 Dec 2017 06:21:21 +0000 (15:21 +0900)]
Add ISF_BUILD_CANDIDATE_UI check when using tts function
Change-Id: I1828a5f5471c75629658f73f6afa50622158a10f
Jihoon Kim [Tue, 19 Dec 2017 04:31:58 +0000 (13:31 +0900)]
Update package version to 5.0.1
Change-Id: Ibdd1700e68f80e27925d9f55eeb5c5fde155d83d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 18 Dec 2017 02:44:59 +0000 (11:44 +0900)]
Add key event log in return key demo
Change-Id: I92c6a13c02960087f4436c29c9f1449068f5fc68
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 6 Dec 2017 10:10:24 +0000 (19:10 +0900)]
Add demo code for prediction hint data
Change-Id: Ie29a777ae1c50dcfd4b36f42741113ce3c7e3fd0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 8 Dec 2017 07:34:07 +0000 (16:34 +0900)]
Support to deliver autofill type
Change-Id: I73e77bec92744df09c382604e4d554686dbc6b73
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 20 Nov 2017 08:35:12 +0000 (17:35 +0900)]
Support prediction hint data interface
Change-Id: Ic75d5db6ac4f467592da0eec0a4ec6ba09b6c7a3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 19 Dec 2017 01:14:10 +0000 (10:14 +0900)]
Update package version to 4.0.37
Change-Id: Ief28b3db6186ffcc872ed2903ffcca93b3676e48
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Tue, 19 Dec 2017 00:54:54 +0000 (09:54 +0900)]
Fix incorrect return value comparison code
Change-Id: I850f0d7d14ae50fae67f8adab77971a10bd2fd37
Jihoon Kim [Mon, 18 Dec 2017 22:31:13 +0000 (07:31 +0900)]
Update package version to 4.0.36
Change-Id: I69d5e373ea4328c81c34755c11c09fe475fb3f3c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 14 Dec 2017 08:53:45 +0000 (17:53 +0900)]
Replace key modifier name with xkbcommon define
Change-Id: I9783e0c37e399e5aeace96150d72a46e8bdf6d65
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Wed, 13 Dec 2017 02:26:52 +0000 (11:26 +0900)]
Fix remote input to work in only TV profile
Change-Id: Ib868191d46fa2edf722d7298f6cededde95d3610
(cherry picked from commit
5eb2f5c6f98246cbe1af99f5aad62df5b78cacb3)
Wonkeun Oh [Mon, 10 Jul 2017 07:22:16 +0000 (16:22 +0900)]
Added On-demand launch feature using the socket_activation
Change-Id: I0961165568f1d75131ce918af30cde6f7ec7088b
InHong Han [Thu, 7 Dec 2017 07:39:23 +0000 (16:39 +0900)]
Modified to not send back key to application in TV profile
Change-Id: If61b7966804ad3532edf6ff449fcae993485001b
Jihoon Kim [Mon, 11 Dec 2017 07:13:29 +0000 (16:13 +0900)]
Fix bug preedit text was not deleted when deleting surrounding text
Change-Id: I8ee4977c57e17c0af6645838dad7332f15d545d4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Sungmin Kwak [Sat, 9 Dec 2017 00:43:25 +0000 (09:43 +0900)]
Make sure ime_info table created
Use CREATE TABLE IF NOT EXISTS command
Change-Id: Icf3a2ed182791eadf8e6a078b8f3f8349e6e2970
InHong Han [Tue, 5 Dec 2017 11:10:15 +0000 (20:10 +0900)]
Add error log when creating the scim directory
Change-Id: I246af4f773dfe1a178be371267c7c65232e1ea3f
(cherry picked from commit
2582cddc9f1764692f8bbc900a9e66ed7e177e0a)
Jihoon Kim [Tue, 5 Dec 2017 02:06:13 +0000 (11:06 +0900)]
Update package version to 4.0.35
Change-Id: I2bd3422b098c9a27a65d3b652d2d05bf060df96a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Tue, 5 Dec 2017 01:45:31 +0000 (10:45 +0900)]
Remove unnecessary value checking routine
Change-Id: Ic23eede2c2f9a7cb779cd3bbf2195e7f552e7191
Jihoon Kim [Mon, 4 Dec 2017 22:41:02 +0000 (07:41 +0900)]
Update package version to 4.0.34
Change-Id: I541316b69c879a6a9cc5551c53e422c6d0963752
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 4 Dec 2017 12:31:56 +0000 (21:31 +0900)]
Fix build error in 64bit architecture
Change-Id: Idb514c5d7cac245731398f955983e4e9727b67a5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Mon, 4 Dec 2017 10:22:08 +0000 (19:22 +0900)]
Update package version to 4.0.33
Change-Id: I2a5eb1d60c1c6a2d2fcc632af101d938bab0ea35
InHong Han [Mon, 4 Dec 2017 09:47:11 +0000 (18:47 +0900)]
Modified to prevent unnecessary preedit_changed callback calls when the context_reset is called
Change-Id: I0d7bbf7459183ab951c517fdc4b290489c5bbda7
(cherry picked from commit
1347bd379f6a46fe172e5fd8e10b4f3d6e1af3bb)
Jihoon Kim [Mon, 4 Dec 2017 07:39:36 +0000 (16:39 +0900)]
Add missing preedit start event in commit_preedit
Change-Id: I299c218fe5edff2f5e0206b8c2cc43e951f2d38c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 4 Dec 2017 07:36:32 +0000 (16:36 +0900)]
Fix memory leak in handling key event
Change-Id: Iae8a423d892311342147ed68c9db031f073bfad1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Thu, 23 Nov 2017 01:13:58 +0000 (10:13 +0900)]
Support image comparison function to autotest
Change-Id: I0c2884e125afdc5f977bf4866d4986985c2bee07
Ji-hoon Lee [Mon, 27 Nov 2017 11:16:04 +0000 (20:16 +0900)]
Check pos variable before using substr() function
Change-Id: I8a5ebfb3fcbe5936e336da2751178f6cf03165b8
InHong Han [Tue, 28 Nov 2017 09:49:06 +0000 (18:49 +0900)]
Update package version to 4.0.32
Change-Id: Ia9e8d50256c0f157815e1dbb4d244e18f01a0f49
InHong Han [Tue, 28 Nov 2017 08:56:34 +0000 (17:56 +0900)]
Remove unnecessary device_del request when the context is deleted
Change-Id: Ibed496f7eb342483df37c6a02cf49390ca5e41cb
Jihoon Kim [Tue, 28 Nov 2017 02:14:24 +0000 (11:14 +0900)]
Reduce unnecessary logs
Change-Id: If6a3c161496997beb5fecfce0b73c101f830dafa
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>