From 19c362856f80be0df5e34c12817393f87e19e13a Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Fri, 13 Apr 2018 22:53:33 +0300 Subject: [PATCH] New icons Notifications improvements Featured channels list --- FoxTube/App.xaml | 4 +- FoxTube/Assets/AnnouncementThumb.png | Bin 0 -> 26655 bytes FoxTube/Assets/LargeTile.scale-100.png | Bin 2865 -> 2865 bytes FoxTube/Assets/LargeTile.scale-125.png | Bin 3397 -> 3397 bytes FoxTube/Assets/LargeTile.scale-150.png | Bin 4628 -> 4628 bytes FoxTube/Assets/LargeTile.scale-200.png | Bin 6373 -> 6373 bytes FoxTube/Assets/LargeTile.scale-400.png | Bin 18548 -> 18548 bytes FoxTube/Assets/LogoAvatar.png | Bin 0 -> 14489 bytes FoxTube/Assets/NewsAvatar.png | Bin 0 -> 17739 bytes FoxTube/Assets/SmallTile.scale-100.png | Bin 917 -> 961 bytes FoxTube/Assets/SmallTile.scale-125.png | Bin 1135 -> 1190 bytes FoxTube/Assets/SmallTile.scale-150.png | Bin 1310 -> 1310 bytes FoxTube/Assets/SmallTile.scale-200.png | Bin 1689 -> 1689 bytes FoxTube/Assets/SmallTile.scale-400.png | Bin 3417 -> 3417 bytes FoxTube/Assets/SplashScreen.scale-100.png | Bin 3293 -> 3293 bytes FoxTube/Assets/SplashScreen.scale-125.png | Bin 4166 -> 4166 bytes FoxTube/Assets/SplashScreen.scale-150.png | Bin 5464 -> 5464 bytes FoxTube/Assets/SplashScreen.scale-200.png | Bin 8609 -> 8609 bytes FoxTube/Assets/SplashScreen.scale-400.png | Bin 25290 -> 25290 bytes .../Assets/Square150x150Logo.scale-100.png | Bin 1502 -> 1556 bytes .../Assets/Square150x150Logo.scale-125.png | Bin 1743 -> 1743 bytes .../Assets/Square150x150Logo.scale-150.png | Bin 2158 -> 2158 bytes .../Assets/Square150x150Logo.scale-200.png | Bin 2937 -> 2937 bytes .../Assets/Square150x150Logo.scale-400.png | Bin 6531 -> 6531 bytes ...x44Logo.altform-unplated_targetsize-16.png | Bin 378 -> 394 bytes ...44Logo.altform-unplated_targetsize-256.png | Bin 4171 -> 4171 bytes ...x44Logo.altform-unplated_targetsize-32.png | Bin 699 -> 699 bytes ...x44Logo.altform-unplated_targetsize-48.png | Bin 1020 -> 1020 bytes FoxTube/Assets/Square44x44Logo.scale-100.png | Bin 785 -> 785 bytes FoxTube/Assets/Square44x44Logo.scale-125.png | Bin 894 -> 934 bytes FoxTube/Assets/Square44x44Logo.scale-150.png | Bin 1124 -> 1168 bytes FoxTube/Assets/Square44x44Logo.scale-200.png | Bin 1647 -> 1647 bytes FoxTube/Assets/Square44x44Logo.scale-400.png | Bin 2460 -> 2460 bytes .../Assets/Square44x44Logo.targetsize-16.png | Bin 328 -> 343 bytes .../Assets/Square44x44Logo.targetsize-24.png | Bin 463 -> 475 bytes ...x44Logo.targetsize-24_altform-unplated.png | Bin 1255 -> 1255 bytes .../Assets/Square44x44Logo.targetsize-256.png | Bin 4198 -> 4198 bytes .../Assets/Square44x44Logo.targetsize-32.png | Bin 557 -> 595 bytes .../Assets/Square44x44Logo.targetsize-48.png | Bin 825 -> 831 bytes FoxTube/Assets/StoreLogo.scale-100.png | Bin 1016 -> 1038 bytes FoxTube/Assets/StoreLogo.scale-125.png | Bin 1220 -> 1220 bytes FoxTube/Assets/StoreLogo.scale-150.png | Bin 1485 -> 1485 bytes FoxTube/Assets/StoreLogo.scale-200.png | Bin 1809 -> 1809 bytes FoxTube/Assets/StoreLogo.scale-400.png | Bin 3740 -> 3740 bytes FoxTube/Assets/WhatsNewThumb.png | Bin 0 -> 28302 bytes FoxTube/Assets/Wide310x150Logo.scale-100.png | Bin 1641 -> 1692 bytes FoxTube/Assets/Wide310x150Logo.scale-125.png | Bin 1914 -> 1914 bytes FoxTube/Assets/Wide310x150Logo.scale-150.png | Bin 2437 -> 2437 bytes FoxTube/Assets/Wide310x150Logo.scale-200.png | Bin 3293 -> 3293 bytes FoxTube/Assets/Wide310x150Logo.scale-400.png | Bin 8609 -> 8609 bytes FoxTube/FoxTube.csproj | 4 + FoxTube/MainPage.xaml | 25 ++++-- FoxTube/MainPage.xaml.cs | 77 +++++++++++++++++- FoxTube/Notification.cs | 12 ++- Src/DownloadingVideoNotification.xml | 1 + Src/FoxTubeLogo.png | Bin 14903 -> 14183 bytes Src/FoxTubeLogo.psb | Bin 233534 -> 0 bytes Src/FoxTubeLogo.psd | Bin 0 -> 392968 bytes Src/FoxTubeLogoIcon.png | Bin 0 -> 14489 bytes Src/FoxTubeLogoIcon.psd | Bin 0 -> 373380 bytes Src/FoxTubeThumbnail.png | Bin 0 -> 28302 bytes Src/FoxTubeThumbnail.psd | Bin 0 -> 254962 bytes Src/NewCommentNotification.xml | 1 + Src/NewPostNotification.xml | 1 + Src/NewVideoNotification.xml | 1 + Src/NewsAvatar.png | Bin 0 -> 17739 bytes Src/UpdateNotification.xml | 1 + 67 files changed, 111 insertions(+), 16 deletions(-) create mode 100644 FoxTube/Assets/AnnouncementThumb.png create mode 100644 FoxTube/Assets/LogoAvatar.png create mode 100644 FoxTube/Assets/NewsAvatar.png create mode 100644 FoxTube/Assets/WhatsNewThumb.png create mode 100644 Src/DownloadingVideoNotification.xml delete mode 100644 Src/FoxTubeLogo.psb create mode 100644 Src/FoxTubeLogo.psd create mode 100644 Src/FoxTubeLogoIcon.png create mode 100644 Src/FoxTubeLogoIcon.psd create mode 100644 Src/FoxTubeThumbnail.png create mode 100644 Src/FoxTubeThumbnail.psd create mode 100644 Src/NewCommentNotification.xml create mode 100644 Src/NewPostNotification.xml create mode 100644 Src/NewVideoNotification.xml create mode 100644 Src/NewsAvatar.png create mode 100644 Src/UpdateNotification.xml diff --git a/FoxTube/App.xaml b/FoxTube/App.xaml index 06f4f15..3449269 100644 --- a/FoxTube/App.xaml +++ b/FoxTube/App.xaml @@ -5,9 +5,9 @@ xmlns:local="using:FoxTube" RequestedTheme="Light"> - + -->