Skip to content
Snippets Groups Projects
  1. Oct 10, 2023
    • Alexander Lussier-Cullen's avatar
      screenshare: fix Android 14 screenshare starting · 66430321
      Alexander Lussier-Cullen authored
      Screenshare was failing to start due to the onStop callback needing to
      be registered before the createVirtualDisplay call now.
      It was also failing because getMediaProjection was being called before
      the related service had the screen share type.
      
      Change-Id: I7f0126d9bd89b678ef1e7cb0b86a2bf61d9fb454
      66430321
  2. Oct 05, 2023
  3. Oct 02, 2023
  4. Sep 29, 2023
  5. Sep 27, 2023
  6. Sep 26, 2023
    • Pierre Nicolas's avatar
      account: correct wording for SIP account · 7979896c
      Pierre Nicolas authored
      account.isSip and account.isIP2IP are different
      IP2IP is part of SIP but it means SIP server is not configured. In this case you are the SIP server so it is your IP which is used.
      No need to show this difference for the user.
      
      GitLab: #1301
      Change-Id: I0a28641388d5b6724eccae9de523ac6a9f810217
      7979896c
  7. Sep 15, 2023
  8. Sep 13, 2023
  9. Sep 12, 2023
  10. Aug 15, 2023
  11. Aug 10, 2023
  12. Jul 27, 2023
    • Pierre Nicolas's avatar
      call: display "return to ongoing call" on chatview · 4c3553ed
      Pierre Nicolas authored
      When incoming call, system notification is displayed.
      But sometimes "return to ongoing call" is not displayed on the top of the conversation.
      This is because when subscribing on call subject, we check the call status too early.
      We display it for CallStatus.CURRENT or CallStatus.HOLD or CallStatus.RINGING but we can also get CallStatus.CONNECTING.
      
      GitLab: #1343
      Change-Id: I39a3bb401711c7050d1baf99f9ab8363f920fa1e
      4c3553ed
    • Pierre Nicolas's avatar
      home: implement new design · 4bc096f6
      Pierre Nicolas authored and Adrien Béraud's avatar Adrien Béraud committed
      Change-Id: I403ee712da480d31b828a40d4cecf950803b42df
      4bc096f6
  13. Jul 24, 2023
  14. Jul 20, 2023
  15. Jul 18, 2023
  16. Jul 14, 2023
  17. Jul 12, 2023
  18. Jul 11, 2023
    • Pierre Nicolas's avatar
      sip: fix incoming call feature · 94f816d3
      Pierre Nicolas authored
      SRTP.enable parameter was move out by setting SRTP.keyExchange to none if false (daemon side).
      We forget to remove SRTP.enable from parameters section in android.
      We forget to initialize SRTP.keyExchange to none by default.
      
      GitLab: #1312
      Change-Id: Ie13e0a3c9ae3cbec12f3b9ee62e5c44e479d340c
      94f816d3
  19. Jul 04, 2023
  20. Jun 27, 2023
    • Pierre Nicolas's avatar
      cleanup: remove author from copyright · a5898bcf
      Pierre Nicolas authored
      - Meaningless: lot of people work on files, so there is no one author
      - Outdated: nobody append their name while working on files
      - History is already managed by git
      - ...
      
      Change-Id: Id383a19aab5aea191bfa91a52adbb6371b53d084
      a5898bcf
  21. Jun 16, 2023
  22. Jun 14, 2023
    • Adrien Béraud's avatar
      PictureInPicture: improve call PiP mode · 080bfd03
      Adrien Béraud authored
      Adjust call UI for PiP mode
      Add conference tag getter
      Fix video sink fit to content during layout change
      Fix call fragment raise hand inconsistencies
      
      Change-Id: Ia248a9cac39632766629f6676548a1739b87eeb2
      080bfd03
  23. May 26, 2023
  24. May 25, 2023
  25. May 15, 2023
  26. May 10, 2023
  27. May 02, 2023
  28. Apr 21, 2023
Loading