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