[September 2021] Beta and Push 📨🎉
Pre-releaseIt has been done. The first beta release of UWPX is out, and it's packed full of features.
After just 1457 days (3 Years, 11 Months and 21 Days) in development, UWPX finally has a stable push server up and running!
Now, even if you close the app, you still receive push notifications 🎉.
Besides that, I reworked and fixed the unread counter for messages and added a new welcome dialog.
Please report bugs here!
⚠Important ⚠
This is no in place update!
In order to get push notifications up and running, I had to republish the app with a new name in the Microsoft Store.
You can find more information about why here and here.
From now on, the old app will not receive any further updates any more.
Get the new one here:
Want more up to date news?
Follow @UWPX_APP on .
Donations
Known bugs
- MUC subject changing leads to an account disconnect #34
- Removing a chat does not perform cascade deletion #151
Changes
- Added push support.
- Added a new welcome dialog.
- Added MUC presence error parsing and handling support.
- Fixed MAM fails, when archive is empty.
- Fixed personalize settings page title bar content.
- Fixed selecting wrong chat when the chats changed.
- Fixed the unread notifications and counter.
Example
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-Installer.exe
.
Once downloaded, double click it and then click on install.
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 2019
- Clone the repository with Visual Studio 2019
- 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.