[December 2019] Goodbye Windows Mobile 😔
Pre-releaseThis will be the last update for devices running Windows 10 (Mobile) < 10.0.16299.0.
It adds a little bit more stuff related to IoT devices (aka my Bachelor Thesis 😉).
Besides that it includes the brand new MUC members list and the MUC direct invitations control.
Please report bugs here!
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?
Windows Mobile in 2020
Since Microsoft will shutdown the MS Store for all Windows 10 Mobile devices by 2020 there won't be a way for me to publish any new updates for all users who still stick with there Windows Phone (besides sideloading apps).
So the last update for all devices running Windows 10 (Mobile) < 10.0.16299.0 will be made available roughly around the 20.12.2019.
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.
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?
Follow @UWPX_APP on .
Donations
Known bugs
- Not receiving offline messages #27
- MUC subject changing leads to an account disconnect #34
- MUC Errors broken #58
- Chat image downloads not updating #69
Changes
- 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
Examples
MUC Members List
MUC Direct Invites
How can I get this App?
There are three ways how you can get access to the app.
1. Microsoft Store:
The simplest way is to just download it via the Microsoft Store.
2. Sideload:
If you don't want to use the Microsoft Store for getting access to UWPX you can also sideload a pre build app.
For this head over to releases and download the latest UWPX_UI_X.Y.Z.0.zip
.
Once downloaded, unpack and right click Add-AppDevPackage.ps1
-> Execute with PowerShell
to install it.
For this to work you first have to enable Sideload app
in your Windows settings! Click here for more information about this.
3. Build it by your own
Short version:
- Install Visual Studio 2017
- Clone the repo with Visual Studio 2017
- Build the project for your target platform (e.g.
x64
) - Install the app on your target system:
Here you can find more information about: How to install UWP apps, using the developer mode.
Long version:
An extended guide on how to build UWP with images to guide you through can be found here.