platform/core/csapi/tizenfx.git
8 years agoFix lifecycles
WonYoung Choi [Sat, 12 Mar 2016 11:39:41 +0000 (20:39 +0900)]
Fix lifecycles

Change-Id: Ice898bd13ccd7dc08bb4c6127f28110ce6dd999d

8 years agoRemove ActorGroup
WonYoung Choi [Thu, 10 Mar 2016 13:06:20 +0000 (22:06 +0900)]
Remove ActorGroup

Change-Id: I6a80d0520eefab1129591e753146caa36add7fa5

8 years agoDocument for public/protected API
WonYoung Choi [Wed, 9 Mar 2016 14:04:23 +0000 (23:04 +0900)]
Document for public/protected API

Change-Id: Ibd1aa6968963fa29b1aba0778add615869575f18

8 years ago[Bundle] Add module
Sidharth Gupta [Wed, 9 Mar 2016 12:18:14 +0000 (21:18 +0900)]
[Bundle] Add module

- Spec file modified to allow GBS to build unsafe code.
  Bundle uses unsafe code.

Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com>
Change-Id: I1b7bc05bfd1a25abb3611378130da5cf8426679d

8 years agoRefactor Tizen.Applications
WonYoung Choi [Wed, 9 Mar 2016 13:53:29 +0000 (22:53 +0900)]
Refactor Tizen.Applications

- Rename ContextGroup to ActorGroup
- Manage Service in Application
- Manage ActorLifecycle in ActorGroup
- Apply CodeFormatter

Change-Id: I5f616979e0f34868ea5e5faacbe3aa7b9c0e19f5

8 years agoRefactor Tizen.Applications
WonYoung Choi [Wed, 9 Mar 2016 06:22:34 +0000 (15:22 +0900)]
Refactor Tizen.Applications

Change-Id: Id05845647c03ee7041f6a095a2df62cc6019c822

8 years agoChange toolsversion to 4.0 and .net 4.5.2 to 4.5
pius.lee [Tue, 8 Mar 2016 11:15:59 +0000 (20:15 +0900)]
Change toolsversion to 4.0 and .net 4.5.2 to 4.5

For Supporting MONO Xbuild

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