summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Add API Levelsubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.100003submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170705.070929accepted/tizen/unified/20170706.193344accepted/tizen/4.0/unified/20170828.223532accepted/tizen/4.0/unified/20170816.020147tizen_4.0accepted/tizen_unifiedaccepted/tizen_4.0_unifiedpr.jung7-0/+41
2017-06-08Merge packaging information to csprojsubmit/tizen/20170612.021541submit/tizen/20170609.021840accepted/tizen/unified/20170612.073901WonYoung Choi4-22/+36
2017-05-29Migration C# API project to VS2017submit/tizen/20170530.051804accepted/tizen/unified/20170531.082744pr.jung4-132/+17
2017-04-12Remove license statementtizen_4.0.m1_releasesubmit/tizen/20170412.061304accepted/tizen/unified/20170412.152737pr.jung1-15/+0
2017-03-06Remove NET45 projectsubmit/tizen_unified/20170310.011402submit/tizen_unified/20170308.100503submit/tizen/20170306.065826accepted/tizen/unified/20170310.080526accepted/tizen/unified/20170309.120641accepted/tizen/tv/20170309.071832accepted/tizen/mobile/20170309.071700accepted/tizen/ivi/20170309.071934accepted/tizen/common/20170309.174750accepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonpr.jung4-86/+1
2017-02-24Upgrade Tizen.System versionsubmit/tizen_unified/20170308.100407submit/tizen/20170224.061534accepted/tizen/tv/20170224.065935accepted/tizen/mobile/20170224.065921accepted/tizen/ivi/20170224.065956accepted/tizen/common/20170227.043100pr.jung1-1/+1
2017-02-08Remove RuntimeInformation and SystemInformation APIssubmit/tizen/20170216.084240submit/tizen/20170215.063227accepted/tizen/tv/20170216.095915accepted/tizen/mobile/20170216.095858accepted/tizen/ivi/20170216.095931accepted/tizen/common/20170216.094257pr.jung14-1805/+27
2017-02-02Remove Feedback and Storage APIssubmit/tizen/20170202.100258accepted/tizen/tv/20170203.022841accepted/tizen/mobile/20170203.022838accepted/tizen/ivi/20170203.022845accepted/tizen/common/20170202.174938pr.jung15-1026/+4
2017-01-10Remove ix86 on ExcludeArchsubmit/tizen_ivi/20170116.045729submit/tizen_common/20170111.150147submit/tizen/20170110.100701accepted/tizen/tv/20170110.224856accepted/tizen/mobile/20170110.224836accepted/tizen/ivi/20170117.054743accepted/tizen/common/20170111.154947pr.jung1-2/+2
2016-12-19Apply dotnet RPM macrossubmit/tizen_tv/20161229.044941submit/tizen_mobile/20161222.050619submit/tizen_common/20161229.045021accepted/tizen/tv/20161229.113232accepted/tizen/mobile/20161223.100511accepted/tizen/common/20170111.133622WonYoung Choi1-42/+10
2016-12-14Exclude arm64 and i586 architecturesubmit/tizen/20161214.063015accepted/tizen/mobile/20161215.072335pr.jung1-0/+1
2016-12-14Fix .nuspec file to change authors and version dependenciesWonYoung Choi3-3/+3
2016-11-08Update nuspecpr.jung2-3/+8
2016-11-07[RuntimeInformation]Remove Usb enumeration and callbackpr.jung3-44/+1
2016-11-02Add exception explanation for led(back flash)pr.jung1-0/+4
2016-10-31Add license statementpr.jung30-145/+466
2016-10-24[System] Fixed svace warningsDinesh Dwivedi1-1/+1
2016-10-21Throw exception when GetStatus gets invalid parameterpr.jung2-1/+6
2016-10-18Update capi-system versionpr.jung1-1/+1
2016-10-10Change names not to use the same name for a namespace and a type in that name...pr.jung9-13/+13
2016-10-05Use nuget restore to solve dependenciesWonYoung Choi6-78/+42
2016-09-30[Feedback] Add comment for APIpr.jung1-0/+3
2016-09-03Fix project files to support netstandard 1.6WonYoung Choi8-374/+283
2016-08-29Implementation of libfeedbackpr.jung7-0/+463
2016-08-26Remove unused codepr.jung24-4091/+0
2016-08-25Remove unused codepr.jung99-11618/+0
2016-08-17Moving system-settings module to [system-settings] repositoryAditya6-2969/+93
2016-08-16Remove Tizen.UI dependencyWonYoung Choi3-103/+101
2016-07-28Fix code for building with corefxWonYoung Choi3-12/+282
2016-07-27[system-settings] Fixed doxygen warningsAditya3-10/+10
2016-07-27Fixed doxygen privilege comments.Praveen Gattu5-10/+10
2016-07-19Merge "Added more doxygen comments and example code" into develrina rina6350.you8-48/+279
2016-07-15Merge "Fixed doxygen warnings for system-settings" into develDinesh Dwivedi3-8/+8
2016-07-14Added more doxygen comments and example codePraveen Gattu8-48/+279
2016-07-14Fix to use Color.GetArgb() instead of Color.Argb propertyWonYoung Choi1-1/+1
2016-07-11Fixed doxygen warnings for system-settingsAditya3-8/+8
2016-07-08Merge "Spelling correction for Doxygen comments" into develrina rina6350.you1-17/+17
2016-07-08Merge "Changed readonly attributes to properties" into develrina rina6350.you1-3/+3
2016-07-07Spelling correction for Doxygen commentsJyothi Kumar Sambolu1-17/+17
2016-07-06Change assembly installation pathWonYoung Choi4-65/+29
2016-07-05Merge "EventArgs constructors are updated as internal. Fixed documentation is...Joonghyun Cho2-1/+6
2016-06-30Updated EventArg class in system-settings moduleAditya1-33/+0
2016-06-29Changed readonly attributes to propertiesDinesh Dwivedi1-3/+3
2016-06-28EventArgs constructors are updated as internal.Praveen Gattu2-1/+6
2016-06-20Adding system-settings moduleAditya30-1/+7001
2016-06-09Fixed build errors for TCT.Praveen Gattu3-8/+8
2016-06-07Fixed latest review comments.Praveen Gattu3-16/+16
2016-06-03TCT implementation and bugs fixedSehaj Singh Kalra36-373/+984
2016-05-31Merge "Changed runtimeinfo word to runtimeinformation" into develrina rina6350.you36-0/+3532
2016-05-31Changed runtimeinfo word to runtimeinformationSehaj Singh Kalra36-0/+3532