Signal-Windows icon indicating copy to clipboard operation
Signal-Windows copied to clipboard

Unofficial Signal Private Messenger for Windows

Results 48 Signal-Windows issues
Sort by recently updated
recently updated
newest added

My assumption that the former waits until the inner call is completed was wrong.

verification

As has been discussed in #98, we should wait until we have drained the queue before we fire unneccessary notifications. Requires libsignal support, but the changes should be minor.

enhancement

![grafik](https://user-images.githubusercontent.com/10261186/32382090-a89e6e1e-c0b4-11e7-824c-0e8565941ef9.png)

I tried to use the desktop client, and it instructs me to go to Settings > Linked devices However there is no menu nothing at all just contacts. As far...

enhancement

46e946eb9778c40b531aa0028ad1fde824b66c9f broke the localization of messages - we need culture-specific timestamps. MSDN article: https://msdn.microsoft.com/en-us/library/5hh873ya(v=vs.90).aspx

enhancement
help wanted
Hacktoberfest

to be precise, if i understand the windows store's equirements correctly: - [ ] LockScreenLogo.scale-200 - [ ] SpashScreen.scale-200 - [ ] Square150x150Logo.scale-200 - [ ] Square44x44Logo.scale-200 - [ ]...

If LastSeenMessageIndex is 0 (as it is for new conversations), we scroll to the bottom and display no unread marker.

bug
Hacktoberfest

https://github.com/signal-csharp/Signal-Windows/blob/9dfbce3639920e529bf4ac61a5f2ce533cbae342/Signal-Windows/ViewModels/RegisterFinalizationPageViewModel.cs#L111 So I was wondering why this is in a Task.Run. Then I did some digging and I'm now guessing that this is async because InitRegistration has calls inside it...