Skip to content
Snippets Groups Projects
  1. May 03, 2023
  2. Apr 13, 2023
  3. Mar 06, 2023
  4. Mar 01, 2023
    • Franck Laurent's avatar
      MessageListView: fix message bubble UI · d5064040
      Franck Laurent authored and Sébastien Blin's avatar Sébastien Blin committed
      + redesign the "Scroll to end of conversation"
      + redesign the "bubble / screen ratio"
      + redesign the reply bubbles: color, shape(in & out a message sequence), "In reply To" message
      + change the configurable color of the main user's bubbles
      + show the display name when replying to a transfer message
      + fix incorrectly loaded reply message data by synchronizing to messages loaded request
      + fix reply to an internet link
      + redesign the call bubbles (the new design need to be applied but in another patch)
      
      GitLab: #959
      GitLab: #967
      
      Change-Id: Id646ff875644425b03367838b5b46f2242294563
      d5064040
  5. Feb 20, 2023
  6. Feb 17, 2023
    • Andreas Traczyk's avatar
      mainapp: dynamically load views · 14ae0006
      Andreas Traczyk authored
      Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components.
      
      The following objects are now created and destroyed as needed:
      - SettingsView
      - WizardView
      - dialogs
      
      Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView.
      
      Gitlab: #897
      Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
      14ae0006
  7. Feb 06, 2023
  8. Feb 05, 2023
  9. Feb 03, 2023
  10. Feb 02, 2023
  11. Jan 05, 2023
  12. Dec 29, 2022
  13. Dec 14, 2022
  14. Dec 09, 2022
  15. Nov 21, 2022
  16. Nov 18, 2022
  17. Nov 17, 2022
  18. Oct 27, 2022
  19. Oct 25, 2022
    • Sébastien Blin's avatar
      messagelistmodel: support message edition · 47cd60fb
      Sébastien Blin authored
      Handle application/edited-message type to support message edition.
      Previous bodies are saved in the interaction to be able to get the
      original post to avoid unwanted editions.
      
      While loading a conversation, we store the editions in a temporary
      map that we link once the edited message is detected. This work
      because we can't edit a message before this message exists.
      PreviousBodies in interaction.h contains every previous body detected
      and the client can show previous version of the message in a popup.
      
      Deleting a message works the same way, just that any message
      with an empty body is not shown.
      
      jami-daemon#316
      
      Change-Id: Ib158abd16ad4b629532de11694e88d86a12d72a8
      47cd60fb
  20. Oct 07, 2022
  21. Sep 26, 2022
  22. Aug 24, 2022
  23. Jul 11, 2022
  24. Jul 05, 2022
  25. May 19, 2022
  26. May 03, 2022
  27. Apr 07, 2022
  28. Mar 23, 2022
  29. Jan 06, 2022
  30. Dec 22, 2021
  31. Dec 21, 2021
  32. Nov 10, 2021
  33. Nov 01, 2021
  34. Oct 28, 2021
  35. Oct 27, 2021
  36. Oct 21, 2021
Loading