Revert "Remove Controls" (#152)
author유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Wed, 18 Mar 2020 07:25:18 +0000 (16:25 +0900)
committer윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Wed, 18 Mar 2020 07:25:18 +0000 (16:25 +0900)
commit63f77fe9079c1b444275b835ab7e580e5e48fbd2
tree15e8d10645f65eea34b8c822d7adfe56f928534b
parent12761c50f25857c1b46bea048cc38e31c809d168
Revert "Remove Controls" (#152)

* Revert "Remove the TargetIdiom and Profile (#137)"

This reverts commit 7461c01c17e3bad6edefa4f904f33547cfee0141.

* Revert "Remove MasterDetialPage (#136)"

This reverts commit 810091904c2491b6c3b7f0610aacd71eee4c72a8.

* Revert "Remove the unused code in NavigationPage (#134)"

This reverts commit 2c3e047eafc060585233a78a0a360d8b4e0d9a2b.

* Revert "Remove SearchBar (#131)"

This reverts commit 4044c3dc779c3c2532b7b7375223f6aa841cf5ff.

* Revert "Remove Picker,DatePicker,TimePicker (#130)"

This reverts commit 9ac5e590b496e33a3fa70c4816e085d1d3686d30.

* Revert "Remove TabbedPage (#129)"

This reverts commit 1ee705f6fef0623d2fa71c564d59806893e37d77.

* Revert "Remove CheckBox (#125)"

This reverts commit 08f37db3a156e3cd15adcd50a7ee0eb160e7e9d3.

* Revert "Remove the unused properties (#121)"

This reverts commit 49cac3c31f396932b4066ebb1338d74edd0d449e.
59 files changed:
Xamarin.Forms/Xamarin.Forms.Core/Button.cs
Xamarin.Forms/Xamarin.Forms.Core/CheckBox.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/DatePicker.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/Editor.cs
Xamarin.Forms/Xamarin.Forms.Core/Entry.cs
Xamarin.Forms/Xamarin.Forms.Core/Frame.cs
Xamarin.Forms/Xamarin.Forms.Core/IMasterDetailPageController.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/ISearchBarController.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/ImageButton.cs
Xamarin.Forms/Xamarin.Forms.Core/InputView.cs
Xamarin.Forms/Xamarin.Forms.Core/Internals/ToolbarTracker.cs
Xamarin.Forms/Xamarin.Forms.Core/Label.cs
Xamarin.Forms/Xamarin.Forms.Core/Layout.cs
Xamarin.Forms/Xamarin.Forms.Core/ListView.cs
Xamarin.Forms/Xamarin.Forms.Core/MasterBehavior.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/MasterDetailPage.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/NavigationPage.cs
Xamarin.Forms/Xamarin.Forms.Core/Picker.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/NavigationPage.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs
Xamarin.Forms/Xamarin.Forms.Core/Properties/AssemblyInfo.cs [changed mode: 0644->0755]
Xamarin.Forms/Xamarin.Forms.Core/RefreshView.cs
Xamarin.Forms/Xamarin.Forms.Core/SearchBar.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/Slider.cs
Xamarin.Forms/Xamarin.Forms.Core/Switch.cs
Xamarin.Forms/Xamarin.Forms.Core/TabbedPage.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Core/TimePicker.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Cells/ImageCellRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Cells/TextCellRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Forms.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/DateChangedEventArgs.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/DateTimePicker.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/DateTimePickerDialog.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/IDateTimeDialog.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/MasterDetailPage.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/Watch/WatchDataTimePickerDialog.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Native/Watch/WatchDateTimePicker.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Platform.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/ButtonRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/CheckBoxRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/CustomFocusManager.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/DatePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/EditorRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/FrameRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/MasterDetailContainer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/MasterDetailPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/NavigationPageRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/PickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/SearchBarRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/SwitchRenderer.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/TabbedPageRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Renderers/TimePickerRenderer.cs [new file with mode: 0644]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Shell/ShellNavBar.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/StaticRegistrar.cs
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
Xamarin.Forms/Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs