aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenAppFrameworkBinderAGL/src/homescreenappframeworkbinderagl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07Only launch apps onceBocklage, Jens1-5/+1
Apps were started n-times when pressing n-times the app button. Now they are only launched once. When the button is pressed again, the already running app is re-shown. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-30improve AppInfo classTasuku Suzuki1-1/+1
hide public member variables and introduce getters and setters for them. Change-Id: I9108e94516238ef2ff8d4ea18db381d4e7e73bec Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21check ivi-layermanagement-api availabilityTasuku Suzuki1-6/+4
replace #ifdef __arm__ with a definition that comes from availability test Change-Id: Id9fa4baefcc9f38acd3e98d40054040fc69029c6 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-08Binding to AGL frameworkJosé Bollo1-0/+132
This replaces the binding to the Tizen Framework with the binding to the AGL framework. Change-Id: Ib7e1da60b9eb1754fd623e7a346c117a9ee11647 Signed-off-by: José Bollo <jose.bollo@iot.bzh>