Daniel Gultsch
7455e99761
remove unnecessary resume call
2024-02-07 09:15:36 +01:00
Stephen Paul Weber
961a024aa2
XEP says thread means not the topic
...
Note: A message with a <subject/> and a <body/> or a <subject/> and a
<thread/> is a legitimate message, but it SHALL NOT be interpreted as a
subject change.
2024-02-07 07:22:57 +00:00
Daniel Gultsch
ff082ab607
code clean up in IQ callback handling
2024-02-06 14:27:32 +01:00
Daniel Gultsch
c2592d1417
fixup: simplify loginInfo null check
2024-02-05 15:59:06 +01:00
Daniel Gultsch
5ab8912cb4
simplify loginInfo null check
2024-02-04 19:49:55 +01:00
Daniel Gultsch
4168bc4666
less noisy logcat. catch illegal state exception as result of race condition
2024-01-19 15:20:47 +01:00
Daniel Gultsch
b2e1f9b3d8
call current transport when receiving transport-replace
2024-01-19 11:43:23 +01:00
Daniel Gultsch
15a3c163eb
respond OK to JFT session terminate
2024-01-19 10:40:32 +01:00
Daniel Gultsch
88851ea12a
bundle letsencrypt root certificates
...
as per https://letsencrypt.org/2023/07/10/cross-sign-expiration.html
Letsencrypt is dropping support for Android <= 7 by removing cross signing.
to keep supporting older Android versions we need to bundle the root cert
ourselves. (Firefox for example does this too)
The KeyStore file is in BKS-V1 format. A good tools to edit the file is
https://keystore-explorer.org/
To keep the attack and bug surface as low as possible we only run the check
against the bundled keystore on Android <= 7
2024-01-15 10:57:07 +01:00
Daniel Gultsch
aeb805a3ca
abort socks candidate search if peer selected something with higher priority
2023-12-20 11:23:04 +01:00
Daniel Gultsch
eec01c9e7b
disable quick log
2023-12-20 09:23:09 +01:00
Daniel Gultsch
d3b38a5273
refactor Jingle File Transfer. add WebRTCDatachannel transport
2023-12-19 17:26:11 +01:00
Daniel Gultsch
1a83c290a2
UnifiedPush: send unregistered to apps when 'none' account is selected
2023-12-05 10:59:50 +01:00
Daniel Gultsch
20c179c1a1
ensure will tell 'messenger' when UP registration fails or is delayed
2023-12-02 12:20:19 +01:00
Daniel Gultsch
f7b5124fd3
support location attribute on enable
2023-12-01 18:29:52 +01:00
Daniel Gultsch
eb5994f80f
add quick log functionality to debug UP
2023-12-01 13:22:10 +01:00
Daniel Gultsch
747f58c35b
JingleConnectionManager: code clean up
2023-11-22 08:37:17 +01:00
Daniel Gultsch
b183f49977
update call UI after RTP connection has ended
2023-11-22 08:36:44 +01:00
Daniel Gultsch
402882389f
fixup: properly detect fast
2023-11-21 19:40:10 +01:00
Daniel Gultsch
59ff27062b
treat carbons as enabled when requested through bind 2
2023-11-21 16:50:46 +01:00
Daniel Gultsch
3dac9ef3f4
use stricter namespace matching in stream parser
2023-11-21 15:25:21 +01:00
Daniel Gultsch
5bb8f3f9aa
stricter bind 2 inline feature parsing
2023-11-21 15:24:31 +01:00
Daniel Gultsch
acef5dbd3b
code clean up
2023-11-20 19:29:19 +01:00
Daniel Gultsch
c72a86a0a4
add timeout to ICE gathering
2023-11-14 08:57:22 +01:00
Daniel Gultsch
5728cf13ea
RtpSessionActivity code clean up
2023-11-13 17:12:18 +01:00
Daniel Gultsch
622b569bbc
fix accepting senders both content adds
2023-11-13 13:46:30 +01:00
Daniel Gultsch
80c49955f0
JingleRtpConnection code clean up
2023-11-13 13:46:30 +01:00
Daniel Gultsch
96dcc75ac3
add SDP Offer / Answer support
2023-11-13 12:36:20 +01:00
Daniel Gultsch
38ca53fcac
bump reporting xep and add ability to report messages
2023-11-12 19:29:15 +01:00
Daniel Gultsch
e73fbac56f
enable 'PEP Native Bookmarks'
2023-11-10 15:29:26 +01:00
Stephen Paul Weber
f798102978
Fix and updates Bookmarks2 support
...
Support the stable version namespace and the new elements, including preserving
any extension content.
2023-11-10 11:41:02 +01:00
Daniel Gultsch
0898ea77ff
jingle: do not send session-terminate after failed regneg when session already was
2023-10-31 13:16:17 +01:00
Daniel Gultsch
438a228fc3
minor code clean up
2023-10-31 12:34:55 +01:00
Daniel Gultsch
f6482c5a87
fix caps hash calculation for empty form fields
2023-10-31 11:03:59 +01:00
Daniel Gultsch
fba7721cd5
fix rare concurrent modification in muc user search
2023-10-31 10:43:53 +01:00
Daniel Gultsch
dfd7410b1a
make copy omemo fp button a show qr code button
2023-10-30 14:26:28 +01:00
Daniel Gultsch
71b6492d61
show unverified devices warning in contact and account details
2023-10-30 13:06:04 +01:00
Daniel Gultsch
0bbc1193e3
allow background activity start for OpenKeyChain intents
2023-10-29 08:54:19 +01:00
Daniel Gultsch
ea5ffe92ea
improve logging when PGP decryption fails
2023-10-29 08:54:19 +01:00
Daniel Gultsch
48ffde9656
toggle foreground service to set correct type when gaining permissions
2023-10-29 08:54:18 +01:00
Daniel Gultsch
e83a0af277
ignore false positive warning wrt foreground service
2023-10-29 08:54:17 +01:00
Daniel Gultsch
35c8d31d42
update gradle and gradle plugin
2023-10-29 08:54:17 +01:00
Daniel Gultsch
e422b89df5
use aggressive reconnects for see-other-host
2023-10-29 08:54:17 +01:00
Daniel Gultsch
1732ab5cc7
add internal ping timer in case alarm manager fails
2023-10-29 08:54:17 +01:00
Daniel Gultsch
a162d72c2a
code clean up in processAccountState()
2023-10-29 08:54:17 +01:00
Daniel Gultsch
928db01ae8
do not init connection for disabled accounts
2023-10-29 08:54:16 +01:00
Daniel Gultsch
2dd8896dc2
stop service on log out when UI is not active
2023-10-29 08:54:16 +01:00
Daniel Gultsch
d1f648f2e3
code clean up in onStartCommand
2023-10-29 08:54:16 +01:00
Daniel Gultsch
69425e677c
remove soft disable flag when attempting call
2023-10-29 08:54:16 +01:00
Daniel Gultsch
f042efd550
add 'log out' button to foreground notifcation
...
this temporarily disconnects all accounts until the user opens the app again.
essentially this akin to an 'Exit' button
Users previously had the option to 'disable' accounts but this provides a
faster way to "free up resources" until the next time the app is opened.
2023-10-29 08:54:16 +01:00