Reorder locations 80/175080/11
authorPaweł Kupiecki <p.kupiecki@partner.samsung.com>
Thu, 5 Apr 2018 14:35:48 +0000 (16:35 +0200)
committerPaweł Kupiecki <p.kupiecki@partner.samsung.com>
Wed, 18 Apr 2018 16:28:20 +0000 (18:28 +0200)
commit00d3e86b81c3ddc4b88201b7f7bcc43c4f385ece
treef43ca603c8205a3017d0083b928b2db7fa8b6424
parent954b8391a043f8d4dee0a32f7aad3028e94e0e37
Reorder locations

OAPSAN-505
Design & Implement LocationsReorderPage

Change-Id: Ie7f83ed624349367d26f95e63f2132d87a099d06
34 files changed:
Clock.Tests/LocationsManagerTests.cs
Clock/Clock.Tizen.Mobile/Clock.Tizen.Mobile.csproj
Clock/Clock.Tizen.Mobile/Clock.Tizen.Mobile.csproj.orig [deleted file]
Clock/Clock.Tizen.Mobile/Clock.xaml
Clock/Clock.Tizen.Mobile/Clock.xaml.cs.orig [deleted file]
Clock/Clock.Tizen.Mobile/Controls/ExtendedEntry.cs
Clock/Clock.Tizen.Mobile/Controls/Lists/ListViewReorderEffect.cs [deleted file]
Clock/Clock.Tizen.Mobile/Controls/Lists/NativeListView.cs [deleted file]
Clock/Clock.Tizen.Mobile/Controls/Lists/ReorderCommandBehavior.cs [deleted file]
Clock/Clock.Tizen.Mobile/Controls/Lists/ReorderingListRenderer.cs [deleted file]
Clock/Clock.Tizen.Mobile/Controls/Lists/ReorderingListView.cs [new file with mode: 0644]
Clock/Clock.Tizen.Mobile/Controls/Popups/ListPopupView.cs
Clock/Clock.Tizen.Mobile/Controls/Popups/MenuPopupView.cs
Clock/Clock.Tizen.Mobile/Factory/ViewModelFactory.cs
Clock/Clock.Tizen.Mobile/Renderers/ReorderingListViewRenderer.cs [new file with mode: 0644]
Clock/Clock.Tizen.Mobile/Repositories/Entities/LocationEntity.cs
Clock/Clock.Tizen.Mobile/Repositories/LocationsRepository.cs
Clock/Clock.Tizen.Mobile/Repositories/Mapper/RepositoryMapper.cs
Clock/Clock.Tizen.Mobile/Services/ViewModelLocator.cs
Clock/Clock.Tizen.Mobile/Views/AlarmListPage.xaml
Clock/Clock.Tizen.Mobile/Views/DeleteLocationsPage.xaml.cs
Clock/Clock.Tizen.Mobile/Views/MainView.xaml.orig [deleted file]
Clock/Clock.Tizen.Mobile/Views/ReorderLocationsPage.xaml [new file with mode: 0644]
Clock/Clock.Tizen.Mobile/Views/ReorderLocationsPage.xaml.cs [new file with mode: 0644]
Clock/Clock.Tizen.Mobile/Views/ReorderingPlacesView.xaml [deleted file]
Clock/Clock.Tizen.Mobile/Views/ReorderingPlacesView.xaml.cs [deleted file]
Clock/Clock.Tizen.Mobile/Views/WorldClockPage.xaml
Clock/Clock/Abstractions/ILocationsManager.cs
Clock/Clock/Abstractions/Repositories/ILocationsRepository.cs
Clock/Clock/Services/LocationsManager.cs
Clock/Clock/ViewModels/DeleteLocationsViewModel.cs
Clock/Clock/ViewModels/ReorderLocationsViewModel.cs [new file with mode: 0644]
Clock/Clock/ViewModels/ReorderingPlacesViewModel.cs [deleted file]
Clock/Clock/ViewModels/WorldClockViewModel.cs