Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Bump to v1.2.8 !!!
Browse files Browse the repository at this point in the history
Bump to v1.2.8
  • Loading branch information
Skid authored Mar 14, 2019
2 parents 11f8396 + fc16464 commit f3f4fd6
Show file tree
Hide file tree
Showing 18 changed files with 376 additions and 373 deletions.
46 changes: 23 additions & 23 deletions Crunchyroll-Downloader/AboutWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<Window x:Class="Crunchyroll_Downloader.AboutWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="About" Height="250" Width="400">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="40*" />
<RowDefinition Height="40*" />
<RowDefinition Height="40*" />
<RowDefinition Height="40*" />
<RowDefinition Height="63*" />
</Grid.RowDefinitions>
<Grid.Background>
<ImageBrush ImageSource="fond.jpg"/>
</Grid.Background>
<Label Grid.Row="0" x:Name="label_1" Content="This tool is under the AGPLv3 license." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="207"/>
<Label Grid.Row="1" x:Name="label_2" Content="All informations on github." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="151"/>
<Label Grid.Row="2" x:Name="label_3" Content="https://github.com/skid9000/Crunchyroll-Downloader" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/>
<Label Grid.Row="3" x:Name="label_4" Content="Version : v1.2.7c" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/>
<Button Grid.Row="4" x:Name="button" Content="Update Youtube-DL" HorizontalAlignment="Left" Margin="10,15,0,0" VerticalAlignment="Top" Height="34" Width="372" Click="button_Click"/>
</Grid>
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="About" Height="250" Width="400">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="40*" />
<RowDefinition Height="40*" />
<RowDefinition Height="40*" />
<RowDefinition Height="40*" />
<RowDefinition Height="63*" />
</Grid.RowDefinitions>
<Grid.Background>
<ImageBrush ImageSource="fond.jpg"/>
</Grid.Background>
<Label Grid.Row="0" x:Name="label_1" Content="This tool is under the AGPLv3 license." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="207"/>
<Label Grid.Row="1" x:Name="label_2" Content="All informations on github." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="151"/>
<Label Grid.Row="2" x:Name="label_3" Content="https://github.com/skid9000/Crunchyroll-Downloader" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/>
<Label Grid.Row="3" x:Name="label_4" Content="Version : v1.2.7c" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/>
<Button Grid.Row="4" x:Name="button" Content="Update Youtube-DL" HorizontalAlignment="Left" Margin="10,15,0,0" VerticalAlignment="Top" Height="34" Width="372" Click="button_Click"/>
</Grid>
</Window>
6 changes: 3 additions & 3 deletions Crunchyroll-Downloader/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
</startup>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
13 changes: 6 additions & 7 deletions Crunchyroll-Downloader/App.xaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Application x:Class="CrunchyrollDownloader.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CrunchyrollDownloader"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CrunchyrollDownloader"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
12 changes: 6 additions & 6 deletions Crunchyroll-Downloader/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace CrunchyrollDownloader
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
14 changes: 7 additions & 7 deletions Crunchyroll-Downloader/Crunchyroll-Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Crunchyroll_Downloader</RootNamespace>
<AssemblyName>Crunchyroll-Downloader</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -182,10 +182,10 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
40 changes: 20 additions & 20 deletions Crunchyroll-Downloader/DownloadWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Window x:Class="CrunchyrollDownloader.DownloadWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="Downloading ..." Height="168.75" Width="366.477" Icon="logo.ico" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" IsTabStop="True" ShowInTaskbar="False">
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="25" />
<RowDefinition Height="45" />
</Grid.RowDefinitions>
<Grid.Background>
<ImageBrush ImageSource="fond.jpg"/>
</Grid.Background>
<Image x:Name="crunchy_png" Margin="10,10,10,10" Source="crunchy.png" Grid.Row="0"/>
<Label x:Name="dl_label" Content="Downloading ..." HorizontalAlignment="Center" VerticalAlignment="Top" Grid.Row="1" />
<ProgressBar x:Name="download_bar" Height="25" Margin="10,10,10,10" IsIndeterminate="True" Value="50" Cursor="None" Grid.Row="2" HorizontalContentAlignment="Stretch" />
</Grid>
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="Downloading ..." Height="168.75" Width="366.477" Icon="logo.ico" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" IsTabStop="True" ShowInTaskbar="False">
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="25" />
<RowDefinition Height="45" />
</Grid.RowDefinitions>
<Grid.Background>
<ImageBrush ImageSource="fond.jpg"/>
</Grid.Background>
<Image x:Name="crunchy_png" Margin="10,10,10,10" Source="crunchy.png" Grid.Row="0"/>
<Label x:Name="dl_label" Content="Downloading ..." HorizontalAlignment="Center" VerticalAlignment="Top" Grid.Row="1" />
<ProgressBar x:Name="download_bar" Height="25" Margin="10,10,10,10" IsIndeterminate="True" Value="50" Cursor="None" Grid.Row="2" HorizontalContentAlignment="Stretch" />
</Grid>
</Window>
24 changes: 6 additions & 18 deletions Crunchyroll-Downloader/DownloadWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,14 @@ namespace CrunchyrollDownloader
public partial class DownloadWindow : Window
{

public string MyString { get; set; }
public string MyString { get; set; }

public DownloadWindow()
{
public DownloadWindow() {
Closing += new System.ComponentModel.CancelEventHandler(Window_Closing);
//var machin = new Program();

//download_bar.IsIndeterminate = true;
InitializeComponent();
InitializeComponent();
dl_label.Content = this.MyString;
}

dl_label.Content = this.MyString;

//download_bar.Value = 1;
//dl_status.progress = "1";


//download_bar.Value = double.Parse(dl_status.progress);

}

void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) => e.Cancel = true;
void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) => e.Cancel = true;
}
}
3 changes: 1 addition & 2 deletions Crunchyroll-Downloader/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Minor Code Smell", "S1075:URIs should not be hardcoded", Justification = "<Pending>", Scope = "member", Target = "~M:CrunchyrollDownloader.MainWindow.#ctor")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Minor Code Smell", "S1075:URIs should not be hardcoded", Justification = "<Pending>", Scope = "member", Target = "~M:CrunchyrollDownloader.MainWindow.CheckCookie")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Minor Code Smell", "S1075:URIs should not be hardcoded", Justification = "<Pending>", Scope = "member", Target = "~M:CrunchyrollDownloader.MainWindow.InstallAll")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Minor Code Smell", "S1075:URIs should not be hardcoded", Justification = "<Pending>", Scope = "member", Target = "~M:CrunchyrollDownloader.MainWindow.button_logout_Click(System.Object,System.Windows.RoutedEventArgs)")]

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Minor Code Smell", "S1075:URIs should not be hardcoded", Justification = "<Pending>", Scope = "member", Target = "~M:CrunchyrollDownloader.MainWindow.button_logout_Click(System.Object,System.Windows.RoutedEventArgs)")]
50 changes: 25 additions & 25 deletions Crunchyroll-Downloader/LoginWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<Window x:Class="CrunchyrollDownloader.LoginWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="Log-in" Height="300" Width="300" ResizeMode="NoResize" Icon="logo.ico" ShowInTaskbar="False">
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="30" />
<RowDefinition Height="30" />
<RowDefinition Height="30" />
<RowDefinition Height="30" />
<RowDefinition Height="50" />
</Grid.RowDefinitions>
<Grid.Background>
<ImageBrush ImageSource="fond.jpg"/>
</Grid.Background>
<Image x:Name="crunchy_png" Grid.Row="0" Margin="10,10,10,10" Source="crunchy.png"/>
<Label x:Name="label" Grid.Row="1" Foreground="White" Content="Username" Margin="10,0,10,0" VerticalAlignment="Center" Width="87" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
<TextBox x:Name="textBox_username" Grid.Row="2" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/>
<Label x:Name="label1" Content="Password" Foreground="White" Grid.Row="3" Margin="10,0,10,0" VerticalAlignment="Center" Width="101" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
<PasswordBox x:Name="textBox_password" Grid.Row="4" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/>
<Button x:Name="button_login" Grid.Row="5" Content="Login" Margin="10,10,10,10" Click="button_login_Click"/>
</Grid>
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="Log-in" Height="300" Width="300" ResizeMode="NoResize" Icon="logo.ico" ShowInTaskbar="False">
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="30" />
<RowDefinition Height="30" />
<RowDefinition Height="30" />
<RowDefinition Height="30" />
<RowDefinition Height="50" />
</Grid.RowDefinitions>
<Grid.Background>
<ImageBrush ImageSource="fond.jpg"/>
</Grid.Background>
<Image x:Name="crunchy_png" Grid.Row="0" Margin="10,10,10,10" Source="crunchy.png"/>
<Label x:Name="label" Grid.Row="1" Foreground="White" Content="Username" Margin="10,0,10,0" VerticalAlignment="Center" Width="87" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
<TextBox x:Name="textBox_username" Grid.Row="2" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/>
<Label x:Name="label1" Content="Password" Foreground="White" Grid.Row="3" Margin="10,0,10,0" VerticalAlignment="Center" Width="101" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
<PasswordBox x:Name="textBox_password" Grid.Row="4" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/>
<Button x:Name="button_login" Grid.Row="5" Content="Login" Margin="10,10,10,10" Click="button_login_Click"/>
</Grid>
</Window>
Loading

0 comments on commit f3f4fd6

Please sign in to comment.