Skip to content
This project is mirrored from https://codeberg.org/iNPUTmice/Conversations.git. Pull mirroring updated .
  1. Jan 24, 2025
    • Daniel Gultsch's avatar
      fixup quicksy and playstore build · cee4370d
      Daniel Gultsch authored
      cee4370d
    • Daniel Gultsch's avatar
      get rid of jid escaping api · 355755e6
      Daniel Gultsch authored
      Conversations never supported Jid Escaping but the underlaying library
      did so we had API for that which could lead to confusion
      355755e6
    • Juan M Sevilla's avatar
      Translated using Weblate (Spanish) · 9c317611
      Juan M Sevilla authored
      Currently translated at 100.0% (1059 of 1059 strings)
      
      Translation: Conversations/Android App (shared)
      Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/es/
      9c317611
    • Juan M Sevilla's avatar
      Translated using Weblate (Spanish) · 23f3c752
      Juan M Sevilla authored
      Currently translated at 100.0% (1059 of 1059 strings)
      
      Translation: Conversations/Android App (shared)
      Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/es/
      23f3c752
    • Daniel Gultsch's avatar
      ensure that message is parsed into bubble OR receipt, marker, reaction · cd460676
      Daniel Gultsch authored
      This commit ensures that Conversations always parses a message into a
      bubble or as meta data (receipt, display marker, reaction) never both
      and with a preference for bubble.
      
      Conversations goes through great length to ensure that all participants
      of a group chat have a similiar (or ideally the same) view of the chat
      history.
      For example Conversations doesn’t use xhtml, shows a language tag when
      the content is available in multiple languages, etc.
      
      So a message that has both a body and a reaction for example shouldn't
      show differently in clients that support reactions and clients that
      don't.
      
      Take the following example:
      
      ```xml
      <message to='romeo@capulet.net/troll' type='groupchat'>
        <body>Conversations users are stupid!</body>
        <reactions id='a1' xmlns='urn:xmpp:reactions:0'>
          <reaction>💩</reaction>
        </reactions>
      </message>
      ```
      
      This message should render as what it is: A message and the body
      shouldn't be silently discarded for clients that support reactions.
      
      (The same goes for display markers and receipts)
      
      Fallback messages for something that is not supposed to render as a
      bubble should be discouraged.
      cd460676
  2. Jan 23, 2025
  3. Jan 20, 2025
  4. Jan 14, 2025
  5. Jan 13, 2025
Loading