1. 18 Jul, 2023 - 1 commit
  2. 17 Jul, 2023 - 1 commit
  3. 11 Jul, 2023 - 1 commit
  4. 10 Jul, 2023 - 1 commit
  5. 09 Jul, 2023 - 1 commit
  6. 07 Jul, 2023 - 1 commit
  7. 05 Jul, 2023 - 1 commit
  8. 04 Jul, 2023 - 1 commit
  9. 03 Jul, 2023 - 2 commits
  10. 30 Jun, 2023 - 2 commits
  11. 29 Jun, 2023 - 2 commits
  12. 28 Jun, 2023 - 5 commits
  13. 27 Jun, 2023 - 2 commits
  14. 26 Jun, 2023 - 2 commits
    • Julien Wadel's avatar
      Fix a leak on repeating file downloading request. · 11da50dd
      Julien Wadel authored
      Add a test on cancelling a request and restart it by keeping the old downloaded file.Fix a leak on repeating file downloading request. Add a test on cancelling a download request and restart it by keeping the file that was cancelled.
      Ignore local file size on downloading.
      5.2.78
      11da50dd
    • Julien Wadel's avatar
      Fix mainDb crash: · 9ac431f5
      Julien Wadel authored
      - Replace '==' expression (that doesn't exist into WHERE queries in SQL) by '='.
      - Put 'LEFT JOIN' statement right after 'chat_room' table in order to be allowed to be used in on clause.
      9ac431f5
  15. 22 Jun, 2023 - 1 commit
  16. 20 Jun, 2023 - 2 commits
  17. 19 Jun, 2023 - 1 commit
  18. 15 Jun, 2023 - 3 commits
  19. 14 Jun, 2023 - 4 commits
  20. 13 Jun, 2023 - 2 commits
  21. 09 Jun, 2023 - 1 commit
    • Simon Morlat's avatar
      Fix an audio issue on iPhone 14 only - probably arriving because Callkit... · e6a64fad
      Simon Morlat authored
      Fix an audio issue on iPhone 14 only - probably arriving because Callkit deactivates the audiosession while the end tone is still being played, causing the AudioUnit to be marked as zombified. The next call, the zombified and audio_session_configured were still set, causing improper start sequence of the AudioUnit and AudioSession.
      5.2.70
      e6a64fad
  22. 06 Jun, 2023 - 1 commit
  23. 05 Jun, 2023 - 2 commits