c848da5
always use WebRTC from maven (remove build instructions)
Daniel Gultsch created
c848da5
always use WebRTC from maven (remove build instructions)
Daniel Gultsch created
1b94906
fix weblate link
Daniel Gultsch created
1a03fb9
delete .github configuration folder
Daniel Gultsch created
50c015f
delete transifex configuration
Daniel Gultsch created
90ad0a2
link to weblate instead of Transifex
Daniel Gultsch created
0a2d8c4
pulled translations from transifex
Daniel Gultsch created
07598ea
remove empty translations
Daniel Gultsch created
909aa72
catch exception in getSignalingState()
Daniel Gultsch created
63d6140
removed unused travis detection
Daniel Gultsch created
f818782
Don't show crash report disable in builds that have sentry
Stephen Paul Weber created
81e00dc
Dialler integration for incoming calls is optional
Stephen Paul Weber created
5339c2f
Nicer styles for result form
Stephen Paul Weber created
a53eb94
Fix command row spacing
Stephen Paul Weber created
7dd7ece
Allow wrapping when meta line is too long
Especially useful for very long subject lines
Stephen Paul Weber created
d213622
version bump to 2.11.2 + changelog
Daniel Gultsch created
36efd51
fix transports/descriptions not upgraded to jingle ft
fixes #4429
Daniel Gultsch created
995cda9
remove travis-ci badge. add f-droid button
Daniel Gultsch created
cd8548b
Add fastlane changelog (#4428)
Licaon_Kter created
12edf12
version bump to 2.11.1 + changelog
Daniel Gultsch created
499c4dd
do not detect sm:2 as sm available
the 2.11.0 release removed support for enabling sm:2 unfortunatly sm:2 was still detected as "server supports stream managment" down the line leading to resend loops. fixes #4426
Daniel Gultsch created
61b1eb2
Do not lose the file if the rename fails
Stephen Paul Weber created
a59b60d
This turns out to be more confusing than helpful
Since you can't install any other version while the data is present, and it's hard to clear, it really doesn't help in the ways we hoped.
Stephen Paul Weber created
d5208a6
show switch to video only if other party has caps
fixes #4421
Daniel Gultsch created
c0b4ae8
pulled translations from transifex
Daniel Gultsch created
4ef4207
show switch to video only if other party has caps
fixes #4421
Daniel Gultsch created
36da1c3
Quicksy: remove REQUEST_INSTALL_PACKAGES permission
Daniel Gultsch created
2093aa7
code clean up in ContactChooserTargetService
Daniel Gultsch created
e3eb486
Merge tag '2.11.0'
* tag '2.11.0': (101 commits) version bump to 2.11.0 temporarily use Snikket’s build of WebRTC delay candidates until after session-init/accept pulled translations from transifex pulled translations from transifex null PeerConnection reference before disposing; otherwise getState() might be issued against disposed object avoid race condition when restarting ICE version bump to 2.11.0-beta.2 pulled translations from transifex add switch to video menu item to call prepare JingleRtpConnection for content-adds trim xmpp address after user input add helper methods for content modification to RtpContentMap ensure cc-ed proceed is equivalent to accept rename initiateIceRestart to renegotiate to handle content adds take senders attr into account when converting to and from sdp make sure VideoSourceWrapper is stored in property refactor WebRTCWrapper to allow for track adds use plurals for missed call strings version bump to 2.11.0-beta ...
Stephen Paul Weber created
7489ef4
jid-single and jid-multi fields are clickable
Even in tables
Stephen Paul Weber created
166794e
Refactor command UI clipboard to use ShareUtil
Stephen Paul Weber created
4725daf
Switch to snikket webrtc build
Approved by F-Droid for use and is up to date
Stephen Paul Weber created
f851761
version bump to 2.11.0
Daniel Gultsch created
0a133b6
temporarily use Snikket’s build of WebRTC
Daniel Gultsch created
fbf111a
Do not require active rtp connection when DTMF button is pressed
Just ignore the button press is there isn't one.
Stephen Paul Weber created
7201761
Add contact groups to system tags
Stephen Paul Weber created
2fcb4ef
Do not repaint view during edit
Stephen Paul Weber created
8f61ba9
Cancel all edits on back/collapse
Stephen Paul Weber created
d206cff
Fix NPE
Stephen Paul Weber created
d3b828b
Fix NPE
Stephen Paul Weber created
bb52962
delay candidates until after session-init/accept
Daniel Gultsch created
a27f621
pulled translations from transifex
Daniel Gultsch created
542afe2
pulled translations from transifex
Daniel Gultsch created
2c7c44e
null PeerConnection reference before disposing; otherwise getState() might be issued against disposed object
Daniel Gultsch created
80d195d
avoid race condition when restarting ICE
Daniel Gultsch created
16f1405
version bump to 2.11.0-beta.2
Daniel Gultsch created
b374fec
pulled translations from transifex
Daniel Gultsch created
44fb756
Clear Command Buttons in Message View
We setup the buttons, but never clear them, so when a person has enough messages in their view and one of them has a button, as they scroll around and views get recycled the button can be attached onto any message and not just the ones that actually specify it. The documentation makes it a bit unclear if the adapter can be set to null or not... so I just clear it instead. I could leave it, I suppose, but that feels a bit weird, and the next time we go through this code we'll just replace it with another one anyway.
Christopher Vollick created
69f6220
Allow mutating the list of children from a derived Element
Data and Field Element subclasses expect to be able to mutate the list of children on the original Element that they are derived from using parse. The way the new setChildren worked resulted in not actually mutating the original. Change this for a bindTo that makes sure all fields reference the original (and hence any mutation on the new object mutates the original) and also a replaceChildren that uses clear+addAll to ensure that the existing list is mutated rather than a new list being used. In practise, this affected room configuration and other data forms being properly filled out.
Stephen Paul Weber created
c178e9a
add switch to video menu item to call
Daniel Gultsch created
4e8cead
prepare JingleRtpConnection for content-adds
Daniel Gultsch created