Commit log

6a6c9fb ignore race condition when toggling fixes #3822

Daniel Gultsch created

9ab0fbe provide progress bar for import backup. fixes #3809

Daniel Gultsch created

71a5600 fix emojis not rendering correctly with trailing variant selector. fixes #3819

Daniel Gultsch created

14bb8b0 Fix typo (#3814)

Click to expand commit body
camea -> camera

Martin created

8f439a9 version bump to 2.8.8 + changelog

Daniel Gultsch created

2881a1b pulled translations from transifex

Daniel Gultsch created

13d8eb1 dismiss notification only if displayed id matches last remote id

Daniel Gultsch created

fada3a6 store entire transport info for after session was accepted. fixes #3790

Daniel Gultsch created

a5430d5 retract call when user presses home button or back; not on stop. fixes #3802

Daniel Gultsch created

57135e1 do not update recent quick action when recording voice mail. fixes #3799

Daniel Gultsch created

1548954 add account provisioning via QR code to welcome screen

Daniel Gultsch created

6896039 pulled translations from transifex

Daniel Gultsch created

203e248 Fix screen blinking during the call for some Samsung phones (#3800)

Andrey Tikhomirov created

d88f79e register Conversations to open *.ceb files from content and file uris

Daniel Gultsch created

dddb7ec show app failure instead of crashing when egl fails to init. fixes #3795

Daniel Gultsch created

169ee99 do not attempt to reject call if session had already ended. fixes #3798

Daniel Gultsch created

fe68aff validate install referrer beforing accepting it as xmpp uri

Daniel Gultsch created

7bcb29c be more liberal in 0167 payload-type parameter parsing

Click to expand commit body
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.

Daniel Gultsch created

4780420 clear pending photo uri only when also clearing activity result

Click to expand commit body
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

Daniel Gultsch created

4493f6c Leave the incoming call notification category as CATEGORY_CALL (#3792)

Dmitry Markin created

8356a1c fix render script for latest inkscape version

Daniel Gultsch created

8534175 renamed fastlane changelog file

Daniel Gultsch created

9649ba1 version bump to 2.8.7

Daniel Gultsch created

23c4a26 pulled translations from transifex

Daniel Gultsch created

c8f23ae error response to sending the jingle ft hash should not file the transfer

Daniel Gultsch created

98e1044 use Jid.ofLocalAndDomainEscaped when transforming account with locked domain

Daniel Gultsch created

d823cef pulled translations from transifex

Daniel Gultsch created

38b2764 version bump to 2.8.7-beta.2

Daniel Gultsch created

20286ea fixed concurrent modification when displaying read markers

Daniel Gultsch created

1f77d5e pass selected audio device to proximity sensor toggle

Daniel Gultsch created

61aac78 pulled translations from transifex

Daniel Gultsch created

16bc210 fix regression for fixed domain

Daniel Gultsch created

c3b9a4d parse jmi proposals from MAM reloads. fixes #3778

Daniel Gultsch created

ccdc91a remove check that would ensure you use jingle only with full jids

Daniel Gultsch created

400c846 fix feature discovery in jingle file transfer for empty resources

Daniel Gultsch created

fda9e7b make presence selector work with empty resources (bare jid)

Daniel Gultsch created

0dba9f5 rework quicksy domain checks

Daniel Gultsch created

56ea964 null check quicksy domain

Daniel Gultsch created

971bb60 add more logging to caps fetching

Daniel Gultsch created

8059aa7 version bump to 2.8.7-beta + changelog

Daniel Gultsch created

01bfb5f pulled translations from transifex

Daniel Gultsch created

0ba4892 RTP: write log message on background thread

Daniel Gultsch created

b7f3b43 show help button on certain error conditions in RTP session. fixes #3770

Daniel Gultsch created

644ad99 create rtp end user state for connection lost. fixes #3769

Daniel Gultsch created

adb3c77 fix travis for real

Daniel Gultsch created

2cd0cc5 point travis to m83.aar

Daniel Gultsch created

f39daf5 upgrade libwebrtc to m83. fixes #3767

Daniel Gultsch created

552e17e remember terminal RTP session state

Click to expand commit body
if the activity is not connected during finish it won’t receive the last end user state.

this code remembers it even if the actual session is already gone. so when activity reconnects and
we can’t find the real rtp session we can look up the last state instead.

Daniel Gultsch created

7e2d87f recover if attachImage can’t generate scalled down version of image. fixes #3773

Daniel Gultsch created

1853242 do not throw when finishing jingle ft twice. fixes #3765

Click to expand commit body
the state machine in jingle file transfer does not prevent that the connection
is being finished twice

Daniel Gultsch created