[June 2019] SRV and Emoji
Pre-releaseIt's time again! A new release is here!
Last month I didn't really had that much time to spare for working on UWPX.
Never the less this release includes one more or less big new feature:
If you add a new account and enter your JID, UWPX tries to look up the SRV record for you and populates the Server address
and Port
field automatically with the correct values.
The next two to three months I have to, like last month, reduce the time I can spend working on UWPX, since there's quiet a lot of other (University) stuff I have to prioritize.
Please report bugs here!
Want more up to date news?
Follow @UWPX_APP on .
Donations
Known bugs
- Not receiving offline messages #27
- MUC nickname changing not working #29
- MUC subject changing leads to an account disconnect #34
- Fix Main Thread async #40
- Support for gtalk #54
Changes
- Added a SRV record lookup for the server address if add a new account
- Added a thread save wrapper for the chats list
- Replacing the Emoji font for older devices - all devices now support Unicode 12.0 Emoji
- Fixed marking a chat as read does not update the app tile
- Fixed a crash related to the icon button style
- Fixed the notification sound spam
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.