summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Woochan Lee [Tue, 25 Apr 2017 12:07:57 +0000 (21:07 +0900)]
Using %license macro to install license file instead of using manual command.
Change-Id: Ifc6b663e13b0613183b0c86ce7efdb93ed28c1d0
Shinwoo Kim [Mon, 6 Mar 2017 08:24:31 +0000 (17:24 +0900)]
Merge remote-tracking branch 'origin/tizen_3.0' into tizen
Shinwoo Kim [Thu, 2 Mar 2017 09:29:21 +0000 (18:29 +0900)]
Remove ecore-wayland dependency
It is improper that the Enlightenment (Window Manager) module uses ecore_wayland API (client side API).
This is recommendation of window manager team.
Change-Id: Id8bb0e6989aab489192077634e2821ae3c4804db
Shinwoo Kim [Thu, 2 Mar 2017 07:05:43 +0000 (16:05 +0900)]
Add link flag of ecore-wayland
Loading module is failed because of following error.
/usr/lib/enlightenment/modules/e-mod-tizen-screen-reader/linux-gnueabi-armv7l-ver-autocannoli-0.20/module.so: undefined symbol: ecore_wl_shutdown
It seems that ecore-wayland dependency is removed by https://review.tizen.org/gerrit/#/c/115433/
Change-Id: I8a19ef87e337c898f1431bc7df27523d165aaf17
Prasoon Singh [Fri, 6 Jan 2017 13:23:33 +0000 (18:53 +0530)]
Fix wrong down coordinate of 2nd finger
The 2nd finger coordinate was same with 1st finger coordinate.
Change-Id: I2b896f50f2b723b8f25a33bdbd9c1453e1eb0e99
JunsuChoi [Fri, 30 Dec 2016 06:32:11 +0000 (15:32 +0900)]
Add null check for when get window angle
add null check before using e_zone_current_get's result variable.
when get window angle
Change-Id: Ief734dfb94e74c0e7e535b69ea0014e0431e470f
Prasoon Singh [Fri, 6 Jan 2017 13:23:33 +0000 (18:53 +0530)]
Fix wrong down coordinate of 2nd finger
The 2nd finger coordinate was same with 1st finger coordinate.
Change-Id: I2b896f50f2b723b8f25a33bdbd9c1453e1eb0e99
JunsuChoi [Fri, 30 Dec 2016 06:32:11 +0000 (15:32 +0900)]
Add null check for when get window angle
add null check before using e_zone_current_get's result variable.
when get window angle
Change-Id: Ief734dfb94e74c0e7e535b69ea0014e0431e470f
Shinwoo Kim [Mon, 26 Dec 2016 02:11:49 +0000 (11:11 +0900)]
Check window angle before sending gesture event
The top e_client could not take care the angle of device.
So checking window angle at module initialization time is not proper.
This commit will check window angle before sending gesture event.
Change-Id: I36ce00431f2101bf51b3ade6cfa91442264faaba
Shinwoo Kim [Mon, 26 Dec 2016 02:11:49 +0000 (11:11 +0900)]
Check window angle before sending gesture event
The top e_client could not take care the angle of device.
So checking window angle at module initialization time is not proper.
This commit will check window angle before sending gesture event.
Change-Id: I36ce00431f2101bf51b3ade6cfa91442264faaba
Shinwoo Kim [Mon, 14 Nov 2016 11:30:10 +0000 (20:30 +0900)]
[1 finger tap and hold] should use highlighted object information.
- In case of rotated device, the coordinate should be changed properly.
- If 1 finger tap is aborted, the highlighted object information comes from screen reader AT-client.
We need almost 1 sec between the tap timeout and the hover timeout. (heuristic value)
Change-Id: I080fbc521d763ff56a29c90e635222923e94a43d
Shinwoo Kim [Mon, 14 Nov 2016 11:30:10 +0000 (20:30 +0900)]
[1 finger tap and hold] should use highlighted object information.
- In case of rotated device, the coordinate should be changed properly.
- If 1 finger tap is aborted, the highlighted object information comes from screen reader AT-client.
We need almost 1 sec between the tap timeout and the hover timeout. (heuristic value)
Change-Id: I080fbc521d763ff56a29c90e635222923e94a43d
Shinwoo Kim [Wed, 26 Oct 2016 13:05:34 +0000 (22:05 +0900)]
[config] reduce 1 finger hover long press timeout value
Change-Id: I875dbaa457c0c6312f786f7271efc61e4c791b62
Shinwoo Kim [Fri, 21 Oct 2016 05:42:36 +0000 (14:42 +0900)]
Make quickpanel open/close easy by sending mouse down event directly at top/bottom area without timeout
Change-Id: Iadec916bea8a2669ef18e660a3b842b467dbd891
Shinwoo Kim [Thu, 20 Oct 2016 11:12:20 +0000 (20:12 +0900)]
Initialization angle - CE product could have 90 by default
Change-Id: I8d75eb0208f19b70912a6c5d3730f8a8cbb13816
Shinwoo Kim [Sat, 15 Oct 2016 10:13:54 +0000 (19:13 +0900)]
[feature] check if application window supports screen reader
If an window has attribute as below, the screen reader does not support the window.
elm_atspi_accessible_attribute_append(ad->win, "screen_reader_support", "no");
Change-Id: I10ee0814fba30a419d0f256fd8647b8274d76834
Prasoon Singh [Tue, 4 Oct 2016 11:23:01 +0000 (04:23 -0700)]
Merge "[e-mod-tizen-screen-reader] Making is_slider variable false on mouse up" into tizen
Prasoon Singh [Thu, 29 Sep 2016 15:39:07 +0000 (21:09 +0530)]
[e-mod-screen-reader] Check direction of flick based on angle
Change-Id: I81f905d11ba87f4dc0e5af45954f7ece003a91df
Prasoon Singh [Thu, 29 Sep 2016 11:14:30 +0000 (16:44 +0530)]
[e-mod-tizen-screen-reader] Making is_slider variable false on mouse up
Change-Id: I47c7cc6eaa0a70b08e8bb6ce471460974fece910
Shinwoo Kim [Thu, 29 Sep 2016 09:51:23 +0000 (02:51 -0700)]
Merge "Do not emit 1 finger hover finished event, if drag started" into tizen
Shinwoo Kim [Tue, 27 Sep 2016 12:20:31 +0000 (21:20 +0900)]
Do not emit 1 finger hover finished event, if drag started
Change-Id: I4cbb25a57504b78ed89026e4e251d72e80bc4d22
Prasoon Singh [Mon, 26 Sep 2016 12:09:59 +0000 (17:39 +0530)]
Release mouse move only if hover longpress timeout happens.
Change-Id: Ice1ce5ee83da133d4774d059c8ed382ec4d5b217
Shinwoo Kim [Wed, 21 Sep 2016 05:28:01 +0000 (22:28 -0700)]
Merge "Fix multiple definition of 'is_slider','highlighted_object_x' and 'highlighted_object_y'." into tizen
shilpa singh [Wed, 21 Sep 2016 04:26:54 +0000 (21:26 -0700)]
Merge "Sending hover mouse move at the time scrolling. x,y cordinates will also be updated for hover in hover mouse move." into tizen
Chan Lee [Mon, 19 Sep 2016 10:39:56 +0000 (19:39 +0900)]
Fix multiple definition of 'is_slider','highlighted_object_x' and 'highlighted_object_y'.
Change-Id: Ibad280d05fb519a709572c4d8235d7336ef687d7
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
Prasoon Singh [Mon, 19 Sep 2016 10:45:24 +0000 (16:15 +0530)]
[e-mod-tizen-screen-reader] Update mouse down event at time of double tap n hold based on highlighted
object x,y position.
Change-Id: Ia37cbc052937a8828fb3d34918a6c16a75a0d1b1
Prasoon Singh [Tue, 6 Sep 2016 13:03:48 +0000 (18:33 +0530)]
Sending hover mouse move at the time scrolling. x,y cordinates will also be updated for hover in hover mouse move.
Change-Id: Ifbe768c8a946f8c4cb150affe78c0fef18ae67b8
Shinwoo Kim [Mon, 29 Aug 2016 09:06:58 +0000 (18:06 +0900)]
Do not send mouse down/up, when TWO FINGERS TAP geuster occur.
* do not send mouse down/up, when TWO FINGERS TAP occurs
* exception handling: abnormal behavior caused by MOVE event before DOWN event.
Change-Id: Id68a71b6cdadfaf08ecc5e6364c0885da54a784e
Shinwoo Kim [Fri, 5 Aug 2016 08:38:06 +0000 (17:38 +0900)]
Package Version Update: 0.0.2
Change-Id: I8e8864044953a9df9a42954f56909409233021e9
shilpa singh [Wed, 13 Jul 2016 10:28:15 +0000 (03:28 -0700)]
Merge "[e-mod-tizen-screen-reader] Fix for tap gesture aborting issue" into tizen
Prasoon Singh [Tue, 21 Jun 2016 09:04:44 +0000 (14:34 +0530)]
[e-mod-tizen-screen-reader] Do not send mouse down and move events on double tap and hold
when highlighted object is slider.
Change-Id: Ib8f101d1373706eb255f959f8d996c984c8113d1
Prasoon Singh [Thu, 7 Jul 2016 15:54:51 +0000 (21:24 +0530)]
[e-mod-tizen-screen-reader] Fix for tap gesture aborting issue
Change-Id: Id1931f5987a6bef4179a415e1226ef30cdbfe66b
Prasoon Singh [Mon, 4 Jul 2016 10:30:18 +0000 (16:00 +0530)]
[e-mod-tizen-screen-reader] Emitted mouse move event before emitting mouse down
After coming back from quick panel scrolling stops working, as mouse events
dont go in. To fix this issue checked the order of events without event filter
and duplicated the same.
Change-Id: I559d13283fcb359f0f7d229f3f4948d218ccab1a
Shilpa Singh [Wed, 8 Jun 2016 09:45:40 +0000 (15:15 +0530)]
e-mod-screen-reader: hardcoded address for system bus removed
Change-Id: I02073f35d94a7dc6c34e8437150794cab3b46f3d
Prasoon Singh [Tue, 7 Jun 2016 10:59:42 +0000 (16:29 +0530)]
[e-mod-tizen-screen-reader] Transform coordinates as per window rotation angle
Change-Id: I377def4f557e9be8351e239b3b5e9413da77f843
Prasoon Singh [Tue, 24 May 2016 09:36:45 +0000 (15:06 +0530)]
[e-mod-tizen-screen-reader] Emitted mouse down and up event for multidevice case
enable unlocking the lockscreen
Change-Id: I9b831234cf23995809de36c294d7edf302e8572d
Shilpa Singh [Wed, 11 May 2016 09:14:14 +0000 (14:44 +0530)]
[e-mod-tizen-screen-reader]: 1. Bus name update, 2. function name update, 3. predefined signal added
.
Change-Id: I595a48bab9d1ad132052da9e82c10e49da68a0d8
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
shilpa singh [Wed, 11 May 2016 06:52:33 +0000 (23:52 -0700)]
Merge "Gesture's implementation using event filter for two pinch zoom, two fingers swipe and double tap and hold" into tizen
Shilpa Singh [Tue, 10 May 2016 15:49:19 +0000 (21:19 +0530)]
Initiate gesture recognition when screen reader app is launched
Change-Id: I5f663ba72de12fba476ab817aff6f7448775f92f
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Prasoon Singh [Tue, 26 Apr 2016 07:49:54 +0000 (13:19 +0530)]
Gesture's implementation using event filter for two pinch zoom, two fingers swipe and
double tap and hold
Change-Id: Ie10417625f750010cd03d25faa57e3f9a5f00f61
shashank.p [Thu, 21 Apr 2016 13:19:13 +0000 (18:49 +0530)]
Dbus connection updated for sending the gestures to screen-reader.
Change-Id: Id141e2d2e449995aa60fa7378fad7d08544e526e
Signed-off-by: shashank.p <shashank.p@samsung.com>
SubodhKumar [Mon, 11 Apr 2016 13:39:01 +0000 (19:09 +0530)]
Gesture's implementation
Change-Id: I1f7f070a3fcf2cc2e86fb59a06a16ad38e4134a6
Shinwoo Kim [Mon, 28 Mar 2016 12:48:31 +0000 (21:48 +0900)]
Initial draft: checked module loaded properly with modified e-tizen-data (https://review.tizen.org/gerrit/#/c/63914/)
Change-Id: I4878351c44a72394c2e90a710c4b3de503449048
seonil kim [Thu, 17 Mar 2016 01:55:40 +0000 (18:55 -0700)]
Initial empty repository