Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WOA-Project/woadialer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MicaApps/woadialer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 13, 2024

  1. Copy the full SHA
    eea7c5c View commit details
  2. Refresh Navigation View

    Shomnipotence committed Jun 13, 2024
    Copy the full SHA
    4c5142c View commit details

Commits on Jun 19, 2024

  1. fix list detail view

    Shomnipotence committed Jun 19, 2024
    Copy the full SHA
    dd4f6c8 View commit details
1 change: 1 addition & 0 deletions Dialer/Dialer.csproj
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.1.0" />
<PackageReference Include="CommunityToolkit.WinUI" Version="7.1.2" />
<PackageReference Include="CommunityToolkit.WinUI.Notifications" Version="7.1.2" />
<PackageReference Include="PinYinConverterCore" Version="1.0.2" />
<PackageReference Include="WinUIEx" Version="2.3.2" />
</ItemGroup>
<ItemGroup>
24 changes: 12 additions & 12 deletions Dialer/UI/Controls/DialPad.xaml
Original file line number Diff line number Diff line change
@@ -22,17 +22,17 @@
<ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions>

<local:DigitButton x:Name="NumPad_0" x:Uid="NumPad_0" Digit="0" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="3" Grid.Column="1"/>
<local:DigitButton x:Name="NumPad_1" x:Uid="NumPad_1" Digit="1" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="0"/>
<local:DigitButton x:Name="NumPad_2" x:Uid="NumPad_2" Digit="2" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="1"/>
<local:DigitButton x:Name="NumPad_3" x:Uid="NumPad_3" Digit="3" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="2"/>
<local:DigitButton x:Name="NumPad_4" x:Uid="NumPad_4" Digit="4" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" Grid.Column="0"/>
<local:DigitButton x:Name="NumPad_5" x:Uid="NumPad_5" Digit="5" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" Grid.Column="1"/>
<local:DigitButton x:Name="NumPad_6" x:Uid="NumPad_6" Digit="6" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" Grid.Column="2"/>
<local:DigitButton x:Name="NumPad_7" x:Uid="NumPad_7" Digit="7" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="2" Grid.Column="0"/>
<local:DigitButton x:Name="NumPad_8" x:Uid="NumPad_8" Digit="8" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="2" Grid.Column="1"/>
<local:DigitButton x:Name="NumPad_9" x:Uid="NumPad_9" Digit="9" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="2" Grid.Column="2"/>
<local:DigitButton x:Name="NumPad_A" x:Uid="NumPad_A" Digit="*" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="3" Grid.Column="0"/>
<local:DigitButton x:Name="NumPad_S" x:Uid="NumPad_S" Digit="#" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="3" Grid.Column="2"/>
<local:DigitButton x:Name="NumPad_0" x:Uid="NumPad_0" Digit="0" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="3" Grid.Column="1" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_1" x:Uid="NumPad_1" Digit="1" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="0" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_2" x:Uid="NumPad_2" Digit="2" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="1" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_3" x:Uid="NumPad_3" Digit="3" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="2" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_4" x:Uid="NumPad_4" Digit="4" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" Grid.Column="0" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_5" x:Uid="NumPad_5" Digit="5" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" Grid.Column="1" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_6" x:Uid="NumPad_6" Digit="6" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" Grid.Column="2" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_7" x:Uid="NumPad_7" Digit="7" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="2" Grid.Column="0" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_8" x:Uid="NumPad_8" Digit="8" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="2" Grid.Column="1" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_9" x:Uid="NumPad_9" Digit="9" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="2" Grid.Column="2" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_A" x:Uid="NumPad_A" Digit="*" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="3" Grid.Column="0" CornerRadius="0"/>
<local:DigitButton x:Name="NumPad_S" x:Uid="NumPad_S" Digit="#" Padding="14" FontSize="24" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="3" Grid.Column="2" CornerRadius="0"/>
</Grid>
</UserControl>
4 changes: 2 additions & 2 deletions Dialer/UI/Controls/DigitButton.xaml
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@
Margin="2">

<StackPanel HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<TextBlock Name="tb_Digit" Text="" FontSize="24" HorizontalAlignment="Center"/>
<TextBlock Name="tb_Digit" Text="" FontSize="26" FontWeight="SemiBold" HorizontalAlignment="Center"/>
<StackPanel Margin="0, 3, 0, 0" HorizontalAlignment="Center" Spacing="3">
<TextBlock Name="tb_Chars" Text="" FontSize="10" TextAlignment="Center"/>
<TextBlock Name="tb_Chars" Text="" FontSize="10" TextAlignment="Center" Opacity="0.6"/>
<TextBlock Name="tb_AdditionalChars" Text="" FontSize="10" TextAlignment="Center"/>
</StackPanel>
</StackPanel>
Loading