demangar

demangar Used AI

11 devlogs
36h 1m
Created by Sebok Andras

A peer to peer, end to end encrypted messaging app for linux, based on tox, with a gtk/adw based ui. No more servers - just devices (with some exceptions, see github).

Timeline

Ship 1

0 payouts of shell 0 shells

Sebok Andras

about 1 month ago

Sebok Andras Covers 11 devlogs

updated readme

Update attachment

Add support for hang up button, and fix some bugs. Also finished the flatpak package, so it can now be installed witouth building everything.

Added support for sending/receiving audio in calls and receiving calls (with mute/deafen buttons). Also switched from gstreamer to portaudio.

Added status message to friends list, and started working on calls. Also had to compile libvpx and link it statically (which is now included on gh) to get calls working properly.

Update attachment

Added a preferences menu (with support for status messages), and started working on the gui for calls.

Update attachment

Added support for changing your status (online/away/busy), a typing indicator, notifications and a right click menu to delete friends. Also fixed some more bugs, and the toxfile path is now dinamically determined at runtime.

Add support and gui for sending/receiving text messages. also added a status indicator, and fixed some bugs (memory leak).

Sebok Andras Sebok Andras about 2 months ago
It seams like the video dose not work on some browsers. Here is a link that should work everywhere (tho it is very low quality): https://drive.google.com/file/d/12vmZi-bsT2meW5zAkYqcR_2bUep8BKdT/view?usp=sharing

Added support for receiving messages, and storing them in a json file for use later (gui not finished yet). Also added the toxid of friends as a subtitle for AdwActionRow.

Added support (and gui) for receiving/accepting friend requests. (also spent lots of time debugging some weird tox issues, some of them are added to the code as comments)

Added tox iterator thread, and support for sending friend requests (and displaying them). Also added the official tox bootstrap nodes (tcp,udp)(ipv4,ipv6). Most of the previous compiler warnings have also been fixed. I also designed the gui for sending/receiving messages, but it is not used yet.

Update attachment

Made a basic ui for the welcome page, and adding friends (in gtk/adw), and implemented the saving/loading of tox profiles. Also wrote a short readme.

Update attachment