Skip to content

Commit 294c598

Browse files
Merge pull request #19 from GrandDynamo/Videoplayer-UI-Overhaul
Videoplayer ui overhaul
2 parents 4002014 + 3a25173 commit 294c598

24 files changed

+210
-158
lines changed

OneDrive-Cloud-Player/App.xaml.cs

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,16 @@
1-
using Microsoft.Identity.Client;
1+
using LibVLCSharp.Shared;
2+
using Microsoft.Identity.Client;
23
using OneDrive_Cloud_Player.Services;
34
using OneDrive_Cloud_Player.Views;
45
using System;
5-
using System.Windows;
66
using System.Collections.Generic;
7-
using System.Diagnostics;
8-
using System.IO;
97
using System.Linq;
10-
using System.Runtime.InteropServices.WindowsRuntime;
118
using System.Threading.Tasks;
129
using Windows.ApplicationModel;
1310
using Windows.ApplicationModel.Activation;
14-
using Windows.ApplicationModel.Core;
15-
using Windows.Foundation;
16-
using Windows.Foundation.Collections;
17-
using Windows.UI.Core;
18-
using Windows.UI.ViewManagement;
1911
using Windows.UI.Xaml;
2012
using Windows.UI.Xaml.Controls;
21-
using Windows.UI.Xaml.Controls.Primitives;
22-
using Windows.UI.Xaml.Data;
23-
using Windows.UI.Xaml.Input;
24-
using Windows.UI.Xaml.Media;
2513
using Windows.UI.Xaml.Navigation;
26-
using LibVLCSharp.Shared;
27-
using Windows.UI.Popups;
28-
using Windows.Media.SpeechSynthesis;
29-
using OneDrive_Cloud_Player.Services.Utilities;
3014

3115
namespace OneDrive_Cloud_Player
3216
{
-7.78 KB
Binary file not shown.
-2.81 KB
Binary file not shown.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/Reload-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/pause-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/play_arrow-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/stop-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/volume_down-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/volume_mute-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

OneDrive-Cloud-Player/Assets/Icons/SVG_Files/volume_off-24px.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)