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

Commit

Permalink
Released v.0.27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Jul 2, 2020
1 parent c90ba3a commit 97345ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 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_26";
public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_27";

public const string APP_REQUESTED_THEME = "app_requested_theme";

Expand Down
2 changes: 1 addition & 1 deletion UWPX_UI/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="790FabianSauter.UWPX" Publisher="CN=Fabian Sauter" Version="0.26.2.0"/>
<Identity Name="790FabianSauter.UWPX" Publisher="CN=Fabian Sauter" Version="0.27.0.0"/>
<mp:PhoneIdentity PhoneProductId="a78ff2d9-c4cc-400f-bb4a-2bbf14101904" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWPX Alpha</DisplayName>
Expand Down
34 changes: 12 additions & 22 deletions UWPX_UI/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -356,19 +356,10 @@ For more up to date information visit:
<value>https://www.xmpp-iot.org/</value>
</data>
<data name="WhatsNewDialog_markdown.Text" xml:space="preserve">
<value># [May 2020] Push it to the [limit](https://youtu.be/9D-QD_HIfjA)
This month I was focusing on improvements to push and some general UI updates.
I've updated to [WinUi 2.4](https://docs.microsoft.com/en-us/uwp/toolkits/winui/release-notes/winui-2.4) and with that updated the chats UI once again 😁.
Now the background will only display behind chat messages, not behind the chat selection pane.
This increases readability and improves contrast especially when a light theme is being used.

Besides that I was working on adding background push support to UWPX. Now (in theory) UWPX can receive chat messages when the app is not running.
Although everything for it should be in place, I'm unable to test it.
Like I mentioned [here](https://twitter.com/UWPX_APP/status/1254786200134578178) I deleted (by accident) the [WNS](https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/windows-push-notification-services--wns--overview) backend at Microsofts Live Services.
I do **not** know how to create a new one, without having to register UWPX as a new app in the store...

All my other time went into developing and extending the [UWPX push server](https://github.com/UWPX/UWPX-Push-Server#publishing-the-channel-uri).
<value># [July 2020] Small Maintenance Release
The last two months I was unable to spend a lot of time developing UWPX, since currently a lot of other things like organizing retake exams that were pushed back during the whole health crisis came up.

Push is still very much work in progress.
If you can't wait for me to enable push for everyone, you can play around with it by enabling it via `Settings` -&gt; `Accounts` -&gt; `Enable push`. Since it's still work in progress **do not expect it to work all the time, or even at all 😅**.

To get more information about the push setup and how it works, you can continue reading [here](https://github.com/UWPX/UWPX-Push-Server/blob/master/README.md).
Expand All @@ -386,17 +377,16 @@ Follow [@UWPX_APP](https://twitter.com/UWPX_APP) on ![Twitter](http://i.imgur.co
* MUC Errors broken [#58](https://github.com/UWPX/UWPX-Client/issues/58)
* Chat image downloads not updating [#69](https://github.com/UWPX/UWPX-Client/issues/69)
* UWPX hangs after receiving contact request [#107](https://github.com/UWPX/UWPX-Client/issues/107)
* `OmemoHelper` is null [#134](https://github.com/UWPX/UWPX-Client/issues/134)

### Changes
* Added background push support
* Updated to [WinUi 2.4](https://docs.microsoft.com/en-us/uwp/toolkits/winui/release-notes/winui-2.4)
* Updated the chats UI
* Improved XMPP account connect performance when multiple accounts try to connect. I switched from a global TCP write semaphore to a account based TCP write semaphore.
* Added the `Trace` log level
* Moved printing XML stanzas from `Debug` to `Trace`
* Removed the `Packaging` project for faster build times. We're using the [UWPX installer](https://github.com/UWPX/UWPX-Installer) for that.
* Fixed [XEP-0030: Service Discovery](https://xmpp.org/extensions/xep-0030.html) ([#127](https://github.com/UWPX/UWPX-Client/issues/127))
* Added [XEP-0199: XMPP Ping](https://xmpp.org/extensions/xep-0199.html) support ([#129](https://github.com/UWPX/UWPX-Client/issues/129))
* Updated credits</value>
* Fixed trying to access the camera if no permissions were guaranteed [#133](https://github.com/UWPX/UWPX-Client/issues/133)
* Fixed UWX trying to initialize push if disabled and it has been enabled before [#132](https://github.com/UWPX/UWPX-Client/issues/132)
* Changed the app identity to fix push
* Dark mode is now slightly darker
* Improved favorite star contrast for the light theme
* Updated all NuGet dependencies

**Continue reading on [GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.27.0.0).**</value>
</data>
</root>

0 comments on commit 97345ef

Please sign in to comment.