Skip to content
  1. Jul 01, 2020
  2. Jun 25, 2020
  3. Jun 24, 2020
  4. Jun 22, 2020
  5. Jun 21, 2020
  6. Jun 19, 2020
  7. Jun 18, 2020
  8. Jun 17, 2020
    • Daniel Gultsch's avatar
      be more liberal in 0167 payload-type parameter parsing · 7bcb29c4
      Daniel Gultsch authored
      some implementations will transform the following SDP coming from Firefox
      
      m=audio 12346 RTP/AVP 101
      a=rtpmap:101 telephone-event/8000
      a=fmtp:101 0-15
      
      to
      
      <payload-type channels="1" name="telephone-event" clockrate="8000" id="101">
        <parameter value="0-15" xmlns="urn:xmpp:jingle:apps:rtp:1"/>
      </payload-type>
      
      While a missing name attribute is not legal according to the XEP; and 0-15 are
      technically not just one value the following commit will accept it if there is
      just one paramater.
      7bcb29c4
    • Daniel Gultsch's avatar
      clear pending photo uri only when also clearing activity result · 47804205
      Daniel Gultsch authored
      on some phones the onBackendConnected finishes prior to the onActivityResult()
      leading to the pending photo uri being cleared before processing the result.
      
      this leads to 'Take photo' not working.
      
      but we probably don’t need to clear the photo uri if there is to activiyResult
      to clear as well
      47804205
  9. Jun 16, 2020
  10. Jun 15, 2020
  11. Jun 14, 2020
  12. Jun 13, 2020
  13. Jun 12, 2020
Loading