1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Ajustements avant release

This commit is contained in:
Yan Maniez 2018-05-01 00:19:36 +02:00
parent 4a7fa069bd
commit 9293266d42
17 changed files with 25 additions and 27 deletions

View file

@ -41,6 +41,11 @@
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<BundleAssemblies>false</BundleAssemblies>
<AndroidSupportedAbis />
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
@ -101,9 +106,6 @@
<SubType>Designer</SubType>
</AndroidResource>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\xamarin_logo.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AideDeJeu\AideDeJeu.csproj">
<Project>{D9922DC7-810A-445E-B965-BF7E48E8B0D5}</Project>

View file

@ -2192,26 +2192,26 @@ namespace AideDeJeu.Droid
// aapt resource value: 0x7f020053
public const int avd_hide_password = 2130837587;
// aapt resource value: 0x7f020110
public const int avd_hide_password_1 = 2130837776;
// aapt resource value: 0x7f020111
public const int avd_hide_password_1 = 2130837777;
public const int avd_hide_password_2 = 2130837777;
// aapt resource value: 0x7f020112
public const int avd_hide_password_2 = 2130837778;
// aapt resource value: 0x7f020113
public const int avd_hide_password_3 = 2130837779;
public const int avd_hide_password_3 = 2130837778;
// aapt resource value: 0x7f020054
public const int avd_show_password = 2130837588;
// aapt resource value: 0x7f020113
public const int avd_show_password_1 = 2130837779;
// aapt resource value: 0x7f020114
public const int avd_show_password_1 = 2130837780;
public const int avd_show_password_2 = 2130837780;
// aapt resource value: 0x7f020115
public const int avd_show_password_2 = 2130837781;
// aapt resource value: 0x7f020116
public const int avd_show_password_3 = 2130837782;
public const int avd_show_password_3 = 2130837781;
// aapt resource value: 0x7f020055
public const int black_book = 2130837589;
@ -2762,11 +2762,11 @@ namespace AideDeJeu.Droid
// aapt resource value: 0x7f02010b
public const int notification_icon_background = 2130837771;
// aapt resource value: 0x7f02010f
public const int notification_template_icon_bg = 2130837775;
// aapt resource value: 0x7f02010e
public const int notification_template_icon_bg = 2130837774;
// aapt resource value: 0x7f020110
public const int notification_template_icon_low_bg = 2130837776;
// aapt resource value: 0x7f02010f
public const int notification_template_icon_low_bg = 2130837775;
// aapt resource value: 0x7f02010c
public const int notification_tile_bg = 2130837772;
@ -2774,9 +2774,6 @@ namespace AideDeJeu.Droid
// aapt resource value: 0x7f02010d
public const int notify_panel_notification_icon_bg = 2130837773;
// aapt resource value: 0x7f02010e
public const int xamarin_logo = 2130837774;
static Drawable()
{
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
@ -3736,9 +3733,6 @@ namespace AideDeJeu.Droid
// aapt resource value: 0x7f090038
public const int character_counter_pattern = 2131296312;
// aapt resource value: 0x7f09003e
public const int library_name = 2131296318;
// aapt resource value: 0x7f090000
public const int mr_button_content_description = 2131296256;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -170,7 +170,7 @@ namespace AideDeJeu.ViewModels
LoadItemsCommand.Execute(null);
}
}
private int _Source = 0;
private int _Source = 1;
public int Source
{
get

View file

@ -141,7 +141,7 @@ namespace AideDeJeu.ViewModels
LoadItemsCommand.Execute(null);
}
}
private int _Source = 0;
private int _Source = 1;
public int Source
{
get

View file

@ -37,6 +37,7 @@
<FormattedString>
<FormattedString.Spans>
<Span Text="Cette application est une aide de jeu pour le plus célèbre des jeux de rôle" />
<Span Text="Son contenu provient du site AideDD, et est traduit du SRD" />
</FormattedString.Spans>
</FormattedString>
</Label.FormattedText>

View file

@ -54,7 +54,7 @@
<Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding Legendaries, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Legendary}" />
<Label Text="Source" Style="{StaticResource Key=subsubsection}" />
<Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding Sources, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Source}" />
<Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding Sources, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Source}" IsEnabled="False"/>
</StackLayout>
</ScrollView>
</ContentPage>

View file

@ -45,7 +45,7 @@
<Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding Rituels, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Rituel}" />
<Label Text="Source" Style="{StaticResource Key=subsubsection}" />
<Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding Sources, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Source}" />
<Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding Sources, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Source}" IsEnabled="False" />
</StackLayout>
</ScrollView>
</ContentPage>

1
AideDeJeu/black-book.svg Normal file
View file

@ -0,0 +1 @@
<svg style="height: 512px; width: 512px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 0h512v512H0z" fill="#000" fill-opacity="1"></path><g class="" style="touch-action: none;" transform="translate(0,0)"><path d="M102.594 25.97l90.062 345.78L481.844 395 391.75 49.22 102.594 25.97zm-18.906 1.593c-30.466 11.873-55.68 53.098-49.75 75.312l3.25 11.78c.667-1.76 1.36-3.522 2.093-5.28C49.19 85.668 65.84 62.61 89.657 50.47l-5.97-22.907zm44.937 18.906l247.813 21.593 80.937 305.156-249.344-20.064L128.626 46.47zM94.53 69.155c-16.66 10.01-29.916 28.068-38 47.406-5.245 12.552-8.037 25.64-8.75 36.532l64.814 235.28c.293-.55.572-1.105.875-1.655 10.6-19.254 27.822-37.696 51.124-48.47L94.53 69.156zm74.876 287.563c-17.673 9.067-31.144 23.712-39.562 39-4.464 8.105-7.262 16.36-8.688 23.75l11.688 42.405 1.625.125c-3.825-27.528 11.382-60.446 41.25-81.03l-6.314-24.25zm26.344 34.03c-32.552 17.26-46.49 52.402-41.844 72.906l289.844 24.53c-5.315-7.75-8.637-17.84-8.594-28.342l-22.562-9.063 46.625-7.31-13.595-12.97c5.605-6.907 13.688-13.025 24.78-17.656L195.75 390.75z" fill="#fff" fill-opacity="1"></path></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB