author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
594,226
13.03.2019 12:40:31
-32,400
c40be45d2081044f979b2b16b2ce593ad3026dca
[Wearable][TextFieldSample] Add new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/TextFieldSample/README.md", "diff": "+# TextSample\n+This sample demonstrates how to use TextField in Tizen.NUI.\n+\n+![MainPage](./Screenshots/textMain.png)\n+\n+## License\n+Copyright (c) 2018 Samsung Electronics Co., Ltd.\n+\n+Licens...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][TextFieldSample] Add new sample app Signed-off-by: sbsh.baek <sbsh.baek@DO-SBSH-BAEK02>
594,249
19.03.2019 15:17:06
-32,400
7d868a73a400d88944d600a4c4591a2e0bfb4cc9
[Wearable][WidgetSample] Add a new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/WidgetSample/LICENSE", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache.org/licenses/\n+\n+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n+\n+ 1. Definitions.\n+\n+ \"License\" shall mean the t...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][WidgetSample] Add a new sample app
594,249
25.03.2019 08:35:35
-32,400
d6909ad0f609a609584b7689aef0480925b5ef36
[Wearable] Add a new sample for UI and Widget app
[ { "change_type": "ADD", "old_path": "Wearable/WidgetSample/UIandWidget/ElmSharpWidget/shared/res/ElmSharpWidget.png", "new_path": "Wearable/WidgetSample/UIandWidget/ElmSharpWidget/shared/res/ElmSharpWidget.png", "diff": "Binary files /dev/null and b/Wearable/WidgetSample/UIandWidget/ElmSharpWidget/s...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable] Add a new sample for UI and Widget app
594,223
02.04.2019 17:16:33
-32,400
a901cb37a97e635483d0e65257367b3d9ee3580f
[ChronographWatch]change 5.0 deprecated API to new API
[ { "change_type": "MODIFY", "old_path": "Wearable/Alarm/Alarm/Renderers/ImageButtonRenderer.cs", "new_path": "Wearable/Alarm/Alarm/Renderers/ImageButtonRenderer.cs", "diff": "@@ -22,7 +22,7 @@ using Alarm.Controls;\nusing Alarm.Tizen.Renderers;\n-[assembly: ExportRenderer(typeof(ImageButton), typeof(...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[ChronographWatch]change 5.0 deprecated API to new API
594,249
03.04.2019 13:45:23
-32,400
6d5c05dd9dc27e69e4009c3b009c6ce81e046b94
[Wearable][AppControl] notify app users when an error occurs if prerequisites is not met
[ { "change_type": "MODIFY", "old_path": "Wearable/AppControl/AppControl/App.cs", "new_path": "Wearable/AppControl/AppControl/App.cs", "diff": "@@ -42,8 +42,9 @@ namespace AppControl\nnew Button\n{\nText = \"Launch\",\n- Command = new Command(() =>\n+ Command = new Command(async () =>\n{\n+ try {\n// ...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][AppControl] notify app users when an error occurs if prerequisites is not met
594,247
03.04.2019 14:18:26
-32,400
7866918bd020fb4c4f5a432e6d068fd9733ac3d3
[XStopWatch] Add Comments to use deprecated API Add comments why use deprecated APIs on TizenFx 4.0 and guide to use new API on TizenFX 5.0
[ { "change_type": "MODIFY", "old_path": "Wearable/XStopWatch/XStopWatch/XStopWatch/StopWatch.xaml.cs", "new_path": "Wearable/XStopWatch/XStopWatch/XStopWatch/StopWatch.xaml.cs", "diff": "@@ -166,6 +166,8 @@ namespace XStopWatch\nvoid Start()\n{\nState = State.Started;\n+ // Power.RequestCpuLock(Int32...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[XStopWatch] Add Comments to use deprecated API Add comments why use deprecated APIs on TizenFx 4.0 and guide to use new API on TizenFX 5.0
594,249
03.04.2019 15:12:10
-32,400
835a2e1463ad00ed7eeef7666ae741e7fff66a45
[Wearable][VoiceMemo] Add the comment to recommend a new api instead of the deprecated api.
[ { "change_type": "MODIFY", "old_path": "Wearable/VoiceMemo/VoiceMemo.Tizen.Wearable/Services/DeviceInformation.cs", "new_path": "Wearable/VoiceMemo/VoiceMemo.Tizen.Wearable/Services/DeviceInformation.cs", "diff": "@@ -135,6 +135,8 @@ namespace VoiceMemo.Tizen.Wearable.Services\n{\n// Check if intern...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][VoiceMemo] Add the comment to recommend a new api instead of the deprecated api.
594,249
03.04.2019 15:48:24
-32,400
378a0f3a31a4f2b39a0602d5b84e423a73cfd87f
[Wearable][CustomFonts] Update README.md file
[ { "change_type": "MODIFY", "old_path": "Wearable/CustomFonts/README.md", "new_path": "Wearable/CustomFonts/README.md", "diff": "@@ -63,6 +63,11 @@ The **CustomFonts** application shows how to use custom fonts instead of system\n## NUI application\nYou can use custom fonts for NUI applications on Tiz...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][CustomFonts] Update README.md file
594,230
03.04.2019 16:08:03
-32,400
317a41637d1d25f08f707658cff43f03cf169328
[Mobile][ThumbnailExtractorSample] Add new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "Mobile/ThumbnailExtractorSample/ThumbnailExtractorSample/ThumbnailExtractorSample.Tizen.Mobile/ThumbnailExtractorSample.Tizen.Mobile.cs", "diff": "+/*\n+ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved\n+ *\n+ * Licensed un...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][ThumbnailExtractorSample] Add new sample app
594,230
03.04.2019 16:09:59
-32,400
b17c49d49c187bad384dcfcde4b7428b840488b8
[Mobile][RadioSample] Add new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "Mobile/RadioSample/RadioSample/RadioSample.Tizen.Mobile/RadioSample.Tizen.Mobile.cs", "diff": "+/*\n+ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the License);\n...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][RadioSample] Add new sample app
594,230
03.04.2019 16:17:48
-32,400
6d8f5bd8da3d10cbfd2e56e00f9fd94c7c85f0db
[Wearable][TonePlayerSample] Add new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/TonePlayerSample/TonePlayerSample/App.cs", "diff": "+//Copyright 2019 Samsung Electronics Co., Ltd\n+//\n+//Licensed under the Apache License, Version 2.0 (the \"License\");\n+//you may not use this file except in compliance with the Li...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][TonePlayerSample] Add new sample app
594,230
03.04.2019 16:18:46
-32,400
7546a0e2ea541ffa27c63816d8e9ddb17097a741
[Wearable][WavPlayerSample] Add new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/WavPlayerSample/WavPlayerSample/App.cs", "diff": "+/* Copyright (c) 2019 Samsung Electronics Co., Ltd\n+ *\n+ * Licensed under the Flora License, Version 1.1 (the \"License\");\n+ * you may not use this file except in compliance with th...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][WavPlayerSample] Add new sample app
594,234
03.04.2019 17:20:29
-28,800
cc0cc5a8a32c51ca5d7e39cf302f5c02695706bb
[TV] CubeWithSkiaSharp new sample application.
[ { "change_type": "ADD", "old_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/shared/res/CubeWithSkiaSharp.png", "new_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/shared/res/CubeWithSkiaSharp.png", "diff": "Binary files /dev/null and b/TV/CubeWithSkiaSharp/CubeWithSkiaSharp/shared/res/CubeWithSkiaSh...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TV] CubeWithSkiaSharp new sample application.
594,267
04.04.2019 11:07:08
-7,200
89f2272f564c732b7e6ba7abb293ebf34bdafb84
[Wearable][Downloader] Upgrade nuget package and fix bugs
[ { "change_type": "MODIFY", "old_path": "Wearable/Downloader/src/Downloader/Download.cs", "new_path": "Wearable/Downloader/src/Downloader/Download.cs", "diff": "@@ -29,6 +29,7 @@ namespace Downloader\npublic class Download : IDownload\n{\npublic event EventHandler<DownloadStateChangedEventArgs> Downl...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][Downloader] Upgrade nuget package and fix bugs
594,265
04.04.2019 11:28:05
-7,200
8ef8b01641966a0cd46578acd5a65d579d6fe60e
[Wearable][AppHistory] Packages updated.
[ { "change_type": "MODIFY", "old_path": "Wearable/AppHistory/AppHistory/AppHistory.csproj", "new_path": "Wearable/AppHistory/AppHistory/AppHistory.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</PackageReference>\n<PackageReference Include=\"Tizen.NET.Sdk\" Version=\"1.0.1\" />\n- <Packag...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][AppHistory] Packages updated. Signed-off-by: Mateusz Szperna <m.szperna@samsung.com>
594,218
04.04.2019 12:35:38
-7,200
537d13a0e037d428586c9f97bdd1b447f92beb55
[SecureRepository] Add information about layout limitations on Wearable
[ { "change_type": "MODIFY", "old_path": "Mobile/SecureRepository/README.md", "new_path": "Mobile/SecureRepository/README.md", "diff": "@@ -22,6 +22,10 @@ In sample app the Keys length are intentionally lowered to increase application\nListView with AES-Key should pop up. First label should show Encry...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SecureRepository] Add information about layout limitations on Wearable Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
594,260
09.04.2019 17:40:02
-32,400
66154cd12d186f17bef2d357cb1b878bd71606d5
[Mobile][NetworkApp] Add README.md for NetworkApp
[ { "change_type": "ADD", "old_path": null, "new_path": "Mobile/NetworkApp/README.md", "diff": "+# NetworkApp\n+The NetworkApp application demonstrates how user can get network information, connect Wi-Fi APs and scan Wi-Fi Direct peer devices. This sample is mainly designed for Tizen Mobile profile.\n...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][NetworkApp] Add README.md for NetworkApp
594,260
09.04.2019 17:54:30
-32,400
7e805cfc052ef6cb1eacd3ac7405b641f6b1c325
[Mobile][NetworkApp] Resize screenshots
[ { "change_type": "MODIFY", "old_path": "Mobile/NetworkApp/Screenshots/Tizen/NetworkApp-Connection.png", "new_path": "Mobile/NetworkApp/Screenshots/Tizen/NetworkApp-Connection.png", "diff": "Binary files a/Mobile/NetworkApp/Screenshots/Tizen/NetworkApp-Connection.png and b/Mobile/NetworkApp/Screensho...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][NetworkApp] Resize screenshots
594,293
10.04.2019 13:31:57
-19,080
af8477ca67ba48db48d1a8c961f7d1728fc96f3d
[Wearable][SampleTelephnoy] Bug fix in SampleTelephnoy App. For jira: and
[ { "change_type": "MODIFY", "old_path": "Wearable/SampleTelephony/README.md", "new_path": "Wearable/SampleTelephony/README.md", "diff": "@@ -8,11 +8,10 @@ SampleTelephony is mainly designed for Tizen Wearable profile and it is written\n### Verified Version\n-* Xamarin.Forms : 3.4.0.1009999\n-* Tizen....
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][SampleTelephnoy] Bug fix in SampleTelephnoy App. For jira: SAD-504 and SAD-511. Signed-off-by: Lokesh <l.kasana@samsung.com>
594,261
16.04.2019 10:22:50
-32,400
aa0c6271cb4d31d89a3283831d8c37e7789698e6
Update README.md Fix application name: Star => CubeWithSkiaSharp
[ { "change_type": "MODIFY", "old_path": "TV/CubeWithSkiaSharp/README.md", "new_path": "TV/CubeWithSkiaSharp/README.md", "diff": "-# Star\n+# CubeWithSkiaSharp\nThis sample application mainly shows how to draw text with SkiaSharp on target memory block, generates 2D texture with the target memory bloc...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update README.md Fix application name: Star => CubeWithSkiaSharp
594,236
16.04.2019 13:38:12
-7,200
fb00f5ab84f48741ff7e31913c8bb031fc5e2717
[Wearable][ServiceDiscovery] Updated nuget packages
[ { "change_type": "MODIFY", "old_path": "Wearable/ServiceDiscovery/src/ServiceDiscovery/ServiceDiscovery.csproj", "new_path": "Wearable/ServiceDiscovery/src/ServiceDiscovery/ServiceDiscovery.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"Tizen.NET\" Version=\"4.0.0\">\n+ <...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][ServiceDiscovery] Updated nuget packages
594,232
19.04.2019 09:53:59
-32,400
b02eefc0385a45114c76c5b5a69456cf274d22eb
[Wearable][DeviceApp] Add README.md
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/DeviceApp/README.md", "diff": "+# DeviceApp\n+DeviceApp is the sample application that shows how you can get the device information and control it.\n+\n+![Main](./Screenshots/DeviceApp.png)\n+\n+\n+### Verified Version\n+* Xamarin.Forms...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][DeviceApp] Add README.md Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
594,232
19.04.2019 09:55:00
-32,400
d9eaff3609449b8ce1e8821da4ad53a1815a2dc3
[Wearable][StorageApp] Add README.md
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/StorageApp/README.md", "diff": "+# StorageApp\n+StorageApp is the sample application that shows how you can get the storage information.\n+\n+![Main](./Screenshots/StorageApp.png)\n+\n+\n+### Verified Version\n+* Xamarin.Forms : 2.4.0.1...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][StorageApp] Add README.md Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
594,234
06.06.2019 09:20:54
-28,800
37c78df7fc8425f2048d38092a9b4fe28a04b808
Fix DotnetPolicyChecker blocking issue
[ { "change_type": "MODIFY", "old_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/CubeWithSkiaSharp.csproj", "new_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/CubeWithSkiaSharp.csproj", "diff": "<DebugType>None</DebugType>\n</PropertyGroup>\n+ <PropertyGroup>\n+ <TizenTpkExcludePattern>libSkiaSharp.*...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix DotnetPolicyChecker blocking issue
594,280
11.06.2019 13:33:52
-32,400
9a5582a4ca66a6a371d1d0e3305fc83fb0152c4c
Update required libraries of SampleTelephony
[ { "change_type": "MODIFY", "old_path": "Mobile/SampleTelephony/SampleTelephony/SampleTelephony.Tizen.Mobile/SampleTelephony.Tizen.Mobile.csproj", "new_path": "Mobile/SampleTelephony/SampleTelephony/SampleTelephony.Tizen.Mobile/SampleTelephony.Tizen.Mobile.csproj", "diff": "<!-- Include Nuget Package...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update required libraries of SampleTelephony
594,294
11.06.2019 18:23:26
-32,400
96703c863ba58bea1825f8b1edbece2ed313ec8e
[Mobile][Downloader] Fix build error
[ { "change_type": "MODIFY", "old_path": "Mobile/Downloader/Downloader/Downloader.Tizen.Mobile/Downloader.Tizen.Mobile.csproj", "new_path": "Mobile/Downloader/Downloader/Downloader.Tizen.Mobile/Downloader.Tizen.Mobile.csproj", "diff": "<!-- Property Group for .NET Core Project -->\n<PropertyGroup>\n<O...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][Downloader] Fix build error
594,223
11.06.2019 20:18:23
-32,400
b0a3390db779c002768c4a5c644cb98ea31bb36c
[Alarm][XUIComponents] Fix cli build error
[ { "change_type": "MODIFY", "old_path": "Wearable/Alarm/Alarm/Alarm.csproj", "new_path": "Wearable/Alarm/Alarm/Alarm.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</PackageReference>\n<PackageReference Include=\"Tizen.NET.Sdk\" Version=\"1.0.1\" />\n- <PackageReference Include=\"Tizen.Wea...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Alarm][XUIComponents] Fix cli build error
594,261
12.06.2019 11:39:28
-32,400
cbcd0f831616467bb17c784b2b0adcc9d7930823
Update project files to use newer libraries
[ { "change_type": "MODIFY", "old_path": "TV/Gallery/Gallery/Gallery.TizenTV/Gallery.TizenTV.csproj", "new_path": "TV/Gallery/Gallery/Gallery.TizenTV/Gallery.TizenTV.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</PackageReference>\n<PackageReference Include=\"Tizen.NET.Sdk\" Version=\"1.0...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update project files to use newer libraries Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
594,261
12.06.2019 14:57:31
-32,400
d4460fc6fa85abeb039730cb56cd9b74a76fff41
Add new script to build apps with CLI tool
[ { "change_type": "ADD", "old_path": null, "new_path": "TV/build_tv.sh", "diff": "+cd ScriptLayoutSample\n+sudo dotnet build ScriptLayoutSample.sln\n+cd ..\n+\n+cd MapView/src\n+sudo dotnet build Maps.sln\n+cd ../..\n+\n+cd SystemInfo/src/\n+sudo dotnet build SystemInfo.sln\n+cd ../..\n+\n+cd ImageSa...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add new script to build apps with CLI tool Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
594,261
14.06.2019 17:00:13
-32,400
5e3e56468b88291beadfc959be5619b3498cebcf
Fix path error when running CLI build
[ { "change_type": "MODIFY", "old_path": "TV/build_tv.sh", "new_path": "TV/build_tv.sh", "diff": "+echo \"-----------------------------------------------------------------------------------\"\ncd ScriptLayoutSample\nsudo dotnet build ScriptLayoutSample.sln\ncd ..\n-\n+echo \"--------------------------...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix path error when running CLI build Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
594,228
18.06.2019 20:25:20
-32,400
a5115ed241c38836db8525fb355ab43b11e03514
Update IMEManager Application
[ { "change_type": "MODIFY", "old_path": "Mobile/IMEManager/IMEManager/IMEManager.Tizen.Mobile/CustomCellRenderer.cs", "new_path": "Mobile/IMEManager/IMEManager/IMEManager.Tizen.Mobile/CustomCellRenderer.cs", "diff": "* limitations under the License.\n*/\n-using Xamarin.Forms;\n-using Xamarin.Forms.Pl...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update IMEManager Application
594,297
18.06.2019 15:23:14
-7,200
bcaba2419d78d973055e3605c7bad8a0a9bcfb18
[Wearable][PushReceiver] Fix cli build error
[ { "change_type": "MODIFY", "old_path": "Wearable/PushReceiver/src/PushReceiver/PushReceiver.csproj", "new_path": "Wearable/PushReceiver/src/PushReceiver/PushReceiver.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"Tizen.NET\" Version=\"4.0.0\">\n+ <PackageReference Include...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][PushReceiver] Fix cli build error
594,228
19.06.2019 10:09:07
-32,400
b0e5e9a1aa2f129f74976f7544338df375936528
[IMEManager] Fix cli build warning
[ { "change_type": "MODIFY", "old_path": "Mobile/IMEManager/IMEManager/IMEManager.Tizen.Mobile/IMEManager.Tizen.Mobile.csproj", "new_path": "Mobile/IMEManager/IMEManager/IMEManager.Tizen.Mobile/IMEManager.Tizen.Mobile.csproj", "diff": "<!-- Include Nuget Package for Tizen Project building -->\n<ItemGr...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[IMEManager] Fix cli build warning
594,238
24.06.2019 11:48:24
-7,200
eb35e4a51cf6c5c50549f70e063c7d7731844035
[NetworkApp] Errors fix
[ { "change_type": "MODIFY", "old_path": "Wearable/NetworkApp/NetworkApp/Views/NetworkListPage.xaml", "new_path": "Wearable/NetworkApp/NetworkApp/Views/NetworkListPage.xaml", "diff": "xmlns:x=\"http://schemas.microsoft.com/winfx/2009/xaml\"\nxmlns:w=\"clr-namespace:Tizen.Wearable.CircularUI.Forms;asse...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[NetworkApp] Errors fix
594,238
24.06.2019 12:00:45
-7,200
edd7ab70fc94d235a550ba834d8407f4aa3fa67b
[MapsView] Error fix
[ { "change_type": "MODIFY", "old_path": "Wearable/MapsView/src/Config.cs", "new_path": "Wearable/MapsView/src/Config.cs", "diff": "@@ -4,14 +4,9 @@ namespace MapsView\n{\npublic class Config\n{\n-\n-#if false\npublic const string MAPS_SERVICE_PROVIDER = \"HERE\";\n- public const string MAPS_SERVICE_K...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[MapsView] Error fix
594,238
24.06.2019 12:14:35
-7,200
f067f6d65c8a3a5222ceaf54903219152a4d86bc
[TextFieldSample] Warning fix
[ { "change_type": "MODIFY", "old_path": "Wearable/TextFieldSample/TextFieldSample/TextFieldSample.cs", "new_path": "Wearable/TextFieldSample/TextFieldSample/TextFieldSample.cs", "diff": "@@ -34,9 +34,7 @@ namespace TextFieldSample\nprivate TextField mTextField;\n// PushButton be used to trigger the e...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TextFieldSample] Warning fix
594,238
24.06.2019 12:19:25
-7,200
5818bbcfe3662d4a72fe298fd2ec0c7f13c412d6
[TextReader] Warning fix
[ { "change_type": "MODIFY", "old_path": "Wearable/TextReader/TextReader/Views/MainPage.xaml.cs", "new_path": "Wearable/TextReader/TextReader/Views/MainPage.xaml.cs", "diff": "@@ -46,7 +46,7 @@ namespace TextReader\nvar newItem = new CircleToolbarItem\n{\nCommand = (ToolbarItems[2] as CircleToolbarIte...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TextReader] Warning fix
594,238
24.06.2019 13:21:48
-7,200
afc7de1aaffe6bf4fc1dffcb3b95489d24d2417f
[UIControlSample] Errors fix
[ { "change_type": "MODIFY", "old_path": "TV/UIControlSample/UIControlSample/src/MainSample.cs", "new_path": "TV/UIControlSample/UIControlSample/src/MainSample.cs", "diff": "@@ -136,8 +136,8 @@ namespace UIControlSample\nscrollView.WidthResizePolicy = ResizePolicyType.FillToParent;\nscrollView.HeightR...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[UIControlSample] Errors fix
594,238
24.06.2019 13:29:54
-7,200
570fc4c2c0a08b2413f9b1a5583d70172bb07fd1
[ScriptLayoutSample] Error fix
[ { "change_type": "MODIFY", "old_path": "TV/ScriptLayoutSample/ScriptLayoutSample/src/ScriptLayoutSample.cs", "new_path": "TV/ScriptLayoutSample/ScriptLayoutSample/src/ScriptLayoutSample.cs", "diff": "@@ -514,7 +514,7 @@ namespace ScriptLayoutSample\ncontentPane.PositionUsesPivotPoint = true;\nconten...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[ScriptLayoutSample] Error fix
594,238
24.06.2019 13:35:43
-7,200
8e46114feef7a85ae3dc58e02aaaffa5ea6c30da
[Preference] Error fix
[ { "change_type": "MODIFY", "old_path": "TV/Preference/src/Preference/Preference.Tizen.TV/Renderers/MultilineCellRenderer.cs", "new_path": "TV/Preference/src/Preference/Preference.Tizen.TV/Renderers/MultilineCellRenderer.cs", "diff": "@@ -99,13 +99,13 @@ namespace Preference.Tizen.TV.Renderers\nMulti...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Preference] Error fix
594,238
24.06.2019 13:42:45
-7,200
4e127b201f8a36655ebd094a566745b43c5a8232
[MediaHubSample] Warning fix
[ { "change_type": "MODIFY", "old_path": "TV/MediaHubSample/MediaHubSample/src/View/GridListView.cs", "new_path": "TV/MediaHubSample/MediaHubSample/src/View/GridListView.cs", "diff": "@@ -207,7 +207,7 @@ namespace Tizen.NUI.MediaHub\n// return key\nret = false;\nbreak;\n- //default:\n+ default:\nret =...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[MediaHubSample] Warning fix
594,238
24.06.2019 13:47:24
-7,200
453b1479ed54a703acef6fe22fe356f0ca298d4c
[ImageSample] Error fix
[ { "change_type": "MODIFY", "old_path": "TV/ImageSample/ImageSample/src/ImageSample.cs", "new_path": "TV/ImageSample/ImageSample/src/ImageSample.cs", "diff": "@@ -132,8 +132,8 @@ namespace ImageSample\nbackGroundView.Add(tableView);\nint iter = 0;\n- float margin = 20.0f;\n- float topmargin = 30.0f;\...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[ImageSample] Error fix
594,238
24.06.2019 13:51:38
-7,200
1bb43ee2373db89fda2e0c66492acaf1977d7850
[FirstScreen] Warnings fix
[ { "change_type": "MODIFY", "old_path": "TV/FirstScreen/FirstScreen/src/ClippingImage.cs", "new_path": "TV/FirstScreen/FirstScreen/src/ClippingImage.cs", "diff": "@@ -58,7 +58,7 @@ namespace FirstScreen\nimageMap.Add(Tizen.NUI.ImageVisualProperty.URL, new PropertyValue(filename));\nimageMap.Add(Tizen...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[FirstScreen] Warnings fix
594,238
24.06.2019 14:01:01
-7,200
c1626a3f0363aaf30c13347687265b790151e29b
[BasicCalculator] Errors fix
[ { "change_type": "MODIFY", "old_path": "TV/BasicCalculator/src/BasicCalculator/BasicCalculator.Tizen.TV/Services/KeyboardService.cs", "new_path": "TV/BasicCalculator/src/BasicCalculator/BasicCalculator.Tizen.TV/Services/KeyboardService.cs", "diff": "@@ -59,10 +59,10 @@ namespace BasicCalculator.Tize...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[BasicCalculator] Errors fix
594,238
24.06.2019 14:03:00
-7,200
866474fd0ec3363d29e796c98886bff725a3754b
[Ball3D] Warning fix
[ { "change_type": "MODIFY", "old_path": "TV/Ball3D/Ball3D/Common/SPlayer.cs", "new_path": "TV/Ball3D/Ball3D/Common/SPlayer.cs", "diff": "@@ -28,7 +28,7 @@ namespace Ball3D\n/// Player instance\n/// </summary>\nprivate readonly Player _player = new Player();\n- public event EventHandler<EventArgs> Sta...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Ball3D] Warning fix
594,238
24.06.2019 14:31:57
-7,200
26bd29b6e338701d6d4ba4209a4e175bb83e488c
[SystemInfo] Errors fix
[ { "change_type": "MODIFY", "old_path": "TV/SystemInfo/src/SystemInfo/SystemInfo.Tizen.TV/SystemInfo.Tizen.TV.csproj", "new_path": "TV/SystemInfo/src/SystemInfo/SystemInfo.Tizen.TV/SystemInfo.Tizen.TV.csproj", "diff": "<None Remove=\"View\\VibratorPage.xaml\" />\n<None Remove=\"Control\\SideStatusCon...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SystemInfo] Errors fix
594,238
24.06.2019 14:34:24
-7,200
a8011d7463c4abefbbac1426d466670e778104fc
[AppInfo] Errors fix
[ { "change_type": "MODIFY", "old_path": "TV/AppInfo/src/AppInfo/AppInfo/AppInfo.csproj", "new_path": "TV/AppInfo/src/AppInfo/AppInfo/AppInfo.csproj", "diff": "<None Remove=\"Views\\MainPage.xaml\" />\n</ItemGroup>\n- <ItemGroup>\n- <EmbeddedResource Include=\"Controls\\ApplicationPropertyControl.xaml...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[AppInfo] Errors fix
594,238
24.06.2019 16:07:03
-7,200
a9b652fdd3c7f04cbad062068481f9797d1fd6a1
[CalendarComponent] Errors fix
[ { "change_type": "MODIFY", "old_path": "TV/CalendarComponent/src/CalendarComponent/CalendarComponent.Tizen.TV/Renderers/CalendarViewRenderer.cs", "new_path": "TV/CalendarComponent/src/CalendarComponent/CalendarComponent.Tizen.TV/Renderers/CalendarViewRenderer.cs", "diff": "@@ -35,7 +35,7 @@ namespac...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[CalendarComponent] Errors fix
594,273
25.06.2019 10:19:47
-19,080
6f1a944092e933d3c465b459dd9b70472f733cd9
fixedCLI build issue
[ { "change_type": "MODIFY", "old_path": "Wearable/Location/Location/Location.Tizen.Wearable/Location.Tizen.Wearable.csproj", "new_path": "Wearable/Location/Location/Location.Tizen.Wearable/Location.Tizen.Wearable.csproj", "diff": "<!-- Include Nuget Package for Tizen Project building -->\n<ItemGroup>...
C#
Apache License 2.0
samsung/tizen-csharp-samples
fixedCLI build issue Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
594,228
01.07.2019 10:29:52
-32,400
61a2e203b1d1dc7546f5fd02be3b77eda8ce60e8
[IMESample] Fix spelling errors
[ { "change_type": "MODIFY", "old_path": "Mobile/IMESample/IMESample/IMESample.Tizen.Mobile/IMESample.Tizen.Mobile.cs", "new_path": "Mobile/IMESample/IMESample/IMESample.Tizen.Mobile/IMESample.Tizen.Mobile.cs", "diff": "@@ -135,14 +135,14 @@ namespace IMESample.Tizen.Mobile\n}\n/// <summary>\n- /// Ha...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[IMESample] Fix spelling errors
594,264
01.07.2019 14:30:46
-32,400
254cb0e7f2ba2b3a1dd2c4c1ad09aa642df1f2b2
Fix truncated label issue
[ { "change_type": "MODIFY", "old_path": "Mobile/IMEManager/IMEManager/IMEManager/ResultPage.cs", "new_path": "Mobile/IMEManager/IMEManager/IMEManager/ResultPage.cs", "diff": "@@ -40,7 +40,9 @@ namespace IMEManager\n// Set the font size.\nFontSize = 36,\n// Set the text to be shown.\n- Text = detail\n...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix truncated label issue (#99)
594,264
01.07.2019 19:24:51
-32,400
0016c686369bd6cb8dc6e7bceb32c6d3c56286c0
[IMEManager] Fix entry focus issue inside ListView
[ { "change_type": "MODIFY", "old_path": "Wearable/IMEManager/IMEManager/IMEManager/ListPage.cs", "new_path": "Wearable/IMEManager/IMEManager/IMEManager/ListPage.cs", "diff": "@@ -37,18 +37,18 @@ namespace IMEManager\n// Create a new List.\nvar menu = new List<string>\n{\n- \"\",\n\"ShowIMEList\",\n\"...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[IMEManager] Fix entry focus issue inside ListView (#100)
594,228
24.07.2019 19:00:51
-32,400
5116da9215438be02f8939663998896e3132e8ca
[IMESample] Fix click event blocking issue
[ { "change_type": "MODIFY", "old_path": "Mobile/IMESample/IMESample/IMESample/Views/IME_KEYBOARD_LAYOUT_QWERTY_LAND.xaml", "new_path": "Mobile/IMESample/IMESample/IMESample/Views/IME_KEYBOARD_LAYOUT_QWERTY_LAND.xaml", "diff": "RelativeLayout.XConstraint=\"{ConstraintExpression Type=RelativeToParent, ...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[IMESample] Fix click event blocking issue
594,264
24.07.2019 19:46:06
-32,400
47466ad13ef7a5bf04a015a2c619887177c0e459
[Wearable][IMESample] Fix click event blocking issue
[ { "change_type": "MODIFY", "old_path": "Wearable/IMESample/IMESample/IMESample/Views/IME_KEYBOARD_LAYOUT_QWERTY_PORT.xaml", "new_path": "Wearable/IMESample/IMESample/IMESample/Views/IME_KEYBOARD_LAYOUT_QWERTY_PORT.xaml", "diff": "RelativeLayout.XConstraint=\"{ConstraintExpression Type=RelativeToPare...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][IMESample] Fix click event blocking issue (#105)
594,249
09.08.2019 16:39:13
-32,400
f373fd6842557adf5987b850cdad42f5529c76d5
Add XamlCompilation(XamlCompilationOptions.Compile) for App class It's necessary to improve app launching time
[ { "change_type": "MODIFY", "old_path": "Wearable/VoiceMemo/VoiceMemo/App.xaml.cs", "new_path": "Wearable/VoiceMemo/VoiceMemo/App.xaml.cs", "diff": "* limitations under the License.\n*/\n-using System;\nusing System.Globalization;\nusing System.Threading;\nusing VoiceMemo.Data;\n@@ -22,12 +21,14 @@ u...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add XamlCompilation(XamlCompilationOptions.Compile) for App class It's necessary to improve app launching time
594,249
09.08.2019 16:59:05
-32,400
fd7f47a500f827fbb25246cbd8bf10236fde722c
Make XAML compilation enabled at the assembly level rather than the class level
[ { "change_type": "MODIFY", "old_path": "Wearable/VoiceMemo/VoiceMemo/App.xaml.cs", "new_path": "Wearable/VoiceMemo/VoiceMemo/App.xaml.cs", "diff": "@@ -23,12 +23,12 @@ using VoiceMemo.Views;\nusing Xamarin.Forms;\nusing Xamarin.Forms.Xaml;\n+[assembly: XamlCompilation(XamlCompilationOptions.Compile)...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Make XAML compilation enabled at the assembly level rather than the class level
594,249
03.09.2019 10:49:16
-32,400
15f194b39de44a443ebac08dbfe6d37fca78f955
[TV][TizenTVHttpSample] Add a new sample app
[ { "change_type": "ADD", "old_path": null, "new_path": "TV/TizenTVHttpSample/README.md", "diff": "+# TizenTVHttpSample\n+\n+The **TizenTVHttpSample** application shows how to get data with HttpClient and HttpWebRequest.\n+\n+## [How to test it](#how_to_test)\n+\n+ - Precondition: Network connectivity...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TV][TizenTVHttpSample] Add a new sample app
594,235
03.09.2019 13:44:55
-32,400
955f3a8b4735199aa53b550362d6d6b07d7bef1a
Update TV XForms csprojs with new SDK style This updates csprojs of TV Xamarin.Forms applications to use the new SDK style according to and removes any old reference to Xamarin.Forms.Platform.Tizen.
[ { "change_type": "MODIFY", "old_path": "TV/MediaContent/src/MediaContent/MediaContent.Tizen.TV/MediaContent.Tizen.TV.csproj", "new_path": "TV/MediaContent/src/MediaContent/MediaContent.Tizen.TV/MediaContent.Tizen.TV.csproj", "diff": "-<Project>\n- <Import Project=\"Sdk.props\" Sdk=\"Microsoft.NET.Sd...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update TV XForms csprojs with new SDK style This updates csprojs of TV Xamarin.Forms applications to use the new SDK style according to https://samsung.github.io/Tizen.NET/tizen%20.net/Using-Tizen-NET-Sdk-as-SDK-style and removes any old reference to Xamarin.Forms.Platform.Tizen.
594,235
03.09.2019 16:50:58
-32,400
8f7dd899e485ea84e493b7d898309adf759c190b
Fix build of StorageApp
[ { "change_type": "MODIFY", "old_path": "Wearable/StorageApp/StorageApp/StorageApp.Tizen.Wearable/StorageApp.Tizen.Wearable.csproj", "new_path": "Wearable/StorageApp/StorageApp/StorageApp.Tizen.Wearable/StorageApp.Tizen.Wearable.csproj", "diff": "</ItemGroup>\n<!-- Include Nuget Package for Tizen Pro...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix build of StorageApp
594,230
05.09.2019 12:25:52
-32,400
65d03307cb8aa0c51b1aeab46ae1ddb8f0b7483b
[Mobile][AudioIOSample] Fix crash issue
[ { "change_type": "MODIFY", "old_path": "Mobile/AudioIOSample/AudioIOSample/AudioIOSample.Tizen.Mobile/AudioIOSample.Tizen.Mobile.csproj", "new_path": "Mobile/AudioIOSample/AudioIOSample/AudioIOSample.Tizen.Mobile/AudioIOSample.Tizen.Mobile.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][AudioIOSample] Fix crash issue
594,263
05.09.2019 15:10:53
-32,400
38065934ba47affe3b520c8bcba2bdccdf123f54
Update Xamarin.Forms nuget
[ { "change_type": "MODIFY", "old_path": "Mobile/Calculator/Calculator/tizen/Calculator/Calculator/Calculator.csproj", "new_path": "Mobile/Calculator/Calculator/tizen/Calculator/Calculator/Calculator.csproj", "diff": "<!-- Include Nuget Package for Xamarin building -->\n<ItemGroup>\n- <PackageReferenc...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Xamarin.Forms nuget
594,263
05.09.2019 15:32:48
-32,400
b92bb7b49c3e24ae890d4d6a8c2ac06cde07a841
Update Xamarin Forms version
[ { "change_type": "MODIFY", "old_path": "Mobile/Calculator/Calculator/tizen/Calculator/Calculator.Tizen/Calculator.Tizen.csproj", "new_path": "Mobile/Calculator/Calculator/tizen/Calculator/Calculator.Tizen/Calculator.Tizen.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</PackageReference>\...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Xamarin Forms version
594,241
10.09.2019 11:38:17
-19,080
00447904e03c80e132141c0ceabbcaaa2ab984e4
Fixing Sample Crash Issue
[ { "change_type": "MODIFY", "old_path": "Mobile/AppHistory/AppHistory/AppHistory.Tizen.Mobile/AppHistory.Tizen.Mobile.csproj", "new_path": "Mobile/AppHistory/AppHistory/AppHistory.Tizen.Mobile/AppHistory.Tizen.Mobile.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</PackageReference>\n<Pack...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fixing Sample Crash Issue
594,241
10.09.2019 13:04:57
-19,080
6faaf5d6642a407972192084a2919505f2fb9d8f
[MOBILE][ACCOUNTS] Fix Crash Errors of Accounts Sample App
[ { "change_type": "MODIFY", "old_path": "Mobile/Accounts/SampleAccount/SampleAccount.Tizen.Mobile/SampleAccount.Tizen.Mobile.csproj", "new_path": "Mobile/Accounts/SampleAccount/SampleAccount.Tizen.Mobile/SampleAccount.Tizen.Mobile.csproj", "diff": "<!-- Include Nuget Package for Tizen Project buildin...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[MOBILE][ACCOUNTS] Fix Crash Errors of Accounts Sample App
594,241
10.09.2019 15:28:02
-19,080
7e39e2786059506ae386918a28cb6569d6dde7fc
[MOBILE] Removing Xamarin.Forms.Platform.Tizen Package Ref
[ { "change_type": "MODIFY", "old_path": "Mobile/Accounts/SampleAccount/SampleAccount.Tizen.Mobile/SampleAccount.Tizen.Mobile.csproj", "new_path": "Mobile/Accounts/SampleAccount/SampleAccount.Tizen.Mobile/SampleAccount.Tizen.Mobile.csproj", "diff": "<ExcludeAssets>Runtime</ExcludeAssets>\n</PackageRef...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[MOBILE] Removing Xamarin.Forms.Platform.Tizen Package Ref
594,288
16.09.2019 15:39:58
-32,400
157d0c4bbb2525bd1a7464b91da341dcb7ae2cee
[Mobile][Lescanner] Fix the crash issue
[ { "change_type": "MODIFY", "old_path": "Mobile/Lescanner/Lescanner/Lescanner/Lescanner.cs", "new_path": "Mobile/Lescanner/Lescanner/Lescanner/Lescanner.cs", "diff": "@@ -245,6 +245,8 @@ namespace Lescanner\n/// <param name=\"s\">object</param>\n/// <param name=\"e\">EventArgs</param>\nvoid OnScanBut...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][Lescanner] Fix the crash issue (TFDF-4745)
594,227
25.09.2019 17:17:24
-19,080
af13721913d8d9bf279838cbcd7fd6e864b98d18
Fix of Sample Apps Crash
[ { "change_type": "MODIFY", "old_path": "Mobile/Calendar/Calendar/Calendar/Calendar.csproj", "new_path": "Mobile/Calendar/Calendar/Calendar/Calendar.csproj", "diff": "<!-- Include Nuget Package for Xamarin building -->\n<ItemGroup>\n- <PackageReference Include=\"Xamarin.Forms\" Version=\"2.4.0.266-pr...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix of Sample Apps Crash
594,264
07.10.2019 20:50:43
-32,400
30df9bff119185906b5e66a99b872d13b87b5c93
[IMESample] Fix typo
[ { "change_type": "MODIFY", "old_path": "Mobile/IMESample/IMESample/IMESample.Tizen.Mobile/IMESample.Tizen.Mobile.cs", "new_path": "Mobile/IMESample/IMESample/IMESample.Tizen.Mobile/IMESample.Tizen.Mobile.cs", "diff": "@@ -96,7 +96,7 @@ namespace IMESample.Tizen.Mobile\n/// <summary>\n/// When ime sh...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[IMESample] Fix typo (#120)
594,264
11.10.2019 13:58:48
-32,400
90bfc43e321d72a2c1534d967bbd081fc3d3408d
[Mobile][IMESample] Fix some keys blinking issue
[ { "change_type": "MODIFY", "old_path": "Mobile/IMESample/IMESample/IMESample/IMESample.cs", "new_path": "Mobile/IMESample/IMESample/IMESample/IMESample.cs", "diff": "@@ -85,14 +85,6 @@ namespace IMESample\n/// </summary>\nprotected override void OnResume()\n{\n- if (IsLandscape == AppOrientation.Lan...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][IMESample] Fix some keys blinking issue (#121)
594,291
04.11.2019 08:44:06
-32,400
835478129a7c8c0474da0552608aebe89afbd080
[MAPS] Modify default values
[ { "change_type": "MODIFY", "old_path": "Mobile/Maps/Maps.Tizen.Mobile/Maps.Tizen.Mobile_App.cs", "new_path": "Mobile/Maps/Maps.Tizen.Mobile/Maps.Tizen.Mobile_App.cs", "diff": "@@ -51,7 +51,7 @@ namespace Maps.Tizen.Mobile\n/// The key of HERE provider. Please get the key from https://developer.here....
C#
Apache License 2.0
samsung/tizen-csharp-samples
[MAPS] Modify default values
594,257
30.11.2019 16:46:29
-32,400
89d9a2213421c846a3ee65b9b3d65df7da5ef341
Remove unnecessary code(unused, commented).
[ { "change_type": "MODIFY", "old_path": "Wearable/VoiceMemo/VoiceMemo/ViewModels/MainPageModel.cs", "new_path": "Wearable/VoiceMemo/VoiceMemo/ViewModels/MainPageModel.cs", "diff": "@@ -110,7 +110,6 @@ namespace VoiceMemo.ViewModels\n{\nvar NonUItask = Task.Run(async () =>\n{\n- //await Task.Delay(300...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Remove unnecessary code(unused, commented).
594,257
30.11.2019 23:27:16
-32,400
e28e8377a81fdaccd60b9b8646b4ba922d3fcf79
[Wearable][Voice Memo] Fix incorrect comments.
[ { "change_type": "MODIFY", "old_path": "Wearable/VoiceMemo/VoiceMemo.Tizen.Wearable/Services/DeviceInformation.cs", "new_path": "Wearable/VoiceMemo/VoiceMemo.Tizen.Wearable/Services/DeviceInformation.cs", "diff": "@@ -45,9 +45,9 @@ namespace VoiceMemo.Tizen.Wearable.Services\npublic class DeviceInfo...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable][Voice Memo] Fix incorrect comments.
594,268
31.12.2019 13:17:54
-3,600
8d17d798d7eaf450ee9c2ae7616353571f333c6a
Xamarin upgrade
[ { "change_type": "MODIFY", "old_path": "Mobile/Contacts/Contacts/Contacts.Tizen.Mobile/Contacts.Tizen.Mobile.cs", "new_path": "Mobile/Contacts/Contacts/Contacts.Tizen.Mobile/Contacts.Tizen.Mobile.cs", "diff": "@@ -16,7 +16,7 @@ namespace Contacts.Tizen.Mobile\nvar app = new Program();\nglobal::Xamar...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[SAD-658] Xamarin upgrade Signed-off-by: k.stepaniuk <k.stepaniuk@partner.samsung.com>
594,261
10.03.2020 18:13:15
-32,400
de9230637be72c59f809806ecb12e774890698f6
Update Project settings for 5.5 emulator and circular ui 1.4.0
[ { "change_type": "MODIFY", "old_path": "Wearable/FeedbackApp/src/FeedbackApp/FeedbackApp.cs", "new_path": "Wearable/FeedbackApp/src/FeedbackApp/FeedbackApp.cs", "diff": "//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n//See the License for the specific language governing ...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings for 5.5 emulator and circular ui 1.4.0
594,261
12.03.2020 16:00:52
-32,400
09e9ee6971a309b5ce704c5af5ea037ca2a5e9b9
Update project settings for 5.5 emul Uses CircularUI 1.4.0
[ { "change_type": "MODIFY", "old_path": "Wearable/AppControl/AppControl/AppControl.cs", "new_path": "Wearable/AppControl/AppControl/AppControl.cs", "diff": "using System;\n+using Xamarin.Forms;\nnamespace AppControl\n{\n@@ -22,7 +23,7 @@ namespace AppControl\nstatic void Main(string[] args)\n{\nvar a...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update project settings for 5.5 emul - Uses CircularUI 1.4.0
594,261
13.03.2020 12:10:21
-32,400
4a9d399e39ebd2f19e2bee902cb4e2d650fb7b96
Update Project settings for 5.5 emulator Use Circular UI 1.4.0
[ { "change_type": "MODIFY", "old_path": "Wearable/Alarm/Alarm/Alarm.cs", "new_path": "Wearable/Alarm/Alarm/Alarm.cs", "diff": "@@ -115,7 +115,7 @@ namespace Alarm\nstatic void Main(string[] args)\n{\nvar app = new Program();\n- global::Xamarin.Forms.Platform.Tizen.Forms.Init(app);\n+ Forms.Init(app);...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings for 5.5 emulator - Use Circular UI 1.4.0
594,230
20.03.2020 18:54:59
-32,400
e32dcc2e7e9655532c3221d17c7cff215519bdc0
[Mobile][PlayerSample] Remove Forms.Extension
[ { "change_type": "MODIFY", "old_path": "Mobile/PlayerSample/PlayerSample/PlayerSample.Tizen.Mobile/PlayerSample.Tizen.Mobile.cs", "new_path": "Mobile/PlayerSample/PlayerSample/PlayerSample.Tizen.Mobile/PlayerSample.Tizen.Mobile.cs", "diff": "* limitations under the License.\n*/\n-using Tizen.Xamarin...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][PlayerSample] Remove Forms.Extension
594,261
30.03.2020 14:47:21
-32,400
b7b3caf1bf4360b3318a408056f71f33090c6416
Update Project settings for 5.5 emulator
[ { "change_type": "MODIFY", "old_path": "Mobile/Accounts/SampleAccount/SampleAccount.Tizen.Mobile/SampleAccount.Tizen.Mobile.cs", "new_path": "Mobile/Accounts/SampleAccount/SampleAccount.Tizen.Mobile/SampleAccount.Tizen.Mobile.cs", "diff": "using System;\nusing AccountManager.Tizen.Port;\n+using Xama...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings for 5.5 emulator
594,261
01.04.2020 13:48:54
-32,400
0020742adb6c558da743452b0d4a264ca0dd3f6e
Update Project settings for 5.5 emulator with latest Xamarin Forms
[ { "change_type": "MODIFY", "old_path": "Mobile/BasicCalculator/src/BasicCalculator/BasicCalculator.Tizen.Mobile/BasicCalculator.Tizen.Mobile.cs", "new_path": "Mobile/BasicCalculator/src/BasicCalculator/BasicCalculator.Tizen.Mobile/BasicCalculator.Tizen.Mobile.cs", "diff": "*/\nusing ElmSharp;\n+usin...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings for 5.5 emulator with latest Xamarin Forms
594,261
03.04.2020 16:53:08
-32,400
6153423f6e25eb533321ee22f60270233e60fde0
Update project settings for 5.5 emulator and tizen sdk 1.0.9
[ { "change_type": "MODIFY", "old_path": "Wearable/BadgeCounter/src/BadgeCounter/BadgeCounter/BadgeCounter.csproj", "new_path": "Wearable/BadgeCounter/src/BadgeCounter/BadgeCounter/BadgeCounter.csproj", "diff": "<!-- Include Nuget Package for Xamarin building -->\n<ItemGroup>\n- <PackageReference Incl...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update project settings for 5.5 emulator and tizen sdk 1.0.9
594,231
03.04.2020 10:16:37
-7,200
7b52f4a20212052776188e4c8c1d343047232cdf
Fix unnecessary insertion of special key code into the calculator
[ { "change_type": "MODIFY", "old_path": "Mobile/BasicCalculator/src/BasicCalculator/BasicCalculator/ViewModels/CalculatorViewModel.cs", "new_path": "Mobile/BasicCalculator/src/BasicCalculator/BasicCalculator/ViewModels/CalculatorViewModel.cs", "diff": "@@ -376,7 +376,12 @@ namespace BasicCalculator.V...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix unnecessary insertion of special key code into the calculator
594,261
07.04.2020 16:45:42
-32,400
b0a1355a396f5f4566f3ea378d416865aefa82dc
Add README for Location and Maps Fix runtime crash caused by Xamarin Forms update
[ { "change_type": "MODIFY", "old_path": "Wearable/CustomFonts/src/WorkingWithFonts/WorkingWithFonts/App.cs", "new_path": "Wearable/CustomFonts/src/WorkingWithFonts/WorkingWithFonts/App.cs", "diff": "@@ -11,9 +11,9 @@ namespace WorkingWithFonts\n{\nvar tabs = new IndexPage();\n- tabs.Children.Add(new ...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Add README for Location and Maps Fix runtime crash caused by Xamarin Forms update
594,261
23.04.2020 17:36:26
-32,400
f06a4cbfd09c9a388260965eaae3e8a89fa13bbb
Update Project settings and fix layout issue
[ { "change_type": "MODIFY", "old_path": "TV/CalendarComponent/src/CalendarComponent/CalendarComponent.Tizen.TV/CalendarComponent.Tizen.TV.csproj", "new_path": "TV/CalendarComponent/src/CalendarComponent/CalendarComponent.Tizen.TV/CalendarComponent.Tizen.TV.csproj", "diff": "<ItemGroup>\n<ProjectRefer...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings and fix layout issue
594,261
24.04.2020 14:45:13
-32,400
f1ffa7f8d9f62ea959be4380601e06a66fbc8fc4
Update Project settings for latest dev environment
[ { "change_type": "MODIFY", "old_path": "TV/MediaContent/src/MediaContent/MediaContent.Tizen.TV/MediaContent.Tizen.TV.csproj", "new_path": "TV/MediaContent/src/MediaContent/MediaContent.Tizen.TV/MediaContent.Tizen.TV.csproj", "diff": "<ProjectReference Include=\"..\\MediaContent\\MediaContent.csproj\...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings for latest dev environment
594,261
28.04.2020 12:18:31
-32,400
d84faef2670af14b8a8c7d4f160594705eb5f4f4
Update Project settings for 5.5 / Remove build warnings
[ { "change_type": "MODIFY", "old_path": "Mobile/Accounts/SampleAccount/SampleAccount/SampleAccount.csproj", "new_path": "Mobile/Accounts/SampleAccount/SampleAccount/SampleAccount.csproj", "diff": "<ItemGroup>\n<PackageReference Include=\"Xamarin.Forms\" Version=\"4.5.0.495\" />\n</ItemGroup>\n- <Item...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update Project settings for 5.5 / Remove build warnings
594,288
28.04.2020 17:07:01
-32,400
6d9b4f8e37e7944f684343de56e610c939847bbc
[Mobile][Lescanner] Fix the build warning
[ { "change_type": "MODIFY", "old_path": "Mobile/Lescanner/Lescanner/Lescanner/Lescanner.cs", "new_path": "Mobile/Lescanner/Lescanner/Lescanner/Lescanner.cs", "diff": "@@ -399,10 +399,10 @@ namespace Lescanner\n{\nif (!leDevice.Equals(null))\n{\n- leDevice.GattConnectionStateChanged -= Device_GattConn...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Mobile][Lescanner] Fix the build warning
594,231
30.04.2020 15:52:13
-7,200
c7bdeead4aaa4e93cca786a746bc9fe8429fdd5d
[TV][MapView] Update Xamarin.Forms.Maps nuget package
[ { "change_type": "MODIFY", "old_path": "TV/MapView/src/Maps/Maps.Tizen.TV/Maps.Tizen.TV.csproj", "new_path": "TV/MapView/src/Maps/Maps.Tizen.TV/Maps.Tizen.TV.csproj", "diff": "<Folder Include=\"res\\\" />\n</ItemGroup>\n+ <ItemGroup>\n+ <PackageReference Include=\"Xamarin.Forms\" Version=\"4.5.0.356...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TV][MapView] Update Xamarin.Forms.Maps nuget package
594,261
14.05.2020 17:10:20
-32,400
7162460a4ae6d34530a7de0cf26c304061380556
Update project settings of QRCodeGenerator
[ { "change_type": "MODIFY", "old_path": "Wearable/QRCodeGenerator/QRCodeGenerator/QRCodeGenerator.Tizen.Wearable/QRCodeGenerator.Tizen.Wearable.csproj", "new_path": "Wearable/QRCodeGenerator/QRCodeGenerator/QRCodeGenerator.Tizen.Wearable/QRCodeGenerator.Tizen.Wearable.csproj", "diff": "<!-- Property ...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update project settings of QRCodeGenerator
594,261
14.05.2020 18:03:10
-32,400
c1e0e4b1e784389cef534b7314e1c182267a327e
Update CLI build script to check all apps
[ { "change_type": "ADD", "old_path": null, "new_path": "Mobile/build_m.sh", "diff": "+#!/bin/bash\n+\n+rm build_result_m.txt\n+\n+for file in **/*.sln; do\n+ echo \"$file\"\n+ sudo dotnet clean \"./$file\"\n+ sudo dotnet clean \"------------------------------------------------------------------------...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Update CLI build script to check all apps Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
594,271
15.05.2020 15:19:01
-28,800
6b6057d5b500db31069e407b9060fffd9dac099b
[NUI] Modified warings of TV
[ { "change_type": "MODIFY", "old_path": "TV/AnimationSample/AnimationSample/src/AnimationSample.cs", "new_path": "TV/AnimationSample/AnimationSample/src/AnimationSample.cs", "diff": "@@ -19,7 +19,7 @@ using System;\nusing Tizen;\nusing System.Runtime.InteropServices;\nusing Tizen.NUI;\n-using Tizen.N...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[NUI] Modified warings of TV
594,261
19.05.2020 18:33:09
-32,400
c615fe7906cd545eeaf5f82380b309ea02918c88
Fix build error - name space issue.
[ { "change_type": "MODIFY", "old_path": "Mobile/UI/ApplicationControl/ApplicationControl/ApplicationControl/ApplicationLayout.cs", "new_path": "Mobile/UI/ApplicationControl/ApplicationControl/ApplicationControl/ApplicationLayout.cs", "diff": "@@ -207,7 +207,7 @@ namespace ApplicationControl\nreturn p...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Fix build error - name space issue.
594,223
19.05.2020 21:10:43
-32,400
445c45649826d382e6015bc2f7d9e03718ba994f
[ApplicationControl]Fix build error
[ { "change_type": "MODIFY", "old_path": "Mobile/UI/ApplicationControl/ApplicationControl/ApplicationControl/ApplicationLayout.cs", "new_path": "Mobile/UI/ApplicationControl/ApplicationControl/ApplicationControl/ApplicationLayout.cs", "diff": "@@ -207,7 +207,7 @@ namespace ApplicationControl\nreturn p...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[ApplicationControl]Fix build error
594,223
19.05.2020 21:12:43
-32,400
5c735b19d56fdc0f6f53528da4616a33b4f79fd1
[Puzzle] refactoring PuzzleSquare with X.F.ImageButton
[ { "change_type": "DELETE", "old_path": "Mobile/UI/Puzzle/Puzzle/Puzzle.Tizen.Mobile/Effects/BlendColorEffect.cs", "new_path": null, "diff": "-/*\n- * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * y...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Puzzle] refactoring PuzzleSquare with X.F.ImageButton
594,261
26.05.2020 11:46:42
-32,400
162ebcdc6ea3906d705b9f22aa4769a2cd436648
Downgrade SkiaSharp version for TV limitation.
[ { "change_type": "MODIFY", "old_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/CubeWithSkiaSharp.csproj", "new_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/CubeWithSkiaSharp.csproj", "diff": "<ItemGroup>\n<PackageReference Include=\"OpenTK.Tizen\" Version=\"3.0.2\" />\n<PackageReference Include=\"...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Downgrade SkiaSharp version for TV limitation.
594,261
27.05.2020 11:09:29
-32,400
d3fcfc2a1add1a0146c3dcef0dee34177a5f6656
Remove 2 build warnings of CubeWithSkiaSharp
[ { "change_type": "MODIFY", "old_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/CubeWithSkiaSharp.csproj", "new_path": "TV/CubeWithSkiaSharp/CubeWithSkiaSharp/CubeWithSkiaSharp.csproj", "diff": "<ItemGroup>\n<PackageReference Include=\"OpenTK.Tizen\" Version=\"3.0.2\" />\n- <PackageReference Include=...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Remove 2 build warnings of CubeWithSkiaSharp
594,223
27.05.2020 17:17:02
-32,400
36f55bee9de6d15cbd0520243286469708cb3c21
[ImageViewer]Fix images not displaying issue in tizen 5.5
[ { "change_type": "MODIFY", "old_path": "Wearable/ImageViewer/ImageViewer/ViewModels/MainListPageViewModel.cs", "new_path": "Wearable/ImageViewer/ImageViewer/ViewModels/MainListPageViewModel.cs", "diff": "@@ -188,7 +188,7 @@ namespace MediaContent.ViewModels\n{\nvar selectArgs = new SelectArguments\n...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[ImageViewer]Fix images not displaying issue in tizen 5.5
594,249
11.06.2020 17:30:12
-32,400
8c5b5e6ccc97eeb6f289a34f712db3e1f295ef2f
Use the latest version of Tizen.CircularUI
[ { "change_type": "MODIFY", "old_path": "Wearable/VoiceMemo/VoiceMemo/VoiceMemo.csproj", "new_path": "Wearable/VoiceMemo/VoiceMemo/VoiceMemo.csproj", "diff": "<ItemGroup>\n<PackageReference Include=\"sqlite\" Version=\"3.13.0\" />\n<PackageReference Include=\"sqlite-net-base\" Version=\"1.5.166-beta\...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Use the latest version of Tizen.CircularUI
594,281
27.07.2020 19:44:33
-32,400
59433d0f9d10b3649ceafaaf029a7412b447db80
[Wearable] Add Orientation Detection APP This sample app provides a guide for how to use the nnstreamer Pipeline API introduced in Tizen 6.0 Related link :
[ { "change_type": "ADD", "old_path": null, "new_path": "Wearable/MachineLearning/OrientationDetection/LICENSE", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apache.org/licenses/\n+\n+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n+\n+ 1. Definitions.\n+\n+ \"Li...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[Wearable] Add Orientation Detection APP This sample app provides a guide for how to use the nnstreamer Pipeline API introduced in Tizen 6.0 Related link : - https://github.com/nnstreamer/nnstreamer - https://samsung.github.io/TizenFX/API8/api/Tizen.MachineLearning.Inference.html Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
594,277
24.08.2020 17:10:37
-10,800
c45a7a7a9428914979e2c01f4eb2e5fe869c7bd9
Find all samples on CLI build
[ { "change_type": "MODIFY", "old_path": "Mobile/build_m.sh", "new_path": "Mobile/build_m.sh", "diff": "rm build_result_m.txt\n-for file in **/*.sln; do\n+for file in $(find ./ -name \"*.sln\"); do\necho \"$file\"\nsudo dotnet clean \"./$file\"\nsudo dotnet clean \"------------------------------------...
C#
Apache License 2.0
samsung/tizen-csharp-samples
Find all samples on CLI build Signed-off-by: Timur <t-mustafin@partner.samsung.com>
594,278
03.09.2020 18:23:33
-28,800
9d4c3497593f4f23f55fb2da680b59a4c56af7bb
[TV/FlexContainerSample] Replace FlexContainer by FlexLayout.
[ { "change_type": "MODIFY", "old_path": "TV/FlexContainerSample/FlexContainerSample/src/Devices.cs", "new_path": "TV/FlexContainerSample/FlexContainerSample/src/Devices.cs", "diff": "*\n*/\n-using System;\n-using System.Collections.Generic;\n-using System.Text;\nusing Tizen.NUI;\nnamespace FlexContai...
C#
Apache License 2.0
samsung/tizen-csharp-samples
[TV/FlexContainerSample] Replace FlexContainer by FlexLayout.