[WorldClock] Reordering ListView 32/124532/2
authork.stepaniuk <k.stepaniuk@partner.samsung.com>
Tue, 11 Apr 2017 12:38:42 +0000 (14:38 +0200)
committerKamil Lipiszko <k.lipiszko@samsung.com>
Mon, 24 Apr 2017 13:34:38 +0000 (13:34 +0000)
commit553b1d3b9306ffd2eb8a0ac7e1907474d676e0ba
tree6da3cedb9ba7ac2e45eb077e813c20847bde7fd6
parent67e53bfd45e1799bff921c24bf000890c83d6ff9
[WorldClock] Reordering ListView

Copying recent changes of native listView and reorderEffect,
Creating behavior for applying reorder effect,
Creating view for reordering places

Change-Id: Iac63a0185e87b38597f1f41851341359d8b31f9c
15 files changed:
Clock/Clock.TizenMobile/Clock.TizenMobile.csproj
Clock/Clock.TizenMobile/Clock.TizenMobile.project.json
Clock/Clock/Clock.csproj
clock/Clock.TizenMobile/Clock.Dependency.cs
clock/Clock.TizenMobile/Controls/Lists/ListViewReorderEffect.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Controls/Lists/NativeListView.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Controls/Lists/ReorderCommandBehavior.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Controls/Lists/ReorderingListRenderer.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Tools/VisibleAwareExtension.cs
clock/Clock.TizenMobile/Views/ReorderingPlacesView.xaml [new file with mode: 0644]
clock/Clock.TizenMobile/Views/ReorderingPlacesView.xaml.cs [new file with mode: 0644]
clock/Clock/Abstractions/IDeletingPlacesNavigation.cs
clock/Clock/Mvvm/ReorderedSequence.cs [new file with mode: 0644]
clock/Clock/ViewModel/ReorderingPlacesViewModel.cs [new file with mode: 0644]
clock/Clock/ViewModel/WorldClockViewModel.cs