Add Tizen backend renderer
authorKangho Hur <kangho.hur@samsung.com>
Fri, 16 Dec 2016 02:00:07 +0000 (11:00 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Fri, 24 Mar 2017 04:18:57 +0000 (13:18 +0900)
commit4f0149dae93bf80770664d74a33f27c8f0821310
treef42aa298fe8ab04e5e898d84a337bbcfcf44229e
parent4cf32c94986e6541f67c4909ac5428c92a221bce
Add Tizen backend renderer

- Xamarin.Forms.Platform.Tizen has been added
- Xamarin.Forms.Maps.Tizen has been added
- RPM build spec has been added

Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d
111 files changed:
.nuspec/Xamarin.Forms.Maps.Tizen.nuspec [new file with mode: 0644]
.nuspec/Xamarin.Forms.Platform.Tizen.nuspec [new file with mode: 0644]
Xamarin.Forms.Core/Properties/AssemblyInfo.cs
Xamarin.Forms.Maps.Tizen/FormsMaps.cs [new file with mode: 0755]
Xamarin.Forms.Maps.Tizen/GeocoderBackend.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Tizen/MapControl.cs [new file with mode: 0755]
Xamarin.Forms.Maps.Tizen/MapRenderer.cs [new file with mode: 0755]
Xamarin.Forms.Maps.Tizen/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj [new file with mode: 0644]
Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.project.json [new file with mode: 0755]
Xamarin.Forms.Maps.Tizen/packages.config [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Cells/EntryCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Cells/TextCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Cells/ViewCellRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Deserializer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/EvasObjectWrapper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ExportCellAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ExportImageSourceHandlerAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ExportRendererAttribute.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Extensions/ColorExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Extensions/KeyboardExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Extensions/LayoutExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Extensions/ScrollToPositionExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Extensions/TextAlignmentExtensions.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Forms.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/FormsApplication.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/GestureHandler.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Log/ConsoleLogger.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Log/DlogLogger.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Log/ILogger.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Log/Log.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Log/XamarinLogListener.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Box.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Button.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Canvas.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/ContentPage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/DateChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/DatePicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/DateTimePickerDialog.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Dialog.cs [new file with mode: 0755]
Xamarin.Forms.Platform.Tizen/Native/DisplayOrientations.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Entry.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/FormattedString.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/IContainable.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/IMeasurable.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/ITextable.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Image.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Keyboard.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Label.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/LayoutEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/LineBreakMode.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/ListView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/MasterDetailPage.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/ObservableCollection.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/SearchBar.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Span.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/TableView.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/TextAlignment.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/TextHelper.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/TimePicker.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Native/Window.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Platform.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/PlatformEffect.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ActivityIndicatorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/BoxViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ButtonRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/CarouselPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ContentPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/EditorRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/EntryRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/EvasObjectWrapperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/FrameRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/IVisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ImageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/LabelRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/LayoutRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ListViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/MasterDetailPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/NavigationPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ProgressBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ScrollViewRenderer.cs [new file with mode: 0755]
Xamarin.Forms.Platform.Tizen/Renderers/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/SliderRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/StepperRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/SwitchRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/TableViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/TimePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/ViewRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Renderers/VisualElementRenderer.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ResourcePath.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ResourcesProvider.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/TizenIsolatedStorageFile.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/TizenTitleBarVisibility.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/ViewInitializedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/VisualElementChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/VisualElementRendererFlags.cs [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json [new file with mode: 0644]
Xamarin.Forms.Tizen.sln [new file with mode: 0644]
packaging/custom-find-requires [new file with mode: 0755]
packaging/xamarin-forms-tizen.manifest [new file with mode: 0755]
packaging/xamarin-forms-tizen.spec [new file with mode: 0644]