[WorldClock] Creating list of hand-picked places 69/119069/5
authork.stepaniuk <k.stepaniuk@partner.samsung.com>
Wed, 15 Mar 2017 10:20:02 +0000 (11:20 +0100)
committerKamil Lipiszko <k.lipiszko@samsung.com>
Fri, 31 Mar 2017 08:09:37 +0000 (01:09 -0700)
commit3cd2d84f971da5eda33d2fd5d4441b8ab9cc7fe4
tree31aba778f3d3f39d71aa0850c0f0078ce10feda8
parent4a4eda3a2b44468851ff4da4da31cc5320602d90
[WorldClock] Creating list of hand-picked places

Creating list with details of places
Correcting of floatingButton appearance

Change-Id: Ia3b982b876e453f1488cba379eff102fc68373cb
16 files changed:
Clock/Clock.TizenMobile/Clock.TizenMobile.csproj
Clock/Clock.TizenMobile/Views/WorldClockView.xaml
Clock/Clock/Clock.csproj
clock/Clock.TizenMobile/Controls/IVisibleAware.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Controls/RefreshingLabelBehavior.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Controls/TimeLabel.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Tools/VisibleAwareExtension.cs [new file with mode: 0644]
clock/Clock.TizenMobile/Tools/VisualState.cs [new file with mode: 0644]
clock/Clock/Tools/Comparers/ClockLocationEqualityComparer.cs [new file with mode: 0644]
clock/Clock/Tools/Converters/ClockLocationToDayMonthConverter.cs [new file with mode: 0644]
clock/Clock/Tools/Converters/ClockLocationToOffsetConverter.cs
clock/Clock/Tools/Converters/ClockLocationToPlaceConverter.cs [new file with mode: 0644]
clock/Clock/Tools/Converters/ClockLocationToTimeConverter.cs
clock/Clock/Tools/Converters/CollectionToFalseConverter.cs [new file with mode: 0644]
clock/Clock/Tools/Converters/PlacesSummaryConverter.cs [new file with mode: 0644]
clock/Clock/ViewModel/WorldClockViewModel.cs