TizenRefApp-9270 Refactor Call app structure based on project structure document 00/149900/3
authorRuslan Zakharov <r.zakharov@samsung.com>
Wed, 13 Sep 2017 10:06:50 +0000 (13:06 +0300)
committerRuslan Zakharov <r.zakharov@samsung.com>
Tue, 3 Oct 2017 12:04:34 +0000 (15:04 +0300)
commitdcd7c5f6d03f56dd30a58f99ae7bec6bd4520cef
tree5301647ce596932e714683c5e2e77f389542a4a7
parentd172f3efabbe618f2edb7462080931cf20c473a4
TizenRefApp-9270 Refactor Call app structure based on project structure document

Project structure was refactored, namespaces was renamed, unused resources was deleted

Change-Id: I8bd1f2aaed69d898049f3e010a5b2b10bf517c76
58 files changed:
CallApp.Tizen/App.xaml [new file with mode: 0644]
CallApp.Tizen/App.xaml.cs [moved from CallApp.Tizen/CallApp.cs with 84% similarity]
CallApp.Tizen/Call/Controls/MergeSwapPanel.xaml [deleted file]
CallApp.Tizen/Call/Themes/CallTheme.xaml [deleted file]
CallApp.Tizen/Call/View/ConferenceCallManagePage.xaml [moved from CallApp.Tizen/Call/Pages/ConferenceCallManagePage.xaml with 61% similarity]
CallApp.Tizen/Call/View/ConferenceCallManagePage.xaml.cs [moved from CallApp.Tizen/Call/Pages/ConferenceCallManagePage.xaml.cs with 96% similarity]
CallApp.Tizen/Call/View/Controls/AnimatedCircleButton.xaml [moved from CallApp.Tizen/Call/Controls/AnimatedCircleButton.xaml with 50% similarity]
CallApp.Tizen/Call/View/Controls/AnimatedCircleButton.xaml.cs [moved from CallApp.Tizen/Call/Controls/AnimatedCircleButton.xaml.cs with 99% similarity]
CallApp.Tizen/Call/View/Controls/CallHandlingPanel.xaml [moved from CallApp.Tizen/Call/Controls/CallHandlingPanel.xaml with 65% similarity]
CallApp.Tizen/Call/View/Controls/CallHandlingPanel.xaml.cs [moved from CallApp.Tizen/Call/Controls/CallHandlingPanel.xaml.cs with 95% similarity]
CallApp.Tizen/Call/View/Controls/ConferenceCallManageList.xaml [moved from CallApp.Tizen/Call/Controls/ConferenceCallManageList.xaml with 68% similarity]
CallApp.Tizen/Call/View/Controls/ConferenceCallManageList.xaml.cs [moved from CallApp.Tizen/Call/Controls/ConferenceCallManageList.xaml.cs with 95% similarity]
CallApp.Tizen/Call/View/Controls/ContactInfoPanel.xaml [moved from CallApp.Tizen/Call/Controls/ContactInfoPanel.xaml with 81% similarity]
CallApp.Tizen/Call/View/Controls/ContactInfoPanel.xaml.cs [moved from CallApp.Tizen/Call/Controls/ContactInfoPanel.xaml.cs with 98% similarity]
CallApp.Tizen/Call/View/Controls/FlatButton.xaml [moved from CallApp.Tizen/Call/Controls/FlatButton.xaml with 67% similarity]
CallApp.Tizen/Call/View/Controls/FlatButton.xaml.cs [moved from CallApp.Tizen/Call/Controls/FlatButton.xaml.cs with 98% similarity]
CallApp.Tizen/Call/View/Controls/FlatCheckbox.xaml [moved from CallApp.Tizen/Call/Controls/FlatCheckbox.xaml with 67% similarity]
CallApp.Tizen/Call/View/Controls/FlatCheckbox.xaml.cs [moved from CallApp.Tizen/Call/Controls/FlatCheckbox.xaml.cs with 98% similarity]
CallApp.Tizen/Call/View/Controls/Keypad.xaml [moved from CallApp.Tizen/Call/Controls/Keypad.xaml with 68% similarity]
CallApp.Tizen/Call/View/Controls/Keypad.xaml.cs [moved from CallApp.Tizen/Call/Controls/Keypad.xaml.cs with 95% similarity]
CallApp.Tizen/Call/View/Controls/KeypadButton.xaml [moved from CallApp.Tizen/Call/Controls/KeypadButton.xaml with 51% similarity]
CallApp.Tizen/Call/View/Controls/KeypadButton.xaml.cs [moved from CallApp.Tizen/Call/Controls/KeypadButton.xaml.cs with 97% similarity]
CallApp.Tizen/Call/View/Controls/MergeSwapPanel.xaml [new file with mode: 0644]
CallApp.Tizen/Call/View/Controls/MergeSwapPanel.xaml.cs [moved from CallApp.Tizen/Call/Controls/MergeSwapPanel.xaml.cs with 95% similarity]
CallApp.Tizen/Call/View/Controls/MiniActiveCallPanel.xaml [moved from CallApp.Tizen/Call/Controls/MiniActiveCallPanel.xaml with 82% similarity]
CallApp.Tizen/Call/View/Controls/MiniActiveCallPanel.xaml.cs [moved from CallApp.Tizen/Call/Controls/MiniActiveCallPanel.xaml.cs with 97% similarity]
CallApp.Tizen/Call/View/Controls/ProximityControl.xaml [moved from CallApp.Tizen/Call/Controls/ProximityControl.xaml with 68% similarity]
CallApp.Tizen/Call/View/Controls/ProximityControl.xaml.cs [moved from CallApp.Tizen/Call/Controls/ProximityControl.xaml.cs with 97% similarity]
CallApp.Tizen/Call/View/Controls/RejectCallPanel.xaml [moved from CallApp.Tizen/Call/Controls/RejectCallPanel.xaml with 60% similarity]
CallApp.Tizen/Call/View/Controls/RejectCallPanel.xaml.cs [moved from CallApp.Tizen/Call/Controls/RejectCallPanel.xaml.cs with 99% similarity]
CallApp.Tizen/Call/View/Controls/RejectMessageList.xaml [moved from CallApp.Tizen/Call/Controls/RejectMessageList.xaml with 70% similarity]
CallApp.Tizen/Call/View/Controls/RejectMessageList.xaml.cs [moved from CallApp.Tizen/Call/Controls/RejectMessageList.xaml.cs with 98% similarity]
CallApp.Tizen/Call/View/Controls/Renderers/AnimatedCircleButtonRenderer.cs [moved from CallApp.Tizen/Call/Controls/Renderers/AnimatedCircleButtonRenderer.cs with 93% similarity]
CallApp.Tizen/CallApp.Tizen.csproj
CallApp.Tizen/Common/Themes/CommonTheme.xaml [new file with mode: 0644]
CallApp.Tizen/Common/Themes/CommonTheme.xaml.cs [moved from CallApp.Tizen/Call/Themes/CallTheme.xaml.cs with 81% similarity]
CallApp.Tizen/Properties/AssemblyInfo.cs
CallApp.Tizen/Tizen.Utility/Controls/CustomGrid.xaml [moved from CallApp.Tizen/Common/Controls/CustomGrid.xaml with 76% similarity]
CallApp.Tizen/Tizen.Utility/Controls/CustomGrid.xaml.cs [moved from CallApp.Tizen/Common/Controls/CustomGrid.xaml.cs with 95% similarity]
CallApp.Tizen/Tizen.Utility/Controls/CustomImage.xaml [moved from CallApp.Tizen/Common/Controls/CustomImage.xaml with 70% similarity]
CallApp.Tizen/Tizen.Utility/Controls/CustomImage.xaml.cs [moved from CallApp.Tizen/Common/Controls/CustomImage.xaml.cs with 97% similarity]
CallApp.Tizen/Tizen.Utility/Controls/GesturesContainer.xaml [moved from CallApp.Tizen/Common/Controls/GesturesContainer.xaml with 66% similarity]
CallApp.Tizen/Tizen.Utility/Controls/GesturesContainer.xaml.cs [moved from CallApp.Tizen/Common/Controls/GesturesContainer.xaml.cs with 97% similarity]
CallApp.Tizen/Tizen.Utility/Controls/Renderers/CustomImageRenderer.cs [moved from CallApp.Tizen/Common/Controls/Renderers/CustomImageRenderer.cs with 93% similarity]
CallApp.Tizen/Tizen.Utility/Converters/IsNullConverter.cs [moved from CallApp.Tizen/Common/Converters/IsNullConverter.cs with 96% similarity]
CallApp.Tizen/Tizen.Utility/Converters/IsStringEmptyConverter.cs [moved from CallApp.Tizen/Common/Converters/IsStringEmptyConverter.cs with 96% similarity]
CallApp.Tizen/Tizen.Utility/Helpers/BaseModel.cs [moved from CallApp.Tizen/Common/Helpers/BaseModel.cs with 97% similarity]
CallApp.Tizen/Tizen.Utility/Helpers/Logger.cs [moved from CallApp.Tizen/Common/Helpers/Logger.cs with 95% similarity]
CallApp.Tizen/Tizen.Utility/Helpers/PageNavigator.cs [moved from CallApp.Tizen/Common/Helpers/PageNavigator.cs with 96% similarity]
CallApp.Tizen/Tizen.Utility/Input/AttachedTapCommand.cs [moved from CallApp.Tizen/Common/Input/AttachedTapCommand.cs with 96% similarity]
CallApp.Tizen/Tizen.Utility/Input/GesturesInput.cs [moved from CallApp.Tizen/Common/Input/GesturesInput.cs with 99% similarity]
CallApp.Tizen/loc/Localization.Designer.cs [moved from CallApp.Tizen/loc/loc.Designer.cs with 76% similarity]
CallApp.Tizen/loc/Localization.resx [moved from CallApp.Tizen/loc/loc.resx with 100% similarity]
CallApp.Tizen/res/Call ID/168x168/call_end_photo_id_default.png [deleted file]
CallApp.Tizen/res/Call ID/348x348/call_photo_id.png [deleted file]
CallApp.Tizen/res/Call ID/348x348/call_photo_id_conference.png [deleted file]
CallApp.Tizen/res/Call ID/96x96/call_photo_id_conference.png [deleted file]
CallApp.Tizen/res/call_manage_photo_id_mask_04.png [deleted file]