Add Voicememo app (#142)
author안주원/Common Platform Lab(SR)/Staff Engineer/삼성전자 <juwon.ahn@samsung.com>
Mon, 20 Jan 2020 04:38:25 +0000 (13:38 +0900)
committer부정균/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jk.pu@samsung.com>
Mon, 20 Jan 2020 04:38:25 +0000 (13:38 +0900)
commit2b06d3c0c4b7af389a51d79ed14c1fd06a104986
tree0b952056f1035adade3f2321d514f00401f8272a
parent2715dea87ca7a65b72075ad93ad1a05fb35dd581
Add Voicememo app (#142)
162 files changed:
Test/Voicememo2020/README.md [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo.sln [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/App.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/App.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Converters/CountryCodeToNameConverter.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Converters/DurationToRemainingTimeConverter.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Converters/RecordImageSourceColorConverter.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Converters/RecordsCountToViewVisibilityConverter.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Converters/SttToPropertyConverter.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Data/RecordDatabase.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/EffectRenderers/BlendColorEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/EffectRenderers/TizenEventPropagationEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/EffectRenderers/TizenItemLongPressEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/EffectRenderers/TizenStyleEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/ImageAttributes.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/ImageBlendEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/InternalExtension.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/ItemLongPressEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/TizenEventPropagationEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/TizenStyleEffect.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Effects/VisualAttributes.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Interop/Interop.Libraries.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Interop/Interop.SystemCall.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Models/LatestRecord.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Models/Record.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Models/SttLanguage.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Renderers/GraphicPopUpRenderer.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Renderers/ProgressbarPopupRenderer.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Resx/AppResources.Designer.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Resx/AppResources.hi.resx [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Resx/AppResources.ko.resx [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Resx/AppResources.resx [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/AppDataService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/AppTerminator.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/AudioPlayService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/AudioRecordService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/DeviceInformationService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/LocaleService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/MediaContentService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/SpeechToTextService.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Services/UserPermission.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Settings.StyleCop [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Utility.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Utility/ColorConverter.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Utility/LogInformation.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Utility/PrivilegeInformation.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/ViewModels/BasePageModel.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/ViewModels/DetailsPageModel.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/ViewModels/MainPageModel.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/ViewModels/MessageKeys.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/ViewModels/PlayBackPageModel.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/ViewModels/RecordingPageModel.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/BindableToolbarItem.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/CancelPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/CancelPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/CirclePageEx.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/CirclePageEx.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/DetailsPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/DetailsPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/GraphicPopup.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/IGraphicPopup.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/IProgressbarPopup.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/LanguageSelectionPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/LanguageSelectionPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/MainPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/MainPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/PageFactory.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/PlayBackPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/PlayBackPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/ProgressbarPopup.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/RecordListPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/RecordListPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/RecordingPage.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/RecordingPage.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/SttLanguageViewCell.xaml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/SttLanguageViewCell.xaml.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/Views/ViewExtensions.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/VoiceMemo.cs [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/VoiceMemo.csproj [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019/details_playback_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019/recording_stt_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019/voice_mamo_slider_btn_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019/voicememo_effect.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019/voicememo_volume_control_cover_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019/voicerecorder_effect_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/details_vol_icon_off.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/details_vol_icon_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/record_controller_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/recording_icon_cancel.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/recording_icon_stop.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/voicerecorder_btn_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/voicerecorder_btn_pause.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/voicerecorder_btn_play.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/voicerecorder_playback_btn_pause.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_custom_button/voicerecorder_stop_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/b_icon_voicememo.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/b_slider_icon_minus.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/b_slider_icon_plus.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/details_playback_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/more_option_icon_delete.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/more_option_icon_language.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/more_option_icon_stt_off.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/more_option_icon_stt_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/more_option_icon_stt_recording.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/play_volume_slider_ic.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/tw_ic_menu_delete_holo_dark.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/tw_ic_menu_selectall_holo_dark.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/tw_ic_popup_btn_check.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/tw_ic_popup_btn_delete.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/tw_toast_popup_memory_full_gear.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/tw_toast_popup_memory_full_mobile.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voice_mamo_slider_mute.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voice_mamo_slider_volume_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voice_memo_slash.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicememo_effect.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicerecorder_bt_headset_image.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicerecorder_bt_mobile_image.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicerecorder_btn_pause.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicerecorder_btn_play.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicerecorder_effect_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/voicerecorder_icon_stt.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/2019_images_icons/weather_toast_popup_show_on_divice.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/b_icon_voicememo.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/button/details_vol_icon_off.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/button/details_vol_icon_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/details_playback_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/details_vol_icon_off.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/details_vol_icon_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/icons/b_slider_icon_minus.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/icons/b_slider_icon_plus.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/more_option_icon_delete.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/more_option_icon_language.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/more_option_icon_stt_list.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/more_option_icon_stt_off.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/more_option_icon_stt_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/record_controller_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/record_stop_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/recording_icon_cancel.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/recording_icon_pause.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/recording_stt_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/tw_ic_popup_btn_check.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/tw_ic_popup_btn_delete.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/tw_no_item_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voice_mamo_slider_btn_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voice_mamo_slider_mute.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voice_mamo_slider_volume_on.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicememo_effect.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_btn_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_btn_pause.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_btn_play.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_btn_stop.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_icon_stt.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_icon_stt_off.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_stop_bg.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/voicerecorder_stop_icon.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/res/xml/accessoryservices.xml [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/shared/res/VoiceMemo.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/shared/res/splash.png [new file with mode: 0755]
Test/Voicememo2020/VoiceMemo/tizen-manifest.xml [new file with mode: 0755]
Tizen.CircularUI/Tizen.Wearable.CircularUI.Forms.Renderer/CircleScrollViewRenderer.cs [changed mode: 0644->0755]
XSF.sln [changed mode: 0644->0755]
Xamarin.Forms/Xamarin.Forms.Platform.Tizen/Forms.cs [changed mode: 0644->0755]