platform/core/csapi/tizenfx.git
7 years agoSplit the nuget packages
Hwankyu Jhun [Wed, 8 Feb 2017 11:43:40 +0000 (20:43 +0900)]
Split the nuget packages

Change-Id: I3418ab178d1e2e1ae554432c2bc258bd770bcc7e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoChange preference error value to match with capi
SukHyung, Kang [Wed, 8 Feb 2017 05:57:44 +0000 (14:57 +0900)]
Change preference error value to match with capi

Change-Id: I57820e56feb0158e1e630178f7ef84aafe2f62cb
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
7 years agoRelease version 1.2.0
Junghoon Park [Wed, 8 Feb 2017 04:21:32 +0000 (13:21 +0900)]
Release version 1.2.0

Changes:
- Modify args
- Remove the AppContextGetPackage
- Split Tize.Applications.dll
- Remove useless property

Change-Id: I2a670c6e2770d1b6b6634f94eb0a1e7925e5c377
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoModify args
Hwankyu Jhun [Wed, 8 Feb 2017 01:55:05 +0000 (10:55 +0900)]
Modify args

According to .Net Spec, the args[0] isn't the app path.
We should consider to parse the bundle from the args.

Change-Id: I5800f28313435add9871c3a524a2dc0ebe43901b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoRemove the AppContextGetPackage
Hwankyu Jhun [Tue, 7 Feb 2017 11:13:34 +0000 (20:13 +0900)]
Remove the AppContextGetPackage

The AppContextGetPackage function is unnecessary.
We use the AppContextGetAppId function instead of
the AppContextGetPackage function.

Change-Id: I9d27bf95e8038c2e360366e7791181a6b0a2e687
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoSplit Tize.Applications.dll
Junghoon Park [Mon, 6 Feb 2017 10:06:08 +0000 (19:06 +0900)]
Split Tize.Applications.dll

- Support configurable packages to make a headless profile
- Tizen.Applications.dll will be splitted into
  Tizen.Applications.Common.dll
  Tizen.Applications.Alarm.dll
  Tizen.Applications.MessagePort.dll
  Tizen.Applications.Notification.dll
  Tizen.Applications.PackageManager.dll
  Tizen.Applications.Service.dll
  Tizen.Applications.UI
  Tizen.Applications.Preference.dll

Change-Id: Ib87006ab2ccc87b9162e55d8eeade533e6ee3af9
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoRemove useless property
Junghoon Park [Wed, 1 Feb 2017 07:47:08 +0000 (16:47 +0900)]
Remove useless property

Change-Id: I23f7e5e6d60c449fe9ac124c7adad31adf3043a7
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoRelease version 1.1.0
Junghoon Park [Wed, 18 Jan 2017 06:19:38 +0000 (15:19 +0900)]
Release version 1.1.0

Changes:
- Add constructor to support receiving AppStartResultEvent
- Add GC.Collect() in low memory handler
- Add AppControlData class and terminate request API
- Modify AlarmId accessor from internal to public for easier native
  alarm manipulation

Change-Id: I735a829be039116a1619c3cc724aa013db9af5d0
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoModify AlarmId accessor from internal to public for easier native alarm manipulation
Hobum Kwon [Wed, 18 Jan 2017 07:26:40 +0000 (16:26 +0900)]
Modify AlarmId accessor from internal to public for easier native alarm manipulation

Change-Id: I436c2a8d6e32d858fa9a1069f5d5644a9dfed763

7 years agoAdd constructor to support receiving AppStartResultEvent
Junghoon Park [Wed, 18 Jan 2017 01:50:55 +0000 (10:50 +0900)]
Add constructor to support receiving AppStartResultEvent

- It is related to app_control_enable_app_started_result_event() in app_control.h

Change-Id: Ibea494511de434b483748b52431e215362d1e5ba
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoAdd AppControlData class and terminate request API
SukHyung, Kang [Mon, 19 Dec 2016 08:22:23 +0000 (17:22 +0900)]
Add AppControlData class and terminate request API

Change-Id: Idaeaec3c5db7efcea1d6e80c6759c9ac912490d9
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
7 years agoChange the sequence for calling GC colletion method
Junghoon Park [Wed, 18 Jan 2017 05:45:24 +0000 (14:45 +0900)]
Change the sequence for calling GC colletion method

Change-Id: Ibdd2075db4337268b3a23368da70a4d2a9156db7
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoAdd GC.Collect() in low memory handler
Junghoon Park [Mon, 16 Jan 2017 08:16:52 +0000 (17:16 +0900)]
Add GC.Collect() in low memory handler

- To release native object which is connected with managed code

Change-Id: I9aacda7d5cdf0ebb4f670bc5366a70ab3261c087
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoRemove %ix86 from ExcludeArch
WonYoung Choi [Mon, 26 Dec 2016 07:14:06 +0000 (16:14 +0900)]
Remove %ix86 from ExcludeArch

Change-Id: I8863186f44a77943ac64adeda1f5b3f914efa50d
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
7 years agoFix for thread-safe issue
Seungkeun Lee [Wed, 21 Dec 2016 04:32:02 +0000 (13:32 +0900)]
Fix for thread-safe issue

 - TizenSynchronizationContext could be called by worker thread
 - but underlying Dictionary class was not support thread-safe
 - Change to ConcurrentDictionary

Change-Id: I73bfb6cab5de307cff185b39a44705bf79dabe1f

7 years agoApply dotnet RPM macros
WonYoung Choi [Mon, 19 Dec 2016 09:35:45 +0000 (18:35 +0900)]
Apply dotnet RPM macros

Change-Id: I565688411dee66a25242a3a8f0c744a8c42be8fa
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
7 years agomerge application code from spin
SukHyung, Kang [Wed, 14 Dec 2016 06:03:17 +0000 (15:03 +0900)]
merge application code from spin

Change-Id: Iec3dfa90e35ac0c21a61f8f71d15c7d4a0020947
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
7 years agoadd prelease meta data for Tizen.net and update version
SukHyung, Kang [Mon, 7 Nov 2016 07:20:09 +0000 (16:20 +0900)]
add prelease meta data for Tizen.net and update version

Change-Id: Iade43faa51d6854be3f833937a4579baec659562
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
7 years ago[AppControl] Remove using Marshal.GetIUnknownForObject API
Hwankyu Jhun [Wed, 26 Oct 2016 05:47:41 +0000 (14:47 +0900)]
[AppControl] Remove using Marshal.GetIUnknownForObject API

Change-Id: I2f439001b9c138a23a9d50636a05295552101baa
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoModify license
seungha.son [Mon, 31 Oct 2016 07:42:40 +0000 (16:42 +0900)]
Modify license

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I7d5bdacb518121391076f1c435ff34be86708460

7 years agoFix notification removebutton api
Myungki Lee [Wed, 26 Oct 2016 05:05:33 +0000 (14:05 +0900)]
Fix notification removebutton api

- delete SetEventHandler
  The app_control shouldn't be set.

Change-Id: I01f7539de79a7c3bb038668a45a0689949020c9b
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
7 years ago[PackageManager] Fixed svace warnings
Dinesh Dwivedi [Thu, 28 Jul 2016 16:39:19 +0000 (22:09 +0530)]
[PackageManager] Fixed svace warnings

Change-Id: I987e2dd7b80956ebf4e131b98cb00c15d106cfab
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
7 years ago[Preference] CS API implementation with doxygen comments
Jyothi Kumar Sambolu [Thu, 15 Sep 2016 10:44:05 +0000 (16:14 +0530)]
[Preference] CS API implementation with doxygen comments

Change-Id: I05013552f5da06055b671e1b97a2c96f5717556c
Signed-off-by: Jyothi Kumar Sambolu <s.jyothi@samsung.com>
7 years agoDisable AutoReqProv in spec file
WonYoung Choi [Wed, 5 Oct 2016 09:30:45 +0000 (18:30 +0900)]
Disable AutoReqProv in spec file

Change-Id: I2f69d3d694cecdb8977c852a3f9679cb47d1b1fe

7 years agoMerge "Use nuget restore to solve dependencies" into devel
JungHoon Park [Wed, 5 Oct 2016 05:34:57 +0000 (14:34 +0900)]
Merge "Use nuget restore to solve dependencies" into devel

7 years agoUse nuget restore to solve dependencies
WonYoung Choi [Tue, 4 Oct 2016 04:21:56 +0000 (13:21 +0900)]
Use nuget restore to solve dependencies

Change-Id: I4c6b637320563f438bcbba040d92c7010eec2808

7 years agoAlarm module implementation.Updated project files.Updated doxygen with previleges...
Praveen Gattu [Mon, 19 Sep 2016 05:24:01 +0000 (10:54 +0530)]
Alarm module implementation.Updated project files.Updated doxygen with previleges and exception.

Change-Id: I9bc7747cbf268c076d16dc1c9e89a3bf4177565f
Signed-off-by: Praveen Gattu <gattu.p@samsung.com>
7 years agoSupport netstandard 1.6
WonYoung Choi [Fri, 2 Sep 2016 05:15:00 +0000 (14:15 +0900)]
Support netstandard 1.6

Change-Id: Idb7b611265b345902851b76b257916c95c81d13d

7 years agoAdd SafeBundleHandle for creating Bundle object from native
WonYoung Choi [Thu, 18 Aug 2016 06:00:29 +0000 (15:00 +0900)]
Add SafeBundleHandle for creating Bundle object from native

Change-Id: I3da8c2f6d3fcf5c9d9cbdaa46af3d7c44519fe70

7 years agoFix build break
WonYoung Choi [Tue, 16 Aug 2016 10:51:33 +0000 (19:51 +0900)]
Fix build break

Change-Id: I1f6d16f3bdf3ef25051c7bb6b315a3e23104bf01

7 years agoRemove Tizen.UI dependency
WonYoung Choi [Tue, 16 Aug 2016 05:40:19 +0000 (14:40 +0900)]
Remove Tizen.UI dependency

This change uses Tizen.Common.Color instead of Tizen.UI.Color.
Tizen.Applications.UIApplication class has moved to Tizen.UI.dll.

Change-Id: I52b2bca93316ebc928eb6367188b7210a412564d

7 years agoFix code for building with corefx
WonYoung Choi [Thu, 28 Jul 2016 07:56:33 +0000 (16:56 +0900)]
Fix code for building with corefx

Change-Id: Ica20c04eb12e499fb8ccbfa5da90b391cc972270

7 years ago[TCT] remove TCT packages.
rina6350.you [Mon, 25 Jul 2016 07:28:44 +0000 (16:28 +0900)]
[TCT] remove TCT packages.

Change-Id: Ia7a8656675a26cc3e1db6c340292d0d70c0dfa8a

7 years agoAllow unsafe code in release mode
WonYoung Choi [Thu, 21 Jul 2016 23:52:07 +0000 (08:52 +0900)]
Allow unsafe code in release mode

Change-Id: I8a9470588771e09e8fd85f5fed908a8d1c7c8f43

7 years agoUpdated API comments as per SE team.
Dinesh Dwivedi [Thu, 7 Jul 2016 06:41:25 +0000 (12:11 +0530)]
Updated API comments as per SE team.

Change-Id: Ibfa12cf3d2b7abf6f92eae616190eb3ba831b65f
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
7 years ago[Package-Manager] Fixed issue in set EventStatus code
Dinesh Dwivedi [Tue, 5 Jul 2016 11:43:25 +0000 (17:13 +0530)]
[Package-Manager] Fixed issue in set EventStatus code

Change-Id: If7d9de0f460bacd480ea959d3ef1280c0d28149c
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
7 years agoMerge "[Package-Manager] Fixed code to avoid deadlock in async methods" into devel
Dinesh Dwivedi [Tue, 19 Jul 2016 12:01:00 +0000 (21:01 +0900)]
Merge "[Package-Manager] Fixed code to avoid deadlock in async methods" into devel

7 years agoAdded doxygen comments to Notification
randeep ahlawat [Thu, 14 Jul 2016 07:06:10 +0000 (12:36 +0530)]
Added doxygen comments to Notification

Change-Id: I5e83d5f9b87d5d6f4cd0fbaf3acc1fd37a0fb783
Signed-off-by: randeep ahlawat <randeep.ah@samsung.com>
7 years agoAdd a constructor to SafeAppControlHandle for using pre-existing IntPtr object
WonYoung Choi [Tue, 12 Jul 2016 13:06:18 +0000 (22:06 +0900)]
Add a constructor to SafeAppControlHandle for using pre-existing IntPtr object

Change-Id: I15dca9677d053eae2ca5ad5b9697c4d9601f8138

7 years ago[Package-Manager] Fixed code to avoid deadlock in async methods
Dinesh Dwivedi [Wed, 29 Jun 2016 12:39:30 +0000 (18:09 +0530)]
[Package-Manager] Fixed code to avoid deadlock in async methods

Change-Id: I5ec1d9075757215646024302af30c9445468156f
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
7 years agoFix code to apply changes of Tizen.UI.Color
WonYoung Choi [Mon, 11 Jul 2016 08:43:41 +0000 (17:43 +0900)]
Fix code to apply changes of Tizen.UI.Color

The property Argb is changed to a method GetArgb() because this
method can throw an exception when getting the value if the Color
is default (before setting any values).

Change-Id: I8860ad0e3a4b4ec2f3e73d0bd76ce893891ea6e9

7 years agoFix app launch problem
WonYoung Choi [Fri, 8 Jul 2016 06:49:03 +0000 (15:49 +0900)]
Fix app launch problem

Change-Id: I5da1fe6d4a8160dee2cd49cd6d7327f1419af91d

7 years agoApply selective core backend model
WonYoung Choi [Tue, 5 Jul 2016 07:14:50 +0000 (16:14 +0900)]
Apply selective core backend model

Change-Id: Ia8e64210234582a4757e5043f103b9dadbb2f31b

7 years agoChange assembly installation path
WonYoung Choi [Wed, 6 Jul 2016 05:28:11 +0000 (14:28 +0900)]
Change assembly installation path

The assembly installation path is changed to /usr/share/assembly/ as default.
This path can be overrided by the macro %dotnet_assembly_path also.

Change-Id: I429544062d419788b1781e567725da73a1c7f454

8 years agoAdd UIApplicationBase class
WonYoung Choi [Fri, 10 Jun 2016 07:43:38 +0000 (16:43 +0900)]
Add UIApplicationBase class

UIApplicationBase class has only lifecycle functionalities except
Window management. UIApplication extends this class and provides
Window property.

Change-Id: I0b166927dca68fd4207b17738a259ebf05b62878

8 years agoAdded Notificationt TCT code
randeep ahlawat [Fri, 27 May 2016 08:08:51 +0000 (13:38 +0530)]
Added Notificationt TCT code

Change-Id: I6511457c65a0109e5aaa106a3446faa4538a914a
Signed-off-by: randeep ahlawat <randeep.ah@samsung.com>
8 years agoIntroducing Notificaiton API
randeep ahlawat [Thu, 21 Apr 2016 10:33:34 +0000 (16:03 +0530)]
Introducing Notificaiton API

Change-Id: I700172b81fdde76e1ebf5e11cb29b480c99e75d5
Signed-off-by: randeep ahlawat <randeep.ah@samsung.com>
8 years agoMerge "Use event functions of appcore_agent instead of event_xxx API" into devel
WonYoung Choi [Wed, 8 Jun 2016 04:49:19 +0000 (13:49 +0900)]
Merge "Use event functions of appcore_agent instead of event_xxx API" into devel

8 years agoUse event functions of appcore_agent instead of event_xxx API
WonYoung Choi [Tue, 7 Jun 2016 06:54:38 +0000 (15:54 +0900)]
Use event functions of appcore_agent instead of event_xxx API

Change-Id: I251176c568a343a1c83aaa0f94e107927f9c5ae0

8 years agoMerge "[Package Manager] Added base implementation" into devel
Yongseop Kim [Thu, 2 Jun 2016 04:55:26 +0000 (13:55 +0900)]
Merge "[Package Manager] Added base implementation" into devel

8 years ago[Package Manager] Added base implementation
Dinesh Dwivedi [Tue, 3 May 2016 10:44:25 +0000 (16:14 +0530)]
[Package Manager] Added base implementation

Change-Id: I553771dad7880e1642fd90d5543a56a044a23a88
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
8 years agoAdd callbacks as private member of class to prevent GC deletators
WonYoung Choi [Tue, 31 May 2016 04:02:30 +0000 (13:02 +0900)]
Add callbacks as private member of class to prevent GC deletators

Change-Id: I78b860e717a6e19a32d2f534605187ec41eea23c

8 years agoMerge "[Bundle] Prevent null dereference and handle null array values" into devel
Seungkeun Lee [Sun, 29 May 2016 23:33:51 +0000 (08:33 +0900)]
Merge "[Bundle] Prevent null dereference and handle null array values" into devel

8 years agoMerge "[AppControl] Fix DEREF_OF_NULL.RET from svace" into devel
Seungkeun Lee [Sun, 29 May 2016 23:33:39 +0000 (08:33 +0900)]
Merge "[AppControl] Fix DEREF_OF_NULL.RET from svace" into devel

8 years ago[Bundle] Prevent null dereference and handle null array values
Sidharth Gupta [Thu, 26 May 2016 06:17:54 +0000 (15:17 +0900)]
[Bundle] Prevent null dereference and handle null array values

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

8 years agoAdd Window property to UIApplication
WonYoung Choi [Thu, 26 May 2016 00:43:14 +0000 (09:43 +0900)]
Add Window property to UIApplication

UIApplication has a window instance. The window will be created before
OnCreate() / created event. If the window is closed, the UIApplication
will be terminated automatically.

Change-Id: I28eb0a058cea61069bb46586bcb58b8c1b7a8d3b

8 years agoMerge "[ApplicationManager] Add error debug log" into devel
WonYoung Choi [Tue, 24 May 2016 05:49:26 +0000 (14:49 +0900)]
Merge "[ApplicationManager] Add error debug log" into devel

8 years ago[ApplicationManager] Add error debug log
sung-su.kim [Tue, 24 May 2016 05:43:09 +0000 (14:43 +0900)]
[ApplicationManager] Add error debug log

Change-Id: I45b37feec2753a8fa96e36b6803691551b98d86d

8 years agoModify LICENSE file to remove unnecessary info
Sunggyu Choi [Mon, 23 May 2016 04:57:34 +0000 (13:57 +0900)]
Modify LICENSE file to remove unnecessary info

Change-Id: I9be655897eaab79cf4b5ba7f529cfd128de2a8d9
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
8 years ago[AppControl] Fix DEREF_OF_NULL.RET from svace
yons.kim [Fri, 20 May 2016 05:49:17 +0000 (14:49 +0900)]
[AppControl] Fix DEREF_OF_NULL.RET from svace

Change-Id: I6d92a678e8a0f546b7b921299ba9413a27ea305b

8 years agoAdd LICENSE file
Sunggyu Choi [Thu, 19 May 2016 08:50:35 +0000 (17:50 +0900)]
Add LICENSE file

Change-Id: I17cc63436005f0927418428712f076a5543b0240
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
8 years ago[ApplicationManager] Add ApplicationInfoFilter constructor
sung-su.kim [Tue, 17 May 2016 01:30:20 +0000 (10:30 +0900)]
[ApplicationManager] Add ApplicationInfoFilter constructor

Change-Id: I9c3d7db58302abe423b3ccf2176efadfaa38adb9

8 years agoAdd .csproj.user file to .gitignore
WonYoung Choi [Mon, 2 May 2016 02:55:35 +0000 (11:55 +0900)]
Add .csproj.user file to .gitignore

Change-Id: I5de611a2172c3079bb2c81fb37ced63afc0bcf0b

8 years ago[MessagePort] Add Exception and example code
Seunghyun Choi [Wed, 27 Apr 2016 08:23:05 +0000 (17:23 +0900)]
[MessagePort] Add Exception and example code

Change-Id: Iae467bf888f1c3ae5abb6dc0126feac63106134b
Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
8 years agoExport SafeAppControlHandle as public
WonYoung Choi [Thu, 28 Apr 2016 09:10:10 +0000 (18:10 +0900)]
Export SafeAppControlHandle as public

Change-Id: If4a85088e52c19e36f32d9cce64fd15b07db4ec4

8 years agoClean up Tizen.Applications.Messages
WonYoung Choi [Tue, 26 Apr 2016 11:40:55 +0000 (20:40 +0900)]
Clean up Tizen.Applications.Messages

Change-Id: I7f732388d58053523b7901da816f5c2357479743

8 years agoFix alarms of Code Analyzer
WonYoung Choi [Tue, 26 Apr 2016 10:11:09 +0000 (19:11 +0900)]
Fix alarms of Code Analyzer

Change-Id: I4c2fe5113e5d3c9b0d4c8683ba1547e9c6b71c20

8 years agoImplement IDisposable of Appliation class
WonYoung Choi [Tue, 26 Apr 2016 10:10:41 +0000 (19:10 +0900)]
Implement IDisposable of Appliation class

Change-Id: I1105e11b4473438cdfca717281a71067f9b9da26

8 years agoRemove ApplicationManagerImpl singleton class
WonYoung Choi [Tue, 26 Apr 2016 10:09:35 +0000 (19:09 +0900)]
Remove ApplicationManagerImpl singleton class

ApplicationManagerImpl's code is merged to the ApplicationManager class.

Change-Id: I1f581af5a3940151db91b72dd259c3139fa49a73

8 years agoMerge "Add shared directory info and public constructor" into devel
WonYoung Choi [Tue, 26 Apr 2016 01:54:51 +0000 (10:54 +0900)]
Merge "Add shared directory info and public constructor" into devel

8 years agoAdd shared directory info and public constructor
sung-su.kim [Thu, 21 Apr 2016 06:31:52 +0000 (15:31 +0900)]
Add shared directory info and public constructor

- Add properties about shared directories
- Add a public constructor that takes the application id

Change-Id: I240218b7b2fff4f1d677f236ec75ba5d25a0fb01

8 years agoMerge "[Bundle][TCAPI-180] Fix code analyzer warnings" into devel
WonYoung Choi [Mon, 25 Apr 2016 09:53:46 +0000 (18:53 +0900)]
Merge "[Bundle][TCAPI-180] Fix code analyzer warnings" into devel

8 years ago[Bundle][TCAPI-180] Fix code analyzer warnings
Sidharth Gupta [Mon, 25 Apr 2016 01:34:23 +0000 (10:34 +0900)]
[Bundle][TCAPI-180] Fix code analyzer warnings

Issue: http://suprem.sec.samsung.net/jira/browse/TCAPI-180?filter=-1

Also rearranged to follow class layout guidelines and tidied code
examples.

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

8 years agoUse xbuild for building package.
WonYoung Choi [Mon, 25 Apr 2016 01:02:53 +0000 (10:02 +0900)]
Use xbuild for building package.

- use xbuild in spec file.
- add pkgconfig dependencies to .csproj file.
- remove Makefile

Change-Id: I132b0b8b507aac587e9cc963810757f49950a73d

8 years agoMerge "Clean up Tizen.Applications" into devel
WonYoung Choi [Mon, 25 Apr 2016 07:25:35 +0000 (16:25 +0900)]
Merge "Clean up Tizen.Applications" into devel

8 years agoClean up Tizen.Applications
WonYoung Choi [Mon, 25 Apr 2016 00:22:56 +0000 (09:22 +0900)]
Clean up Tizen.Applications

Change-Id: I8f18560a6282ac077ace99afa8d65eec4ecd8869

8 years agoMerge "[Bundle] Add code examples for documentation" into devel
WonYoung Choi [Fri, 22 Apr 2016 08:03:53 +0000 (17:03 +0900)]
Merge "[Bundle] Add code examples for documentation" into devel

8 years agoMerge "[AppControl] Adds doxygen comments for AppControl" into devel
WonYoung Choi [Fri, 22 Apr 2016 08:03:36 +0000 (17:03 +0900)]
Merge "[AppControl] Adds doxygen comments for AppControl" into devel

8 years agoMerge "Change CodeAnalysis Ruleset" into devel
WonYoung Choi [Thu, 21 Apr 2016 01:52:52 +0000 (10:52 +0900)]
Merge "Change CodeAnalysis Ruleset" into devel

8 years agoMerge "Enable optimize check flag" into devel
WonYoung Choi [Thu, 21 Apr 2016 01:52:48 +0000 (10:52 +0900)]
Merge "Enable optimize check flag" into devel

8 years ago[Bundle] Add code examples for documentation
Sidharth Gupta [Wed, 20 Apr 2016 11:55:22 +0000 (20:55 +0900)]
[Bundle] Add code examples for documentation

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

8 years agoMerge "[Bundle] Add documentation for exceptions" into devel
WonYoung Choi [Thu, 21 Apr 2016 01:34:38 +0000 (10:34 +0900)]
Merge "[Bundle] Add documentation for exceptions" into devel

8 years agoChange CodeAnalysis Ruleset
WonYoung Choi [Thu, 21 Apr 2016 00:57:40 +0000 (09:57 +0900)]
Change CodeAnalysis Ruleset

Change-Id: Ie892829d9a1477088896879a0f5a277f028a3188

8 years ago[AppControl] Adds doxygen comments for AppControl
yons.kim [Wed, 20 Apr 2016 08:44:22 +0000 (17:44 +0900)]
[AppControl] Adds doxygen comments for AppControl

Change-Id: I8ede9f51623dbd1fa8d6d424eebc2739c7ed777f

8 years agoEnable optimize check flag
WonYoung Choi [Wed, 20 Apr 2016 08:18:17 +0000 (17:18 +0900)]
Enable optimize check flag

Change-Id: I89c58484b45037eb4d0d9a3d4eba55d2df2164db

8 years ago[Bundle] Add documentation for exceptions
Sidharth Gupta [Wed, 20 Apr 2016 06:51:27 +0000 (15:51 +0900)]
[Bundle] Add documentation for exceptions

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

8 years agoApplicationManager : Fix some parameter type
sung-su.kim [Wed, 20 Apr 2016 02:41:38 +0000 (11:41 +0900)]
ApplicationManager : Fix some parameter type

Change-Id: Ibde94ef78f4b9a58767a973a4b5b48473d406153

8 years agoRefactor Tizen.Applications
sung-su.kim [Mon, 11 Apr 2016 06:37:11 +0000 (15:37 +0900)]
Refactor Tizen.Applications

- Move classes of Tizen.Applications.Manager to Tizen.Applications
- Remove RunningApplication class
- Cleanup code and comments

Change-Id: Ia6018fd9ec4f26be129e1aabfee344f9722071c0

8 years agoChange to public about TizenSynchronizationContext
Seungkeun Lee [Tue, 19 Apr 2016 05:12:12 +0000 (14:12 +0900)]
Change to public about TizenSynchronizationContext

 - The application developer could use this class to post task into tizen main loop
 - Others SynchronizationContext are also public classes

Change-Id: Id3e4781c9d7059be22b21f6327d6674f6c75009f

8 years agoChange Toolversion in csproj for xbuild
pius.lee [Mon, 11 Apr 2016 10:40:59 +0000 (19:40 +0900)]
Change Toolversion in csproj for xbuild

Change-Id: Ib8ef51809456f1be89dc3d1e44ed1cbe69a41fc1

8 years agoMerge "Fix ApplicationManagerImpl/MessagePort finalizer" into devel
WonYoung Choi [Mon, 11 Apr 2016 01:32:28 +0000 (10:32 +0900)]
Merge "Fix ApplicationManagerImpl/MessagePort finalizer" into devel

8 years agoMerge "ApplicationManager : Remove redundant code using inheritance" into devel
Seungkeun Lee [Mon, 11 Apr 2016 01:13:01 +0000 (10:13 +0900)]
Merge "ApplicationManager : Remove redundant code using inheritance" into devel

8 years agoFix ApplicationManagerImpl/MessagePort finalizer
Seungkeun Lee [Thu, 7 Apr 2016 04:59:54 +0000 (13:59 +0900)]
Fix ApplicationManagerImpl/MessagePort finalizer

 - If implemented IDisposable interface, finalizer only call Dispose(false)

Change-Id: I849eaafa65c519834994f9418d1b31c71e46f77a

8 years agoMerge "Bundle - Add Factory Method" into devel
WonYoung Choi [Fri, 8 Apr 2016 08:16:06 +0000 (17:16 +0900)]
Merge "Bundle - Add Factory Method" into devel

8 years agoMerge "[AppControl] Refactor SendLaunchRequest()" into devel
WonYoung Choi [Fri, 8 Apr 2016 08:14:28 +0000 (17:14 +0900)]
Merge "[AppControl] Refactor SendLaunchRequest()" into devel

8 years agoMerge "[Bundle] Add comment about thread safety" into devel
WonYoung Choi [Thu, 7 Apr 2016 06:29:23 +0000 (15:29 +0900)]
Merge "[Bundle] Add comment about thread safety" into devel

8 years ago[AppControl] Refactor SendLaunchRequest()
yons.kim [Wed, 6 Apr 2016 08:24:02 +0000 (17:24 +0900)]
[AppControl] Refactor SendLaunchRequest()

Change-Id: Ied0a6e66a8524a64e45897c98ca29b3a67059183

8 years agoApplicationManager : Remove redundant code using inheritance
Seungkeun Lee [Thu, 7 Apr 2016 01:09:03 +0000 (10:09 +0900)]
ApplicationManager : Remove redundant code using inheritance

 - InstalledApplicationMetadataFilter was inherited from InstalledApplicationFilter
 - Add Extension to create native filter handle (appinfo/metadata)
 - Reuse Callback handler

Change-Id: I3bf55b4bc428eacebf95a1b56d91ae5fa61d518e

8 years agoBundle - Add Factory Method
Seungkeun Lee [Wed, 6 Apr 2016 06:54:08 +0000 (15:54 +0900)]
Bundle - Add Factory Method

 - Add Factory Method for Retained bundle
 - Add Constructor parameter for checking ownership

Change-Id: I365c7c18fca50eb2d29c3e65b800ad670f40b837

8 years agoAdd property cache in ApplicationInfo
Seungkeun Lee [Wed, 6 Apr 2016 02:01:42 +0000 (11:01 +0900)]
Add property cache in ApplicationInfo

Change-Id: Id8b63b511429876a10bd9b652b0357714a835fa0