Skip to content
Snippets Groups Projects
  1. Sep 14, 2020
  2. Sep 11, 2020
  3. Sep 10, 2020
  4. Sep 09, 2020
  5. Sep 08, 2020
  6. Sep 05, 2020
  7. Sep 04, 2020
  8. Sep 03, 2020
  9. Sep 02, 2020
  10. Sep 01, 2020
  11. Aug 31, 2020
  12. Jul 22, 2020
  13. Jul 19, 2020
  14. 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
      0.1.0-alpha2
      060d675d
    • 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
  15. Jul 16, 2020
  16. Jun 16, 2020
  17. Jun 14, 2020
  18. Jun 13, 2020
Loading