Changing the way that activities are being built 18/130718/6
authorLukasz Wlazly <l.wlazly@partner.samsung.com>
Mon, 22 May 2017 13:03:55 +0000 (15:03 +0200)
committerLukasz Wlazly <l.wlazly@partner.samsung.com>
Fri, 26 May 2017 13:52:55 +0000 (15:52 +0200)
commitc5fc0973e8a85b7ac2bd01923c251af4bb79b407
treeb4b8834375fc8fdf60ab320719c1b6d53b9e19d3
parent3c3b6522f8198a72bd2aab6b48bfe423cf97698a
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
41 files changed:
src/AccessoriesSwitchProvider.cpp
src/Activity.cpp
src/Activity.hpp
src/ActivityBuilder.hpp [deleted file]
src/ActivityBuilderFactory.hpp [deleted file]
src/ActivityDispatcher.hpp
src/ActivityFactory.cpp [new file with mode: 0644]
src/ActivityFactory.hpp [new file with mode: 0644]
src/ActivityTypes.cpp [deleted file]
src/ActivityTypes.hpp [deleted file]
src/AdHocActivityDispatcher.cpp
src/AsyncActivityConstructor.hpp [deleted file]
src/CMakeLists.txt
src/CachedActivityBuilderFactory.cpp [deleted file]
src/CachedActivityBuilderFactory.hpp [deleted file]
src/Condition.hpp
src/ConditionAll.hpp
src/ConditionEqual.hpp
src/Configuration.hpp
src/Observer.hpp
src/QueryBuilder.cpp
src/SQLiteConfiguration.cpp
src/ScanningControlRequest.hpp [deleted file]
src/ScreenScanner.hpp
src/ScreenScannerManager.cpp [new file with mode: 0644]
src/ScreenScannerManager.hpp [new file with mode: 0644]
src/SelectActivity.cpp [new file with mode: 0644]
src/Subject.hpp
src/SwitchConfigurationItem.cpp
src/SwitchManager.cpp
src/SwitchManager.hpp
src/UIActivity.cpp [new file with mode: 0644]
src/UIActivity.hpp [new file with mode: 0644]
src/UIElement.cpp
src/UIElementObserver.hpp
src/universalswitch.cpp
tests/ActivityDispatchingTests.cpp [new file with mode: 0644]
tests/ActivityDispatchingTests.hpp [new file with mode: 0644]
tests/CMakeLists.txt
tests/ConfigurationTests.cpp
tests/ConfigurationTests.hpp