1. 28 Jun, 2023 - 2 commits
  2. 27 Jun, 2023 - 2 commits
  3. 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
  4. 22 Jun, 2023 - 1 commit
  5. 20 Jun, 2023 - 2 commits
  6. 19 Jun, 2023 - 1 commit
  7. 15 Jun, 2023 - 3 commits
  8. 14 Jun, 2023 - 4 commits
  9. 13 Jun, 2023 - 2 commits
  10. 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
  11. 06 Jun, 2023 - 1 commit
  12. 05 Jun, 2023 - 2 commits
  13. 31 May, 2023 - 1 commit
  14. 30 May, 2023 - 3 commits
  15. 29 May, 2023 - 1 commit
  16. 25 May, 2023 - 4 commits
  17. 23 May, 2023 - 8 commits