Image 1 — Stable Update - Unison UWP 1.5.0
Image 2 — Stable Update - Unison UWP 1.5.0
▲ 35 r/WindowsMobile+2 crossposts

Stable Update - Unison UWP 1.5.0

Unison 1.5.0

Unison is a WhatsApp Multi-Device client for Windows 10 Mobile (Lumia first, desktop UWP second). Your phone stays primary; Unison is a linked companion, Baileys-style.

1.3.0 was the new socket stack. 1.5.0 is the chat you actually live in.

What’s new

  • Ukrainian in Settings, plus missing strings on the other languages
  • Login asks for Background apps so the session can stay linked
  • QR layout on 4.5" Lumias (the old margin was clipping the code)
  • Scroll to bottom like official WhatsApp
  • Sending while history is still syncing lands in the right time, not always at the end
  • Chat-list last message during a big sync shows Video / Image / Message, not raw junk
  • Open a chat → header first, then messages. Chats open at the bottom
  • Today / Yesterday / date chips; bubble times follow the phone time zone
  • Group @mentions show names (bubbles and the list preview)
  • Tap a reaction to see who reacted
  • Stickers are stickers, not photos
  • Group member photos load in the background; tap a name/avatar for member info (groups in common too)
  • Add to contacts opens the Windows People card (1:1 with a phone number)
  • Settings: Show Unison contacts in Windows (off by default) — a Unison list in People, not mixed into your agenda
  • Narrow screen: chat info goes full screen
  • Media / Files in chat info load when you open the tab (spinner). No crash on Creators Update
  • Status list + viewer in the shell (view only — posting isn’t in yet)
  • Updating… shouldn’t stick after connect; history import shows Syncing conversations…

After you install: restart once. If old quotes, pins, reactions, or @mentions look wrong, resync that chat from the phone.

Still true / not in this build

  • Phone stays the primary device
  • Status: watch only (no post / receipts / reply)
  • Background broker socket handoff is still not wired
  • Group send can still time out on some group queries

Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session. Download Repositories:

  • WinArchive: A amazing Microsoft Store Replacement with Software Update and even webstore.
  • Metrostore: Another great Microsoft Store replacement but requires manual install of apps... GDrive Repositories (Unison/WinArchive/Metrostore): https://drive.google.com/drive/folders/1nI6XezesNzj7dTbyL1XqV4X4iOMUoHcC?usp=sharing Github Source Code:
  • Since its a preview feature still isnt merged on main, so check the release pages to grab the correct source code... If you're willing to help , feel free to do Pull Requests. And give us feedback here and suggestions MaskNinjaSquared/Unison: UWP WhatsApp client aimed primarily for Windows 10 Mobile
u/ThiagoAraujoReal — 2 days ago
▲ 87 r/WPDev+3 crossposts

[HUGE FEATURE UPDATE] Unison 1.3.0 (Whatsapp UWP)

Unison 1.3.0

This release introduces the new Baileys 7.0.0-rc14-based socket architecture, alongside major improvements to messaging, media handling, synchronization, UI, shell management, and reliability.

Architecture

  • Introduced the new Unison.Socket project (netstandard2.0), mirroring the Baileys 7.0.0-rc14 src/ structure.
  • Isolated socket responsibilities in ConnectionHandler, covering Noise, queries, keepalive, pairing, and tag-based dispatch.
  • Added WhatsAppSession to compose the new protocol modules.
  • Added ~38 use cases covering messaging, receipts, retries, media, groups, profiles, USync, app-state, history, and authentication.
  • Added UWP facades for ConnectionMessageContactChatProfile, and History.
  • Refactored ViewModels to consume facades instead of the previous monolithic service.
  • Added SocketBridge to connect the new session to the existing UI while the legacy layer is progressively removed.

Protocol & Synchronization

  • Ported the Baileys 7.0.0-rc14 session, messaging, group, USync, app-state, media, and history flows.
  • Added QR and phone-number pairing support.
  • Added buffered event processing during history synchronization.
  • Added sequential offline node processing.
  • Added MessageRetryManager with LRU tracking and retry reasons.
  • Added formal LID ↔ PN mapping through LidMappingStore.
  • Updated pre-key generation to the rc14 volume.
  • Added USync support for contacts, devices, and LID.
  • Added app-state patch synchronization.
  • Added media encryption and downloading.
  • Added group metadata synchronization.
  • Logout now properly notifies the server.
  • Chat pin/unpin synchronization is persisted locally.

Messaging & Media

  • Refactored chat message bubbles into ViewModels.
  • Added support for media, reactions, quoted messages, and interaction events.
  • Improved audio and video message handling.
  • Added proximity-based audio playback.
  • Added audio recorder UI.
  • Added media grids for images, videos, and audio.
  • Added thumbnails, placeholders, and download support.
  • Added file lists with view/save actions.
  • Added video viewer.
  • Fixed image viewer pinch-to-zoom and pan interactions.

Chat & Organization

  • Added chat pin/unpin support.
  • Added synchronization of pinned chats with WhatsApp.
  • Added Start screen / Live Tile pinning.
  • Added mute options for 8 hours, 1 week, or always.
  • Added chat and group information views.
  • Added a New Chat dialog.
  • Added separate information layouts for individual and group chats.

Shell & UI

  • Added an animated boot shell with extended splash screen support.
  • Added language selection to the boot and settings shells.
  • Added white theme support.
  • Added shell reload support.
  • Added account information and disconnect actions to Settings.
  • Added QR code popup support for low-resolution devices.
  • Fixed navigation bar initialization on Minimal.
  • Added additional internationalization across chat information and overflow menus.
  • Updated menus for the Mobile theme.
  • Added IconFont-based empty states for Windows 10 build 15063.
  • Fixed language pack installation issues.

Notifications & Platform

  • Updated notification behavior to match WhatsApp UWP.
  • Added WinUI 2.7 support.
  • Updated settings collaborators with GitHub links.
  • Removed hardcoded strings from the Baileys Core layer.

Reliability & Fixes

  • 1:1 messaging now works correctly after closing and reopening the application, with authentication and session state persisted.
  • Disconnect and unpair now properly close the session.
  • Fixed QR sessions becoming stuck after _authState was set to null.
  • Added QR refresh after timeout.
  • Added on-demand full history resynchronization through HistoryFacade.
  • Fixed history synchronization getting stuck during the initial handshake.
  • Self-chat is now correctly marked as read.
  • Updated Me synchronization, contact names, and group avatars to follow the rc14 LID flow.
  • Unified input/output processing through OopHandlerService.
  • Fixed LayoutCycleException when opening 1:1 chat information.
  • Improved audio/video playback and media interactions.

Architecture Transition

Unison 1.3.0 establishes the foundation for the migration from the legacy WhatsApp implementation to the new Baileys 7.0.0-rc14-based architecture.

The existing UWP application continues to operate through SocketBridge, allowing the new socket and facade layers to be introduced without requiring the entire UI to be rewritten at once. The legacy WhatsAppService remains temporarily for compatibility while the migration continues.

Known Limitations

  • Group message sending remains postponed due to a timeout during group queries.
  • WhatsAppService is still present for compatibility during the migration.
  • The raw socket has not yet been transferred to the out-of-process background broker.

Credits (Github Ids):

Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session.

Download Repositories:
- WinArchive: A amazing Microsoft Store Replacement with Software Update and even webstore.

- Metrostore: Another great Microsoft Store replacement but requires manual install of apps...

GDrive Repositories (Unison/WinArchive/Metrostore):

https://drive.google.com/drive/folders/1nI6XezesNzj7dTbyL1XqV4X4iOMUoHcC?usp=sharing

Github Source Code:
- Since its a preview feature still isnt merged on main, so check the release pages to grab the correct source code... If you're willing to help , feel free to do Pull Requests. And give us feedback here and suggestions

MaskNinjaSquared/Unison: UWP WhatsApp client aimed primarily for Windows 10 Mobile

u/JabbaDuHutt69 — 5 days ago
▲ 65 r/WPDev+2 crossposts

[UPDATED APP] Unison UWP 1.1.1 (Feature Update)

Greetings

Hey everyone, how you guys doing... So as promisse i managed to give a little help to Unison Dev Team these days... The App need a refactor and some fixes... since i've been working on another app [UPDATED APP] Imgur UWP 3.2.0 LTS ( Feature Update ) : r/windowsphone, (App with a already validated solid codebase and a bunch of media related features *go take a look), why not port the architecture/services/fixes i've made to it using cursor...

Well i did it... i've built a new architecture for unison and already pushed on the repository on github... so the community now can develop following the best guidelines as possible... Not just a refactor... but expect a lot of new features... my special UI/UX magic touch LOL... Anyways here comes...

What's fixed

  • ✅ Fixed an issue that prevented the QR code from loading.
  • ✅ Refactored the message loading logic.
  • ✅ Contacts are now moved to SQLite during the initial sync, allowing future edits and improvements.

Architecture

  • Split into:
    • Unison.Uwp (UI / Dependency Injection)
    • Unison.Core (ViewModels & Contracts)
    • Unison.Baileys (Protocol / Crypto)
    • Unison.Background (Out-of-process socket task)
  • MVVM architecture with Dependency Injection.
  • Localized in English, Portuguese, Spanish, Dutch, Indonesian, Italian, and Polish.

Current Highlights

  • 📱 Background message delivery via the Socket Broker, keeping the connection alive even when minimized or with the screen off.
  • 🔔 Native toast notifications showing contact name and message content (acks and protocol noise are filtered out).
  • 💬 Modern chat experience with text messages, images, voice notes, gallery attachment, and in-chat audio recording.
  • 🖼️ On-demand image downloads with fullscreen viewer, zoom, share, and save support.
  • 👥 Contacts and profile pictures are synchronized after linking.
  • 🧭 Streamlined navigation: Start → QR Login → Chats / Settings / Debug.
  • 🔄 Re-pair your device from the Debug page without reinstalling the app.
  • ✨ No more placeholders—the UI now displays the actual meaning of messages.

Known Issues

  • ⚠️ Sending messages to groups currently freezes the app.
  • ⚠️ Audio playback and recording still need work.
  • ⚠️ Video support has not been implemented yet.

Credits

  • u/MaskNinjaSquared
  • u/Mayconus
  • u/Negociation

Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session.

Download Repositories:
- WinArchive: A amazing Microsoft Store Replacement with Software Update and even webstore.

- Metrostore: Another great Microsoft Store replacement but requires manual install of apps...

GDrive Repositories (Unison/WinArchive/Metrostore):

https://drive.google.com/drive/folders/1nI6XezesNzj7dTbyL1XqV4X4iOMUoHcC?usp=sharing

u/JabbaDuHutt69 — 15 days ago
▲ 24 r/WPDev+3 crossposts

[UPDATED APP] Imgur UWP 3.2.0 LTS ( Feature Update )

Huge Update with a bunch of improvements... Also a good surprise about Whatsapp...

Imgur UWP 3.2.0 LTS – What's New

Imgur is a popular, free image-hosting website and online community where users upload, store, and share photos, memes, and GIFs.

This UWP app, has most of usefull capabilites of the Android Version... After Login, explore, interact, upload files from your Windows 10 Mobile... Since the website is broken on edge , its a great app for having on your phone.

🚀 Improvements

  • Added support for parsing links, images, and videos in media comments (comments no longer display blank URLs without context). ***NEW FEATURE
  • Fixed an issue where pagination was unavailable for logged-in users when browsing their posts (Hidden, Public, and All).
  • Fixed an issue where the bottom navigation bar covered part of the image view, preventing the comments section from being displayed.
  • Added support for opening your profile by clicking on your avatar.
  • Fixed an issue on mobile where the Back button could behave inconsistently after the app was resumed from suspension.
  • Added new behavior for when user clicks on your profile picture on status bar will open the Account Profile
  • Fixed an issue where the media options menu and Hidden badge could appear at the same time.
  • Fixed an issue where the video timer started at 0 instead of 00:00.
  • Added a new custom Full Screen mode for videos, replacing the default Windows video player.
  • Added +10s / -10s seek indicators when clicking on the left or right side of the video player. (The gesture already existed, but there was no visual feedback.)
  • Added Double Tap to Like for posts. (Simply double-tap the center of a video or any image, just like in the Android app.) NEW FEATURE
  • Added Mouse Hover support for the media player (PC, Continuum, Lumia 950, and Lumia 950 XL) to display the playback controls.
  • Added a new Picture-in-Picture (PiP) mode for videos. When you scroll away from a playing video, it automatically switches to a draggable PiP window, allowing you to continue watching while reading comments or browsing other media. NEW FEATURE
  • Added missing translations
  • Fixed a issue with PiP mode disabling interaction events after closing it
  • Fixed a issue with Account Page buttons positions
  • Added a new Section ( Following ) to Account Page
  • Added a Settings button for User Account Page (much like the android app)
  • Added a replay button to PiP mode
  • Added Viewed Media Sinalizer for Galleries
  • Added Full Screen Mode for Images
  • Added #Image parser for comments ( when clicked will open the media )

Download Repo (ARM/X64) (MetroStore also available in this repo) :
https://drive.google.com/drive/folders/1HdQK0r4Pximl18tMa-LWGDieC1WJ3Yw7?usp=sharing

About Unison

I joined Unison Dev Team in order to bring a more stable version for Windows Mobile... After using the Imgur Codebase as a parameter i've fixed tons of issues and now with Maycon_Br and u/MaskNinja you guys can expect Whatsapp on Windows 10 Mobile Again...

Here's a sneak peek:
https://imgur.com/a/3UNPJKO

u/JabbaDuHutt69 — 18 days ago
▲ 33 r/WindowsMobile+2 crossposts

[UPDATED APP ] Imgur UWP 3.1.0 LTS ( Quality Update)

Imgur UWP 3.1.0 LTS – What's New

Imgur is a popular, free image-hosting website and online community where users upload, store, and share photos, memes, and GIFs.

This UWP app, has most of usefull capabilites of the Android Version... After Login, explore, interact, upload files from your Windows 10 Mobile... Since the website is broken on edge , its a great app for having on your phone.

🚀 Improvements

  • Live Tiles now update automatically. You no longer need to open the app to keep your Live Tiles up to date.
  • Viral Content Notifications are now available and can be enabled in Settings.
  • Experimental Account Notifications have been added and can be enabled in Settings.
  • Added a Posts Filter to user profiles, allowing you to view hidden/private uploads.
  • Added a new empty account layout for first-time users with no uploads, similar to the Android app.
  • Fixed an issue where favorite posts were not displayed when viewing another user's profile.
  • Fixed an issue where favorite posts on another user's profile were incorrectly marked as your own favorites.
  • Redesigned Live Tiles with an improved layout for images, author information, and post content.
  • Fixed a issue when enabled/disabled auto-play for miniatures only take effect after re-open App

🐞 Known issues

  • Follow feature is currently broken (API restriction)
  • Hardware back button can behave inconsistently on mobile
  • On mobile, opening the navigation bar auto-focuses the search box, which can cover footer items (not critical, but annoying)

----------------------------

NEXT UPDATE ( Not released yet)

Since i got in touch with the Source Code Again... I've being doing some fixes here's the changelog of the new version 3.2.0 so far:

🚀 Improvements ( 29/07/2026 )

  • Added support for parsing links, images, and videos in media comments (comments no longer display blank URLs without context). ***NEW FEATURE
  • Fixed an issue where pagination was unavailable for logged-in users when browsing their posts (Hidden, Public, and All).
  • Fixed an issue where the bottom navigation bar covered part of the image view, preventing the comments section from being displayed.
  • Added support for opening your profile by clicking on your avatar.
  • Fixed an issue on mobile where the Back button could behave inconsistently after the app was resumed from suspension.
  • Added new behavior for when user clicks on your profile picture on status bar will open the Account Profile

🚀 Improvements ( 30/07/2026 )

  • Fixed an issue where the media options menu and Hidden badge could appear at the same time.
  • Fixed an issue where the video timer started at 0 instead of 00:00.
  • Added a new custom Full Screen mode for videos, replacing the default Windows video player.
  • Added +10s / -10s seek indicators when clicking on the left or right side of the video player. (The gesture already existed, but there was no visual feedback.)
  • Added Double Tap to Like for posts. (Simply double-tap the center of a video or any image, just like in the Android app.) NEW FEATURE
  • Added Mouse Hover support for the media player (PC, Continuum, Lumia 950, and Lumia 950 XL) to display the playback controls.
  • Added a new Picture-in-Picture (PiP) mode for videos. When you scroll away from a playing video, it automatically switches to a draggable PiP window, allowing you to continue watching while reading comments or browsing other media. NEW FEATURE

Download Repo (MetroStore also available in this repo):
https://drive.google.com/drive/folders/1HdQK0r4Pximl18tMa-LWGDieC1WJ3Yw7?usp=sharing

u/ThiagoAraujoReal — 23 days ago

Lumia 950XL Button Contacts Replacement (3D FILE)

https://preview.redd.it/q6mot2wr8efh1.png?width=999&format=png&auto=webp&s=4652439a7eed15d33ce68fbf83ac79beabdddfff

Hey Folks... Since Lumia 950XL has issues with the silicon rubber contacts after a while... even new cases has this issue because the rubber is old (cracks)...

I did a 3D Model in order to replace the current contacts.

How To Install:
1 - Print the file *(i suggest using 0.3mm + PLA)
2 - Remove the Case and the old rubber
3 - Break the Middle Plastic Holder in Half (Do not remove it , it will hold the new conector )
5 - Close the Case and Test the connectors
4 - If everything ok Add Glue to the buttons back
6 - Add a tape in order to avoid it falling off after open the case

File:

https://drive.google.com/drive/folders/1by1yyM1BMKnxECTcvwzITP9S3r9jU65L?usp=sharing

NEXT Challenge: Lumia 930 Buttons

u/ThiagoAraujoReal — 26 days ago

[NEW APP] Imgur UWP 3.0.0 ( Social Media and Image Sharing on Windows 10 Mobile )

Imgur UWP 3.0.0 (LTS)

Imgur is a popular, free image-hosting website and online community where users upload, store, and share photos, memes, and GIFs.

This UWP app, has most of usefull capabilites of the Android Version... After Login, explore, interact, upload files from your Windows 10 Mobile... Since the website is broken on edge , its a great app for having on your phone.

Lets not forget about Windows Phone native integrations like Live Tiles, Notifications and Share for Upload.

The Journey so Far

I started to develop this app in 2024 i guess. After all these years its the end of the journey (for now). I took about a week of work, but I was able to finish most of what was partially done and bring the app to a much more stable state (Using AI to fill the gap of docs and manual work helped a lot).

Here’s the changelog for this version:

🚀 Improvements

  • Improved Collections with incremental loading
  • Significantly faster loading times and much better memory usage
  • Added missing actions: upvote, downvote, favorite, and notifications
  • Added missing translations (AI-assisted)
  • Added Chinese and Spanish support
  • Image download (hold or right-click on images)
  • Added comments for galleries (view and reply)
  • Expanded account pages with extra content (posts, favorites, comments — read-only)
  • Added user profile navigation from sidebar
  • “Show more items” on search with infinite scroll

⚠️ What’s still missing

  • Replying to comments from the user page
  • Viewing private user galleries
  • Public/private filter for user galleries
  • Replying to comments from the account page
  • Bulk download for galleries
  • Push notifications for accounts and Imgur viral content (option already exists in settings)
  • Drag & drop image upload (PC focused feature)
  • Following tags
  • Account management features

🐞 Known issues

  • Favorites sometimes don’t display correctly in some pages
  • Follow feature is currently broken (API restriction)
  • Hardware back button can behave inconsistently on mobile
  • On mobile, opening the navigation bar auto-focuses the search box, which can cover footer items (not critical, but annoying)

Download Repo:
https://drive.google.com/drive/folders/1HdQK0r4Pximl18tMa-LWGDieC1WJ3Yw7?usp=sharing

------------------------------------------------------------

🚀Current Feature Status:

  • Multilanguage: Portuguese , English , Spanish, Russian, Chinese, Vietnamese, Indonesian
  • Explore Imgur Viral Galleries.
  • Search Content ( Galleries, Tags , Users )
  • OAuth2 Login
  • Image Upload ( Requires Custom Api Key to avoid break the App Api Keys )
  • Comments, Votes, Favorite , Reply Posts
  • Windows Core Integration ( Live Tiles, Notifications, Share from the App, Upload Files using another App to Share)
  • View User Profiles ( General Info, Posts , Favorites and Comments )
  • Clipboard Listen ( Copy a imgur URL to clipboard and open the App , it will show a popup allowing you to Open the content inside the App *Great feature considering EdgeHTML can't open Imgur Anymore )
  • Image Download ( Just Hold over the image and click to Download )
  • Video Playback (Background and STMC on Lockscreen Working )
u/ThiagoAraujoReal — 2 months ago

Imgur UWP 2.7.0 ( Imgur Client For Windows Mobile )

https://preview.redd.it/pxh8scoeed7h1.png?width=2192&format=png&auto=webp&s=71b1c55899126e980a52cf4e0b6ba9b942581072

Imgur UWP 2.7.0 LTS - Long Term Service

Hey Folks long time no see, i''ve been really busy these days... however , since january i've seen a lot of new apps , people are really putting a huge effort on bring new stuff to Windows Mobile... so i decided to use this weekend and bring some new fresh air to the app...

Again the App still on LTS mode , so i'm focusing on bring stuff that was partially done, or some hotfixes... Here's the Changelog

- Login (Finally , the app brings login capabilities using OAuth2 )

- Upload File(s) are finally here, however it requires a custom Api Key, in order to not burn the credentials credits and freeze ealier versions of the app

- Added Notification of the Upload File(s) after finish it

- Added Favorite, Upvote, Downvote ( Time to show how you really feels )

- Added Share capabilities for Upload

- Fixed Missing translations

What's Next accordingly to priority:

- Add File Download ( Gallery and Individual )

- Finish User Account View and Actions ( Currently only show basic data , avatar image, name and cover ), there's some missing stuff like Posts , Follow Account

- Add Sqlite in order to store the seen posts like Android App does

- Add Comments ( Readonly )

- Improve Upload with Drag and Drop , Subcontext menu for Windows PC, and maybe directory sync.

If you want to help with translations for your language just contact me

Download Repository, just check the 2.7.0 folder:
https://drive.google.com/drive/folders/1HdQK0r4Pximl18tMa-LWGDieC1WJ3Yw7?usp=sharing

reddit.com
u/ThiagoAraujoReal — 2 months ago