Skip to content
Snippets Groups Projects
  1. Jan 19, 2024
  2. Jan 03, 2024
  3. Jan 02, 2024
    • Sébastien Blin's avatar
      messagelist: use history given from daemon (except SIP accounts) · 32b76c8d
      Sébastien Blin authored
      With Jami-Daemon >= 14.0.0, the client doesn't need to construct
      itself the history. This part is now handled by the daemon.
      This patch uses the new API:
      + loadConversationMessages->loadConversation
      + SwarmMessageReceived/SwarmMessageUpdated/ReactionAdded/ReactionRemoved
      + remove MessageReceived
      + ConversationLoaded->SwarmLoaded
      
      + No need to use loadConversationUntil, the daemon will load whatever
      the client needs.
      + No need to clear cache, just reset the body and emit data changes
      
      Everything should work like before (even re-translation & changing
      preview preference)
      
      Change-Id: Iaf1fa3e84e8e157ae2d0bec210977f9a34415ebc
      32b76c8d
  4. Dec 18, 2023
  5. Dec 01, 2023
  6. Nov 22, 2023
  7. Nov 28, 2023
  8. Oct 30, 2023
  9. Oct 13, 2023
  10. Oct 03, 2023
  11. Sep 30, 2023
  12. Sep 20, 2023
  13. Aug 01, 2023
  14. Jul 13, 2023
    • Liam Coursodon's avatar
      TextEditor: General upgrade · 83039abc
      Liam Coursodon authored
      Implement new design
      Add multiline button
      Use correct color and implement dark theme
      
      GitLab: #1096
      Change-Id: I5699c81fbc41e50300ca8b32b93ee47cd17ceee1
      83039abc
  15. Jun 01, 2023
  16. Apr 21, 2023
  17. Apr 07, 2023
  18. Apr 04, 2023
  19. Mar 15, 2023
  20. Mar 10, 2023
    • Andreas Traczyk's avatar
      misc: save split view states · 9ff32433
      Andreas Traczyk authored
      This commit simplifies the view coordinator and restructures the main view stack to not include a split view.
      
      This removes workaround logic for single pane view support that was previously in the view coordinator.
      
      The main view is now a stack that may contain both single and dual pane views.
      
      The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism.
      
      Gitlab: #902
      Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
      9ff32433
  21. Feb 20, 2023
  22. Feb 06, 2023
  23. Jan 31, 2023
  24. Dec 27, 2022
  25. Dec 06, 2022
    • Aline Gondim Santos's avatar
      windows: add support for system theme · 956b7f7d
      Aline Gondim Santos authored
      Use registry
      "HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion
      /Themes/Personalize/AppsUseLightTheme"
      to check if system theme is supported and if it is dark or
      light.
      
      Removes "EnableDarkTheme" in favor of "AppTheme".
      
      Requires Windows SDK version 10.0.18362.0 to build with
      system theme support.
      
      Note: This does not watch for changes in system theme in
      runtime as the support for it requires Windows Runtime
      version 10.0.10240.0.
      
      GitLab: #723
      
      Change-Id: Ice8f7936a90535f47dc1870d4f18215e062684ba
      956b7f7d
  26. Nov 17, 2022
  27. Nov 14, 2022
  28. Nov 08, 2022
  29. Oct 24, 2022
    • Sébastien Blin's avatar
      misc: cleanup settings · f2b40af3
      Sébastien Blin authored
      + Remove "Accept files from unknown senders" because since swarm
      we can't get files from non contacts are the conversation is not
      cloned, and non swarm files are ignored
      + Rename "ignore the swarm" to "Mute conversation" as ignore is
      unclear
      
      Change-Id: Ifced8f8efe841e2345d50530ee313e6b95b35920
      f2b40af3
  30. Oct 04, 2022
  31. Aug 30, 2022
    • Sébastien Blin's avatar
      gnulinux: add support for system theme · ec1d664b
      Sébastien Blin authored
      Use 'color-scheme' from gsettings if available to check if dark theme
      is preferred.  Otherwise, fall back on theme name from 'gtk-theme'.
      
      The default is to follow the system theme (if supported), and
      'EnableDarkTheme' would be unused.  'AppTheme' can currently have
      one of three values: 'System', 'Dark', 'Light'.
      
      Change-Id: I8008c8fe0f4750c97e71838fff0031f80b685f5e
      GitLab: #723
      ec1d664b
  32. Aug 11, 2022
  33. Jul 30, 2022
  34. Jul 18, 2022
  35. May 19, 2022
  36. Mar 23, 2022
  37. Feb 01, 2022
Loading