Jihoon Kim [Mon, 31 Jul 2017 08:05:16 +0000 (17:05 +0900)]
Add NULL check
Change-Id: I5eea63793b62e65b52a23f2d7d735c6c00167a1f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Mon, 31 Jul 2017 06:14:55 +0000 (15:14 +0900)]
Changed the set_mime_type API
Change-Id: I39e2772105e01d2be7614a03fd22d028054eb3e6
Jihoon Kim [Sat, 29 Jul 2017 03:01:52 +0000 (12:01 +0900)]
Update package version to 1.4.8
Change-Id: I25a904f61fe1ef36f7fc6104052077fab7ab5b82
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 28 Jul 2017 04:21:40 +0000 (13:21 +0900)]
Changed the set_prediction_hint API
Change-Id: I64324e19dfa699a4e058645c416ab0177671aada
Ji-hoon Lee [Thu, 13 Jul 2017 08:08:35 +0000 (17:08 +0900)]
Update IME sizes considering candidate area in H/W keyboard mode
Change-Id: I4bf1b0525a6e87db4f8ec68dc03e4a656d4f0668
Jihoon Kim [Wed, 19 Jul 2017 05:14:38 +0000 (14:14 +0900)]
Update package version to 1.4.7
Change-Id: I0348fac769e2997287c2634ab9b8d2d9578826d5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 19 Jul 2017 04:44:10 +0000 (13:44 +0900)]
Turn on auto capital option
Change-Id: I033650f1065f16784ea2e7d40bc02aa8556771eb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 19 Jul 2017 04:43:13 +0000 (13:43 +0900)]
Remove unused variable
ise-stt-option.cpp:430:15: warning: unused variable 's' [-Wunused-variable]
Change-Id: I8ea760de6ed9794f2b57c1676d5afb2bf3b64e61
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 18 Jul 2017 06:24:22 +0000 (15:24 +0900)]
Add code to check the return value of calloc
Pointer 'preedit_attr' returned from function 'calloc' at ise.cpp:431 may be null,
and it is dereferenced at ise.cpp:432.
Change-Id: Ic1f60aee84f567ba8ac22ef00ebcf2de6c879fc6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Mon, 17 Jul 2017 07:29:19 +0000 (16:29 +0900)]
Fix issues that detected by static analysis tool
Change-Id: I7ca5cb4bd3f4544a67ef841eeeb0dfa5d98df343
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Ji-hoon Lee [Wed, 12 Jul 2017 06:50:50 +0000 (15:50 +0900)]
Update package version to 1.4.6
Change-Id: Ib0bb76c5203f0015e1e0ff8f5a7b67de89c8a33d
liuxd [Mon, 10 Jul 2017 08:02:54 +0000 (17:02 +0900)]
Fix disable Done Key for TNEXT-517
Signed-off-by: liuxd <xd123.liu@samsung.com>
Change-Id: I44ac895ac4ba3992d8eeffeeca36c57f34999c6e
Ji-hoon Lee [Wed, 12 Jul 2017 02:41:07 +0000 (11:41 +0900)]
Ignore prediction_hint request if hint string is NULL or empty
Need to consider the case when the application requests with
NULL or empty prediction hint string on purpose.
We might need to update candidate strings in those cases also.
Change-Id: I31ffc0b7d8b8704e8a068c5edce9e30959830468
InHong Han [Wed, 12 Jul 2017 01:31:19 +0000 (10:31 +0900)]
Added missing evas_object_move code
Change-Id: I4a654db21a1333c2a093e8c47f3c2dd5fe49a006
Jihoon Kim [Tue, 4 Jul 2017 22:39:28 +0000 (07:39 +0900)]
Update package version to 1.4.5
Change-Id: I57793d71e70a06d49065cb0628c443cc9d4805bb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
liuxd [Mon, 3 Jul 2017 06:15:54 +0000 (15:15 +0900)]
Fix hide ime after press "Cancel" and "Done" Key
Signed-off-by: liuxd <xd123.liu@samsung.com>
Change-Id: I30d91bceb56c1771df4741a6c63184030f3ceb07
Ji-hoon Lee [Mon, 3 Jul 2017 01:44:26 +0000 (10:44 +0900)]
Change symbol that has incorrect unicode value
Change-Id: Ibc7baf83d6b04e6ad3c18565421830ae4fa3318c
Jihoon Kim [Mon, 12 Jun 2017 02:16:03 +0000 (11:16 +0900)]
Support appcontrol type option
Change-Id: I8ea8b6cccadc2c2fa1d96a806958bfcf193f8e62
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 20 Jun 2017 07:15:22 +0000 (16:15 +0900)]
Fix IME assertion issue when stt creation is failed
Change-Id: I42b5110996c48ada6c236deba8352fe395836a93
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Tue, 20 Jun 2017 06:14:28 +0000 (15:14 +0900)]
Fix bug of candidateview when received mixed candidate from smartreply and engine
Change-Id: Idb7eb6edff6acdb35b2e2bfb9ca1ca771b2a4ba2
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Fri, 16 Jun 2017 07:54:13 +0000 (16:54 +0900)]
Support smartreply in Mobile IME
Change-Id: I5f685587d646f36aa76671512709cd5889c96168
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Jihoon Kim [Thu, 15 Jun 2017 06:44:35 +0000 (15:44 +0900)]
Update package version to 1.4.4
Change-Id: I478f3087661fdd02d0b6355cbf0d5332a99dc494
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 15 Jun 2017 06:33:05 +0000 (15:33 +0900)]
Fix crash issue occured when updating candidates
Change-Id: I5c0561c9eeb01656104501d9a44ed9f806708c85
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Wed, 14 Jun 2017 02:02:57 +0000 (11:02 +0900)]
Implement TV IME voice GUI
Change-Id: Ia91326f1388e7633531344d380e51f3415d0b9c4
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
InHong Han [Tue, 13 Jun 2017 06:56:26 +0000 (15:56 +0900)]
Update package version to 1.4.3
Change-Id: I3f53521214a08756f68c572af61f834449434395
InHong Han [Mon, 22 May 2017 05:08:27 +0000 (14:08 +0900)]
Added mime_type_set callback and support for clipboard type by mime type
Change-Id: I380ae516d8821c395506c393a5e8fb59874414e6
Jihoon Kim [Mon, 5 Jun 2017 04:48:26 +0000 (13:48 +0900)]
Add comment in option
Change-Id: Ia4d2df978931d4de543aea7a7b3e2048902f731a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 2 Jun 2017 08:35:43 +0000 (08:35 +0000)]
Merge "Update package version to 1.4.2" into tizen
Jihoon Kim [Fri, 2 Jun 2017 08:33:58 +0000 (17:33 +0900)]
Update package version to 1.4.2
Change-Id: I941975585a08ae3931a646ac57a8348c87cf2b84
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 23 May 2017 08:30:02 +0000 (17:30 +0900)]
Support option in TV profile temporarily
Change-Id: Ib4768126071a15ceec37ca3963bb5f4154f6353c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
liuxd [Tue, 23 May 2017 07:10:28 +0000 (16:10 +0900)]
add numberonly,english korean and symbol layout profile for tv 4.0
Signed-off-by: liuxd <xd123.liu@samsung.com>
Change-Id: I5a7e1a5aca2e39a53fb274b6f8a30a9cd53bae03
Jihoon Kim [Mon, 29 May 2017 10:27:44 +0000 (19:27 +0900)]
Change default preview mode in TV profile
Change-Id: Id6809aa8d512d077a5ddbdeb05185ae3f5e1b0fb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 19 May 2017 09:48:20 +0000 (18:48 +0900)]
Update package version to 1.4.1
Change-Id: I7c0446d7695a77bd99680ba13e54c786b1472122
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 19 May 2017 09:46:29 +0000 (18:46 +0900)]
Fix infinite enter key generation issue when pressing enter key in TV profile
Change-Id: Ibd882bdd1586aea3f2a7a90566f12a3e807650b8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 19 May 2017 09:44:49 +0000 (09:44 +0000)]
Merge "Revert "modify english and numberonly profile for tv 4.0"" into tizen
Jihoon Kim [Fri, 19 May 2017 09:42:05 +0000 (09:42 +0000)]
Revert "modify english and numberonly profile for tv 4.0"
This reverts commit
bcf760734e759886e7f872a647ca5a4e90a929c6.
Change-Id: Ib21d00cc61c5fdf09fcc1f6ae219f02aab42f450
Jihoon Kim [Fri, 19 May 2017 02:24:39 +0000 (11:24 +0900)]
Enable only English and Korean in TV profile
Change-Id: I0bac7d10a22696068e407f7437fed559e5859cf5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Fri, 19 May 2017 06:28:28 +0000 (15:28 +0900)]
Fix build warnings
Change-Id: I69d8e35c1f84036a47ace26a17a9ea02be0c1bde
InHong Han [Mon, 10 Apr 2017 01:43:45 +0000 (10:43 +0900)]
Support prediction_hint callback
Change-Id: I51601baf5bf6193f6ec45e31f2188628728ab2d8
liuxd [Thu, 11 May 2017 06:51:46 +0000 (15:51 +0900)]
modify english and numberonly profile for tv 4.0
Signed-off-by: liuxd <xd123.liu@samsung.com>
Change-Id: I4de5d8e20006e1d43a2c2b49a87133c6e1ccb1bb
Jihoon Kim [Mon, 8 May 2017 08:03:00 +0000 (17:03 +0900)]
Fix indentation
Change-Id: Ic8de86ea45d71a0c41b6ff1b7955d9dd9b1d69c3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 21 Apr 2017 04:07:56 +0000 (13:07 +0900)]
Update package version to 1.3.37
Change-Id: I5eaac027798b079f9c79a6c798140e857d088c72
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 21 Apr 2017 02:50:13 +0000 (11:50 +0900)]
Fix i18n translation issue
app-core does not support non reversed DNS type, so calls bindtextdomain directly.
Change-Id: If0bd415b6be9fb271ba84ebc05a85dac65dd6e44
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Wed, 19 Apr 2017 02:34:59 +0000 (11:34 +0900)]
Update package version to 1.3.36
Change-Id: I75d0116f64a1f2ccaca46f505e5fbcd07340859e
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
sungwook79.park [Tue, 18 Apr 2017 10:17:28 +0000 (19:17 +0900)]
Fix the issue detected by static analysis tool
Change-Id: I50f652e1bc1e1e528308c604eeae5e461f98d4dd
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Ji-hoon Lee [Tue, 18 Apr 2017 06:32:02 +0000 (15:32 +0900)]
Update package version to 1.3.35
Change-Id: Ia4aaf5002c7c78957d8aa5df8cfcc9f3621394e1
Jihoon Kim [Wed, 5 Apr 2017 23:14:53 +0000 (16:14 -0700)]
Merge "Fix coding style" into tizen
Jihoon Kim [Wed, 5 Apr 2017 09:19:45 +0000 (18:19 +0900)]
Fix coding style
Change-Id: I1ac18486d0a7c6874b5c43db8b963db512431960
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Tue, 4 Apr 2017 08:27:24 +0000 (17:27 +0900)]
Fix the problem files get removed when upgrading package
Since the sequence of scriptlets being executed
when upgrading a rpm package is as follows,
- (pre of new package)
- (package install)
- (post of new package)
- (preun of old package)
- (removal of old package)
- (postun of old package)
files should not be removed at preun stage
unless a package upgrade is performed.
And since the previous "mv" method generates warning
when erasing package, as the installed files are
already moved to other directories, we are now using
symbolic links instead of moving files.
Change-Id: I0fd4a9173c9f74170ac05c2b0bc4f378de728195
Jihoon Kim [Tue, 4 Apr 2017 10:27:17 +0000 (19:27 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I64180bb60905a630bd4520c1ec084a032c40c219
Jihoon Kim [Tue, 4 Apr 2017 10:22:01 +0000 (19:22 +0900)]
Update package version to 1.3.34
Change-Id: I3a7e451cadd53530650e74e99bba189cd5fd7788
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 4 Apr 2017 08:39:35 +0000 (17:39 +0900)]
Apply ASLR
Change-Id: I4961346d140db3758a6c5b7b1c1489fb57f69f8d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 4 Apr 2017 00:23:57 +0000 (09:23 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I7fbb055bc75f198a4fbc83d3689029f238e12006
Jihoon Kim [Tue, 4 Apr 2017 00:04:30 +0000 (09:04 +0900)]
Update package version to 1.3.33
Change-Id: I08840ad147dee1104dd05d40b94192d34c87bdfc
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
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 04:04:40 +0000 (13:04 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I95b5f11dcaf9fc66d94cbc2e128cd101f88b4c90
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
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>
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 [Fri, 17 Feb 2017 02:20:22 +0000 (11:20 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I44acbc0a31e0bd3beda2b3d0a36a0ab6fec299f2
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 [Tue, 14 Feb 2017 06:20:08 +0000 (15:20 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Id3949d965799f4800d719d537cdf2caf9c0a033c
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 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>