Ji-hoon Lee [Wed, 7 Dec 2016 07:48:27 +0000 (16:48 +0900)]
Set focus out immediately even when asking for hide permission
Change-Id: I88151faed90177b51e0cdd07c660e795f4a1d22b
InHong Han [Wed, 7 Dec 2016 07:52:11 +0000 (16:52 +0900)]
Update package version to 3.0.145
Change-Id: I2fca50ebc7188547afbd31642d4014457f10c712
Jihoon Kim [Wed, 7 Dec 2016 00:39:14 +0000 (09:39 +0900)]
Add executable permission for 3.0 upgrade script
Change-Id: I9dff8ba1ad6db3fef20da194b44a975d7fa02fc3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Julien Isorce [Mon, 24 Oct 2016 12:49:14 +0000 (13:49 +0100)]
wayland imf: move ecore_wl_init to context creation
If wl_display_connect fails then ecore_imf_init still returns true.
It can happen if the wayland server is still loading while one call
el_init. Problem is that further call to ecore_imf_init will be ignored
since it thinks it has succeeded the first time.
But in the first place there is no real advantage to call ecore_wl_init
at module initialization time so let's just move the call to context
creation function.
Change-Id: Ia731c74273f863d951ec3f0e1e088cce679e0d6f
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
sungwook79.park [Mon, 5 Dec 2016 10:20:15 +0000 (19:20 +0900)]
Update package version to 3.0.144
Change-Id: I11e158b64f20700570ba2fc0bb0055fd59e1e719
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Mon, 5 Dec 2016 10:17:27 +0000 (19:17 +0900)]
Fix build error about tizen 3.0 upgrade
Change-Id: I21097b616225beb1ad3565d04f7f406313020a99
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Li Zhang [Mon, 5 Dec 2016 07:38:06 +0000 (15:38 +0800)]
Implementing set_prediction_allow for IMEngine
Change-Id: I412cee7d55d04aa52383499a5524230b5f49258b
sungwook79.park [Mon, 5 Dec 2016 08:18:25 +0000 (17:18 +0900)]
Adopt script numbering policy for tizen 3.0 upgrade
Change-Id: I20d9ff04bd625ac6cf65b4f9edb66b4256529ef5
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
InHong Han [Mon, 5 Dec 2016 00:54:49 +0000 (09:54 +0900)]
Modified to commit preedit_commit strings in remote input
Change-Id: I19974a9df4b0efb7357ff2fd88510503415a725a
Jihoon Kim [Mon, 5 Dec 2016 05:03:29 +0000 (14:03 +0900)]
Do not send cursor position in the preedit status
Change-Id: Ieb89155280817dd2932e572ae6513359038f1dd8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 2 Dec 2016 02:46:53 +0000 (11:46 +0900)]
Do not request to show IME in H/W keyboard mode
Change-Id: Iab16a56d64a840d552e7e60b3003550f1e7857cf
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 1 Dec 2016 10:44:33 +0000 (19:44 +0900)]
Update package version to 3.0.143
Change-Id: I658c129a0dd6e00322034e6b7acd5cba15555e1c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Li Zhang [Thu, 1 Dec 2016 09:39:32 +0000 (17:39 +0800)]
Cancels running thread of config server in a proper way
Change-Id: Ifb44d1b1bd977be1a0cff277294e58b415fa0b88
Jihoon Kim [Thu, 1 Dec 2016 06:42:37 +0000 (15:42 +0900)]
Update package version to 3.0.142
Change-Id: I6f8c65a7c7a44f6bd02912b6dfe6a7772bde12b1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Li Zhang [Thu, 1 Dec 2016 04:39:55 +0000 (12:39 +0800)]
Release memory before unloading PanelAgent module
Change-Id: I27c76eeabe4746cadbf331d6416139ce41354f3a
Ji-hoon Lee [Wed, 30 Nov 2016 12:19:03 +0000 (21:19 +0900)]
Modified not to ignore hide permission response when app window loses focus
Change-Id: Ia2c93a94b911ad5ff611c78f673b54337ffd04ff
Jihoon Kim [Wed, 30 Nov 2016 09:28:54 +0000 (18:28 +0900)]
Update package version to 3.0.141
Change-Id: I3377ae078acc2cd067b9d33da675a6770da76f3b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 30 Nov 2016 06:47:02 +0000 (15:47 +0900)]
Modified not to send unnecessary reset request
Change-Id: I20f76896dbd305ea6c4c8bb68c5e0a5120c7be02
InHong Han [Wed, 30 Nov 2016 04:50:29 +0000 (13:50 +0900)]
Update package version to 3.0.140
Change-Id: Ib260b0f2563d587cc256e3cb07b044419d09b1bb
InHong Han [Wed, 30 Nov 2016 00:51:06 +0000 (09:51 +0900)]
Fix issue ReleaseMask doesn't work in remote_control_send_key_event()
Change-Id: I3d32a406dc8ddc5a20b3d2f2807bb8d4293c7133
InHong Han [Wed, 30 Nov 2016 00:54:07 +0000 (09:54 +0900)]
Revert "Fix issue ReleaseMask doesn't work in remote_control_send_key_event()"
This reverts commit
de3e1981450ff9a6651dfffa5a6865f92b67a840.
Change-Id: Ie340d511984fde06026eb88209408c0d8ec25864
InHong Han [Tue, 29 Nov 2016 11:10:43 +0000 (20:10 +0900)]
Fix issue ReleaseMask doesn't work in remote_control_send_key_event()
Change-Id: I71805eca2f15ee0f7cbc6810437e825ac888cd9b
Jihoon Kim [Tue, 29 Nov 2016 06:37:26 +0000 (15:37 +0900)]
Update package version to 3.0.139
Change-Id: I3507746345dca3a02d40fb47c8ef637107205c34
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 28 Nov 2016 10:08:57 +0000 (19:08 +0900)]
Fix bug not to deliver imdata in show
Change-Id: I8d77920cfdadcb5fdda70ceac8ec750e6facd7ab
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 28 Nov 2016 09:05:41 +0000 (18:05 +0900)]
Fix unreachable code issue detected by static analysis tool
Change-Id: I5a1929dc5d455fa44700bd61296443e7ab4409a9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 22 Nov 2016 05:42:20 +0000 (14:42 +0900)]
Update package version to 3.0.138
Change-Id: I8e08346fcd120121875bb8669cc0a1d4ea709a94
Li Zhang [Wed, 16 Nov 2016 11:25:09 +0000 (19:25 +0800)]
Remove useless reset_sync and reset_done
Change-Id: Iecf39786816cc46b12f37f900e3142fd7b8f4c0f
Jihoon Kim [Mon, 21 Nov 2016 02:21:19 +0000 (11:21 +0900)]
Fix bug not to deliver the prediction allow after having focus
Change-Id: Icb6499dc7c66a1cbfe47db2f137849cb8392d245
Jihoon Kim [Fri, 18 Nov 2016 02:43:12 +0000 (11:43 +0900)]
Fix blink issue due to empty preedit and commit
Change-Id: I2bbdfa846005dacea2d20093247560a000653940
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Fri, 18 Nov 2016 09:06:31 +0000 (18:06 +0900)]
Added Exit key code.
Change-Id: I29d4cd10c7b31d810fe7e206d639abff7f245e35
Ji-hoon Lee [Tue, 15 Nov 2016 12:00:43 +0000 (21:00 +0900)]
Added temporary solution for custom conformant
Change-Id: I01f8bb534ae09757c85f5150599678eacac002bd
Jihoon Kim [Thu, 17 Nov 2016 02:55:00 +0000 (11:55 +0900)]
Remove key event filter log
Change-Id: Ib4ef588055d0dea57ee8a3be784fa8adeb84c2f7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 16 Nov 2016 05:14:42 +0000 (14:14 +0900)]
Remove unused file
Change-Id: I37af618d995b5d5dd00cd663c9b902ac72aa877a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 16 Nov 2016 00:24:00 +0000 (09:24 +0900)]
Remove unused files
Change-Id: If0fa18004090b0b92e7e25494e9d2df527b2b14a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 15 Nov 2016 09:24:01 +0000 (18:24 +0900)]
Fix deadlock issue when calling a null value of Ecore_Wl_input
Change-Id: Idaf43e9dd1403761854abf9f71bba0aeef491fc1
Sungmin Kwak [Tue, 15 Nov 2016 04:47:23 +0000 (13:47 +0900)]
Add missing "ecore_shutdown()"
Change-Id: I32873ce483928743732b0e50e5a60de6fc28fabd
InHong Han [Wed, 9 Nov 2016 05:49:52 +0000 (14:49 +0900)]
Update package version to 3.0.137
Change-Id: I677ca433ac2ca68b61be3418258a7767bfb7b138
InHong Han [Wed, 9 Nov 2016 05:31:49 +0000 (14:31 +0900)]
Fix issue detected by static analysis tool
Change-Id: I4fbedbf616cfc41365c60a6f0313e8f0bb695c1a
InHong Han [Tue, 8 Nov 2016 12:29:51 +0000 (21:29 +0900)]
Remove unnecessary udev rule file
Change-Id: Ic3958ed023bf788b696fb1d963c86a9dd52a0aa7
Li Zhang [Wed, 31 Aug 2016 06:00:55 +0000 (14:00 +0800)]
SocketConfig server works in a separate thread for avoiding to get block between isf-manager and IME
Change-Id: I1504d78a573fddb3cab979ab1d7862474b292c4e
Jihoon Kim [Tue, 8 Nov 2016 07:40:51 +0000 (16:40 +0900)]
Support month layout in wayland environment
Change-Id: I9069707e449503925aa2d6e4e77c28a97fa301d4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 7 Nov 2016 08:27:10 +0000 (17:27 +0900)]
Fix return key disable demo
Return key should be disabled according to the length of content not cursor position.
Change-Id: Ie298f699968a903f6bea3b04f42b546389f161e9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Sungmin Kwak [Thu, 3 Nov 2016 10:54:59 +0000 (19:54 +0900)]
Fix sicm_make_dir() function
Change-Id: I7e4a255c6dd75f11f88ba9cd47c0b40733b15f76
Jihoon Kim [Mon, 7 Nov 2016 04:31:11 +0000 (13:31 +0900)]
Fix build warnings in autotest
Change-Id: If977c3760f1640c8fc9cd9d36ec823a7d6eb4528
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 4 Nov 2016 02:34:23 +0000 (11:34 +0900)]
Add filename layout variation in demo
Change-Id: Ia27def4fdfadc39e6549b3a33dceb59f9d86f596
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Thu, 20 Oct 2016 09:13:40 +0000 (18:13 +0900)]
Added autotest feature for isf-demo-efl
Change-Id: I6acea1aa39c8fa8175a173158d59d88b8708264f
Jihoon Kim [Wed, 2 Nov 2016 10:26:20 +0000 (19:26 +0900)]
Update package version to 3.0.136
Change-Id: I766424b6b615ce1b54b76e122dd56f32b3d71312
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Wed, 2 Nov 2016 04:39:54 +0000 (13:39 +0900)]
Updated the kUEP security code.
Change-Id: Ifbf9f937fcd19a76b88284ac62fa45d3c42d3e7b
Wonkeun Oh [Wed, 2 Nov 2016 08:32:13 +0000 (17:32 +0900)]
Cleared hide timer when the input_panel ctx is deleted.
Change-Id: I29d17e55a41ea063cbd06a07a23eb01000a45ee8
InHong Han [Wed, 2 Nov 2016 06:55:53 +0000 (15:55 +0900)]
Merge branch 'tizen' into tizen_3.0
Change-Id: I26dfb1dbfaf385f1aa1f9948d08d1db8623b4f0b
InHong Han [Wed, 2 Nov 2016 05:41:54 +0000 (14:41 +0900)]
Update package version to 3.0.135
Change-Id: I134c859be81c62f93e854f3748bb9c9f5526bd95
Jihoon Kim [Wed, 2 Nov 2016 02:52:25 +0000 (19:52 -0700)]
Merge "Support multiline flag between immodule and panel" into tizen
Jihoon Kim [Tue, 1 Nov 2016 11:43:07 +0000 (20:43 +0900)]
Support multiline flag between immodule and panel
Change-Id: If2a395598fff44c7f3079e7d29be6ed7fb3b3ada
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Tue, 1 Nov 2016 10:01:43 +0000 (19:01 +0900)]
Update package version to 3.0.134
Change-Id: Iebfa5fa8218cc08c0e53d5be1237c12bdeede029
Ji-hoon Lee [Tue, 1 Nov 2016 06:33:36 +0000 (15:33 +0900)]
Added flush() function to IMEngineInstanceBase
Change-Id: I4e8faa9b97354316dab84cd322d53a44ca2677e5
Jihoon Kim [Mon, 31 Oct 2016 06:40:52 +0000 (15:40 +0900)]
Fix build warning
Change-Id: I05bb24e1fe08e07796495c46d7d881ba193a6db2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 31 Oct 2016 04:44:38 +0000 (13:44 +0900)]
Update package version to 3.0.133
Change-Id: I7d44c8eb7965094eea6b25fffcce674b3c022533
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Li Zhang [Mon, 17 Oct 2016 11:07:29 +0000 (19:07 +0800)]
Implement auto capitalization feature in IMModule
Change-Id: I6ac42815310c65c197b0dd7b4fc41f26bd7f778c
Ji-hoon Lee [Fri, 28 Oct 2016 04:43:22 +0000 (13:43 +0900)]
Removed ime_info db access on IMEngine loading case
Change-Id: I9e9a3c058bb60d8c80d2551cae0dcd039d7fc67a
Wonkeun Oh [Tue, 25 Oct 2016 10:15:12 +0000 (19:15 +0900)]
Added the ecore_event to send the device_info of evas key event.
Change-Id: I55de35b834066919d13a22d470a9a2b871b8797c
Li Zhang [Tue, 25 Oct 2016 06:46:01 +0000 (14:46 +0800)]
Remove useless code
Change-Id: I74b2eddf469802cea8fdefb754b4ea402e40d31f
Wonkeun Oh [Mon, 24 Oct 2016 01:09:47 +0000 (10:09 +0900)]
Added the kUEP security code to prevent the security issue.
kUEP : Kernel base Unauthorized Execution Prevention
Change-Id: I0e25258a05f592b67b6dde389df113f77ae716d2
Jihoon Kim [Mon, 24 Oct 2016 07:44:48 +0000 (16:44 +0900)]
Update package version to 3.0.132
Change-Id: I1215153c6f2dc69c14e801eed9e48faebd46a31a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 21 Oct 2016 04:27:42 +0000 (13:27 +0900)]
Fix key event issue in remote input
Change-Id: I1b0e84f9924caa03ef051fda1b08aced81bf85a4
Jihoon Kim [Mon, 24 Oct 2016 07:13:44 +0000 (16:13 +0900)]
Fix bug back key does not work in inputing Chinese
Change-Id: I1d93a8c7cfc2ae8c2a241c137c488c6c0d66c51f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 24 Oct 2016 02:14:03 +0000 (11:14 +0900)]
Fix typo issue in function name
Change-Id: Ie181432b865a46dd2b19d22f396388e515bd49cd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 20 Oct 2016 09:53:29 +0000 (18:53 +0900)]
Fix issues detected by static analysis tool
Change-Id: I2cf7f8a9b1ab8d3c226c9de29ef62bcc060621a8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Thu, 20 Oct 2016 09:33:41 +0000 (18:33 +0900)]
Update package version to 3.0.131
Change-Id: I43551940cf955d521934747080159714530af7c9
Signed-off-by: Ji-hoon Lee <dalton.lee@samsung.com>
InHong Han [Thu, 20 Oct 2016 09:18:14 +0000 (18:18 +0900)]
Revert "Fix key event issue in remote input"
Change-Id: I26dfff5427dbf30d26c5f580a192db4b38f063e4
Jihoon Kim [Thu, 20 Oct 2016 04:56:20 +0000 (13:56 +0900)]
Update package version to 3.0.130
Change-Id: I3df0e3b2bd607307fdb5c4d9eaaf20244743bf87
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Wed, 19 Oct 2016 07:45:03 +0000 (16:45 +0900)]
Revert "Modified not to commit preedit_commit strings in TV profile"
This reverts commit
ed51a55fb0e68d83ef3a2b8608206c9fb514d9fa.
Change-Id: I82072f6f53059e4f924ed7d43c2390010d4f6d0d
InHong Han [Wed, 19 Oct 2016 06:38:46 +0000 (15:38 +0900)]
Modified preedit_commit when preedit string is empty
Change-Id: I6e0ca62b98080a6e2822b9987db6184f542faa1f
Jihoon Kim [Tue, 18 Oct 2016 13:25:19 +0000 (22:25 +0900)]
Update package version to 3.0.129
Change-Id: Idb596b7585d003727806fe2c89b49e364613755a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 18 Oct 2016 08:37:08 +0000 (17:37 +0900)]
Fix crash issue when remote_update string APIs are called
Change-Id: I2dd6d78ac034bce7454568087bb5eba0885f839e
Jihoon Kim [Tue, 18 Oct 2016 06:48:37 +0000 (15:48 +0900)]
Set password mode in password layout
Change-Id: Ice5ccb141419d2620fc73ebceddd0295b5736b3f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 18 Oct 2016 00:19:01 +0000 (09:19 +0900)]
Use #ifdef not #if
Change-Id: I9ea8521824fa9ce770c0dc99af7fc5ac6474e581
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 11 Oct 2016 10:19:30 +0000 (19:19 +0900)]
Fix key event issue in remote input
Change-Id: Id3346475e223a3afb273a8bd67fc2fd59e0b40f3
Ji-hoon Lee [Tue, 18 Oct 2016 07:24:42 +0000 (16:24 +0900)]
Restore conformant info when WILL_HIDE canceled and showed again
Change-Id: I1b58a81370a952151a3475f74d44bd172f647dc2
Jihoon Kim [Fri, 14 Oct 2016 09:28:15 +0000 (18:28 +0900)]
Add more items in focus test
Change-Id: I9df64f2eff4162305841429b23231ac9bfe2d422
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 14 Oct 2016 08:40:19 +0000 (17:40 +0900)]
demo: give focus for convenience
Change-Id: I323d05c33479b5850895372b52ac9354c7c9f38a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
MyungJoo Ham [Mon, 17 Oct 2016 10:40:02 +0000 (10:40 +0000)]
Cleanup: use ifdef for HAVE_NOTIFICATION
Use either ifdef or if, not both.
Because configure.ac is doing "AC_DEFINE" on
HAVE_NOTIFICATION, let's start with ifdef unless
somebody tries to use HAVE_NOTIFICATION 0
Change-Id: I29f7d8675cb45ed4419adcb3c91379d20732f2be
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
InHong Han [Fri, 14 Oct 2016 04:28:47 +0000 (13:28 +0900)]
Update package version to 3.0.128
Change-Id: Iea8efce429e2e753e29614dd7566eefc00a33599
Jihoon Kim [Thu, 6 Oct 2016 06:51:48 +0000 (15:51 +0900)]
Add keyboard mode changer in common profile
Change-Id: I19d16935a3e894f9e1508bcbd50198128c6085c9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Wed, 12 Oct 2016 01:50:01 +0000 (10:50 +0900)]
Modified hiding input panel logic when the back is pressed.
1. Sending the hide_back key to input method firstly.
Input method might use the back key event to show their popup before hidden the input panel.
2. Added macro ENABLE_HIDE_PANEL_KEY for conditional compilation.
Some of application might want to close their own window immediately hidding IME window when the user pressed back key.
Change-Id: I526de00c2dbf75e21641556f74cdd23043eb5cfd
Wonkeun Oh [Thu, 22 Sep 2016 08:52:51 +0000 (17:52 +0900)]
Disabled the input_grab logic in tv profile
Change-Id: I70a9fc13561dc6598460ad1466b4adba3079febc
Jihoon Kim [Tue, 11 Oct 2016 08:34:35 +0000 (17:34 +0900)]
Check canvas is NULL or not
Change-Id: Ia954b85904709286d4d39376b39481de1a8e33d5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 10 Oct 2016 22:41:31 +0000 (07:41 +0900)]
Update package version to 3.0.127
Change-Id: I5b7c6db175f50af946c006a39f98c90977e0c6aa
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Mon, 10 Oct 2016 11:08:14 +0000 (20:08 +0900)]
Fix synchronization issues in TV profile
Change-Id: Ia404437c0bb0f53d0b05c9104f96683a2d92b591
Ji-hoon Lee [Thu, 6 Oct 2016 06:15:46 +0000 (15:15 +0900)]
Update package version to 3.0.126
Change-Id: I1e3f133c1e687c9126d04f3ce566462a23e70394
Signed-off-by: Ji-hoon Lee <dalton.lee@samsung.com>
Jihoon Kim [Thu, 6 Oct 2016 02:38:17 +0000 (11:38 +0900)]
Fix autoperiod bug
Change-Id: Ie8066bd134defe133107e5d8fc2403f2a009b154
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 6 Oct 2016 00:36:32 +0000 (09:36 +0900)]
Reduce unnecessary IPC to get surrounding text in no remote input environment
Change-Id: Ib33143ced12b335d4f2c9428f89b28629c018d0c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 5 Oct 2016 10:56:08 +0000 (19:56 +0900)]
Fix code formatting
Change-Id: I4ed6acd92ed9867b222f78b2156f5f249c3fc805
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 5 Oct 2016 02:43:10 +0000 (11:43 +0900)]
Modified to not to commit preedit_commit when empty
Change-Id: I9fc7631a2053731cba832f5a0332de7d482f8c65
Jihoon Kim [Fri, 30 Sep 2016 05:13:12 +0000 (14:13 +0900)]
Add test for deleting window in demo
Change-Id: I2af1e5300881b6eca07faea08f5e703173f8b09c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 30 Sep 2016 02:17:52 +0000 (11:17 +0900)]
Update package version to 3.0.125
Change-Id: I187a6a9a1509b1ec72a58843dbec01bf361623b5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 30 Sep 2016 00:24:47 +0000 (09:24 +0900)]
Add PATH for security issue
Change-Id: I34603f0e67acec9bd5028c15d2e20f420fabe789
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Thu, 29 Sep 2016 02:39:19 +0000 (11:39 +0900)]
Fix remote input issue related to prepare function
Change-Id: I9469ce3eddf83357fe29dd74c2f0d0dbd0daa37b
Ji-hoon Lee [Thu, 29 Sep 2016 13:00:12 +0000 (06:00 -0700)]
Merge "Update package version to 3.0.124" into tizen
Ji-hoon Lee [Thu, 29 Sep 2016 12:59:52 +0000 (05:59 -0700)]
Merge "Fix IME does not hide when context is deleted" into tizen
Jihoon Kim [Thu, 29 Sep 2016 12:54:31 +0000 (21:54 +0900)]
Update package version to 3.0.124
Change-Id: I3ee8f892f47ef35b77bea5bc0aa4397c358048db
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>