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.22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 21, 2019
1 parent 180709b commit ff75d6c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 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_21_1";
public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_22";

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.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.21.1.0" />
<Identity Name="790FabianSauter.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.22.0.0" />
<mp:PhoneIdentity PhoneProductId="a78ff2d9-c4cc-400f-bb4a-2bbf14101904" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWPX Alpha</DisplayName>
Expand Down
25 changes: 18 additions & 7 deletions UWPX_UI/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,11 @@ For more up to date information visit:
<value>https://www.xmpp-iot.org/</value>
</data>
<data name="WhatsNewDialog_markdown.Text" xml:space="preserve">
<value># [November 2019 #2] Chats List Fix
<value># [December 2019] Goodbye Windows Mobile 😔

Fix for a critical bug which resulted in the chats list not being shown.
This will be the last update for devices running Windows 10 (Mobile) &lt; 10.0.16299.0.
It adds a little bit more stuff related to IoT devices ([aka my Bachelor Thesis](https://home.in.tum.de/~sauterf/html-data/Thesis_Smart_Building_Control_with_XMPP_for_IoT.pdf) 😉).
Besides that it includes the brand new MUC members list and the MUC direct invitations control.

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

Expand All @@ -361,7 +363,7 @@ Since Microsoft will shutdown the MS Store for all Windows 10 Mobile devices by

**So the last update for all devices running Windows 10 (Mobile) &lt; 10.0.16299.0 will be made available roughly around the 20.12.2019.**

If you still wan't to continue using your Windows Phone and get "regular" UWPX updates I suggest having a look at [Windows 10 ARM for Lumia 950](https://github.com/WOA-Project/WOA-Deployer-Lumia).
If you still want to continue using your Windows Phone and get "regular" UWPX updates I suggest having a look at [Windows 10 ARM for Lumia 950](https://github.com/WOA-Project/WOA-Deployer-Lumia).
Battery life is not that great while you use it but beside that it's quiet usable on my Lumia 950 XL 😄

### Want more up to date news?
Expand All @@ -374,10 +376,19 @@ Follow [@UWPX_APP](https://twitter.com/UWPX_APP) on ![Twitter](http://i.imgur.co
* Chat image downloads not updating [#69](https://github.com/UWPX/UWPX-Client/issues/69)

### Changes:
* Added an IoT device type selection screen
* Fixed unable to save changed account settings
* Fixed the BLE unlock helper not continuing
* Finished the UI part for registering new IoT devices
* Added the IoT chat details view
* Added XEP-0336: Data Forms - Dynamic Forms support
* Added a MUC members list
* Added the MUC direct invitation chat control
* Added a MUC direct invitation dialog
* Fixed AccountInfoCertificateGeneralControlDataTemplate on changed crash [#81](https://github.com/UWPX/UWPX-Client/issues/81)

[Click to view/read on on GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.21.1.0)</value>
### Plans for January
Starting from now I will update the complete tool chain used for UWPX development.
This means updating to VS2019, updating all NuGet packages, ...
Perhaps even supporting ARM64 and Xbox again?

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

0 comments on commit ff75d6c

Please sign in to comment.