platform/core/accessibility/universal-switch.git
7 years agosmall refactor 39/137939/2
Mariusz Wachowicz [Mon, 10 Jul 2017 10:09:04 +0000 (12:09 +0200)]
small refactor

replicated function in UIActivity removed
vector in SwitchManaged changed to stack for better understanding

Change-Id: If5a12e511279de5a81101031ec3b93b97070d458

7 years agoArchitecture change 68/135968/8
Lukasz Wlazly [Tue, 27 Jun 2017 13:55:13 +0000 (15:55 +0200)]
Architecture change

Dispatchers have been replaced with self-processing activities.
Activity change request and activity stacking has been added.

Change-Id: Id637d8e44c5102e783a2295897aab4d5badd7837

7 years agoTwoStepPrepareActivity added to remove impact of Activity implementation on Configura... 10/137410/2
Paweł Stawicki [Wed, 5 Jul 2017 15:48:39 +0000 (17:48 +0200)]
TwoStepPrepareActivity added to remove impact of Activity implementation on Configuration and ActivityDispatching tests

Change-Id: Ic054df9cae43a1244ea60b2d75d995817b60bac3

7 years agoBugfix tests: rpath added to make universal-switch a shared library 08/137408/2
Paweł Stawicki [Wed, 5 Jul 2017 14:41:04 +0000 (16:41 +0200)]
Bugfix tests: rpath added to make universal-switch a shared library

Change-Id: Ibe93abe150dbeaa87a4e8c0273653b17b160a9a3

7 years agoAdd VConfSingleton. Integration tests moved into a separate rpm. 70/136670/8
Paweł Stawicki [Fri, 30 Jun 2017 18:20:54 +0000 (20:20 +0200)]
Add VConfSingleton. Integration tests moved into a separate rpm.

Change-Id: Ibe015dbd44bfd4c96aceaf155aae70e7cbe56af5

7 years agoSingleton and MockableSingleton 08/135808/4
Mariusz Wachowicz [Mon, 26 Jun 2017 14:27:13 +0000 (16:27 +0200)]
Singleton and MockableSingleton

provide 2 new classes
MocableSingleton allow global access to DefaultImplementation with specific Interface
however it is possible to override DefaultImplementation

Change-Id: I72903e314baf83939f18b1a8d440e14d5936ff9a

7 years agoset app-control.operation for implicit launch request 08/132808/4
Paweł Stawicki [Fri, 16 Jun 2017 10:43:41 +0000 (12:43 +0200)]
set app-control.operation for implicit launch request

Change-Id: I3d34099ef4d68d8d1bf4a90f56129d09d8e252f2

7 years agoPointScanner & ScreenScannerManager 88/131988/14
Mariusz Wachowicz [Tue, 23 May 2017 12:40:23 +0000 (14:40 +0200)]
PointScanner & ScreenScannerManager

provide information about selected position on screen
TODO: tests do not pass due to problems with vconf configuration in test environment

Change-Id: Ic5709b18806602d84028d4a56d8d9f832af6d182

7 years agoWrapper class for elm_window object 83/135283/11
Lukasz Wlazly [Tue, 20 Jun 2017 08:43:48 +0000 (10:43 +0200)]
Wrapper class for elm_window object

Provided class is singleton with lazy initialization.
It can catch all gestures or pass them to the application below

Change-Id: Ic8bd7ca899b8f557a0d03db2ab0e7f1d7e1d5d09

7 years agoTest case documentation added. 34/134934/2
Lukasz [Tue, 20 Jun 2017 09:36:29 +0000 (11:36 +0200)]
Test case documentation added.

Change-Id: Ifb9902359085652310b078c502c6b8704cadf65c

7 years agoDefault scanning method 60/134960/2
Lukasz Wlazly [Tue, 20 Jun 2017 10:39:35 +0000 (12:39 +0200)]
Default scanning method

This commit prevent from undefined state of scanningMethod

Change-Id: Ib008b89c263d988d2913bd4654a8fcfcf15ac38c

7 years agoUnnecessary class removed 19/134419/2
Lukasz Wlazly [Fri, 16 Jun 2017 09:12:50 +0000 (11:12 +0200)]
Unnecessary class removed

After design change ActivityObserver class occured useless

Change-Id: I0bb9457deeb48115cd8cc93beeb8e5b68d2269b8

7 years agobugfix: double memory free 37/134037/1
Paweł Stawicki [Wed, 14 Jun 2017 09:19:04 +0000 (11:19 +0200)]
bugfix: double memory free

bugfix for commit: 42d67aefe5376273d4461d7ccf4071156c72baec
"Move ecore_init,ecore_shutdown to main function"

Change-Id: Ia272e0274b3a838b1eacadef0b17bd2dd7619a4a

7 years agoUnregister ecore event handler in ~AccessoriesSwitchProvider 35/133835/2
Paweł Stawicki [Tue, 13 Jun 2017 12:52:44 +0000 (14:52 +0200)]
Unregister ecore event handler in ~AccessoriesSwitchProvider

Change-Id: I5dcd1e8a1c0c97b59555dfa998cc00bb54ebf01e

7 years agoMove ecore_init,ecore_shutdown to main function 30/133830/2
Paweł Stawicki [Tue, 13 Jun 2017 12:20:52 +0000 (14:20 +0200)]
Move ecore_init,ecore_shutdown to main function

Workaround for errors generated by multiple ecore_init calls,
issue doesn't exist from efl 1.18.

Change-Id: I6f6925b5c31bd149c5103c47d030bdb2ddd9b75c

7 years agostatic class contructor registration in ActivityFactory 57/131357/2
Paweł Stawicki [Fri, 26 May 2017 13:00:31 +0000 (15:00 +0200)]
static class contructor registration in ActivityFactory

Change-Id: I961b570d8965a748ce0453ac8f77e0475550bbaf

7 years agoChanging the way that activities are being built 18/130718/6
Lukasz Wlazly [Mon, 22 May 2017 13:03:55 +0000 (15:03 +0200)]
Changing the way that activities are being built

Provided tests currently fails. Patch https://review.tizen.org/gerrit/#/c/131357/ fix this problem.

Change-Id: I265113e244fc2db397ead0e1d4e8d6db6c0b2fa2

7 years agoIntegration tests for Configuration and SwitchManager 95/129695/8
Lukasz Wlazly [Tue, 16 May 2017 13:28:19 +0000 (15:28 +0200)]
Integration tests for Configuration and SwitchManager

Change-Id: Ic52cb42766bec9b2cbc12cc83aab74c12b0e7782

7 years agoConfigurationItem refactor 38/129438/3
Lukasz Wlazly [Fri, 12 May 2017 14:17:28 +0000 (16:17 +0200)]
ConfigurationItem refactor

Renaming ConfigurationItem class with associated refactor of SQLiteConfiguration and QueryBuilder

Change-Id: Idfcc407784db957b9b76bda29750436c95f571ad

7 years agoMoving all source and headers into single directory 54/129054/2
Lukasz Wlazly [Fri, 12 May 2017 13:31:45 +0000 (15:31 +0200)]
Moving all source and headers into single directory

Change-Id: If41e36ff2bdc7bf50a89a5db86a81611cf1ae133

7 years agoThe implementation of SwitchManager constructor 39/127939/5
Lukasz Wlazly [Fri, 28 Apr 2017 09:21:55 +0000 (11:21 +0200)]
The implementation of SwitchManager constructor

Change-Id: I32b50147732a11cae46a663d2f80097be89d75f5

7 years agoGoogle Test framework added 00/128100/2
Lukasz Wlazly [Fri, 5 May 2017 10:10:26 +0000 (12:10 +0200)]
Google Test framework added

Repository contains one example test to show that framework work correctly.
This test will be removed when legit tests appear in repository.

Change-Id: I2c02bb6ec1a6ef0563eeffb1fb5b6adc0e2543e3

7 years agoAdding macros for convenient dlog usage. 05/128105/2
Lukasz Wlazly [Fri, 5 May 2017 11:48:08 +0000 (13:48 +0200)]
Adding macros for convenient dlog usage.

Added code was based on screen-reader file "logger.h". Unnecessary lines have been removed

Change-Id: I26e4ca6d88b006050e8c270794607369ea8f70c6

7 years agoApplication structure and basic implementation of particular modules 30/127130/8
Lukasz Wlazly [Tue, 18 Apr 2017 08:20:26 +0000 (10:20 +0200)]
Application structure and basic implementation of particular modules

This patch contains two previous commits: https://review.tizen.org/gerrit/#/c/125900/ and https://review.tizen.org/gerrit/#/c/125659/
Those two patches will be abandoned after acceptance of this one.

Change-Id: I77870faed8704f635b7b2065a6c885ff529f6211

7 years agoInitial empty repository master
Tizen Infrastructure [Thu, 30 Mar 2017 08:49:23 +0000 (01:49 -0700)]
Initial empty repository