mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 15:36:07 +00:00 
			
		
		
		
	Test
This commit is contained in:
		
							parent
							
								
									9b31b53a79
								
							
						
					
					
						commit
						54280c7139
					
				
					 2 changed files with 23 additions and 9 deletions
				
			
		
							
								
								
									
										2
									
								
								AideDeJeu/AideDeJeu.Android/testsearcha.bat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								AideDeJeu/AideDeJeu.Android/testsearcha.bat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | ||||||
|  | "C:\Utilisateurs\fr19960\AppData\Local\Android\sdk\platform-tools\adb.exe" shell am start -a com.google.android.gms.actions.SEARCH_ACTION -e query "barde" com.nioux.aidedejeu | ||||||
|  | pause | ||||||
|  | @ -11,7 +11,7 @@ | ||||||
|        Shell.ForegroundColor="{DynamicResource HDRed}" |        Shell.ForegroundColor="{DynamicResource HDRed}" | ||||||
|        Shell.TitleColor="{DynamicResource HDBlack}" |        Shell.TitleColor="{DynamicResource HDBlack}" | ||||||
|        Shell.UnselectedColor="{DynamicResource HDLightGrey}" |        Shell.UnselectedColor="{DynamicResource HDLightGrey}" | ||||||
|        FlyoutHeaderBehavior="CollapseOnScroll" |        FlyoutHeaderBehavior="Scroll" | ||||||
|        > |        > | ||||||
|     <Shell.Resources> |     <Shell.Resources> | ||||||
|         <ResourceDictionary> |         <ResourceDictionary> | ||||||
|  | @ -43,19 +43,19 @@ | ||||||
|             <Label Text="{Binding CurrentItem.CurrentItem.CurrentItem.Content.BindingContext.Item.Title}" /> |             <Label Text="{Binding CurrentItem.CurrentItem.CurrentItem.Content.BindingContext.Item.Title}" /> | ||||||
|             <Label Text="{Binding Main.CurrentItem.Item.Name}" />--> |             <Label Text="{Binding Main.CurrentItem.Item.Name}" />--> | ||||||
|         <!--<CollectionView IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" >--> |         <!--<CollectionView IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" >--> | ||||||
|         <ScrollView> |         <!--<ScrollView> | ||||||
|             <StackLayout> |             <StackLayout>--> | ||||||
|                 <StackLayout BindableLayout.ItemsSource="{Binding Main.CurrentItem.Filter.Filters}"> |                 <StackLayout BindableLayout.ItemsSource="{Binding Main.CurrentItem.Filter.Filters}"> | ||||||
|                     <BindableLayout.ItemTemplate> |                     <BindableLayout.ItemTemplate> | ||||||
|                         <DataTemplate> |                         <DataTemplate> | ||||||
|                             <StackLayout Margin="10,5,10,0" Padding="0" Spacing="0"> |                             <StackLayout Margin="10,5,10,0" Padding="0" Spacing="0"> | ||||||
|                                 <Label BindingContext="{Binding}" Text="{Binding Name}" Style="{StaticResource Key=heading3}" /> |                                 <Label BindingContext="{Binding}" Text="{Binding Name}" Style="{StaticResource Key=heading4}" /> | ||||||
|                                 <Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding KeyValues, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Index, Mode=TwoWay}" /> |                                 <Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding KeyValues, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Index, Mode=TwoWay}" /> | ||||||
|                             </StackLayout> |                             </StackLayout> | ||||||
|                         </DataTemplate> |                         </DataTemplate> | ||||||
|                     </BindableLayout.ItemTemplate> |                     </BindableLayout.ItemTemplate> | ||||||
|                 </StackLayout> |                 </StackLayout> | ||||||
|                 <Button Visual="Material" Text="Accueil" Command="{Binding NavigateToHomeCommand}" /> |                 <!--<Button Visual="Material" Text="Accueil" Command="{Binding NavigateToHomeCommand}" /> | ||||||
|                 <Button Visual="Material" Text="Personnages" Command="{Binding NavigateToPCCommand}" /> |                 <Button Visual="Material" Text="Personnages" Command="{Binding NavigateToPCCommand}" /> | ||||||
|                 <Button Visual="Material" Text="Dés" Command="{Binding NavigateToDicesCommand}" /> |                 <Button Visual="Material" Text="Dés" Command="{Binding NavigateToDicesCommand}" /> | ||||||
|                 <Button Visual="Material" Text="Manuel des Règles" Command="{Binding NavigateToItemCommand}" CommandParameter="index_mdr.md"/> |                 <Button Visual="Material" Text="Manuel des Règles" Command="{Binding NavigateToItemCommand}" CommandParameter="index_mdr.md"/> | ||||||
|  | @ -69,7 +69,7 @@ | ||||||
|                 <Button Visual="Material" Text="Recherche" Command="{Binding NavigateToDeepSearchCommand}" /> |                 <Button Visual="Material" Text="Recherche" Command="{Binding NavigateToDeepSearchCommand}" /> | ||||||
|                 <Button Visual="Material" Text="A propos de..." Command="{Binding NavigateToAboutCommand}" /> |                 <Button Visual="Material" Text="A propos de..." Command="{Binding NavigateToAboutCommand}" /> | ||||||
|             </StackLayout> |             </StackLayout> | ||||||
|         </ScrollView> |         </ScrollView>--> | ||||||
|         <!--<CollectionView BackgroundColor="Yellow" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" Header="{Binding}" Footer="{Binding}" EmptyView="{Binding}"> |         <!--<CollectionView BackgroundColor="Yellow" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" Header="{Binding}" Footer="{Binding}" EmptyView="{Binding}"> | ||||||
|             <CollectionView.ItemTemplate> |             <CollectionView.ItemTemplate> | ||||||
|                 <DataTemplate> |                 <DataTemplate> | ||||||
|  | @ -89,7 +89,19 @@ | ||||||
|             <CollectionView.FooterTemplate> |             <CollectionView.FooterTemplate> | ||||||
|                 <DataTemplate> |                 <DataTemplate> | ||||||
|                     <StackLayout BackgroundColor="Blue"> |                     <StackLayout BackgroundColor="Blue"> | ||||||
|                         <Button Visual="Material" Text="Accueil" Command="{Binding ShellNavigateCommand}" CommandParameter="index.md"/> |                         <Button Visual="Material" Text="Accueil" Command="{Binding NavigateToHomeCommand}" /> | ||||||
|  |                         <Button Visual="Material" Text="Personnages" Command="{Binding NavigateToPCCommand}" /> | ||||||
|  |                         <Button Visual="Material" Text="Dés" Command="{Binding NavigateToDicesCommand}" /> | ||||||
|  |                         <Button Visual="Material" Text="Manuel des Règles" Command="{Binding NavigateToItemCommand}" CommandParameter="index_mdr.md"/> | ||||||
|  |                         <Button Visual="Material" Text="Cadre de Campagne" Command="{Binding NavigateToItemCommand}" CommandParameter="index_cdc.md"/> | ||||||
|  |                         <Button Visual="Material" Text="Créatures et Oppositions" Command="{Binding NavigateToItemCommand}" CommandParameter="index_ceo.md"/> | ||||||
|  |                         <Button Visual="Material" Text="Les Cinq Royaumes" Command="{Binding NavigateToItemCommand}" CommandParameter="l5r_index_hd.md"/> | ||||||
|  |                         <Button Visual="Material" Text="Livre des Monstres" Command="{Binding NavigateToItemCommand}" CommandParameter="tome_of_beasts.md"/> | ||||||
|  |                         <Button Visual="Material" Text="Monstrueusement Mignons" Command="{Binding NavigateToItemCommand}" CommandParameter="baby_bestiary.md"/> | ||||||
|  |                         <Button Visual="Material" Text="SRD" Command="{Binding NavigateToItemCommand}" CommandParameter="index_srd.md"/> | ||||||
|  |                         <Button Visual="Material" Text="Favoris" Command="{Binding NavigateToBookmarksCommand}" /> | ||||||
|  |                         <Button Visual="Material" Text="Recherche" Command="{Binding NavigateToDeepSearchCommand}" /> | ||||||
|  |                         <Button Visual="Material" Text="A propos de..." Command="{Binding NavigateToAboutCommand}" /> | ||||||
|                     </StackLayout> |                     </StackLayout> | ||||||
|                 </DataTemplate> |                 </DataTemplate> | ||||||
|             </CollectionView.FooterTemplate> |             </CollectionView.FooterTemplate> | ||||||
|  | @ -121,7 +133,7 @@ | ||||||
|     <FlyoutItem Title="Accueil"> |     <FlyoutItem Title="Accueil"> | ||||||
|         <ShellContent Title="Accueil"  ContentTemplate="{DataTemplate local:MainPage}" /> |         <ShellContent Title="Accueil"  ContentTemplate="{DataTemplate local:MainPage}" /> | ||||||
|     </FlyoutItem> |     </FlyoutItem> | ||||||
|     <!--<FlyoutItem Title="Personnages" FlyoutIcon="battle_axe.png"> |     <FlyoutItem Title="Personnages" FlyoutIcon="battle_axe.png"> | ||||||
|         <ShellContent Title="Personnages"  ContentTemplate="{DataTemplate pc:PlayerCharacterEditorPage}" /> |         <ShellContent Title="Personnages"  ContentTemplate="{DataTemplate pc:PlayerCharacterEditorPage}" /> | ||||||
|     </FlyoutItem> |     </FlyoutItem> | ||||||
|     <FlyoutItem Title="Dés" FlyoutIcon="d20.png"> |     <FlyoutItem Title="Dés" FlyoutIcon="d20.png"> | ||||||
|  | @ -240,6 +252,6 @@ | ||||||
|     </FlyoutItem> |     </FlyoutItem> | ||||||
|     <FlyoutItem Title="A propos de..." FlyoutIcon="wooden_sign.png"> |     <FlyoutItem Title="A propos de..." FlyoutIcon="wooden_sign.png"> | ||||||
|         <ShellContent Title="A propos de..."  ContentTemplate="{DataTemplate local:AboutPage}" /> |         <ShellContent Title="A propos de..."  ContentTemplate="{DataTemplate local:AboutPage}" /> | ||||||
|     </FlyoutItem>--> |     </FlyoutItem> | ||||||
| 
 | 
 | ||||||
| </Shell> | </Shell> | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez