Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Released v.0.14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Mar 12, 2019
1 parent e7a46bc commit a58091c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Data_Manager2/Classes/SettingsConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class SettingsConsts
{
public const string INITIALLY_STARTED = "initially_started";
public const string HIDE_INITIAL_START_DIALOG_ALPHA = "hide_initial_start_dialog_alpha";
public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_12";
public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_14";

public const string APP_REQUESTED_THEME = "app_requested_theme";

Expand Down
49 changes: 33 additions & 16 deletions UWPX_UI/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -262,29 +262,46 @@ For more up to date information visit:
* [Twitter](https://twitter.com/uwpx_app)</value>
</data>
<data name="WhatsNewDialog_markdown.Text" xml:space="preserve">
<value># Years go bye - UWPX anniversary🎉
<value># UI Overhaul Part 1

This month's update has only a hand full of changes, fixes and improvements since I'm working on an complete UI overhaul [#50](https://github.com/UWPX/UWPX-Client/issues/50) (more on that later).
The *plan* is to release the UI overhaul [#50](https://github.com/UWPX/UWPX-Client/issues/50) sometime in march.
I don't know If there will be any other releases until then.
Lest see.
It has been three months since the last official release of UWPX and a lot has changed since then.
I started working on the UI Overhaule ([#52](https://github.com/UWPX/UWPX-Client/issues/52)) and now I'm at a point, where I can say: "Yes, it is usable again"
So here we go!
Please remember: It's only the first iteration and I'm by far not done with overhauling all pages, dialogs and controls!
If you have any suggestions/feedback please head over to [#50](https://github.com/UWPX/UWPX-Client/issues/50) and let me know about it!

**Please report bugs [here](https://github.com/UWPX/UWPX-Client/issues)!**

### Known bugs:
* MUC nickname changing not working [#29](https://github.com/UWPX/UWPX-Client/issues/29)
* Not receiving offline messages [#27](https://github.com/UWPX/UWPX-Client/issues/27)
* MUC subject changing leads to an account disconnect [#34](https://github.com/UWPX/UWPX-Client/issues/34)
* OMEMO not sending messages [#49](https://github.com/UWPX/UWPX-Client/issues/49)
* Duplicate MUC messages [#46](https://github.com/UWPX/UWPX-Client/issues/46)
* Fix Main Thread async [#40](https://github.com/UWPX/UWPX-Client/issues/40)
* Not receiving offline messages [#27](https://github.com/UWPX/UWPX-Client/issues/27)
* MUC nickname changing not working [#29](https://github.com/UWPX/UWPX-Client/issues/29)
* MUC subject changing leads to an account disconnect [#34](https://github.com/UWPX/UWPX-Client/issues/34)
* Fix Main Thread async [#40](https://github.com/UWPX/UWPX-Client/issues/40)
* Duplicate MUC messages [#46](https://github.com/UWPX/UWPX-Client/issues/46)
* OMEMO not sending messages [#49](https://github.com/UWPX/UWPX-Client/issues/49)
* Support for gtalk [#54](https://github.com/UWPX/UWPX-Client/issues/54)
* OMEMO not sending "long" messages [#56](https://github.com/UWPX/UWPX-Client/issues/56)
* In general OMEMO is a bit wonky at the moment

### Changes:
* Added error messages if sending OMEMO messages fails
* Added stream error support
* Fixed app trying to connect if there is no internet available
* Updated dependencies
* Added a custom splash screen image. Thanks to [inloreap](https://www.instagram.com/inloreap/) for that
* Added debug options (click 5 times on the version text on the settings overview page to enable/disable)
* Added a simple anti spam mechanism (requires debug settings to be enabled, than enable it via chat settings)
* Overhauled the UWPX logo
* Overhauled the chats page
* Overhauled the settings overview page
* Overhauled the account settings page
* Overhauled the chat settings page
* Overhauled the data settings page
* Overhauled the background tasks settings page
* Overhauled the donate page
* Overhauled the misc settings page
* Overhauled the add account settings page
* Started overhauling the personalize settings page
* Fixed the OMEMO device fingerprint generation
* A bunch of small OMEMO fixes

[Click to view/read on on GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.12.0.0)</value>

[Click to view/read on on GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.14.0.0)</value>
</data>
</root>
12 changes: 9 additions & 3 deletions UWPX_UI/UWPX_UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,22 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>UWPX_UI_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>C7B138A93991569CE6D4222D60D57F3DF338111B</PackageCertificateThumbprint>
<PackageCertificateKeyFile>UWPX_UI_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>9726159359E2435B4F9B2462108EBBDBE6778005</PackageCertificateThumbprint>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
Expand Down

0 comments on commit a58091c

Please sign in to comment.