Daniel Gultsch
1db9782db8
close inputstream in image meta data analysers
...
(cherry picked from commit 358c70828f
)
2021-02-01 17:15:41 +01:00
maxim432
59a76d5bba
Fix couple of leaks
...
(cherry picked from commit 156c4da2b3
)
2021-02-01 17:15:24 +01:00
Daniel Gultsch
f485f1d444
look at only subset of pixels to check for alpha
...
(cherry picked from commit ca496fd39f
)
# Conflicts:
# src/main/java/eu/siacs/conversations/persistance/FileBackend.java
2021-02-01 17:14:48 +01:00
Daniel Gultsch
2926085668
fix rtp offline discovery
...
(cherry picked from commit 53a038d90e
)
2021-02-01 17:11:09 +01:00
Daniel Gultsch
4a454b74ac
do not compress images with alpha channels
...
(cherry picked from commit 2155a50875
)
2021-02-01 17:10:59 +01:00
Daniel Gultsch
8cf631a9cf
fix copy url to clipboard action for undownloaded files
...
(cherry picked from commit 4a9dfb9567
)
2021-02-01 17:10:40 +01:00
Daniel Gultsch
f8f5d73df7
remove unused methods
...
(cherry picked from commit 10382e83bf
)
2021-02-01 17:10:20 +01:00
Daniel Gultsch
c33df11120
use 'missed call' as label for missed call status
...
(cherry picked from commit c11ac40df4
)
2021-02-01 17:09:12 +01:00
Daniel Gultsch
8087f00d65
do not use offline fallback rtp capability if account is disabled
...
(cherry picked from commit 0a2c753620
)
2021-02-01 16:58:42 +01:00
Daniel Gultsch
be3d1f8c4f
add libwebrtc to library list
...
(cherry picked from commit 247998ff81
)
# Conflicts:
# src/main/res/values/about.xml
2021-02-01 16:58:24 +01:00
Daniel Gultsch
117d2ba4bb
back button should not end call if call is connected. fixes #3975
...
(cherry picked from commit 619af9c6c5
)
2021-02-01 16:56:03 +01:00
Daniel Gultsch
b8b9e0832c
pluralize x_unread_conversations string
...
(cherry picked from commit 9c9a953281
)
2021-02-01 16:54:42 +01:00
Daniel Gultsch
b2be5c4fd6
do not use empty display name for /me command
...
(cherry picked from commit 582aee4718
)
2021-02-01 16:52:24 +01:00
Daniel Gultsch
c0d523b7b4
do not offer share button when file hasnt been downloaded. fixes #3971
...
(cherry picked from commit 3b43cb0bda
)
2021-02-01 16:51:07 +01:00
Daniel Gultsch
7ddc71ef2c
remember last rtp capability
...
(cherry picked from commit e711b3d294
)
2021-02-01 16:50:41 +01:00
Molly Miller
bcbd0cfcc7
Use the account's display name (if set) when rendering /me messages in one-to-one chats.
...
(cherry picked from commit ebbf1ff6b1
)
2021-02-01 16:48:00 +01:00
Daniel Gultsch
81a7d0c33f
show self contact with display name
...
(cherry picked from commit 9db0808306
)
2021-02-01 16:46:35 +01:00
Daniel Gultsch
31d98ddb40
fix tab height in StartConversation screen
...
(cherry picked from commit 49d0558da1
)
2021-02-01 16:45:22 +01:00
Daniel Gultsch
73623ed92a
fix in call notification being shown twice
...
(cherry picked from commit bfccfba00e
)
2021-02-01 16:39:39 +01:00
Daniel Gultsch
183a3a7ced
code clean up
...
(cherry picked from commit 5b48b4027e
)
2021-02-01 16:39:26 +01:00
Christian Schneppe
6194293bba
show total unread count in fab
2021-02-01 16:36:09 +01:00
Christian Schneppe
f320761a1b
small color changes
2021-02-01 16:35:39 +01:00
Christian Schneppe
8696acf414
fix wrong server info
2021-01-22 15:33:54 +01:00
Christian Schneppe
816fb7d94d
complete customTabs for links
...
https://developers.google.com/web/android/custom-tabs
2021-01-22 15:32:13 +01:00
Christian Schneppe
b4361f0c8d
integrate customTabs for links
...
https://developers.google.com/web/android/custom-tabs
2021-01-19 21:30:23 +01:00
Christian Schneppe
1bcaf21db0
make chooser between gallery or file manager for sending images/videos
2021-01-19 21:26:08 +01:00
Christian Schneppe
8287e3e39e
make map preview host configurable
...
run script from https://codeberg.org/kriztan/staticmap on your own server
2021-01-08 16:41:27 +01:00
Christian Schneppe
ee24656463
add https/http check to custom invidious host
2021-01-08 16:31:53 +01:00
Christian Schneppe
40b783a470
move chats of disabled accounts to bottom
...
and show them with a light transparency and grey background
2021-01-08 16:29:01 +01:00
Christian Schneppe
9b4f38b4d6
fix merge conflict
2021-01-06 20:54:41 +01:00
Daniel Gultsch
1f9b0538ab
properly null check ufrag and pwd before whitespace checking. fixes #3956
...
(cherry picked from commit 2bec5459c5
)
2021-01-06 20:26:08 +01:00
Daniel Gultsch
100d101151
minor code clean up in XmppConnection class
...
(cherry picked from commit 0569febf67
)
2021-01-06 20:24:41 +01:00
Christian Schneppe
56bd3cda59
fix merge conflict
2021-01-06 20:23:27 +01:00
Daniel Gultsch
40077c96df
implement SCRAM-SHA512
...
(cherry picked from commit 0e54d8a2cf
)
2021-01-06 20:18:24 +01:00
Daniel Gultsch
a142a6bcb0
rewrote scram cache implementation
...
(cherry picked from commit 2a57c92f63
)
2021-01-06 20:16:59 +01:00
Daniel Gultsch
9a58813160
SCRAM remove cache. made digest and hmac non static
...
DIGEST and HMAC were static variables. Those are initialized by
what ever concrete implementation gets executed first.
(Perform SCRAM-SHA1 first and those variables got initialized with
SHA1 variants)
For subsequent SHA256 executions those variables contained wrong
values.
(cherry picked from commit 692ee6c9fb
)
2021-01-06 20:16:10 +01:00
Daniel Gultsch
b6798ef574
offline presences aborts session proposals. fixes #3943
...
(cherry picked from commit f23016c967
)
2021-01-06 20:14:59 +01:00
Christian Schneppe
9deadd3121
update gitignore
2021-01-06 19:59:55 +01:00
Christian Schneppe
df3c188278
cancel touch event after opening context menu in search view
...
cherry picked from 39229c34f6
Co-Authored-By: Daniel Gultsch <iNPUTmice@users.noreply.github.com>
2021-01-06 19:59:21 +01:00
Christian Schneppe
703e8b5a5a
remove tracking antifeature, because webserver-logging is disabled
2020-12-28 11:17:57 +01:00
Christian Schneppe
68f28063fa
Merge branch 'master' of https://codeberg.org/kriztan/blabber.im
2020-12-22 21:47:35 +01:00
Christian Schneppe
d1840a725b
catch exception while destroying rooms
2020-12-22 21:47:24 +01:00
Daniel Gultsch
2836ac669c
catch exception while destroying rooms
2020-12-22 21:25:01 +01:00
Christian Schneppe
43208fa088
show easy onboarding in profile details
2020-12-22 21:13:10 +01:00
Christian Schneppe
eac00aeffd
remove orphaned permissions
2020-12-22 20:56:51 +01:00
Christian Schneppe
c245861410
integrate EasyOnboardingInvite in existing integrations and show QR code
2020-12-11 21:25:06 +01:00
Daniel Gultsch
db79200d7f
don’t check for inRoster when doing jingle with oneself. fixes #3947
...
(cherry picked from commit 090b3b18d0
)
2020-12-11 16:32:20 +01:00
Daniel Gultsch
69c0909fbc
work around race condition after opening easy invite dialog
...
(cherry picked from commit d1490673bb
)
2020-12-11 16:22:46 +01:00
Daniel Gultsch
f421152932
minor code clean up
...
(cherry picked from commit e38aa30a84
)
2020-12-11 16:21:07 +01:00
Daniel Gultsch
947e1fa541
store avatars in cache folder
...
(cherry picked from commit f584179f2f
)
2020-12-11 16:13:46 +01:00