platform/core/csapi/tizenfx.git
8 years agoAdd Service
Seungkeun Lee [Mon, 7 Mar 2016 01:46:49 +0000 (10:46 +0900)]
Add Service

 - Appcontrol handler without UI
 - Service was created only one instance by ServiceManager
 - It can start using StartService
 - It can stop using StopService
 - It can stop itself, using Terminate API
 - When it was created, OnCreate was called
 - When it was terminate, OnTerminate was called
 - When it received the AppControl, OnAppControl was called
 - TODO. if All context was removed, but the running service was existed.
   process should not terminate, but now there is no API.

Change-Id: Ibb2b59206b85735236fe733aed2db5c3f6db5097

8 years agoMerge "Fix spec, include file from Tizen.Application" into devel
WonYoung Choi [Fri, 4 Mar 2016 11:35:19 +0000 (20:35 +0900)]
Merge "Fix spec, include file from Tizen.Application" into devel

8 years agoFix spec, include file from Tizen.Application
Lukasz Foniok [Fri, 4 Mar 2016 08:06:54 +0000 (09:06 +0100)]
Fix spec, include file from Tizen.Application

Change-Id: Iabad2dbc25010586ba112ac134fa3168f399b403
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
8 years agoFix build break
WonYoung Choi [Fri, 4 Mar 2016 07:10:15 +0000 (16:10 +0900)]
Fix build break

Change-Id: Icddd7f98f342517a9fd8db43eb1ee21298e0543c

8 years agoImplement Lifecycles of Application
WonYoung Choi [Wed, 2 Mar 2016 11:21:57 +0000 (20:21 +0900)]
Implement Lifecycles of Application

Change-Id: I43eec8c56b7e1123c7fa5fc38759ab171feb1631

8 years agoAdd Simple Window implements
Seungkeun Lee [Wed, 2 Mar 2016 07:44:09 +0000 (16:44 +0900)]
Add Simple Window implements

Change-Id: I5721231c714085e7e6789e7b55350f2e434ea67c

8 years agoFixing spec file
Lukasz Foniok [Wed, 2 Mar 2016 12:41:02 +0000 (13:41 +0100)]
Fixing spec file

Change-Id: Ib02b8897868a00e719deceda5d1cd0c19bc64826
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
8 years agoImplement AppControlFilter.IsMatch()
WonYoung Choi [Wed, 2 Mar 2016 10:32:12 +0000 (19:32 +0900)]
Implement AppControlFilter.IsMatch()

Change-Id: I36cd66469320b7fdf87f983cc3064aa5bb2a1533

8 years agoChange directory structure
WonYoung Choi [Wed, 2 Mar 2016 00:10:36 +0000 (09:10 +0900)]
Change directory structure

Change-Id: If291d0f2a13ae89cc25b13911370d08145aaf294

8 years agoAdd Tizen.Application namespace
WonYoung Choi [Mon, 22 Feb 2016 06:39:14 +0000 (15:39 +0900)]
Add Tizen.Application namespace

Change-Id: Icfdee0aa2bd5a8a3bacf5193af91e0cbffd75adb

8 years agoAdd .gitignore
WonYoung Choi [Mon, 22 Feb 2016 02:47:36 +0000 (11:47 +0900)]
Add .gitignore

Change-Id: I6169409a862b4ba49e664e8b2e82eac7be783d1a

8 years agoInitial empty repository
JeongHoon Jeon [Mon, 22 Feb 2016 01:36:23 +0000 (10:36 +0900)]
Initial empty repository