platform/core/uifw/e-mod-tizen-screen-reader.git
7 years ago[feature] check if application window supports screen reader 83/92383/1
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

7 years agoMerge "[e-mod-tizen-screen-reader] Making is_slider variable false on mouse up" into... accepted/tizen/3.0/common/20161114.110156 accepted/tizen/3.0/mobile/20161015.033225 accepted/tizen/3.0/wearable/20161015.082022 accepted/tizen/common/20161006.154022 accepted/tizen/mobile/20161006.233011 accepted/tizen/wearable/20161006.233111 submit/tizen/20161006.113349 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_wearable/20161015.000001
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

7 years ago[e-mod-screen-reader] Check direction of flick based on angle 84/90384/1
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

7 years ago[e-mod-tizen-screen-reader] Making is_slider variable false on mouse up 30/90330/1
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

7 years agoMerge "Do not emit 1 finger hover finished event, if drag started" into tizen
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

7 years agoDo not emit 1 finger hover finished event, if drag started 19/89919/1
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

7 years agoRelease mouse move only if hover longpress timeout happens. 17/89717/2
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

7 years agoMerge "Fix multiple definition of 'is_slider','highlighted_object_x' and 'highlighted... accepted/tizen/common/20160921.162858 accepted/tizen/mobile/20160922.042231 accepted/tizen/wearable/20160922.042041 submit/tizen/20160921.091905
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

7 years agoMerge "Sending hover mouse move at the time scrolling. x,y cordinates will also be...
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

7 years agoFix multiple definition of 'is_slider','highlighted_object_x' and 'highlighted_object_y'. 26/88726/2
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>
7 years ago[e-mod-tizen-screen-reader] Update mouse down event at time of double tap n hold... 02/88502/4
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

7 years agoSending hover mouse move at the time scrolling. x,y cordinates will also be updated... 48/87148/3
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

8 years agoDo not send mouse down/up, when TWO FINGERS TAP geuster occur. 57/85857/1 accepted/tizen/common/20160908.134646 accepted/tizen/mobile/20160908.122917 accepted/tizen/wearable/20160908.122952 submit/tizen/20160908.052948
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

8 years agoPackage Version Update: 0.0.2 22/82722/1 accepted/tizen/common/20160805.130356 accepted/tizen/mobile/20160830.235336 accepted/tizen/wearable/20160830.235354 submit/tizen/20160805.084014 submit/tizen/20160817.042918 submit/tizen/20160830.022248
Shinwoo Kim [Fri, 5 Aug 2016 08:38:06 +0000 (17:38 +0900)]
Package Version Update: 0.0.2

Change-Id: I8e8864044953a9df9a42954f56909409233021e9

8 years agoMerge "[e-mod-tizen-screen-reader] Fix for tap gesture aborting issue" into tizen accepted/tizen/common/20160721.175020 accepted/tizen/mobile/20160721.002251 submit/tizen/20160720.122528
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

8 years ago[e-mod-tizen-screen-reader] Do not send mouse down and move events on double tap... 65/75765/2
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

8 years ago[e-mod-tizen-screen-reader] Fix for tap gesture aborting issue 98/78998/1
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

8 years ago[e-mod-tizen-screen-reader] Emitted mouse move event before emitting mouse down 48/78148/3
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

8 years agoe-mod-screen-reader: hardcoded address for system bus removed 08/73508/1 accepted/tizen/common/20160614.143853 accepted/tizen/mobile/20160614.041913 submit/tizen/20160614.021057
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

8 years ago[e-mod-tizen-screen-reader] Transform coordinates as per window rotation angle 99/73299/1
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

8 years ago[e-mod-tizen-screen-reader] Emitted mouse down and up event for multidevice case 59/71159/1
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

8 years ago[e-mod-tizen-screen-reader]: 1. Bus name update, 2. function name update, 3. predefin... 61/69061/4 accepted/tizen/common/20160524.150219 accepted/tizen/mobile/20160520.140255 submit/tizen/20160520.065205
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>
8 years agoMerge "Gesture's implementation using event filter for two pinch zoom, two fingers...
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

8 years agoInitiate gesture recognition when screen reader app is launched 63/68963/1
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>
8 years agoGesture's implementation using event filter for two pinch zoom, two fingers swipe and 00/67300/12
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

8 years agoDbus connection updated for sending the gestures to screen-reader. 59/66859/5
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>
8 years agoGesture's implementation 94/64994/7
SubodhKumar [Mon, 11 Apr 2016 13:39:01 +0000 (19:09 +0530)]
Gesture's implementation

Change-Id: I1f7f070a3fcf2cc2e86fb59a06a16ad38e4134a6

8 years agoInitial draft: checked module loaded properly with modified e-tizen-data (https:... 12/63912/4
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

8 years agoInitial empty repository master submit/trunk/20200331.012503
seonil kim [Thu, 17 Mar 2016 01:55:40 +0000 (18:55 -0700)]
Initial empty repository