[NUI] Fix NUITizenGallery to run on Ubuntu VS-Code debugging
authordongsug.song <dongsug.song@samsung.com>
Thu, 4 Nov 2021 05:55:36 +0000 (14:55 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
commit991bdc770f59dff7f49bfd99be5884a3872d5e2c
tree17db3dd9e0e38d3a256db11317fa6bf41d8cfbf4
parent210c19dcac5bd0535e588d34044b06de401cc0d6
[NUI] Fix NUITizenGallery to run on Ubuntu VS-Code debugging
450 files changed:
test/NUITizenGallery/Examples/AbsoluteLayoutTest/AbsoluteLayoutTestPage.xaml
test/NUITizenGallery/Examples/ActivityIndicatorTest/ActivityIndicatorTestPage.xaml
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestPage.xaml
test/NUITizenGallery/Examples/AnimationTest/AnimationTest1Page.xaml
test/NUITizenGallery/Examples/AnimationTest/AnimationTest2Page.xaml
test/NUITizenGallery/Examples/AnimationTest/AnimationTest3Page.xaml
test/NUITizenGallery/Examples/BackgroundColorTest/BackgroundColorTest1Page.xaml
test/NUITizenGallery/Examples/BackgroundColorTest/BackgroundColorTest2Page.xaml
test/NUITizenGallery/Examples/BackgroundColorTest/BackgroundColorTest3Page.xaml
test/NUITizenGallery/Examples/BackgroundColorTest/BackgroundColorTest4Page.xaml
test/NUITizenGallery/Examples/BackgroundColorTest/BackgroundColorTest5Page.xaml
test/NUITizenGallery/Examples/BackgroundTest/BackgroundTestPage.xaml
test/NUITizenGallery/Examples/BindingTest/BindingTest1Page.xaml
test/NUITizenGallery/Examples/BindingTest/BindingTest2Page.xaml
test/NUITizenGallery/Examples/BoxViewTest/BoxViewTest1Page.xaml
test/NUITizenGallery/Examples/BoxViewTest/BoxViewTest2Page.xaml
test/NUITizenGallery/Examples/BoxViewTest/BoxViewTest3Page.xaml
test/NUITizenGallery/Examples/BoxViewTest/BoxViewTest4Page.xaml
test/NUITizenGallery/Examples/BrushTest/BrushBackgroundTestPage.xaml
test/NUITizenGallery/Examples/BrushTest/BrushBorderTestPage.xaml
test/NUITizenGallery/Examples/BrushTest/BrushComponentsTestPage.xaml
test/NUITizenGallery/Examples/BrushTest/BrushImageTestPage.xaml
test/NUITizenGallery/Examples/BrushTest/BrushViewerTestPage.xaml
test/NUITizenGallery/Examples/ButtonTest/ButtonTest1Page.xaml
test/NUITizenGallery/Examples/ButtonTest/ButtonTest2Page.xaml
test/NUITizenGallery/Examples/ButtonTest/ButtonTest5Page.xaml
test/NUITizenGallery/Examples/ButtonTest/ButtonTest6Page.xaml
test/NUITizenGallery/Examples/ButtonTest/ButtonTest7Page.xaml
test/NUITizenGallery/Examples/CarouselTest/CarouselPageTest1Page.xaml
test/NUITizenGallery/Examples/CarouselTest/CarouselViewFocusTestPage.xaml
test/NUITizenGallery/Examples/CarouselTest/CarouselViewTest1Page.xaml
test/NUITizenGallery/Examples/CarouselTest/CarouselViewTest2Page.xaml
test/NUITizenGallery/Examples/CarouselTest/CarouselViewTest4Page.xaml
test/NUITizenGallery/Examples/CheckBoxTest/CheckBoxTestPage.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewCustomItemTestPage.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewFooterTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewObservableTestPage.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest1Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest2Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest3Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest4Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest5Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest6Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest7Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest8Page.xaml
test/NUITizenGallery/Examples/CollectionViewTest/CollectionViewTest9Page.xaml
test/NUITizenGallery/Examples/ContentPageTest/ContentPageTestPage1.xaml
test/NUITizenGallery/Examples/ContentPageTest/ContentPageTestPage2.xaml
test/NUITizenGallery/Examples/CustomCellTest/CustomCellTestPage.xaml
test/NUITizenGallery/Examples/DatePickerTest/DatePickerTestPage.xaml
test/NUITizenGallery/Examples/EditorTest/EditorTest1.cs [moved from test/NUITizenGallery/Examples/EditorTest1/EditorTest1.cs with 93% similarity]
test/NUITizenGallery/Examples/EditorTest/EditorTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/EditorTest/EditorTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/EditorTest1/EditorTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/EditorTest/EditorTest2.cs [moved from test/NUITizenGallery/Examples/EditorTest2/EditorTest2.cs with 93% similarity]
test/NUITizenGallery/Examples/EditorTest/EditorTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/EditorTest/EditorTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/EditorTest2/EditorTest2.xaml.cs with 98% similarity]
test/NUITizenGallery/Examples/EntryTest/EntryTest1.cs [moved from test/NUITizenGallery/Examples/EntryTest1/EntryTest1.cs with 87% similarity]
test/NUITizenGallery/Examples/EntryTest/EntryTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/EntryTest/EntryTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/EntryTest1/EntryTest1Page.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/EntryTest/EntryTest2.cs [moved from test/NUITizenGallery/Examples/EntryTest2/EntryTest2.cs with 87% similarity]
test/NUITizenGallery/Examples/EntryTest/EntryTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/EntryTest/EntryTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/EntryTest2/EntryTest2Page.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/EntryTest/EntryTest4.cs [moved from test/NUITizenGallery/Examples/EntryTest4/EntryTest4.cs with 87% similarity]
test/NUITizenGallery/Examples/EntryTest/EntryTest4Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/EntryTest/EntryTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/EntryTest4/EntryTest4Page.xaml.cs with 99% similarity]
test/NUITizenGallery/Examples/FlexTest/FlexTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/FlexTest1/FlexTest1.xaml.cs with 90% similarity]
test/NUITizenGallery/Examples/FlexTest/FlexTest2.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/FlexTest2/FlexTest2.xaml.cs with 90% similarity]
test/NUITizenGallery/Examples/FlexTest/FlexTest3.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest3Page.xaml [moved from test/NUITizenGallery/res/layout/FlexTest3Page.xaml with 56% similarity]
test/NUITizenGallery/Examples/FlexTest/FlexTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/FlexTest3/FlexTest3.xaml.cs with 90% similarity]
test/NUITizenGallery/Examples/FlexTest/FlexTest5.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest5Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/FlexTest/FlexTest5Page.xaml.cs [moved from test/NUITizenGallery/Examples/FlexTest5/FlexTest5.xaml.cs with 90% similarity]
test/NUITizenGallery/Examples/FlexTest1/FlexTest1.cs [deleted file]
test/NUITizenGallery/Examples/FlexTest2/FlexTest2.cs [deleted file]
test/NUITizenGallery/Examples/FlexTest3/FlexTest3.cs [deleted file]
test/NUITizenGallery/Examples/FlexTest5/FlexTest5.cs [deleted file]
test/NUITizenGallery/Examples/FrameLayoutTest/FrameLayoutTest1.cs [moved from test/NUITizenGallery/Examples/FrameLayoutTest1/FrameLayoutTest1.cs with 86% similarity]
test/NUITizenGallery/Examples/FrameLayoutTest/FrameLayoutTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/FrameLayoutTest/FrameLayoutTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/StackLayoutTest3/StackLayoutTest3Page.xaml.cs with 93% similarity]
test/NUITizenGallery/Examples/FrameLayoutTest/FrameLayoutTest2.cs [moved from test/NUITizenGallery/Examples/FrameLayoutTest2/FrameLayoutTest2.cs with 86% similarity]
test/NUITizenGallery/Examples/FrameLayoutTest/FrameLayoutTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/FrameLayoutTest/FrameLayoutTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/FrameLayoutTest2/FrameLayoutTest2Page.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/FrameLayoutTest1/FrameLayoutTest1Page.xaml.cs [deleted file]
test/NUITizenGallery/Examples/FrameTest/FrameTest1.cs [moved from test/NUITizenGallery/Examples/FrameTest1/FrameTest1.cs with 87% similarity]
test/NUITizenGallery/Examples/FrameTest/FrameTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/FrameTest/FrameTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/FrameTest1/FrameTest1.xaml.cs with 96% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest1.cs [moved from test/NUITizenGallery/Examples/GridTest1/GridTest1.cs with 87% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest1Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/GridTest/GridTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/GridTest1/GridTest1.xaml.cs with 94% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest2.cs [moved from test/NUITizenGallery/Examples/GridTest2/GridTest2.cs with 87% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest2Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/GridTest/GridTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/GridTest2/GridTest2.xaml.cs with 93% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest3.cs [moved from test/NUITizenGallery/Examples/GridTest3/GridTest3.cs with 86% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest3Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/GridTest/GridTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/GridTest3/GridTest3.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest4.cs [moved from test/NUITizenGallery/Examples/GridTest4/GridTest4.cs with 86% similarity]
test/NUITizenGallery/Examples/GridTest/GridTest4Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/GridTest/GridTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/GridTest4/GridTest4.xaml.cs with 99% similarity]
test/NUITizenGallery/Examples/HelloWorld/HelloWorld.cs
test/NUITizenGallery/Examples/HelloWorld/HelloWorldPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/HelloWorld/HelloWorldPage.xaml.cs [moved from test/NUITizenGallery/Examples/HelloWorld/HelloWorld.xaml.cs with 65% similarity]
test/NUITizenGallery/Examples/IconTest/IconTest.cs
test/NUITizenGallery/Examples/IconTest/IconTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/IconTest/IconTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/IconTest/IconTest.xaml.cs with 85% similarity]
test/NUITizenGallery/Examples/ImageButtonTest/ImageButtonTest.cs
test/NUITizenGallery/Examples/ImageButtonTest/ImageButtonTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ImageButtonTest/ImageButtonTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/ImageButtonTest/ImageButtonTest.xaml.cs with 85% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest1.cs [moved from test/NUITizenGallery/Examples/ImageTest1/ImageTest1.cs with 86% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest1Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ImageTest/ImageTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/ImageTest1/ImageTest1.xaml.cs with 89% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest2.cs [moved from test/NUITizenGallery/Examples/ImageTest2/ImageTest2.cs with 86% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest2Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ImageTest/ImageTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/ImageTest2/ImageTest2.xaml.cs with 84% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest3.cs [moved from test/NUITizenGallery/Examples/ImageTest3/ImageTest3.cs with 86% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest3Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ImageTest/ImageTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/ImageTest3/ImageTest3.xaml.cs with 93% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest4.cs [moved from test/NUITizenGallery/Examples/ImageTest4/ImageTest4.cs with 86% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest4Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ImageTest/ImageTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/ImageTest4/ImageTest4.xaml.cs with 93% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest5.cs [moved from test/NUITizenGallery/Examples/ImageTest5/ImageTest5.cs with 86% similarity]
test/NUITizenGallery/Examples/ImageTest/ImageTest5Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ImageTest/ImageTest5Page.xaml.cs [moved from test/NUITizenGallery/Examples/ImageTest5/ImageTest5.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest1.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest1/IndicatorViewTest1.cs with 86% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest1/IndicatorViewTest1.xaml.cs with 97% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest2.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest2/IndicatorViewTest2.cs with 87% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest2/IndicatorViewTest2.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest3.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest3/IndicatorViewTest3.cs with 87% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest3Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest3/IndicatorViewTest3.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest4.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest4/IndicatorViewTest4.cs with 86% similarity]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest4Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/IndicatorViewTest/IndicatorViewTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/IndicatorViewTest4/IndicatorViewTest4.xaml.cs with 96% similarity]
test/NUITizenGallery/Examples/KeyboardTest/KeyboardTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/KeyboardTest/KeyboardTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/KeyboardTest/KeyboardTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/KeyboardTest1/KeyboardTest1Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/KeyboardTest1/KeyboardTest1.cs [deleted file]
test/NUITizenGallery/Examples/LabelTest/LabelTest1.cs [moved from test/NUITizenGallery/Examples/LabelTest1/LabelTest1.cs with 87% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LabelTest/LabelTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/LabelTest1/LabelTest1Page.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest2.cs [moved from test/NUITizenGallery/Examples/LabelTest2/LabelTest2.cs with 87% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LabelTest/LabelTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/LabelTest2/LabelTest2Page.xaml.cs with 96% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest3.cs [moved from test/NUITizenGallery/Examples/LabelTest3/LabelTest3.cs with 87% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest3Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LabelTest/LabelTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/LabelTest3/LabeTest3Page.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest5.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LabelTest/LabelTest5Page.xaml [moved from test/NUITizenGallery/res/layout/LabelTest5Page.xaml with 83% similarity]
test/NUITizenGallery/Examples/LabelTest/LabelTest5Page.xaml.cs [moved from test/NUITizenGallery/Examples/LabelTest5/LabelTest5Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/LabelTest5/LabelTest5.cs [deleted file]
test/NUITizenGallery/Examples/LayoutAddRemoveTest/LayoutAddRemoveTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LayoutAddRemoveTest/LayoutAddRemoveTest1Page.xaml [moved from test/NUITizenGallery/res/layout/LayoutAddRemoveTest1Page.xaml with 78% similarity]
test/NUITizenGallery/Examples/LayoutAddRemoveTest/LayoutAddRemoveTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/LayoutAddRemoveTest1/LayoutAddRemoveTest1Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/LayoutAddRemoveTest/LayoutAddRemoveTest2.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LayoutAddRemoveTest/LayoutAddRemoveTest2Page.xaml [moved from test/NUITizenGallery/res/layout/LayoutAddRemoveTest2Page.xaml with 92% similarity]
test/NUITizenGallery/Examples/LayoutAddRemoveTest/LayoutAddRemoveTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/LayoutAddRemoveTest2/LayoutAddRemoveTest2Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/LayoutAddRemoveTest1/LayoutAddRemoveTest1.cs [deleted file]
test/NUITizenGallery/Examples/LayoutAddRemoveTest2/LayoutAddRemoveTest2.cs [deleted file]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/StackLayoutTest1/StackLayoutTest1Page.xaml.cs with 94% similarity]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest2.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest2Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest3.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest3Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest3Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest4.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest4Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/StackLayoutTest4/StackLayoutTest4Page.xaml.cs with 93% similarity]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest5.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest5Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest5Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest6.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest6Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest6Page.xaml.cs [moved from test/NUITizenGallery/Examples/StackLayoutTest6/StackLayoutTest6Page.xaml.cs with 97% similarity]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest8.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest8Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/LinearLayoutTest/LinearLayoutTest8Page.xaml.cs [moved from test/NUITizenGallery/Examples/StackLayoutTest8/StackLayoutTest8Page.xaml.cs with 97% similarity]
test/NUITizenGallery/Examples/ListViewFooterTest1/ListViewFooterTest1.cs [deleted file]
test/NUITizenGallery/Examples/ListViewFooterTest1/ListViewFooterTest1.xaml.cs [deleted file]
test/NUITizenGallery/Examples/MenuTest/MenuTest.cs
test/NUITizenGallery/Examples/MenuTest/MenuTestMenu.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/MenuTest/MenuTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/MenuTest/MenuTestPage.xaml.cs
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest1.cs [moved from test/NUITizenGallery/Examples/NavigatorTest1/NavigatorTest1.cs with 92% similarity]
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest1Page.xaml [moved from test/NUITizenGallery/res/layout/NavigatorTest/NavigatorTest1Page.xaml with 65% similarity]
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/NavigatorTest1/NavigatorTest1Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest2.cs [moved from test/NUITizenGallery/Examples/NavigatorTest2/NavigatorTest2.cs with 92% similarity]
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest2Page.xaml [moved from test/NUITizenGallery/res/layout/NavigatorTest/NavigatorTest2Page.xaml with 68% similarity]
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/NavigatorTest2/NavigatorTest2Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/OpacityTest/OpacityTest1.cs [moved from test/NUITizenGallery/Examples/OpacityTest1/OpacityTest1.cs with 87% similarity]
test/NUITizenGallery/Examples/OpacityTest/OpacityTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/OpacityTest/OpacityTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/OpacityTest1/OpacityTest1.xaml.cs with 93% similarity]
test/NUITizenGallery/Examples/PanGestureTest/PanGestureTest1.cs [moved from test/NUITizenGallery/Examples/PanGestureTest1/PanGestureTest1.cs with 52% similarity]
test/NUITizenGallery/Examples/PanGestureTest/PanGestureTest1.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PanGestureTest/PanGestureTest1.xaml.cs [moved from test/NUITizenGallery/Examples/PanGestureTest1/PanGestureTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/PerformanceTest/ListItemTitle.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/ListItemTitle.xaml.cs [moved from test/NUITizenGallery/Examples/PerformanceTest1/ListItemTitle.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/PerformanceTest/ListItemTitleSwitch.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/ListItemTitleSwitch.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/ListItemTitleView.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/ListItemTitleView.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest1.cs [moved from test/NUITizenGallery/Examples/PerformanceTest1/PerformanceTest1.cs with 87% similarity]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/PerformanceTest1/PerformanceTest1.xaml.cs with 96% similarity]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest2.cs [moved from test/NUITizenGallery/Examples/PerformanceTest2/PerformanceTest2.cs with 87% similarity]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest2Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest3.cs [moved from test/NUITizenGallery/Examples/PerformanceTest3/PerformanceTest3.cs with 87% similarity]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest3Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PerformanceTest/PerformanceTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/PerformanceTest3/PerformanceTest3.xaml.cs with 53% similarity]
test/NUITizenGallery/Examples/PerformanceTest2/ListItemTitleSwitch.xaml.cs [deleted file]
test/NUITizenGallery/Examples/PerformanceTest2/PerformanceTest2.xaml.cs [deleted file]
test/NUITizenGallery/Examples/PerformanceTest3/ListItemTitleView.xaml.cs [deleted file]
test/NUITizenGallery/Examples/PickerTest/PickerTest1.cs [moved from test/NUITizenGallery/Examples/PickerTest1/PickerTest1.cs with 78% similarity]
test/NUITizenGallery/Examples/PickerTest/PickerTest1Page.xaml [moved from test/NUITizenGallery/res/layout/PickerTest1Page.xaml with 54% similarity]
test/NUITizenGallery/Examples/PickerTest/PickerTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/PickerTest1/PickerTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/PinchGestureTest/PinchGestureTest1.cs [moved from test/NUITizenGallery/Examples/PinchGestureTest1/PinchGestureTest1.cs with 51% similarity]
test/NUITizenGallery/Examples/PinchGestureTest/PinchGestureTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/PinchGestureTest/PinchGestureTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/PinchGestureTest1/PinchGestureTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ProgressbarTest/ProgressbarTest1.cs [moved from test/NUITizenGallery/Examples/ProgressbarTest1/ProgressbarTest1.cs with 86% similarity]
test/NUITizenGallery/Examples/ProgressbarTest/ProgressbarTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ProgressbarTest/ProgressbarTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/ProgressbarTest1/ProgressbarTest1.xaml.cs with 86% similarity]
test/NUITizenGallery/Examples/RecalculateTest/RecalculateTest1.cs [moved from test/NUITizenGallery/Examples/RecalculateTest1/RecalculateTest1.cs with 84% similarity]
test/NUITizenGallery/Examples/RecalculateTest/RecalculateTest1Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/RecalculateTest/RecalculateTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/RecalculateTest1/RecalculateTest1.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/RefreshViewTest/RefreshViewTest1.cs [moved from test/NUITizenGallery/Examples/RefreshViewTest1/RefreshViewTest1.cs with 85% similarity]
test/NUITizenGallery/Examples/RefreshViewTest/RefreshViewTest1Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/RefreshViewTest/RefreshViewTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/RefreshViewTest1/RefreshViewTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/RotationTest/RotationTest1.cs [moved from test/NUITizenGallery/Examples/RotationTest1/RotationTest1.cs with 86% similarity]
test/NUITizenGallery/Examples/RotationTest/RotationTest1Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/RotationTest/RotationTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/RotationTest1/RotationTest1.xaml.cs with 98% similarity]
test/NUITizenGallery/Examples/ScaleTest/ScaleTest1.cs [moved from test/NUITizenGallery/Examples/ScaleTest1/ScaleTest1.cs with 88% similarity]
test/NUITizenGallery/Examples/ScaleTest/ScaleTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ScaleTest/ScaleTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScaleTest1/ScaleTest1.xaml.cs with 96% similarity]
test/NUITizenGallery/Examples/ScaleTest/ScaleTest2.cs [moved from test/NUITizenGallery/Examples/ScaleTest2/ScaleTest2.cs with 88% similarity]
test/NUITizenGallery/Examples/ScaleTest/ScaleTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ScaleTest/ScaleTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScaleTest2/ScaleTest2.xaml.cs with 97% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest1.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest1/ScrollViewTest1.cs with 86% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest1Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest1/ScrollViewTest1.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest2.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest2/ScrollViewTest2.cs with 100% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest2Page.xaml [moved from test/NUITizenGallery/res/layout/ScrollViewTest2Page.xaml with 51% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest2/ScrollViewTest2.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest3.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest3/ScrollViewTest3.cs with 85% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest3Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest3/ScrollViewTest3.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest4.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest4/ScrollViewTest4.cs with 100% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest4Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest4/ScrollViewTest4.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest6.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest6/ScrollViewTest6.cs with 85% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest6Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest6Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest6/ScrollViewTest6.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest7.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest7/ScrollViewTest7.cs with 85% similarity]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest7Page.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/ScrollViewTest/ScrollViewTest7Page.xaml.cs [moved from test/NUITizenGallery/Examples/ScrollViewTest7/ScrollViewTest7.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/SetColorTest/SetColorTest.cs
test/NUITizenGallery/Examples/SetColorTest/SetColorTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SetColorTest/SetColorTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/SetColorTest/SetColorTest.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ShadowFrameTest/ShadowFrameTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/ShadowFrameTest/ShadowFrameTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ShadowFrameTest/ShadowFrameTest1Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/SimpleTest/SimpleTest.cs
test/NUITizenGallery/Examples/SimpleTest/SimpleTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SimpleTest/SimpleTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/SimpleTest/SimpleTest.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/SliderTest/SliderTest1.cs [moved from test/NUITizenGallery/Examples/SliderTest1/SliderTest1.cs with 52% similarity]
test/NUITizenGallery/Examples/SliderTest/SliderTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SliderTest/SliderTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/SliderTest1/SliderTest1.xaml.cs with 90% similarity]
test/NUITizenGallery/Examples/SliderTest/SliderTest2.cs [moved from test/NUITizenGallery/Examples/SliderTest2/SliderTest2.cs with 52% similarity]
test/NUITizenGallery/Examples/SliderTest/SliderTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SliderTest/SliderTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/SliderTest2/SliderTest2.xaml.cs with 94% similarity]
test/NUITizenGallery/Examples/StackInGridTest/StackInGridTest1.cs [moved from test/NUITizenGallery/Examples/StackInGridTest1/StackInGridTest1.cs with 100% similarity]
test/NUITizenGallery/Examples/StackInGridTest/StackInGridTest1Page.xaml [moved from test/NUITizenGallery/res/layout/StackInGridTest1Page.xaml with 90% similarity]
test/NUITizenGallery/Examples/StackInGridTest/StackInGridTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/StackInGridTest1/StackInGridTest1Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/StackLayoutTest1/StackLayoutTest1.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest2/StackLayoutTest2.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest2/StackLayoutTest2Page.xaml.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest3/StackLayoutTest3.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest4/StackLayoutTest4.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest4/StackLayoutTest5.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest4/StackLayoutTest5Page.xaml.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest6/StackLayoutTest6.cs [deleted file]
test/NUITizenGallery/Examples/StackLayoutTest8/StackLayoutTest8.cs [deleted file]
test/NUITizenGallery/Examples/SwipeGestureRecognizerTest/SwipeGestureRecognizerTest.cs
test/NUITizenGallery/Examples/SwipeGestureRecognizerTest/SwipeGestureRecognizerTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SwipeGestureRecognizerTest/SwipeGestureRecognizerTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/SwipeGestureRecognizerTest/SwipeGestureRecognizerTest.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/SwipeViewTest/SwipeViewTest1.cs [moved from test/NUITizenGallery/Examples/SwipeViewTest1/SwipeViewTest1.cs with 52% similarity]
test/NUITizenGallery/Examples/SwipeViewTest/SwipeViewTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SwipeViewTest/SwipeViewTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/SwipeViewTest1/SwipeViewTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/SwipeViewTest/SwipeViewTest2.cs [moved from test/NUITizenGallery/Examples/SwipeViewTest2/SwipeViewTest2.cs with 56% similarity]
test/NUITizenGallery/Examples/SwipeViewTest/SwipeViewTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/SwipeViewTest/SwipeViewTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/SwipeViewTest2/SwipeViewTest2.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/TabViewTest/TabViewTest.cs
test/NUITizenGallery/Examples/TabViewTest/TabViewTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest1.cs [moved from test/NUITizenGallery/Examples/TapGestureTest1/TapGestureTest1.cs with 52% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest1Page.xaml [moved from test/NUITizenGallery/res/layout/TabViewTest/TabViewTestPage.xaml with 50% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/TapGestureTest1/TapGestureTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest2.cs [moved from test/NUITizenGallery/Examples/TapGestureTest2/TapGestureTest2.cs with 52% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/TapGestureTest2/TapGestureTest2.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest3.cs [moved from test/NUITizenGallery/Examples/TapGestureTest3/TapGestureTest3.cs with 52% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest3Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest3Page.xaml.cs [moved from test/NUITizenGallery/Examples/TapGestureTest3/TapGestureTest3.xaml.cs with 96% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest4.cs [moved from test/NUITizenGallery/Examples/TapGestureTest4/TapGestureTest4.cs with 52% similarity]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest4Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/TapGestureTest/TapGestureTest4Page.xaml.cs [moved from test/NUITizenGallery/Examples/TapGestureTest4/TapGestureTest4.xaml.cs with 95% similarity]
test/NUITizenGallery/Examples/Test1/Test1.cs
test/NUITizenGallery/Examples/Test1/Test1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/Test1/Test1Page.xaml.cs [moved from test/NUITizenGallery/Examples/Test1/Test1.xaml.cs with 67% similarity]
test/NUITizenGallery/Examples/Test2/Test2.cs
test/NUITizenGallery/Examples/Test2/Test2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/Test2/Test2Page.xaml.cs [moved from test/NUITizenGallery/Examples/Test2/Test2.xaml.cs with 67% similarity]
test/NUITizenGallery/Examples/TextAnchorTest/TextAnchorTest.cs
test/NUITizenGallery/Examples/TextAnchorTest/TextAnchorTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/TextAnchorTest/TextAnchorTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/TextAnchorTest/TextAnchorTest.xaml.cs with 99% similarity]
test/NUITizenGallery/Examples/TimePickerTest/TimePickerTest.cs
test/NUITizenGallery/Examples/TimePickerTest/TimePickerTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/TimePickerTest/TimePickerTestPage.xaml.cs [moved from test/NUITizenGallery/Examples/TimePickerTest/TimePickerTest.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/TimerTest/Converters/InverseBoolConverter.cs [moved from test/NUITizenGallery/Examples/TimerTest1/Converters/InverseBoolConverter.cs with 100% similarity]
test/NUITizenGallery/Examples/TimerTest/TimerTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/TimerTest/TimerTest1Page.xaml [moved from test/NUITizenGallery/res/layout/TimerTest1Page.xaml with 82% similarity]
test/NUITizenGallery/Examples/TimerTest/TimerTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/TimerTest1/TimerTest1Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/TimerTest/ViewModels/TimerTest1ViewModel.cs [moved from test/NUITizenGallery/Examples/TimerTest1/ViewModels/TimerTest1ViewModel.cs with 100% similarity]
test/NUITizenGallery/Examples/TimerTest1/TimerTest1.cs [deleted file]
test/NUITizenGallery/Examples/ToolbarItemTest/ToolbarItemTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/ToolbarItemTest/ToolbarItemTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/ToolbarItemTest/ToolbarItemTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/ToolbarItemTest1/ToolbarItemTest1Page.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/ToolbarItemTest1/ToolbarItemTest1.cs [deleted file]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest1.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest1Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest2.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest2Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest3.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest3Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest3Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest4.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest4Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest4Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest5.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest5Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest5Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest6.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest6Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsCanvasViewTest6Page.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsTVGTest.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsTVGTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/VectorGraphicsTest/VectorGraphicsTVGTestPage.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/WebViewTest/WebViewTest1.cs [moved from test/NUITizenGallery/Examples/WebViewTest1/WebViewTest1.cs with 64% similarity]
test/NUITizenGallery/Examples/WebViewTest/WebViewTest1Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/WebViewTest/WebViewTest1Page.xaml.cs [moved from test/NUITizenGallery/Examples/WebViewTest1/WebViewTest1.xaml.cs with 100% similarity]
test/NUITizenGallery/Examples/WebViewTest/WebViewTest2.cs [moved from test/NUITizenGallery/Examples/WebViewTest2/WebViewTest2.cs with 64% similarity]
test/NUITizenGallery/Examples/WebViewTest/WebViewTest2Page.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/WebViewTest/WebViewTest2Page.xaml.cs [moved from test/NUITizenGallery/Examples/WebViewTest2/WebViewTest2.xaml.cs with 100% similarity]
test/NUITizenGallery/NUITizenGallery.csproj
test/NUITizenGallery/NuGet.config [deleted file]
test/NUITizenGallery/res/images/4000x2802.jpg [new file with mode: 0755]
test/NUITizenGallery/res/images/8000x10454.jpg [new file with mode: 0755]
test/NUITizenGallery/res/images/b.jpg [new file with mode: 0755]
test/NUITizenGallery/res/images/cartman.svg [new file with mode: 0644]
test/NUITizenGallery/res/images/duke.svg [new file with mode: 0644]
test/NUITizenGallery/res/images/test.tvg [new file with mode: 0644]
test/NUITizenGallery/res/images/tiger.svg [new file with mode: 0644]
test/NUITizenGallery/res/layout/EditorTest1.xaml [deleted file]
test/NUITizenGallery/res/layout/EditorTest2.xaml [deleted file]
test/NUITizenGallery/res/layout/EntryTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/EntryTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/EntryTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/FlexTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/FlexTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/FlexTest5Page.xaml [deleted file]
test/NUITizenGallery/res/layout/FrameLayoutTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/FrameLayoutTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/FrameTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/GridTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/GridTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/GridTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/GridTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/HelloWorldPage.xaml [deleted file]
test/NUITizenGallery/res/layout/IconTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/ImageButtonTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/ImageTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ImageTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ImageTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ImageTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ImageTest5Page.xaml [deleted file]
test/NUITizenGallery/res/layout/IndicatorViewTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/IndicatorViewTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/IndicatorViewTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/IndicatorViewTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/KeyboardTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/LabelTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/LabelTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/LabelTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ListItemTitle.xaml [deleted file]
test/NUITizenGallery/res/layout/ListItemTitleSwitch.xaml [deleted file]
test/NUITizenGallery/res/layout/ListItemTitleView.xaml [deleted file]
test/NUITizenGallery/res/layout/ListViewFooterTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/MenuTest/MenuTestMenu.xaml [deleted file]
test/NUITizenGallery/res/layout/MenuTest/MenuTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/OpacityTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/PanGestureTest1.xaml [deleted file]
test/NUITizenGallery/res/layout/PerformanceTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/PerformanceTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/PerformanceTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/PinchGestureTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ProgressbarTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/RecalculateTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/RefreshViewTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/RotationTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScaleTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScaleTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScrollViewTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScrollViewTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScrollViewTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScrollViewTest6Page.xaml [deleted file]
test/NUITizenGallery/res/layout/ScrollViewTest7Page.xaml [deleted file]
test/NUITizenGallery/res/layout/SetColorTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/SimpleTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/SliderTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/SliderTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest5Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest6Page.xaml [deleted file]
test/NUITizenGallery/res/layout/StackLayoutTest8Page.xaml [deleted file]
test/NUITizenGallery/res/layout/SwipeGestureRecognizerTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/SwipeViewTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/SwipeViewTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/TapGestureTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/TapGestureTest2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/TapGestureTest3Page.xaml [deleted file]
test/NUITizenGallery/res/layout/TapGestureTest4Page.xaml [deleted file]
test/NUITizenGallery/res/layout/Test1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/Test2Page.xaml [deleted file]
test/NUITizenGallery/res/layout/TextAnchorTest.xaml [deleted file]
test/NUITizenGallery/res/layout/TimePickerTestPage.xaml [deleted file]
test/NUITizenGallery/res/layout/ToolbarItemTest1Page.xaml [deleted file]
test/NUITizenGallery/res/layout/WebViewTest1.xaml [deleted file]
test/NUITizenGallery/res/layout/WebViewTest2.xaml [deleted file]