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>
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>
Jihoon Kim [Wed, 8 Feb 2017 02:13:00 +0000 (11:13 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ifc847c427700d4c78199fe8aee5d3132d41a546c
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:29:34 +0000 (20:29 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ie4a570165fef53df6aa1006f1161bc8849e5baf0
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 08:26:20 +0000 (17:26 +0900)]
Add capi-appfw-preference dependency
Change-Id: Ib7f70ee19dea93bdc0d701411e0f217ef7264a30
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
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 [Fri, 13 Jan 2017 00:51:06 +0000 (09:51 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I4cb5a33472bdeac16c4c265b682f33efa672477c
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:47:22 +0000 (19:47 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I57e9e75b6246778632e6796137a160281262df1e
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>
Jihoon Kim [Mon, 19 Dec 2016 00:38:57 +0000 (09:38 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: If258dacccc515be709750e470f2deb1130bfe2f5
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>
Jihoon Kim [Fri, 16 Dec 2016 06:38:13 +0000 (15:38 +0900)]
Add manifest file for each profile package
Change-Id: Ie844a20c62c2b7e21801c18c4c5db1fa1660fcd9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 16 Dec 2016 05:34:31 +0000 (14:34 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I4d99b607e47f6c9d7513fa2d001478056b3dffc4
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>