[October 2021] OMEMO Status, UI and Bugfixes
Pre-releaseThis month was dedicated to fixing bugs and improving the usability.
Besides that, I updated to WinUI 2.7 from WinUI 2.5 and updated a bunch of UI light and dark theme inconsistencies.
Since UWPX is one of the few clients that support the "latest" OMEMO (0.7.0 (2020-09-05)) standard, I added a status indicator when enabling OMEMO, informing you if your contact supports it.
Please report bugs 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
- ListDetailsView looses selection on reorder #166
Changes
- Added an OMEMO status control
- Added support for empty OMEMO key exchange messages
- A first pass for Russian translation (#165)
- Updated to Unicode 14 and Segoe UI Emoji 1.29
- Updated to WinUI 2.7
- Chat details header is now clickable
- Improved chat right click detection
- Fixed reconnect button locking the app up
- Fixed chat preview crash
- Fixed chat image backgrounds
- Fixed changing the OMEMO status via contact info
Example
The new OMEMO status indicator.
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.