platform/core/uifw/e-mod-tizen-screen-reader.git
6 years agoSend reply when drag gesture is finished 09/163809/9 accepted/tizen/unified/20171221.071231 submit/tizen/20171220.062652
Lukasz Wlazly [Wed, 13 Dec 2017 12:38:14 +0000 (13:38 +0100)]
Send reply when drag gesture is finished

Reply messages are sent when all events are placed in ecore queue
not just after parsing arguments

Change-Id: Id72543e11400e1392dffcf824465c628d8c8d3ed

6 years agoUpdate e_screensaver before consuming touch event 90/163690/1 accepted/tizen/unified/20171215.132208 submit/tizen/20171214.113147
Shinwoo Kim [Fri, 8 Dec 2017 08:24:15 +0000 (17:24 +0900)]
Update e_screensaver before consuming touch event

There was an issue that the screen saver works during user interaction. It is
becuase that screen reader module uses ecore event filter, and consumes touch
event. So the e_screensaver did not get the touch event.

This patch set is using e_screensaver_notidle function to inform e_screensaver
about touch event before screen reader consumes touch event.

Change-Id: If47a61b765030641a526adc84030387905d3db6c

6 years agoImplementation of dispatch rotation event functionality. 05/163505/4
Pawel Kurowski [Tue, 12 Dec 2017 12:09:46 +0000 (13:09 +0100)]
Implementation of dispatch rotation event functionality.

Change-Id: I8a306ec61faa15a7443b9f517b04742d7c380b59

6 years agoFix for dispatching drag event 90/163090/1
Lukasz Wlazly [Thu, 7 Dec 2017 07:02:11 +0000 (08:02 +0100)]
Fix for dispatching drag event

Add guard during execution of drag event.
This will prevent from crashing when another drag event is being started
during previous is being executed.

Change-Id: I65b92023c9811eb17a3099758b882dcf5b8d3e6e

6 years ago"Touch, hold and drag" gesture implementation 66/162366/2
Lukasz Wlazly [Thu, 30 Nov 2017 12:28:04 +0000 (13:28 +0100)]
"Touch, hold and drag" gesture implementation

Change-Id: Ic086968b0326106ac8656a7977c79619c1a62fd1

6 years agoDrag gesture implementation 76/159676/7 accepted/tizen/unified/20171204.072215 submit/tizen/20171130.115009
Lukasz Wlazly [Tue, 7 Nov 2017 13:22:23 +0000 (14:22 +0100)]
Drag gesture implementation

New dbus method which allows to dispatch drag gesture
from one point to another in defined number of steps

Change-Id: I42b29c1f0cb1943c9c4f13bfc6908416597e5406

6 years agoAdd BackButtonInterceptionEnabled informing about pressing back button 07/156507/1 accepted/tizen/unified/20171027.152026 submit/tizen/20171025.103743 submit/tizen/20171026.050851
Lukasz Wlazly [Wed, 18 Oct 2017 13:36:40 +0000 (15:36 +0200)]
Add BackButtonInterceptionEnabled informing about pressing back button

Change-Id: Id18de1a60f4c1a5d4d2b251c78110a1fc9d0298b

6 years agoRemove unnecessary overwriting code 14/155414/1 accepted/tizen/unified/20171025.075141 submit/tizen/20171020.120936
JunsuChoi [Fri, 13 Oct 2017 06:11:23 +0000 (15:11 +0900)]
Remove unnecessary overwriting code

Change-Id: I3203e062c7159e059ba534930fd0f80317f29ff2

6 years agoMerge "Use delta value for the "Drag & drop" gesture" into tizen submit/tizen/20171012.123430
junsu choi [Wed, 11 Oct 2017 08:10:55 +0000 (08:10 +0000)]
Merge "Use delta value for the "Drag & drop" gesture" into tizen

6 years agoAdd interception of key event 66/153966/4
Lukasz Wlazly [Wed, 4 Oct 2017 09:19:22 +0000 (11:19 +0200)]
Add interception of key event

Module can intercept key events and send information
about them via dbus

Change-Id: I5e5f56ac3467e6bc7b22b224339f0c3d82e85b4b

6 years agoUse delta value for the "Drag & drop" gesture 48/153848/1
Shinwoo Kim [Wed, 20 Sep 2017 12:00:25 +0000 (21:00 +0900)]
Use delta value for the "Drag & drop" gesture

If there is a highlighted object, the "Drag & drop" gesture uses the geometry
value of the highlighted object.
But the geometry value was used only for 'mouse button down' event,
and was not used for 'move' event.
So we are using delta value which is difference between highlighted object
geometry value and 1 finger touch point on the screen for the "Drag & drop"
gesture.

Change-Id: Icfa9879850c58e941799e97fcef74149f53404b7

6 years agoAdding method and signals used by Universal-Switch 05/147205/4 accepted/tizen/unified/20170921.072245 submit/tizen/20170915.074959 submit/tizen/20170920.082902
Lukasz Wlazly [Thu, 31 Aug 2017 13:48:25 +0000 (15:48 +0200)]
Adding method and signals used by Universal-Switch

This patch adds ScreenSwitchProviderEnabled method to eldbus API provided by the module.
The method enables/disables ecore event filter capturing mouse events from user.
Information about captured event is sent by eldbus signals to universal-switch.

Because of added filter particular device id is set in gestures created by module itself.

Change-Id: I7fa8389a9604b64f0f9068a508d74a4f33aed249

6 years agoSupport API eext_gesture_event_dispatch 16/127916/4
Shinwoo Kim [Thu, 16 Mar 2017 08:02:15 +0000 (17:02 +0900)]
Support API eext_gesture_event_dispatch

This patch set make eext_guesture_event_dispatch of platform/core/uifw/efl-ext
work(https://review.tizen.org/gerrit/#/c/127914/).

Change-Id: I64a804d39ba351912a90ba1e4f00faad77d1523a

6 years agoAdd "ObjectNeedsScrollGesture" method 07/142107/3 accepted/tizen/4.0/unified/20170829.015937 accepted/tizen/unified/20170810.172535 submit/tizen/20170810.044648 submit/tizen_4.0/20170828.100004
Shinwoo Kim [Thu, 15 Dec 2016 05:17:48 +0000 (14:17 +0900)]
Add "ObjectNeedsScrollGesture" method

The screen-reader module changes x,y information of 2 fingers hover gesture
if highlight object needs it.

Application side could use this feature setting attribute as below:
 - elm_atspi_accessible_attribute_append(btn, "gesture_required", "scroll");

This patch set depends on:
https://review.tizen.org/gerrit/#/c/142105/ (elementary)
https://review.tizen.org/gerrit/#/c/142108/ (screen-reader)

Change-Id: I0312a748af5bb514dc085f97c5e1ee7f7acad5a5

6 years agoMake reliable module 05/141905/1 accepted/tizen/4.0/unified/20170816.013853 accepted/tizen/4.0/unified/20170816.014219 accepted/tizen/unified/20170804.025553 submit/tizen/20170803.051344 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Shinwoo Kim [Wed, 2 Aug 2017 03:18:47 +0000 (12:18 +0900)]
Make reliable module

E_NEW could return NULL.
So screen-reader module is checking return value of E_NEW before using it.

Change-Id: I755ec02a5a56ff98946d569bb41f3db63d58d6c6

6 years agoRemove identical branch 99/141899/1
Shinwoo Kim [Wed, 2 Aug 2017 03:04:19 +0000 (12:04 +0900)]
Remove identical branch

Change-Id: I5df69444ffdb4d5cea499f4c0ee04ad078b4f3ac

7 years agoRemove memory leak possibility 75/139275/1 accepted/tizen/unified/20170721.201720 submit/tizen/20170721.005824
Shinwoo Kim [Tue, 18 Jul 2017 07:28:23 +0000 (16:28 +0900)]
Remove memory leak possibility

Change-Id: I9c9ebb825c5a93a82e840e3ba14dd67684e75dc4

7 years agoCheck vconf value at init time 00/137200/1 accepted/tizen/unified/20170717.170152 submit/tizen/20170713.122748 submit/tizen/20170714.014828
Shinwoo Kim [Tue, 4 Jul 2017 23:00:41 +0000 (08:00 +0900)]
Check vconf value at init time

The _elm_atspi_bridge_init is moved to elm_run from elm_init because of
security issue.

The at-spi-bus-launcher is launched by D-Bus activation.
The "org.a11y.Bus" which is used for the D-Bus activation would be used after
the elm_run is called.

The at-spi-bus-launcher launches screen-reader AT client.
The screen-reader AT client requests that screen-reader WM module works.
Before this point, the user input is not consumed by screen-reader WM module.
So it is possible to control the first appliction (home-screen) by user input.

[Vconf Dependency]
The enlightenment already has dependency on vconf as below.
So this patch set does NOT need more library loading time which could cause
the late launching time issue.

sh-3.2# cat /proc/313/maps | grep vconf
b5f2e000-b5f32000 r-xp 00000000 b3:1a 6053       /usr/lib/libvconf.so.0.3.1
b5f32000-b5f41000 ---p 00004000 b3:1a 6053       /usr/lib/libvconf.so.0.3.1
b5f41000-b5f42000 rw-p 00003000 b3:1a 6053       /usr/lib/libvconf.so.0.3.1

Change-Id: I0278a67e018d666325a93fb37e7eb66c95647e64

7 years agoSupport selection mode 82/135982/1 accepted/tizen/unified/20170711.181140 submit/tizen/20170707.071852 submit/tizen/20170711.023244
Shinwoo Kim [Fri, 31 Mar 2017 10:20:25 +0000 (19:20 +0900)]
Support selection mode

Double tap & hold with two fingers to enter the Selection mode.
If the text input filed is changed to selection mode, then we do not use two
fingers to scroll. The two fingers gesture is used as below:

 - 2 fingers flick down: select all
 - 2 fingers flick up: copy
 - 2 fingers flick left: cut
 - 2 fingers flick right: paste

Change-Id: Iede0729340f352249e1f489005b66f2bc4247b37
Needs: https://review.tizen.org/gerrit/#/c/122452/

7 years agoEmit 2 fingers double tap and hold gesture 81/135981/1
Shinwoo Kim [Wed, 29 Mar 2017 11:17:05 +0000 (20:17 +0900)]
Emit 2 fingers double tap and hold gesture

The "2 fingers double tap and hold" gesture will work to change between
selection and edit mdoe.

Change-Id: I0ec772d429f406971ee27d5949c6a160693094d8

7 years agoNot init sub module if it is inited already. 60/117560/2 accepted/tizen/unified/20170519.200902 submit/tizen/20170519.132143 tizen_4.0.m1_release
Shinwoo Kim [Mon, 6 Mar 2017 11:45:22 +0000 (20:45 +0900)]
Not init sub module if it is inited already.

The screen-reader is enabled again without disabled,
if the screen-reader is terminated abnormally, and launched again by at-spi-bus-launcher.

Change-Id: Ic4f7ee446f741325c3e0073a17ebad0e609d1d8a

7 years agoUsing %license macro to install license file instead of using manual command. 79/126979/1 accepted/tizen/unified/20170510.183300 submit/tizen/20170510.073036
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

7 years agoMerge remote-tracking branch 'origin/tizen_3.0' into tizen accepted/tizen_common accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/common/20170306.165315 accepted/tizen/mobile/20170306.222521 accepted/tizen/unified/20170309.034709 accepted/tizen/wearable/20170306.222531 submit/tizen/20170306.115135 submit/tizen_unified/20170308.100410
Shinwoo Kim [Mon, 6 Mar 2017 08:24:31 +0000 (17:24 +0900)]
Merge remote-tracking branch 'origin/tizen_3.0' into tizen

7 years agoRemove ecore-wayland dependency 07/117007/3 accepted/tizen/3.0/common/20170308.133640 accepted/tizen/3.0/mobile/20170308.034210 accepted/tizen/3.0/wearable/20170308.034243 submit/tizen_3.0/20170306.115056
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

7 years agoAdd link flag of ecore-wayland 70/116970/3
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

7 years agoFix wrong down coordinate of 2nd finger accepted/tizen/common/20170118.173957 accepted/tizen/mobile/20170118.223424 accepted/tizen/wearable/20170118.223444 submit/tizen/20170118.061939
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

7 years agoAdd null check for when get window angle
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

7 years agoFix wrong down coordinate of 2nd finger 33/109033/3 accepted/tizen/3.0/common/20170116.122414 accepted/tizen/3.0/mobile/20170113.235917 accepted/tizen/3.0/wearable/20170114.000058 submit/tizen_3.0/20170113.095020
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

7 years agoAdd null check for when get window angle 40/107840/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.141817 accepted/tizen/3.0.m2/wearable/20170104.142437 accepted/tizen/3.0/common/20170102.143317 accepted/tizen/3.0/mobile/20170102.094659 accepted/tizen/3.0/wearable/20170102.094802 submit/tizen_3.0.m2/20170104.093751 submit/tizen_3.0/20170102.015506
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

7 years agoCheck window angle before sending gesture event accepted/tizen/common/20170102.152331 accepted/tizen/mobile/20170103.051012 accepted/tizen/wearable/20170103.051205 submit/tizen/20170102.091821 submit/tizen/20170103.012719
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

7 years agoCheck window angle before sending gesture event 58/106958/3 accepted/tizen/3.0/common/20161229.113431 accepted/tizen/3.0/mobile/20161229.054502 accepted/tizen/3.0/wearable/20161229.054609 submit/tizen_3.0/20161229.023141
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

7 years ago[1 finger tap and hold] should use highlighted object information. 41/98341/1
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

7 years ago[1 finger tap and hold] should use highlighted object information. 38/97538/2 accepted/tizen/3.0/common/20161117.090418 accepted/tizen/3.0/mobile/20161117.020903 accepted/tizen/3.0/wearable/20161117.021103 submit/tizen_3.0/20161115.055943 submit/tizen_3.0/20161115.120117
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

7 years ago[config] reduce 1 finger hover long press timeout value 94/93994/1 accepted/tizen/common/20161102.121622 accepted/tizen/mobile/20161102.072400 accepted/tizen/wearable/20161102.072458 submit/tizen/20161101.043805 submit/tizen/20161101.045014 submit/tizen/20161101.093908 submit/tizen_3.0/20161102.011054 submit/tizen_3.0/20161102.045635
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

7 years agoMake quickpanel open/close easy by sending mouse down event directly at top/bottom... 30/93230/3
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

7 years agoInitialization angle - CE product could have 90 by default 36/93136/1
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

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

7 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

7 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