Commit log

ecc6b1e Get callback off the webrtc thread

Click to expand commit body
To avoid internal libwebrtc threading checks causing issues in some cases.

Stephen Paul Weber created

4d26b28 Support urn:ietf:rfc:3264

Click to expand commit body
The Jingle ICE-UDP spec says that if the other side advertises this
feature then we should put our candidates into session-initiate or
session-accept instead of trickle-ing them out one at a time as per usual.

Stephen Paul Weber created

4e42570 upgrade to 'both' upon accepting recvonly content-add

Daniel Gultsch created

8dc854b handle senders modification via content-modify

Click to expand commit body
Dino uses this to enable/disable video when a video content is already present

Daniel Gultsch created

2d616dd quietly ignore mediated invites from blocked contacts

Daniel Gultsch created

5befa44 Fix crash on older android

Click to expand commit body
Might make the behaviour slightly wrong, but better than a crash

Stephen Paul Weber created

53f9e58 Don't crash, no matter why punycode fails

Stephen Paul Weber created

7133cbf Fix display of moderated images

Click to expand commit body
Was messed up by removing the delete file display path

Stephen Paul Weber created

e6753d6 Support animated images in SVG

Click to expand commit body
If they are the *only* thing in the SVG.

Stephen Paul Weber created

f38d0a2 Show larges images in a media selector

Stephen Paul Weber created

176cbc9 Fix crash trying to open link when no app for it

Stephen Paul Weber created

5c4bf9e Fix NPE

Stephen Paul Weber created

89ebd45 Fix crash

Stephen Paul Weber created

59250df do not use JMI if any rtp capable device does not support it

Daniel Gultsch created

bc3e133 keep order of rtp contents

Daniel Gultsch created

8739301 process content-modify for pending content-adds

Daniel Gultsch created

085bb4b apply ice-options when adding content or restarting ice

Daniel Gultsch created

129c20b use more aggressive reconnect intervals during rtp session

Daniel Gultsch created

b4e883f bring back ICE Renomination via negotiation

Daniel Gultsch created

b434c5d hold back candidates until after content-add

Daniel Gultsch created

7167d37 catch illegal state exception in TrackWrapper

Daniel Gultsch created

ee89498 fetch local description on its own executor

Daniel Gultsch created

380c662 add more logging to unroutable jingle messages

Daniel Gultsch created

d2817d5 version bump webrtc to m117

Daniel Gultsch created

76bf908 include date in backup file name

Click to expand commit body
since `account.ceb` might have previously been created by a different application
(for example f-droid and user is on play now) or copied over via the file
manager Conversations might not have permission to write over an existing file.

we include the date so we always get a new file

fixes #105

Daniel Gultsch created

712f09c fix UUIDv4 calculation

Daniel Gultsch created

79d75d1 catch rare instances of foreground service not allowed to start

Daniel Gultsch created

4d55a98 Use less confusing wording for permission explain dialog button

Stephen Paul Weber created

748eab3 Fix saving/renaming decrypted file

Stephen Paul Weber created

10aea14 Don't save a 0 file size when we can't read the file

Stephen Paul Weber created

80a6a57 Show thread selector when only leading mentions are present

Stephen Paul Weber created

7ef9d8e Show whisper info even when there is no message body

Stephen Paul Weber created

532c1cc Make sure to turn selection back on when recycled

Stephen Paul Weber created

c56c3d6 Empty result as an error instead of hanging

Stephen Paul Weber created

4a29d43 Eventually we need to move on

Click to expand commit body
If the timeouts fail and we just get hung, twice as long as the
configured timeout, something has gone horribly wrong and let's just
move on so as not to hang the executor.

Stephen Paul Weber created

c570317 Show commands on MUC

Stephen Paul Weber created

d09bf29 Don't try to destroy if not created

Stephen Paul Weber created

4547421 If autodownload is enabled, download SVG embeds

Stephen Paul Weber created

f638bc2 Make sure the connection knows the final filename

Stephen Paul Weber created

f16e3ec If we hid the next button, then we have to use button grid

Stephen Paul Weber created

005f85e Get more SVGs to fill their area properly

Stephen Paul Weber created

51e5399 Disable bubble merging

Click to expand commit body
It messes with reply UI, etc

Stephen Paul Weber created

d2e9b26 Emit alternate non breaking space in XHTML

Click to expand commit body
I don't love this, but android html rendering hardcodes space collapse
so maybe it's ok for now?

Stephen Paul Weber created

1077dbc Preserve filenames better

Stephen Paul Weber created

4504953 fix group chat shortcuts

Daniel Gultsch created

9b56682 Do not refresh message list while selecting

Click to expand commit body
To prevent blowing away the selection randomly

Stephen Paul Weber created

2928cad Treat touch-up as click

Stephen Paul Weber created

2da56f5 Allow viewing history before the auto deletion date

Stephen Paul Weber created

fe24485 Still follow thread of my own messages

Stephen Paul Weber created

d9a94a7 If we try to render when expecting removal, don't crash

Click to expand commit body
Show blank instead? Should remove soon...

Stephen Paul Weber created