Sungmin Kwak [Thu, 23 Feb 2017 01:55:25 +0000 (10:55 +0900)]
Fix Remote Input bug
SearchAll > In mobile, input a certain word that can't be searched > Press Done > SearchAll app has only the text field > Press OK (center) key > The word is duplicated and inputted again.
Change-Id: Ia21ddbe095c02cdf5d05f28fb1731269fdaaa9e0
Jihoon Kim [Wed, 22 Feb 2017 22:50:43 +0000 (07:50 +0900)]
Add context information in log
Change-Id: I19a99b19154f6517dae7fb0cd061cb37bf546d51
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 22 Feb 2017 10:07:32 +0000 (19:07 +0900)]
Destroy package info handler in ime plugin
Change-Id: I352e4c15c974acf2bf418d689e49d3ad8aabec8d
Jihoon Kim [Wed, 22 Feb 2017 23:18:13 +0000 (08:18 +0900)]
Update package version to 3.0.174
Change-Id: I8373fff9a6c7a92e6e66a90154fa0a3ad058644c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 22 Feb 2017 23:14:21 +0000 (15:14 -0800)]
Revert "Remove hide panel key"
This reverts commit
8de29218c58d48d6065c0708f363ec031371ea27.
Change-Id: I994f2ca0226742eea55f64dfa43820f884af03a0
InHong Han [Tue, 21 Feb 2017 07:38:42 +0000 (16:38 +0900)]
Update package version to 3.0.173
Change-Id: If22d5ecc1ac8d8c1748e641fbd05e8b35af3ca84
Sungmin Kwak [Tue, 21 Feb 2017 06:40:55 +0000 (15:40 +0900)]
Add more information to log for debugging
Change-Id: I4beffeb370cc9f5ae10a4a0c2a907bed91d41785
Jihoon Kim [Tue, 21 Feb 2017 06:50:06 +0000 (22:50 -0800)]
Merge "Check keyboard mode before sending ise state variables" into tizen_3.0
InHong Han [Mon, 20 Feb 2017 11:52:38 +0000 (20:52 +0900)]
Check keyboard mode before sending ise state variables
The hardware keyboard should receive ise state variables because the ise_show is not requested
Change-Id: I8925469dd0d181623e971cabb704a6e3b69932de
Jihoon Kim [Mon, 20 Feb 2017 10:46:47 +0000 (19:46 +0900)]
Fix typo in socket config log
Change-Id: I55b987487849491abd9f08efa7108595ba04df0c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 20 Feb 2017 07:36:49 +0000 (16:36 +0900)]
Fix wrong parameter of pkgmgrinfo_appinfo_get_usr_appinfo
Change-Id: I35dfaffdf427ab72ebff763a02e6329b89d3e717
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 17 Feb 2017 11:09:55 +0000 (20:09 +0900)]
Update package version to 3.0.172
Change-Id: Idc71278b537ddb24791483fbb056b2cc108cbb18
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 17 Feb 2017 08:14:08 +0000 (17:14 +0900)]
Add recapture_string interface
recapture string will be used for deleting the existed text and inserting preedit or commit string.
It's for avoiding the blinking due to the deleting and update preedit or commit string
Change-Id: I509755429e1e9c78cd1e2d27e4c821c669fc234f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 17 Feb 2017 07:09:13 +0000 (16:09 +0900)]
Fix buffer overflow issue when the commit_preedit size is greater than 4096 bytes.
The wayland protocol have limit of 4096 bytes if using string type argument.
So modified the maximum size of commit_preedit to 4000 bytes.
Change-Id: I81b080a4c2c6c8094cd970e9ba27453b6263fd62
Sungmin Kwak [Fri, 17 Feb 2017 09:32:49 +0000 (01:32 -0800)]
Merge "Support the multiple remote control instances" into tizen_3.0
Sungmin Kwak [Fri, 17 Feb 2017 08:24:40 +0000 (17:24 +0900)]
Support the multiple remote control instances
The remote control event callbacks are not called if they are registered multiple times.
Change-Id: Ib63916ff591969cd0360c859881b0e31cdfa59a6
Ji-hoon Lee [Fri, 17 Feb 2017 08:05:12 +0000 (17:05 +0900)]
Send all key events to IMMODULE first and then process when requested
The previous implementation had whitelist of key events that could be
sent to IMMODULE, and other key events were sent to IMEngine directly.
Modified scim_helper to send all key events to IMMODULE, and added
code for processing events starting with u/U.
Change-Id: Id5df610cfaade917a3cefc20c933da71da0e97b7
Jihoon Kim [Thu, 16 Feb 2017 22:29:09 +0000 (07:29 +0900)]
Fix typo in log
Change-Id: I169581347e4d06755c1984570d548c24a56ff9fb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 17 Feb 2017 04:50:17 +0000 (13:50 +0900)]
Modified to prevent sending ise state variables before ise_show is called
Change-Id: Iccaf22185c13649888e9af57ebab7cfb538769bf
sungwook79.park [Thu, 16 Feb 2017 08:48:47 +0000 (17:48 +0900)]
Update package version to 3.0.171
Change-Id: I505e4f8ea8ab4fb3f2d07155dfcc22784fed1964
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Thu, 16 Feb 2017 07:24:46 +0000 (16:24 +0900)]
Remove hide panel key
Change-Id: I96d5e5f77b2640468f1cc4486deb135bd5aff717
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Tue, 14 Feb 2017 11:36:25 +0000 (20:36 +0900)]
Update package version to 3.0.170
Change-Id: Ifb472d20c2c5ed47537dfcbacebaec8d12f6bf1a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 14 Feb 2017 11:31:19 +0000 (20:31 +0900)]
Fix build warning
Change-Id: Ifcb7e2cdfceebc9bdf7443051f1fe136903e05c1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 14 Feb 2017 11:15:13 +0000 (20:15 +0900)]
Fix build warning
Change-Id: Iddf954321834692adb7d5023cafe4ede9c19dd1f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Tue, 14 Feb 2017 07:27:50 +0000 (16:27 +0900)]
Added the logic to change the keyboard mode from H/W mode to S/W mode by remote control
Change-Id: Ia7c827c7221b6fd835b53be824d1451724d66053
Wonkeun Oh [Tue, 14 Feb 2017 05:01:08 +0000 (14:01 +0900)]
Added the code to check key event's device_name in the keyboard mode logic.
Currently, the physical keyboard's number key code and symbol value are the same as remote_control's ones.
The number key could be used to input some text in the some language.
So, It should be distinguished by the device name to change the keyboard mode.
Change-Id: I2543bfa2308343e6e2aa64fb4df64cf7efcee504
Jihoon Kim [Fri, 10 Feb 2017 06:30:47 +0000 (15:30 +0900)]
Update package version to 3.0.169
Change-Id: I8c6dd69e7e9503a0a1f4677039a5c22c6b789ff4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 9 Feb 2017 10:01:00 +0000 (19:01 +0900)]
Remove unnecessary build configuration
Change-Id: Ib09d6d7ecb8b1c6b86dad853c2df057cfebfb06a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 9 Feb 2017 08:37:56 +0000 (17:37 +0900)]
Fix unitialized variable issues detected by static analysis tool
Change-Id: I282701e9494923c2b43ebcf66dcbccbacdeefd06
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Fri, 10 Feb 2017 01:19:36 +0000 (10:19 +0900)]
Make the configuration for the web_server(open_input server) logic.
Change-Id: Ie8e95d6c25b9c24594bf571685ac9dbd49a2a278
Wonkeun Oh [Thu, 9 Feb 2017 12:12:48 +0000 (21:12 +0900)]
Fixed the crash issue due to null pointer
Change-Id: I20878c47181a2bea65425dafc09308c2f05ecb4d
Jihoon Kim [Wed, 8 Feb 2017 11:17:09 +0000 (20:17 +0900)]
Update package version to 3.0.168
Change-Id: I0f9ea28dfa17c6a70005d63c7b9e48c19216ed77
Jihoon Kim [Wed, 8 Feb 2017 11:16:10 +0000 (20:16 +0900)]
Fix build error
Change-Id: I37506d388216d8cd679d1982aabbdeaa203f83bb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 8 Feb 2017 10:06:19 +0000 (19:06 +0900)]
Update package version to 3.0.167
Change-Id: Ib0ab064a4d6ac213ab5282b2a83084315c7b6a68
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 8 Feb 2017 08:37:48 +0000 (17:37 +0900)]
Fix uninitialized value issue detected by static analysis tool
Change-Id: I3bbed4db5f87bbf0a29c938fadb554d799f164a9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Tue, 7 Feb 2017 08:16:49 +0000 (17:16 +0900)]
Support the update_ise_geometry api to notify the ime geometry to app.
Change-Id: I135272bed49696d864aa5d91fa4f0ce6a4b88999
Jihoon Kim [Mon, 6 Feb 2017 06:05:19 +0000 (15:05 +0900)]
Use hardcoded path due to no working
Change-Id: Id15b27a76c40cabb94b396cf0e4e09bd8e9450d8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Thu, 2 Feb 2017 07:13:05 +0000 (16:13 +0900)]
Fixed issue when application don't use callback function in remote input
Added null check code to fix issue
Change-Id: Ie7fc2b00d7f7cd40e44deb0784f07ebcde1fc438
Jihoon Kim [Wed, 1 Feb 2017 09:01:37 +0000 (18:01 +0900)]
Update package version to 3.0.166
Change-Id: Idfa9fe07795c6cad382a31716526b28b30f76414
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Sungmin Kwak [Tue, 31 Jan 2017 11:29:50 +0000 (20:29 +0900)]
Fix the typos of error logs
Change-Id: I9eb7366334ede1a39c54ba0b31ae3b66ed8462e4
Jihoon Kim [Wed, 1 Feb 2017 00:37:27 +0000 (16:37 -0800)]
Merge "Change filter_event to return true even read_from_socket fails" into tizen_3.0
Ji-hoon Lee [Tue, 31 Jan 2017 06:29:46 +0000 (15:29 +0900)]
Change filter_event to return true even read_from_socket fails
If the filter_event returns false, the ISE will terminate itself.
So modified filter_event to return false only when the connection
is lost, and keep alive in other abnormal cases such as timeout.
Change-Id: I96f15fede012789cb74d2a72aef6f78c145e8230
InHong Han [Tue, 31 Jan 2017 02:13:13 +0000 (11:13 +0900)]
Update package version to 3.0.165
Change-Id: I0449b62c18bdd71ddc07eb11bcf6447e0fdda5b3
InHong Han [Tue, 31 Jan 2017 02:12:14 +0000 (11:12 +0900)]
Using secure log
Change-Id: I0a48bc911bcfcfe6188dc19362bc1fbe178056fb
Sungmin Kwak [Thu, 26 Jan 2017 06:21:45 +0000 (15:21 +0900)]
Fix URL layout issue in remote input #2
Delete all surrounding texts before commit string when URL layout
Change-Id: I6d3e7f77c0b12de8d3d28d0251ff982c988faf69
Jihoon Kim [Wed, 25 Jan 2017 10:37:36 +0000 (19:37 +0900)]
Fix build error due to undefined reference to eina_str_split
Change-Id: I4d5f8b51acb10a3c906c0f091c3e1aeaa23d1739
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Tue, 24 Jan 2017 11:17:35 +0000 (20:17 +0900)]
Fix issue when focused_context is greater than 0x7FFF
Since opensource SCIM generates helper_ic using the formula
helper_ic = (uint32)(client&0xFFFF)|((context&0x7FFF)<<16);
, if the context is greater than 0x7FFF the operator "="
is not appropriate for comparing two contexts properly.
Thus added compare function for contexts and modified to use
focused_context variable that is not being truncated by the
helper_ic generation formula.
But still, helper_ic related code seems to need a refinement.
Change-Id: Iecf2c72788b7d3acebb4b119ad0fe4ea78a6b881
InHong Han [Tue, 24 Jan 2017 11:38:59 +0000 (20:38 +0900)]
Replace Ecore_Fd_handler with GIOChannel in remote input.
Use GIOChannel to support g_main_loop instead of ecore_main_loop from remote input
Change-Id: I31ff0653038c2be37d1b1ae54d6281710c1f64aa
InHong Han [Tue, 24 Jan 2017 06:59:21 +0000 (15:59 +0900)]
Update package version to 3.0.164
Change-Id: I084afcb3a15b205ab0a5ae25b43f074fe703ccc0
InHong Han [Mon, 23 Jan 2017 10:08:01 +0000 (19:08 +0900)]
Modified to receive both remote_surrounding_text and cursor_position
Change-Id: Idb77e9704368bc687c54b1dcfdca0a55cbfbb1c1
InHong Han [Sun, 22 Jan 2017 01:07:14 +0000 (10:07 +0900)]
Update package version to 3.0.163
Change-Id: Ica828e2e32dafba01bb8097859c398b2bc470352
InHong Han [Fri, 20 Jan 2017 07:45:30 +0000 (16:45 +0900)]
Remove cynara session in privilege_checker
Session information is unnecessary in cynara checker
Change-Id: Id39809225e5d4ccb3493ba5ba0e586e1b3fe0674
InHong Han [Fri, 20 Jan 2017 05:10:30 +0000 (14:10 +0900)]
Update package version to 3.0.162
Change-Id: I7d2ad4ca88ed86d5c27902d9c0e69b485d8ef634
Ji-hoon Lee [Thu, 19 Jan 2017 07:50:52 +0000 (16:50 +0900)]
Check preedit_text first before analyzing surrounding_text
Since the "cursor_position==0" condition is evaluated first,
the immodule considers autocapitalization is required even
when imcontext has preedit_text. Thus modified to check the
existence of preedit_text first.
Change-Id: Ibaa73a68617eaf08b8de6cade0ab8e28c2d83ea4
Wonkeun Oh [Thu, 19 Jan 2017 09:38:23 +0000 (18:38 +0900)]
Fixed the deadlock issue during the wl_interface.
Do not send the filter_key_event if there is no _focused_ctx
Change-Id: I4934af371222155edfe51284d25185ece633844a
Wonkeun Oh [Thu, 19 Jan 2017 05:05:12 +0000 (14:05 +0900)]
Removed the unnecessary code
The same logic which check the keyboard mode before showing IME was added in the e-mod-tizen-wl-textinput.
And this logic makes the issue which IME can't be shown because the asynchronous communication between immodule and e-mod-tizen-wl-textinput module.
Immodule get the vconf changed callback function later than show_input_panel function because of the asynchronous interface of the vconf and wl_text_input api.
Change-Id: Ie0dcdf1d204ff19a56b2bc5fad98c5f1fbcdbbb4
Jihoon Kim [Wed, 18 Jan 2017 12:07:10 +0000 (21:07 +0900)]
Remove unnecessary NULL check code
Change-Id: Ie88ad2d58d3652b999a544b36603462fa7a80c78
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 18 Jan 2017 11:55:36 +0000 (20:55 +0900)]
Update package version to 3.0.161
Change-Id: Iecb61dcc9e4dfb60b6afc5e66773a255c51604d8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 18 Jan 2017 01:12:35 +0000 (10:12 +0900)]
Check conformant reset state together with reset_conformant() success
Since the conformant is reset right after _input_panel_hide() call,
at the time that immodule receives conformant_reset request from
wl_textinput module, reset_conformant_area() function might return
false since the keyboard geometry is already set to 0x0.
So, even the keyboard geometry is set to 0x0, check the conformant
reset state to ensure there is no preceding conformant reset request
being processed.
Change-Id: I26f7062c52d3f3763167d4cfa87b3437ee7e8ad4
Ji-hoon Lee [Tue, 17 Jan 2017 05:03:20 +0000 (14:03 +0900)]
Check if preedit string is empty before sending cursor_pos
Currently we are not sending cursor_pos if we have preedit string,
but since the routine only checks whether the preedit_text is NULL,
so if the preedit_string is empty "" string, the ISE / IMEngine
will not get cursor_pos information properly. Thus added 'strlen()'
condition at the NULL checking 'if()' statement.
Change-Id: Ia2444d59f736b3474da02ca56bf55b0c8c1f53a3
Jihoon Kim [Tue, 17 Jan 2017 11:14:55 +0000 (20:14 +0900)]
Fix issue not to launch 3rd party IME application in 64bit architecture
In 64bit architecture, /usr/lib64 prefix should be used instead of /usr/lib
Change-Id: Ic016fa0a4a910f2bcc5203813848affe396e9368
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 17 Jan 2017 07:19:31 +0000 (16:19 +0900)]
Update package version to 3.0.160
Change-Id: I1f22c11dba51d7f74b7d937fc57f36adf09e7162
InHong Han [Tue, 17 Jan 2017 00:59:43 +0000 (09:59 +0900)]
Check focus event flag in wl_input_method_listener
Unnecessary focus event occurred when calling the hide_input_panel() after
the focus_out event is called.
Change-Id: I2323d81d25ef870c0a87ae6b5e53af25f1576f4b
Jihoon Kim [Mon, 16 Jan 2017 10:14:13 +0000 (19:14 +0900)]
Update package version to 3.0.159
Change-Id: I9cd736d78a33b2972e635228123b33c12e70ec87
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Sungmin Kwak [Mon, 16 Jan 2017 09:16:33 +0000 (18:16 +0900)]
Add isf_debug.h header file inclusion
Change-Id: Ie9e07064f269b7c825a6cd4d2324f85163f5852f
Wonkeun Oh [Fri, 13 Jan 2017 05:41:58 +0000 (14:41 +0900)]
Added to send fail_reply message in the panel_agent's socket communication.
Because there was a missing reply message in the socket communication.
Even if there is no reply data or fail case in the socket, It should send the reply message to prevent the client side's timeout.
This patch fixed the 5 sec delay of helper_agent when the helper_agent(IME) is relaunched
Change-Id: I0bab779ea508bd108005e7707de98e9105484d3e
Ji-hoon Lee [Thu, 12 Jan 2017 10:35:06 +0000 (19:35 +0900)]
Update package version to 3.0.158
Change-Id: I20b1462dcfb4b07fa565cdbb98918d6a9d875900
Ji-hoon Lee [Thu, 12 Jan 2017 06:32:27 +0000 (15:32 +0900)]
Disable unnecessary hide_permission query
Change-Id: I4b75479071d44fcd53c276e1d7c2d8bcd0536421
Ji-hoon Lee [Thu, 12 Jan 2017 04:48:49 +0000 (13:48 +0900)]
Return empty surrounding text when no focused client available
Change-Id: I13b6c30bbf1a1d2e671ef583ab29f44fd8420a8a
Jihoon Kim [Tue, 10 Jan 2017 07:09:44 +0000 (16:09 +0900)]
Reduce binary size of wayland immodule to use hidden visibility
size : 39740 -> 36560
Change-Id: I25e4e99ff585b3cf04026d97660c63b39703227a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sat, 7 Jan 2017 09:00:18 +0000 (18:00 +0900)]
Update package version to 3.0.157
Change-Id: I07b132c6000a8f8cb4a3c2ca9c1a0da3add43537
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 6 Jan 2017 09:11:44 +0000 (18:11 +0900)]
Remove unnecessary exported symbols in immodule
Change-Id: I4ab7d9a2834c50ee1d0b6e4bac66b2dc709d8559
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sat, 7 Jan 2017 08:48:00 +0000 (17:48 +0900)]
Fix blink issue when reset is called
Consecutive empty preedit and commit occurs blink.
Change-Id: I35e271dc4ccdc6f7223cf2c3ce016e4ecc1ef4fd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 6 Jan 2017 09:22:47 +0000 (18:22 +0900)]
Update package version to 3.0.156
Change-Id: I05f2b6c989b605f642acc74c8d585428a37f4e0f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Kunhoon Baik [Fri, 6 Jan 2017 12:25:36 +0000 (21:25 +0900)]
Require libtzplatform-config explicitly
Until now, this package has been built using symbols in other packages indirectly.
As static library is removed, it should require libtzplatform-config library in itself.
Change-Id: I1b82f91ecbebf01b2cb64f5d2dc58196b8e6f108
Jihoon Kim [Fri, 6 Jan 2017 02:37:38 +0000 (11:37 +0900)]
Check focus before sending wayland text input protocol
wl_text_input_set APIs should be used when it has focus.
Change-Id: I16566c86353e0fa04dfec1bccdd10d7b099f8e4f
Jihoon Kim [Thu, 29 Dec 2016 04:25:26 +0000 (13:25 +0900)]
Remove unused scim process
Change-Id: I6367d930130782db96fdd41a83001a73571bb4f1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Thu, 5 Jan 2017 08:47:52 +0000 (17:47 +0900)]
Update package version to 3.0.155
Change-Id: Ie42e56913749605a2a6b1d72b27699ae8cedfb00
Ji-hoon Lee [Thu, 5 Jan 2017 07:57:40 +0000 (16:57 +0900)]
Cache has_conformant info for preventing app crash
ecore_wl_window_conformant_get() invokes ecore_wl_sync(),
and when this function gets called inside class destructor,
sometimes causes abort() when no connection is available.
Need to enhance this piece of code, to check if there is a
valid wl connection available before querying conformant info.
Change-Id: Iefec96095eaca1e2faa99b3c7186ce2a98808a10
Ji-hoon Lee [Wed, 4 Jan 2017 01:56:52 +0000 (10:56 +0900)]
Update package version to 3.0.154
Change-Id: I9f9a2a1e45357c3bbdcdd3ae7028915802e70c53
Ji-hoon Lee [Mon, 2 Jan 2017 08:43:27 +0000 (17:43 +0900)]
Rename (un)initialize functions for prevent confusion
Change-Id: I8eeae66de109fbcbde37775552775498f065cc9b
Ji-hoon Lee [Tue, 3 Jan 2017 11:38:54 +0000 (20:38 +0900)]
Wake up IME application before using it
Change-Id: Iccfabc06ac3b0df1f368d801836a1095f330c1f8
Jihoon Kim [Wed, 28 Dec 2016 01:37:29 +0000 (10:37 +0900)]
Update package version to 3.0.152
Change-Id: I5ab6e0703ae656f5901494a9e51052fbe55207b5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 28 Dec 2016 01:36:26 +0000 (10:36 +0900)]
Fix dereference of NULL assign issue
Pointer 'pkgtype', which is dereferenced at ime_parser.c:77 by calling function 'strcmp', may have NULL value.
Change-Id: I27099b5bfc5b952d37ada7a07906969d5b2e3604
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 27 Dec 2016 06:47:56 +0000 (15:47 +0900)]
Removed remote input functions excluding the TV profile
Change-Id: Ie4fd23e93341cdc40001df51d1009fabf68c3743
Jihoon Kim [Tue, 27 Dec 2016 12:50:56 +0000 (21:50 +0900)]
Update package version to 3.0.152
Change-Id: I05494a52f250b7d2de24ecf56d43d970cf91a981
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 27 Dec 2016 12:08:49 +0000 (21:08 +0900)]
Fix issue 3rd party shared object IME can't be launched
Change-Id: If5291bc7ac805a2fcf2add7729aba3f6aab05d0b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Mon, 26 Dec 2016 05:29:54 +0000 (14:29 +0900)]
Update package version to 3.0.151
Change-Id: Ic91accb2f5986b7e2931cacfe0e315bdb404fc5a
Ji-hoon Lee [Mon, 26 Dec 2016 05:50:47 +0000 (14:50 +0900)]
Remove unnecessary imdata query request
Change-Id: Ifecc706cc069e21a4dc42697389d987684f750a7
Ji-hoon Lee [Mon, 26 Dec 2016 05:36:02 +0000 (14:36 +0900)]
Remove unnecessary sleep() when waiting for reply
Change-Id: I24b65e927e8f30c8715d006f5cc7511573903fc0
Ji-hoon Lee [Fri, 23 Dec 2016 07:36:48 +0000 (16:36 +0900)]
Remove unnecessary update_cursor_position message transmission
Change-Id: I3a769786b18d6d28dccfbda2d444c8de4359a8cb
InHong Han [Fri, 23 Dec 2016 06:38:43 +0000 (15:38 +0900)]
Revert "Remove set_prediction_allow() in TV profile temporarily"
This reverts commit
0e754f7555f29e62f538acbd8cb826bc3fa16a8e.
Change-Id: Ic6f75af5539455db4af510f7e876a96dfab3c89f
InHong Han [Wed, 21 Dec 2016 12:28:48 +0000 (21:28 +0900)]
Update package version to 3.0.150
Change-Id: I3b42fd5e2d35c7fb5f06d9bdbcebd490fd4a7fd7
InHong Han [Wed, 21 Dec 2016 12:07:29 +0000 (21:07 +0900)]
Fix issue detected by static analysis tool
Change-Id: Ia5b0dff4f0faa727fdf14595fb012dc8603104c7
Jihoon Kim [Wed, 21 Dec 2016 09:19:36 +0000 (18:19 +0900)]
Add geometry log in immodule
Change-Id: Ic5700f13a53a2a59fedd56523644260732785fd9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 20 Dec 2016 08:22:13 +0000 (17:22 +0900)]
Modified open_connection logic when the helper_active connection is failed
Change-Id: I2f6585c8de65939af5907c26b0600612e86bf181
Ji-hoon Lee [Tue, 20 Dec 2016 08:35:38 +0000 (17:35 +0900)]
Send additional message for triggering ISE's filter_event
Since the filter_event() function would not be called for the
messages that were retrieved while waiting for the
get_surrounding_text or get_selection reply,
temporarily added update_cursor_position message transmission
to guarantee the filter_event() gets called afterward.
Need to find a proper way to fix this problem.
Change-Id: I38ea9c2e8954858e70a581bf92b3683f7b2424ec
Jihoon Kim [Tue, 20 Dec 2016 05:56:49 +0000 (14:56 +0900)]
Update package version to 3.0.149
Change-Id: I0553191edfcffcc8289e8bd143555a424cbf2f73
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 19 Dec 2016 11:19:17 +0000 (20:19 +0900)]
Fix bug IME does not show in case of no window focus
Change-Id: Ia33fb2e60e2b3951fe1ae7332f7b368c55000ed8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Mon, 19 Dec 2016 08:45:10 +0000 (17:45 +0900)]
Added interface for restoring ISE option window
Change-Id: I1025105933d1c75bde828ed9a7d0d10c6a6721e8