platform/core/csapi/tizenfx.git
2016-12-14 SukHyung, Kangmerge application code from spin
2016-11-07 SukHyung, Kangadd prelease meta data for Tizen.net and update version
2016-11-01 Hwankyu Jhun[AppControl] Remove using Marshal.GetIUnknownForObject API
2016-10-31 seungha.sonModify license
2016-10-26 Myungki LeeFix notification removebutton api
2016-10-24 Dinesh Dwivedi[PackageManager] Fixed svace warnings
2016-10-06 Jyothi Kumar... [Preference] CS API implementation with doxygen comments
2016-10-05 WonYoung ChoiDisable AutoReqProv in spec file
2016-10-05 JungHoon ParkMerge "Use nuget restore to solve dependencies" into...
2016-10-04 WonYoung ChoiUse nuget restore to solve dependencies
2016-10-04 Praveen GattuAlarm module implementation.Updated project files.Updat...
2016-09-02 WonYoung ChoiSupport netstandard 1.6
2016-08-18 WonYoung ChoiAdd SafeBundleHandle for creating Bundle object from...
2016-08-16 WonYoung ChoiFix build break
2016-08-16 WonYoung ChoiRemove Tizen.UI dependency
2016-07-28 WonYoung ChoiFix code for building with corefx
2016-07-25 rina6350.you[TCT] remove TCT packages.
2016-07-21 WonYoung ChoiAllow unsafe code in release mode
2016-07-19 Dinesh DwivediUpdated API comments as per SE team.
2016-07-19 Dinesh Dwivedi[Package-Manager] Fixed issue in set EventStatus code
2016-07-19 Dinesh DwivediMerge "[Package-Manager] Fixed code to avoid deadlock...
2016-07-14 randeep ahlawatAdded doxygen comments to Notification
2016-07-12 WonYoung ChoiAdd a constructor to SafeAppControlHandle for using...
2016-07-12 Dinesh Dwivedi[Package-Manager] Fixed code to avoid deadlock in async...
2016-07-11 WonYoung ChoiFix code to apply changes of Tizen.UI.Color
2016-07-08 WonYoung ChoiFix app launch problem
2016-07-06 WonYoung ChoiApply selective core backend model
2016-07-06 WonYoung ChoiChange assembly installation path
2016-06-15 WonYoung ChoiAdd UIApplicationBase class
2016-06-10 randeep ahlawatAdded Notificationt TCT code
2016-06-09 randeep ahlawatIntroducing Notificaiton API
2016-06-08 WonYoung ChoiMerge "Use event functions of appcore_agent instead...
2016-06-07 WonYoung ChoiUse event functions of appcore_agent instead of event_x...
2016-06-02 Yongseop KimMerge "[Package Manager] Added base implementation...
2016-06-01 Dinesh Dwivedi[Package Manager] Added base implementation
2016-05-31 WonYoung ChoiAdd callbacks as private member of class to prevent...
2016-05-29 Seungkeun LeeMerge "[Bundle] Prevent null dereference and handle...
2016-05-29 Seungkeun LeeMerge "[AppControl] Fix DEREF_OF_NULL.RET from svace...
2016-05-26 Sidharth Gupta[Bundle] Prevent null dereference and handle null array...
2016-05-26 WonYoung ChoiAdd Window property to UIApplication
2016-05-24 WonYoung ChoiMerge "[ApplicationManager] Add error debug log" into...
2016-05-24 sung-su.kim[ApplicationManager] Add error debug log
2016-05-23 Sunggyu ChoiModify LICENSE file to remove unnecessary info
2016-05-23 yons.kim[AppControl] Fix DEREF_OF_NULL.RET from svace
2016-05-19 Sunggyu ChoiAdd LICENSE file
2016-05-17 sung-su.kim[ApplicationManager] Add ApplicationInfoFilter constructor
2016-05-02 WonYoung ChoiAdd .csproj.user file to .gitignore
2016-05-02 Seunghyun Choi[MessagePort] Add Exception and example code
2016-05-02 WonYoung ChoiExport SafeAppControlHandle as public
2016-04-26 WonYoung ChoiClean up Tizen.Applications.Messages
2016-04-26 WonYoung ChoiFix alarms of Code Analyzer
2016-04-26 WonYoung ChoiImplement IDisposable of Appliation class
2016-04-26 WonYoung ChoiRemove ApplicationManagerImpl singleton class
2016-04-26 WonYoung ChoiMerge "Add shared directory info and public constructor...
2016-04-26 sung-su.kimAdd shared directory info and public constructor
2016-04-25 WonYoung ChoiMerge "[Bundle][TCAPI-180] Fix code analyzer warnings...
2016-04-25 Sidharth Gupta[Bundle][TCAPI-180] Fix code analyzer warnings
2016-04-25 WonYoung ChoiUse xbuild for building package.
2016-04-25 WonYoung ChoiMerge "Clean up Tizen.Applications" into devel
2016-04-25 WonYoung ChoiClean up Tizen.Applications
2016-04-22 WonYoung ChoiMerge "[Bundle] Add code examples for documentation...
2016-04-22 WonYoung ChoiMerge "[AppControl] Adds doxygen comments for AppContro...
2016-04-21 WonYoung ChoiMerge "Change CodeAnalysis Ruleset" into devel
2016-04-21 WonYoung ChoiMerge "Enable optimize check flag" into devel
2016-04-21 Sidharth Gupta[Bundle] Add code examples for documentation
2016-04-21 WonYoung ChoiMerge "[Bundle] Add documentation for exceptions" into...
2016-04-21 WonYoung ChoiChange CodeAnalysis Ruleset
2016-04-20 yons.kim[AppControl] Adds doxygen comments for AppControl
2016-04-20 WonYoung ChoiEnable optimize check flag
2016-04-20 Sidharth Gupta[Bundle] Add documentation for exceptions
2016-04-20 sung-su.kimApplicationManager : Fix some parameter type
2016-04-19 sung-su.kimRefactor Tizen.Applications
2016-04-19 Seungkeun LeeChange to public about TizenSynchronizationContext
2016-04-11 pius.leeChange Toolversion in csproj for xbuild
2016-04-11 WonYoung ChoiMerge "Fix ApplicationManagerImpl/MessagePort finalizer...
2016-04-11 Seungkeun LeeMerge "ApplicationManager : Remove redundant code using...
2016-04-11 Seungkeun LeeFix ApplicationManagerImpl/MessagePort finalizer
2016-04-08 WonYoung ChoiMerge "Bundle - Add Factory Method" into devel
2016-04-08 WonYoung ChoiMerge "[AppControl] Refactor SendLaunchRequest()" into...
2016-04-07 WonYoung ChoiMerge "[Bundle] Add comment about thread safety" into...
2016-04-07 yons.kim[AppControl] Refactor SendLaunchRequest()
2016-04-07 Seungkeun LeeApplicationManager : Remove redundant code using inheri...
2016-04-06 Seungkeun LeeBundle - Add Factory Method
2016-04-06 Seungkeun LeeAdd property cache in ApplicationInfo
2016-04-05 Seungkeun LeeRefactoring ApplcationManager Exceptions
2016-04-05 Seungkeun LeeRefactoring ApplicationManager
2016-04-05 Seungkeun LeeRefactoring InstalledApplication[Metadata]Filter
2016-04-05 Seungkeun LeeFix code formatting in MessagePort
2016-04-05 Seungkeun LeeRefactoring MessagePort
2016-04-05 WonYoung ChoiFix spec file
2016-04-05 Sidharth Gupta[Bundle] Add comment about thread safety
2016-04-05 WonYoung ChoiFix .csproj
2016-04-05 WonYoung ChoiFix spec file
2016-04-05 WonYoung ChoiMerge "Add exception handling" into devel
2016-04-05 WonYoung ChoiMerge "[MessagePort] Modify MessagePort Exception"...
2016-04-05 WonYoung ChoiMerge "[AppControl] Implement ExtraData,SendLaunchReque...
2016-04-04 yons.kim[AppControl] Implement ExtraData,SendLaunchRequest...
2016-04-04 Seunghyun Choi[MessagePort] Modify MessagePort Exception
2016-04-01 sung-su.kimAdd exception handling
2016-03-31 Sidharth Gupta[Bundle] Make RemoveItem boolean and enhance exceptions
next