Jihoon Kim [Fri, 24 Mar 2017 03:55:10 +0000 (12:55 +0900)]
Use cmake macro in spec file
Change-Id: Ie98f24ff1894bad216c63d5427abb4f266d933f6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
liuxd [Fri, 17 Mar 2017 06:50:21 +0000 (15:50 +0900)]
add po file for help feature
Change-Id: Idb38b9131ab5e100bf8c135e6d20b3b2e80e3395
Jihoon Kim [Thu, 16 Mar 2017 03:49:58 +0000 (12:49 +0900)]
Update package version to 1.3.32
Change-Id: I71853000bce23c0e8a13a356a7c337f5e00af714
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 16 Mar 2017 03:48:10 +0000 (12:48 +0900)]
Fix deference after NULL issue
After having been compared to NULL value at ise.cpp:671, pointer 'g_ui' is dereferenced at ise.cpp:677.
Change-Id: Id43fed950a453c1cc0ddeeae01ed7c5b81fcd885
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 14 Mar 2017 01:30:14 +0000 (10:30 +0900)]
Update package version to 1.3.31
Change-Id: I88beb521326085f3128b1123345ac4932fdb63dd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Tue, 14 Mar 2017 00:48:10 +0000 (09:48 +0900)]
Remove rotation related code from show handler
Since the rotation value is now delivered via
ime_app_rotation_degree_changed_cb instead of
show hander's parameter, there is no need to
execute rotation related code in show handler.
Change-Id: Ifbe1caf0ec8c33d8d206d1f4f288bf5551a45db5
Jihoon Kim [Tue, 14 Mar 2017 00:46:36 +0000 (09:46 +0900)]
Disable help popup temporarily
Change-Id: Ied8fcdb31a350fae17116a715136e40378491a5b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 14 Mar 2017 00:43:03 +0000 (09:43 +0900)]
Enable help popup in only mobile profile
Change-Id: I30bf1af9f9e15907cfc0379eed7d591bdf2670f7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 13 Mar 2017 23:48:21 +0000 (08:48 +0900)]
Replace sprintf with snprintf
Change-Id: I0ccef57855deb067c02d075fa966736a54259c7a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 9 Mar 2017 05:42:32 +0000 (14:42 +0900)]
Show help popup in only mobile profile
Change-Id: I8c8e678b20c3d3d4d7bc046570fd678eec348fd2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 7 Mar 2017 08:24:05 +0000 (17:24 +0900)]
Fix coding style
Change-Id: I685396be7c02ae8ebff2517c5d777d02ca203241
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
liuxd [Fri, 3 Mar 2017 07:38:48 +0000 (16:38 +0900)]
Add Help Guideline Feature
Change-Id: Iea8a84e4db52ca8cd1b62657767238f41239fbac
InHong Han [Thu, 23 Feb 2017 10:08:14 +0000 (19:08 +0900)]
Update package version to 1.3.30
Change-Id: I637a2563db140c50ade021ad2361d712cdda878f
Jihoon Kim [Thu, 23 Feb 2017 02:34:52 +0000 (11:34 +0900)]
Fix issue IME does not hide even though pressing back key
[Reproduce step]
1. press CM key or "." key
2. press home key
3. IME show
4. press back key
Change-Id: I6bfb608474335c18b8593bbcb7c1eec6d0f67174
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 23 Feb 2017 02:33:17 +0000 (11:33 +0900)]
Reduce the number of string compare in processing back key
Change-Id: I00ce1122039339acbcaca317ca8c70b55f6ab1bd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Thu, 16 Feb 2017 08:51:15 +0000 (17:51 +0900)]
Update package version to 1.3.29
Change-Id: I2952053a6032ec05d63649b4fcb4140b8076de2d
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Thu, 16 Feb 2017 07:51:45 +0000 (23:51 -0800)]
Merge "Fix issue that keyboard is hided when backkey is pressed in popup opened" into tizen_3.0
sungwook79.park [Thu, 16 Feb 2017 07:26:51 +0000 (16:26 +0900)]
Fix issue that keyboard is hided when backkey is pressed in popup opened
Change-Id: I5a135125e4d3e869d169cfa689a801881098bca5
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Thu, 16 Feb 2017 04:40:07 +0000 (13:40 +0900)]
Fix issue detected by static analysis tool
The type of _current_cm_key_id is unsigned int, so it is greater than 0 or equal to 0.
Change-Id: I5a78c2a32be2f2de0c4f7d9fad793aa4dad1ee2a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 16 Feb 2017 01:41:11 +0000 (10:41 +0900)]
Export main symbol to avoid launchpad warning
Change-Id: I9a21e183f10b2e0b1fcd8bd30d7a03af7ba5e44d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 15 Feb 2017 10:49:18 +0000 (02:49 -0800)]
Revert "Add Eina.h for building temporarily"
This reverts commit
6f1c5101b08554deb0b1628339a809fb4c05fc7a.
Change-Id: Ic3a87d7d776197e049ddf5102ee14178d7f51658
Jihoon Kim [Wed, 15 Feb 2017 04:44:11 +0000 (13:44 +0900)]
Fix crash issue regarding CM key popup
Change-Id: Id5e3546721b47942e7d865d575db0248a1ab932e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 13 Feb 2017 05:21:31 +0000 (14:21 +0900)]
Update package version to 1.3.28
Change-Id: I01c992f1cda1f08bc65c76ad7086eab63b649db5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 13 Feb 2017 05:20:13 +0000 (14:20 +0900)]
Add Eina.h for building temporarily
Change-Id: Ic38efcf132df46bc81f60909261d966adb413f5b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sun, 12 Feb 2017 22:31:30 +0000 (07:31 +0900)]
Update package version to 1.3.27
Change-Id: Ie70cd50e2647e26ae8c9174c26d9d03940b7d77d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Feb 2017 09:37:21 +0000 (18:37 +0900)]
Fix build error in wearable profile
Change-Id: Ief5f170dc2a7d1aca1f4281903db4df4e682cffd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Feb 2017 05:45:36 +0000 (14:45 +0900)]
Remove unnecessary CCoreEventCallback class
Change-Id: I2c59bc51e74bb2cc2122a61259e25fd5bb229653
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Feb 2017 04:53:45 +0000 (13:53 +0900)]
Support input_context_reset and language_request callback
Change-Id: Ie9bb443a340d2307d12e7de4eff707534facbb22
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Feb 2017 02:02:35 +0000 (11:02 +0900)]
Support accessibility mode
Change-Id: I6b920f65d1111d731c6e72af35a096676ba36105
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Feb 2017 00:53:00 +0000 (09:53 +0900)]
Support rotary event in wearable profile
After using capi-ui-inputmethod, rotary event has not been supported.
This patch will fix that problem.
Change-Id: I5a8feb7febd77b492ba13f98e3609fdfb7aa9a6b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 8 Feb 2017 23:29:24 +0000 (08:29 +0900)]
Update package version to 1.3.26
Change-Id: I0fb19ab822b62bfc8f91a408a17b3e9c801f12cf
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 8 Feb 2017 07:55:01 +0000 (16:55 +0900)]
Fix uninitialized value issue detected by static analysis tool
Change-Id: Iecc69b1541cf1feae7ecdbce1f0b9992e33b7ca6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Wed, 8 Feb 2017 04:58:22 +0000 (13:58 +0900)]
Adopt to scale font size for space swipe animation
Change-Id: Ib68871cbc9a7cdce7bfe47d719e5cfe89daf6288
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Tue, 7 Feb 2017 09:53:59 +0000 (01:53 -0800)]
Merge "Modify to adjust size for language swipe animation in various resolution" into tizen_3.0
sungwook79.park [Tue, 7 Feb 2017 09:42:07 +0000 (18:42 +0900)]
Modify to adjust size for language swipe animation in various resolution
Change-Id: I33d03acc6d95235c73e5f82a2665d0049e470241
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Tue, 7 Feb 2017 09:17:22 +0000 (18:17 +0900)]
Update package version to 1.3.25
Change-Id: I8aabdeab7b1b86ecfb55ec816bc25598e63cd151
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 7 Feb 2017 09:16:20 +0000 (18:16 +0900)]
Fix bug initial caps mode has been not processed
Change-Id: I8be423134531ce546882bfc511c50abc0bc1224b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 7 Feb 2017 05:13:13 +0000 (14:13 +0900)]
Update package version to 1.3.24
Change-Id: If6553385d33045ed04667a5275ee50facd6da029
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 7 Feb 2017 05:10:03 +0000 (14:10 +0900)]
Use inputmethod API
Change-Id: I98b9c2e1e48e9e208fa14b48afaf0165cffc750e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Tue, 7 Feb 2017 00:59:36 +0000 (09:59 +0900)]
Adjust magnifier position for space flick and fix issue that letter is cut
Change-Id: I357b4c3d91e53bec499473539f7e342a2ed5f0f9
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Mon, 6 Feb 2017 06:43:44 +0000 (15:43 +0900)]
Implement language swipe animation for space flick
Change-Id: I42ec6839f09e170163dd5c43fec3c1300de0e91a
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Mon, 6 Feb 2017 07:53:17 +0000 (16:53 +0900)]
Change edje directory for consistency
Change-Id: Ib20ced3318398784482da807acd586ecfc44c177
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 3 Feb 2017 01:56:03 +0000 (10:56 +0900)]
Use preference API for writing or reading IME option value
Change-Id: I674f64ac5b51d520347650b216fdce85bedc8564
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Thu, 26 Jan 2017 05:05:33 +0000 (14:05 +0900)]
Change lang info to be stored in a singleton manager
To avoid initialization order fiasco problem, changed
the lang info to be stored in a singleton manager,
which is guaranteed to be created before using it.
Change-Id: Ief36694ecfad46ccf53d9e475f54280f2cc6af99
Jihoon Kim [Wed, 25 Jan 2017 11:24:59 +0000 (20:24 +0900)]
Update package version to 1.3.23
Change-Id: Ide238087b7fd4bba18927e06100af63365579b33
Ji-hoon Lee [Wed, 25 Jan 2017 10:23:24 +0000 (19:23 +0900)]
Process key events only if the event source is not ime
In some profiles such as TV, the libscl-ui processes
key events in order to handle remote controller's
Arrows/Select keys. But since the remote controller's
Select key has the same key value with the Enter key,
the Enter key event that was generated by our IME,
could be interpreted as remote controller's Select key.
So, for preventing this case, we are not going to
let libscl-ui to process key events if the key event
was generated by ime itself.
Change-Id: Ia2719f552adebf1e40a42f19dec924c2f9bb3daf
Jihoon Kim [Wed, 25 Jan 2017 06:08:57 +0000 (15:08 +0900)]
Apply -fvisibility to decrease binary size
186KB -> 152KB
Change-Id: Iad46a39175714e92ee28c6f5a9541fdb4d379cb3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 19 Jan 2017 06:43:21 +0000 (15:43 +0900)]
Fix build warning
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Change-Id: I379f01f8a5076b04f45af65a3a6c4b8bbdd73ee1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 11 Jan 2017 02:20:43 +0000 (11:20 +0900)]
Update package version to 1.3.22
Change-Id: I52086b88783447ef641268851ec8e580531b3309
Ji-hoon Lee [Wed, 11 Jan 2017 01:39:21 +0000 (10:39 +0900)]
Place popup symbol on CM key when selected
Change-Id: I447e035d2e6519145fa6bfca3209cd1abe0c6536
Jihoon Kim [Wed, 21 Dec 2016 08:03:43 +0000 (17:03 +0900)]
Remove unnecessary ldconfig in spec file
Change-Id: I3bb3e69e57c08a52adccdc84c42dc5abcffd4fd3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 29 Dec 2016 10:40:12 +0000 (19:40 +0900)]
Update package version to 1.3.21
Change-Id: I7632a00f8d076571dc3b049233a79b3909c3b197
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 29 Dec 2016 10:39:10 +0000 (19:39 +0900)]
Display input language in symbol layout
Change-Id: If026192d6b864d4b8b83b839a8b3029bd3962618
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 29 Dec 2016 07:42:40 +0000 (16:42 +0900)]
Remove shift key in chunjiin layout of Korean
Change-Id: I71ea5ab9ff8660884e72d4513567dd7ec0dfaacb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Wed, 21 Dec 2016 10:02:12 +0000 (19:02 +0900)]
Update package version to 1.3.20
Change-Id: Idcc084a1d2c3d2eb8991baca1f15ea21d77672a5
sungwook79.park [Wed, 21 Dec 2016 07:56:40 +0000 (16:56 +0900)]
Adjust position of arrow in space key
Change-Id: I44585c2b126f9c2c877c3ff1aeb89600639164ce
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Ji-hoon Lee [Fri, 16 Dec 2016 11:55:18 +0000 (20:55 +0900)]
Update package version to 1.3.19
Change-Id: I4186c539f0593bca2cd25b491ced5a35b5844fad
Ji-hoon Lee [Fri, 16 Dec 2016 11:52:16 +0000 (20:52 +0900)]
Modified CM_POPUP to have two lines of buttons
Change-Id: I5795aa6d3eb369975d0c8d036915aa2f39b17250
Ji-hoon Lee [Fri, 16 Dec 2016 07:14:02 +0000 (16:14 +0900)]
Fixed UI defects that were not properly implemented
Change-Id: I38525b35fa511c31945ff56cae4db39f578b9274
Haifeng Deng [Fri, 16 Dec 2016 10:04:48 +0000 (18:04 +0800)]
Update Hindi last row for mobile profile
Change-Id: I127e93c66be02f3355e9e1269f6f410f03eeb5b9
Signed-off-by: Haifeng Deng <haifeng.deng@samsung.com>
sungwook79.park [Fri, 16 Dec 2016 05:54:14 +0000 (14:54 +0900)]
Adjust emoticon size in Qwerty_Emoji mode
Change-Id: I46f8f196fcb8a9f01975e66c5e82325f67b70656
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Ji-hoon Lee [Fri, 16 Dec 2016 04:26:40 +0000 (13:26 +0900)]
Update package version to 1.3.18
Change-Id: I9285e852e042a24b3ef88c53264eb6b4be588141
Ji-hoon Lee [Fri, 16 Dec 2016 04:25:55 +0000 (13:25 +0900)]
Fixed build break in wearable profile
Change-Id: Iafe02be03f302e143b0abba2b7568de86b37206f
Ji-hoon Lee [Fri, 16 Dec 2016 02:36:11 +0000 (11:36 +0900)]
Update package version to 1.3.17
Change-Id: Ia70850420e488dfd4db9d00be23be4962ce188a1
Ji-hoon Lee [Fri, 16 Dec 2016 02:03:24 +0000 (11:03 +0900)]
Removed screen resolution dependent main_entry definitions
Change-Id: I01113678bfc44a9f3bc3c026117a288527f8eebc
Jihoon Kim [Tue, 13 Dec 2016 10:13:38 +0000 (19:13 +0900)]
Update package version to 1.3.16
Change-Id: I06d0bfe46191c61014b383a5975883cd54b10f53
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Mon, 7 Nov 2016 04:51:16 +0000 (13:51 +0900)]
Changed image files with the latest GUI guideline's
Change-Id: I1617f9a0d47d8c0efb0c66fe0c578b6bafb55883
Jihoon Kim [Tue, 13 Dec 2016 01:38:19 +0000 (10:38 +0900)]
Fix build warnings
Change-Id: Ibf14f7ec395ae9a85bd614f8d524c4ce09c0531a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 12 Dec 2016 10:07:24 +0000 (19:07 +0900)]
Update package version to 1.3.15
Change-Id: I59d736d664af819899c72dde75abb9baac62f31c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 12 Dec 2016 06:10:53 +0000 (15:10 +0900)]
Fix wrong naviframe title issue
Change-Id: Iaf4111afbcd615c83f7198bfe8849853917ff37e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Mon, 12 Dec 2016 07:18:10 +0000 (16:18 +0900)]
Modify text set method to i18n text
Change-Id: Idcc357de33ccb172bd4d468a77010ccb8c8d2336
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Mon, 12 Dec 2016 06:40:07 +0000 (15:40 +0900)]
Fix issue that Only read out button while select on Cancel/ OK button
Change-Id: I239f1ba2a90889cd19101ab4fdf33ec8cd513764
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Mon, 12 Dec 2016 05:16:22 +0000 (14:16 +0900)]
Support accessibility in language selection
Change-Id: I33f9d747cf5f71010bf12b95df3f511402dd4ba5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 12 Dec 2016 04:38:25 +0000 (13:38 +0900)]
Fix build warning
warning: variable 'opacity' set but not used [-Wunused-but-set-variable]
Change-Id: Icf0f7f5d3f53ceb159b668e509f76d83a86ceb55
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 12 Dec 2016 02:01:01 +0000 (11:01 +0900)]
Support accessibility in padding area
Change-Id: I4adb799980f3ebe32b672830d9c7bc2baae38a1d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Mon, 12 Dec 2016 05:07:29 +0000 (14:07 +0900)]
Fix issue that not read out text in popup when screen reader is on
Change-Id: Iff16be14b2bd628ffe8ec7719d8156ae5c880ef5
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Mon, 12 Dec 2016 01:31:05 +0000 (10:31 +0900)]
Support accessibility on group header
Change-Id: I4a846ee415b08843b00dd6bfeb31e51b91c396d9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sat, 10 Dec 2016 11:39:17 +0000 (20:39 +0900)]
Update package version to 1.3.14
Change-Id: Ia2e86236dadf38025817e14b4b322295d5bfacf5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sat, 10 Dec 2016 09:42:17 +0000 (18:42 +0900)]
Support accessibility on on/off option
Change-Id: I28f7d6307f60b6edfe55d4be088c8eee4443394f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Fri, 9 Dec 2016 05:31:58 +0000 (14:31 +0900)]
Fix issue that Mic is not showed when show IME after hide in voice layout entry
Change-Id: I952d2c23088e2a7b9ce77238a125ad4451d94c84
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Thu, 8 Dec 2016 04:39:00 +0000 (13:39 +0900)]
Fix coding style
Change-Id: I8a360fef52ae9c155daeebe4ebc2d3682ba25fbb
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Wed, 7 Dec 2016 08:29:37 +0000 (17:29 +0900)]
Update package version to 1.3.13
Change-Id: Ic3e182cbd13e6ee6fc41ba3acb97b882d0efab9f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 7 Dec 2016 08:22:46 +0000 (17:22 +0900)]
Fix dereference after NULL defects detected by static anlysis tool
Change-Id: I74393d121cded9fe7cbd96463c818f03147330be
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Wed, 7 Dec 2016 07:51:20 +0000 (16:51 +0900)]
Update package version to 1.3.12
Change-Id: Id9f3893fe71546d970a5ddf54f87f8c264a9be8b
sungwook79.park [Wed, 7 Dec 2016 06:41:59 +0000 (15:41 +0900)]
Fix defect detected by static anlysis tool
Change-Id: I6e181a74c9a054368a6a701e8bac51bc5179c5b2
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Tue, 6 Dec 2016 04:34:43 +0000 (13:34 +0900)]
Update package version to 1.3.11
Change-Id: Ibaa046bde5efacfebc9b04e497e61070670623f1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Haifeng Deng [Tue, 6 Dec 2016 03:19:35 +0000 (11:19 +0800)]
Fix sym button is not working for Hindi
Change-Id: If2e4f098493d9dfebdbb5b3729a944a6eed0d5f2
Signed-off-by: Haifeng Deng <haifeng.deng@samsung.com>
sungwook79.park [Mon, 5 Dec 2016 04:59:38 +0000 (13:59 +0900)]
Adopt wave VI for voice mode
Change-Id: Ie31c7166c79d8f31554a458adfbd02d511754a35
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Fri, 2 Dec 2016 10:34:34 +0000 (19:34 +0900)]
Fix bug language selection does not work
Change-Id: I8ace28f5c5335ecccba0acb7594f2561d71505ff
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Fri, 2 Dec 2016 08:22:04 +0000 (17:22 +0900)]
Ignore caps_mode message when not using auto capitalization
Change-Id: I867945953245fac1984c82a780b236d8b34472b1
Jihoon Kim [Fri, 2 Dec 2016 05:32:58 +0000 (21:32 -0800)]
Merge "Update package version to 1.3.10" into tizen_3.0
sungwook park [Fri, 2 Dec 2016 05:27:20 +0000 (21:27 -0800)]
Merge "sound-manager API changed" into tizen_3.0
Ji-hoon Lee [Fri, 2 Dec 2016 04:30:05 +0000 (13:30 +0900)]
Update package version to 1.3.10
Change-Id: I2e323c89465edabc739d274f0542eaef8e116a60
Ji-hoon Lee [Fri, 2 Dec 2016 02:14:22 +0000 (11:14 +0900)]
Modified missing NULL check when using libscl-ui
Change-Id: Idae719f5cbb05471ba106b39beef7a89e68b8ce3
aravind.gara [Tue, 22 Nov 2016 10:25:42 +0000 (19:25 +0900)]
sound-manager API changed
Change-Id: I5089608a35155f3cafb812274cf771d4c8a86fbe
Signed-off-by: aravind.gara <aravind.gara@samsung.com>
Jihoon Kim [Thu, 1 Dec 2016 01:33:35 +0000 (10:33 +0900)]
Add cursor position log
Change-Id: Ib57c9fff2ece0b3658a793d00373cc2edf5a76bd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 30 Nov 2016 09:40:41 +0000 (18:40 +0900)]
Update package version to 1.3.9
Change-Id: I96099496fa31e806d160255829a793bf22662181
Ji-hoon Lee [Wed, 30 Nov 2016 02:17:21 +0000 (11:17 +0900)]
Restore stt mode when get hidden and showed again
Change-Id: I6be4a3a3b3c7cace32cc3470557d8d60dbf3fbce
Ji-hoon Lee [Tue, 29 Nov 2016 11:42:14 +0000 (20:42 +0900)]
Fixed the bug that unwanted input mode reset occurs
Change-Id: I34077956ff84949add51396e44828f60428e1dfd
Ji-hoon Lee [Tue, 29 Nov 2016 06:12:41 +0000 (15:12 +0900)]
Update package version to 1.3.8
Change-Id: Idcae78ea1b2cb5159976450035516eb40a2694a9