- Sep 18, 2020
-
-
akwizgran authored
-
- Sep 17, 2020
-
- Sep 16, 2020
-
-
Nico authored
-
- Sep 15, 2020
-
- Sep 14, 2020
-
-
Joeri Evers authored
-
- Sep 11, 2020
- Sep 10, 2020
-
-
Nico authored
Closes https://code.briarproject.org/briar/briar-gtk/-/milestones/4
-
Nico authored
-
- Sep 09, 2020
-
-
Nico authored
Related to #53. This already improves UX a lot, but I still think we should omit the username if it doesn't change between messages. Thinking about it, we could even omit the time if it doesn't change. The color used is Briar's primary "Lime" color, as per * https://briar-styleguide.netlify.app/brand/ * https://code.briarproject.org/briar/briar-styleguide/-/blob/2e8fa50a2628ce685ad2a3c88337388b29f496ba/layouts/partials/brand/colors.html#L15
- Sep 08, 2020
-
-
Nico authored
-
Torsten Grote authored
-
- Sep 05, 2020
-
- Sep 04, 2020
- Sep 03, 2020
-
-
Nico authored
-
- Sep 02, 2020
-
- Sep 01, 2020
-
-
Nico authored
Using GTK's Window.set_urgency_hint: https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Window.html#Gtk.Window.set_urgency_hint Additional info: https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#URGENCY Closes #57.
-
Nico authored
As of August 7, [a first beta release is available](https://mamot.fr/@KekunPlazas/104648142113069390). The code to build can now be downloaded from [gnome.org](https://download.gnome.org/sources/libhandy/0.90/). A [migration guide](https://gnome.pages.gitlab.gnome.org/libhandy/hdy-migrating-0-0-to-1.html) is available, just as [packages for Debian](https://packages.debian.org/bullseye/libhandy-1-0). Fixes #59.
-
- Aug 31, 2020
-
-
Nico authored
It's much easier to maintain like that.
-
- Jul 22, 2020
-
-
Nico authored
Also add Arabic.
-
- Jul 19, 2020
-
-
Nico authored
-
- Jul 18, 2020
-
-
-
Nico authored
Some messages are notices that don't carry any text (responses to forum invitations for example). ``` Traceback (most recent call last): File "/usr/share/briar-gtk/briar_gtk/containers/private_chat.py", line 101, in _add_message message_widget = PrivateMessageWidget(self._contact_name, message) File "/usr/share/briar-gtk/briar_gtk/widgets/private_message.py", line 18, in __init__ self._setup_view(contact_name, message) File "/usr/share/briar-gtk/briar_gtk/widgets/private_message.py", line 34, in _setup_view message["text"]) KeyError: 'text' ``` Fixes #56.
-
- Jul 16, 2020
-
-
Nico authored
-
Nico authored
Using the icons from the Android client: https://code.briarproject.org/briar/briar/-/blob/release-1.2.9/briar-android/src/main/res/drawable/contact_connected.xml Fixes #19.
-
Nico authored
briar-headless.jar and python dependencies with flatpak-pip-generator.
-
- Jun 16, 2020
-
-
Nico authored
-