Commit graph

6307 commits

Author SHA1 Message Date
Daniel Gultsch
658918e56d
switch xmpp-addr to jxmpp-jid
(cherry picked from commit b6703dbe38)
2020-05-25 20:46:42 +02:00
Christian Schneppe
740bb02535
fix crash in ConferenceDetailsActivity 2020-05-16 12:07:50 +02:00
Christian Schneppe
b501a19bd9
show notification for missed calls 2020-05-16 12:07:29 +02:00
Christian Schneppe
541f84012e
don't end call on pressing back key 2020-05-16 10:45:53 +02:00
Christian Schneppe
06c067cfbf
colorize accept / dismiss actions in call notification 2020-05-16 10:45:33 +02:00
Christian Schneppe
2ed297f722
show user account in call notification 2020-05-16 10:44:08 +02:00
Christian Schneppe
04268bb604
fix rotation issue in MediaViewerActivity 2020-05-15 21:51:19 +02:00
Christian Schneppe
8089aa4027
fix account selection for CreatePublicChannelDialog 2020-05-15 21:15:27 +02:00
Christian Schneppe
b2a2398fe2
allow 'login with certificate' from welcome screen. fixes #3724
(cherry picked from commit 1b4f9cc8ab)
2020-05-15 20:11:11 +02:00
Daniel Gultsch
7a8e707df3
always use private key for TLS connection when one is configured
(cherry picked from commit 36d2ecfcfa)
2020-05-15 19:55:16 +02:00
Christian Schneppe
dd2d12d28e
improve OTR warning 2020-05-12 20:59:46 +02:00
Christian Schneppe
b3b12b9e04
automatically enable multipleAccounts for more than one account 2020-05-12 20:59:20 +02:00
Christian Schneppe
d0010ae4b9
fix updater - hopefully 2020-05-12 20:58:13 +02:00
Christian Schneppe
383ae253cb
improve channel discovery 2020-05-12 20:57:17 +02:00
Christian Schneppe
02140d1564
move mediabrowser to right 2020-05-11 21:17:52 +02:00
Daniel Gultsch
054e8cca65
send retract when unable to setup webrtc as initiator. fixes #3717
(cherry picked from commit 2c4788b7c7)
2020-05-11 20:31:45 +02:00
Daniel Gultsch
7247909e5a
include senders in jingle file offer
(cherry picked from commit b845c601d0)
2020-05-11 20:31:33 +02:00
Daniel Gultsch
c686dcac75
fixed destination calculation for direct socks candidates. fixes #3715
(cherry picked from commit 90526efbd4)
2020-05-11 20:31:03 +02:00
Daniel Gultsch
e6172547c8
fixed weird ToneGenerator crash. fixes #3712
obviously tones won’t work then anymore

(cherry picked from commit 46579550e4)
2020-05-11 20:30:11 +02:00
Daniel Gultsch
2ecb4647f9
tie breaking racing jingle message proposals. fixes #3698
(cherry picked from commit 4d3d3a7038)
2020-05-11 20:29:55 +02:00
Daniel Gultsch
334a32bd05
introduce extra RTP state to handle going from sending proceed to receiving retract
(cherry picked from commit 2c5bed61a1)
2020-05-11 20:29:38 +02:00
Daniel Gultsch
81fb1062f3
move call icon to left. fixes #3709
(cherry picked from commit 9b8b4f1791)
2020-05-11 20:29:05 +02:00
Daniel Gultsch
19e691dc8e
rename locating devices to discovering devices. closes #3699
(cherry picked from commit 526e9eab61)
2020-05-11 20:24:53 +02:00
Daniel Gultsch
ba55f23ac4
catch UnsatisfiedLinkError when trying to init libwebrtc. fixes #3707
(cherry picked from commit f4247379bd)
2020-05-11 20:22:46 +02:00
Daniel Gultsch
53fe08c17d
show call duration in audio calls. fixes #3708
(cherry picked from commit 92fc22b313)
2020-05-11 20:21:30 +02:00
Daniel Gultsch
a3a317ddf7
externalize time passed utils
(cherry picked from commit 6daaca496b)
2020-05-11 20:15:20 +02:00
Daniel Gultsch
a8683e64c8
hide microphone button in video-only calls. fixes #3700
(cherry picked from commit 072edc5a62)
2020-05-11 20:04:17 +02:00
Christian Schneppe
cafc27d94d
move channel discovery choice to ChannelDiscoveryActivity 2020-05-11 20:02:35 +02:00
Daniel Gultsch
2c4788b7c7 send retract when unable to setup webrtc as initiator. fixes #3717 2020-05-11 12:20:32 +02:00
Daniel Gultsch
b845c601d0 include senders in jingle file offer 2020-05-11 11:09:18 +02:00
Daniel Gultsch
90526efbd4 fixed destination calculation for direct socks candidates. fixes #3715 2020-05-11 11:08:45 +02:00
Daniel Gultsch
11de70312c version bump to 2.8.3 + changelog 2020-05-11 09:23:36 +02:00
Christian Schneppe
ac951a3ac3
Merge pull request #484 from janicez/master
Many strings erroneously have uppercasing where they shouldn't and dashes where there should be spaces.
2020-05-10 21:31:44 +02:00
Daniel Gultsch
907b4d2b8a pulled translations from transifex 2020-05-10 18:42:24 +02:00
Daniel Gultsch
46579550e4 fixed weird ToneGenerator crash. fixes #3712
obviously tones won’t work then anymore
2020-05-10 17:54:16 +02:00
Daniel Gultsch
4d3d3a7038 tie breaking racing jingle message proposals. fixes #3698 2020-05-10 14:09:16 +02:00
Daniel Gultsch
2c5bed61a1 introduce extra RTP state to handle going from sending proceed to receiving retract 2020-05-09 21:35:21 +02:00
Daniel Gultsch
9b8b4f1791 move call icon to left. fixes #3709 2020-05-09 21:10:35 +02:00
Daniel Gultsch
526e9eab61 rename locating devices to discovering devices. closes #3699 2020-05-09 21:09:56 +02:00
Daniel Gultsch
f4247379bd catch UnsatisfiedLinkError when trying to init libwebrtc. fixes #3707 2020-05-09 19:48:54 +02:00
Daniel Gultsch
1d9b9e3bf0 pulled translations from transifex 2020-05-09 11:47:37 +02:00
Daniel Gultsch
04764eb989 fix Quicksy build flavor 2020-05-09 11:41:45 +02:00
Daniel Gultsch
92fc22b313 show call duration in audio calls. fixes #3708 2020-05-09 11:14:39 +02:00
Daniel Gultsch
6daaca496b externalize time passed utils 2020-05-09 09:42:33 +02:00
Ellenor Malik
efc8d43650
x_has_written capitalisation - lowercase the W.
The W in "wrote" absolutely MUST be lowercased, or it's not valid and is an eyesore for actual English users of the app. (really, this string should be "X said"/"I said", but I am only making changes to rectify improper grammar, not substantive language changes (except with hostname or onion where the translator did that German- or Austrian-People-English-Phrase-Thing, and I got carried away.))
2020-05-08 16:44:51 -07:00
Daniel Gultsch
072edc5a62 hide microphone button in video-only calls. fixes #3700 2020-05-08 21:15:54 +02:00
Christian Schneppe
3b6a93b24f
version 2.4.0 + changes 2020-05-08 20:29:09 +02:00
Christian Schneppe
081e862759 New translations strings.xml (Spanish) 2020-05-08 20:27:21 +02:00
Christian Schneppe
686b6fa9d5 New translations strings.xml (German) 2020-05-08 20:27:21 +02:00
Christian Schneppe
8b4b1751f9 New translations strings.xml (French) 2020-05-08 20:27:21 +02:00