Skip to content
Snippets Groups Projects
  1. Sep 02, 2020
  2. Sep 01, 2020
  3. Aug 31, 2020
  4. Jul 22, 2020
  5. Jul 19, 2020
  6. Jul 18, 2020
    • Nico's avatar
      Release 0.1.0-alpha2 · 060d675d
      Nico authored
      * Show contact's connection state in list
      * Support copying content in messages (#51)
      * Fix bug with Briar messages not having text (#56)
      * Fix bug with contact's name not showing in private messages (#55)
      * Update Briar core to version 1.2.9
      * Lots of software tests
    • Nico's avatar
      Don't expect messages to always have text · 4defa977
      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.
      4defa977
    • Nico's avatar
      Fix empty contact name in private messages · 56378e12
      Nico authored
      Fixes #55.
      56378e12
    • Nico's avatar
      Support copying content in messages · 0ed9ee3c
      Nico authored
      Fixes #51.
      0ed9ee3c
  7. Jul 16, 2020
  8. Jun 16, 2020
  9. Jun 14, 2020
  10. Jun 13, 2020
  11. Jun 12, 2020
  12. Jun 10, 2020
  13. Jun 09, 2020
  14. Jun 08, 2020
  15. May 11, 2020
  16. May 10, 2020
  17. Apr 25, 2020
  18. Apr 12, 2020
Loading