Skip to content

Commit

Permalink
Forum mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaexplorer74 committed Mar 29, 2024
1 parent abc0615 commit 6990600
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 104 deletions.
2 changes: 1 addition & 1 deletion 4PDAClient/4PDAClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>4PDAClient_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>arm</AppxBundlePlatforms>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
Expand Down
2 changes: 1 addition & 1 deletion 4PDAClient/Html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3>About me</h3>
<ul><li>I am a MediaExplorer, IT man from The Russian Federation (Russia). Windows Phone has always been my favorite Mobile OS and since offical 4PDA disappeared from MS Store I really needed an alternative, which is why I created this application.</li></ul>
<h4>About 4PDAClient</h4>
<ul>
<li>Version: 1.0.0.34 (or 1.0-alpha) </li>
<li>Version: 1.0.0.35 (or 1.0-alpha) </li>
<li>4PDAClient is simple UWP app on/for Windows 10 mobile that has: </li>
<li>Content show of 4PDA.to web site.</li>
<li>Dark and light mode</li>
Expand Down
6 changes: 6 additions & 0 deletions 4PDAClient/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
Click="UiThemeToggle_Click"
Icon="Clock"
Label="Dark theme"/>
<AppBarToggleButton
x:Name="ForumModeToggle"
x:Uid="ForumModeToggle"
Click="ForumModeToggle_Click"
Icon="Document"
Label="Forum mode"/>
</CommandBar.SecondaryCommands>
</CommandBar>
</Page.BottomAppBar>
Expand Down
Loading

0 comments on commit 6990600

Please sign in to comment.