TizenRefApp-8536 Provide basic class structure for S-Voice app 88/132888/5 tizen
authorRuslan Zakharov <r.zakharov@samsung.com>
Thu, 8 Jun 2017 07:10:18 +0000 (10:10 +0300)
committerRuslan Zakharov <r.zakharov@samsung.com>
Mon, 12 Jun 2017 07:00:02 +0000 (10:00 +0300)
commit070fe584d7738349cd49c43bfd9866e710c0fc12
treec05c17d1f594c3d0d8f85026d92624d3cce2b0f6
parent6b33e37fb0f808cff096012da13e615e4fd2b6db
TizenRefApp-8536 Provide basic class structure for S-Voice app

Added base classes structure

Change-Id: Ia6fa4079dc634254619f3a5e75fbf16aadf20237
25 files changed:
VoiceApp.Tizen/Common/Controls/CustomImage.xaml [new file with mode: 0644]
VoiceApp.Tizen/Common/Controls/CustomImage.xaml.cs [new file with mode: 0644]
VoiceApp.Tizen/Common/Controls/Renderers/CustomImageRenderer.cs [new file with mode: 0644]
VoiceApp.Tizen/Common/Helpers/BaseViewModel.cs [new file with mode: 0644]
VoiceApp.Tizen/Common/Helpers/PageNavigator.cs [new file with mode: 0644]
VoiceApp.Tizen/Common/Input/AttachedTapCommand.cs [new file with mode: 0644]
VoiceApp.Tizen/Settings/SettingsPage.xaml.cs
VoiceApp.Tizen/Settings/SettingsViewModel.cs
VoiceApp.Tizen/Voice/Client/Client.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/Client/CommandData.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/Client/CommandExecutors.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/Controls/ListeningPanel.xaml [new file with mode: 0644]
VoiceApp.Tizen/Voice/Controls/ListeningPanel.xaml.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/Controls/ViewModel/ListeningViewModel.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/Themes/VoiceTheme.xaml [new file with mode: 0644]
VoiceApp.Tizen/Voice/Themes/VoiceTheme.xaml.cs [new file with mode: 0644]
VoiceApp.Tizen/Voice/VoicePage.xaml
VoiceApp.Tizen/VoiceApp.Tizen.csproj
VoiceApp.Tizen/VoiceApp.Tizen.project.json
VoiceApp.Tizen/loc/loc.Designer.cs
VoiceApp.Tizen/loc/loc.resx
VoiceApp.Tizen/res/icon_arrow.png [new file with mode: 0644]
VoiceApp.Tizen/res/icon_close.png [new file with mode: 0644]
VoiceApp.Tizen/res/icon_settings.png [new file with mode: 0644]
VoiceApp.Tizen/res/icon_voice.png