1
0
Fork 1
Commit graph

6954 commits

Author SHA1 Message Date
Daniel Gultsch
e020c02366 do not run alpha check on jpegs
(cherry picked from commit 0812bae1ab1ba93516e9ddca033c730be2676669)
2021-03-06 20:44:48 +01:00
Daniel Gultsch
bcc99c52e6 replace away when screen off with away when locked
fixes #3978

(cherry picked from commit 6bfe16f044d608ecf7dc0bbbe999ec452d541b57)
2021-03-06 20:39:15 +01:00
Daniel Gultsch
91fee13c85 repharse omemo fingerprint description
(cherry picked from commit 49992f300bfc00c741703030ac0aebf2890c903a)
2021-03-06 20:24:09 +01:00
Daniel Gultsch
1043319b10 add TODO comments wrt to missing <retract/> parsing
(cherry picked from commit 72e268e6b169b8429cc5d18b2df8b4f22bc52376)
2021-03-06 20:23:48 +01:00
Daniel Gultsch
7c0720b939 use detached signatures
(cherry picked from commit 78901e3339c901ece8ebd712c08e725a3291abdb)
2021-03-06 20:23:41 +01:00
Daniel Gultsch
6533ae0c97 do not deduplicate disco queries
Conversations used to deduplicate disco queries based on their hash.
However that relies on the first query to go through (device to actually
respond) and to respond properly (hash matches).

Creating a proper retry behaviour for this is actually quite challanging.
(which one would you try next, how long do you wait?)

(cherry picked from commit 149224a07365c6ac5bb88c746e5cc0fac007bc91)
2021-03-06 20:22:51 +01:00
Daniel Gultsch
a5331ef6cb resend session proposal on rebind
(cherry picked from commit db447f845e191ea10f9b5011f3bc9d495a34608e)
2021-03-06 20:22:44 +01:00
Daniel Gultsch
c17a8108b1 make rtp proposal tracked by SM. fixes #3983
(cherry picked from commit 6cab0ad496cc9b025b1631c616f11c3869ccd6eb)
2021-03-06 20:22:39 +01:00
Daniel Gultsch
fc828d6d6b fixed race conditions around PROCEED state. fixes #3989
(cherry picked from commit 7330d8a7f0925965f1b0b100ed3d403dfdd7557b)
2021-03-06 20:19:42 +01:00
mimi89999
e487ac6ba1 Fix formatting of openkeychain_required_long message
(cherry picked from commit ab17f935c3994a32889384433fdc2872ce84e0c8)
2021-03-06 20:18:56 +01:00
Christian Schneppe
2dbce0efe5 update AppIntro 2021-03-06 20:13:17 +01:00
Christian Schneppe
eb6b08d793 improve individual notifications 2021-03-06 20:12:32 +01:00
Christian Schneppe
eaded3755a fix UpdateHelper 2021-03-06 20:12:00 +01:00
Christian Schneppe
a5bb2f6a1d catch all exceptions while converting videos 2021-03-05 17:03:27 +01:00
Daniel Gultsch
200ebe887a use ascii notation for punycode domains in SNI
(cherry picked from commit b6d62c13effb3edb20a6b88b3b9f9e465bd0d8d1)
2021-03-01 13:09:08 +01:00
Christian Schneppe
ee32c427af add option to save files in global Pictures/Movies/Documents/Music 2021-02-28 19:21:40 +01:00
Christian Schneppe
dda0a3e114 show warning on devices with versions below Android 5
From blabber.im version 3.1.0 only devices with Android 5 or higher are supported
2021-02-28 10:30:40 +01:00
Christian Schneppe
2483230375 add memory management
* show media usage
* add warning if memory usage is high
* add possibility to delte attachments automatically after some time
2021-02-28 10:07:18 +01:00
Christian Schneppe
5b71503d67 fix errors in preferences.xml 2021-02-23 18:19:30 +01:00
Christian Schneppe
882d435424 rework avatar popup 2021-02-23 18:18:22 +01:00
Christian Schneppe
9a5c5237c2 add more logging for file transfers 2021-02-16 16:30:57 +01:00
Christian Schneppe
a9ffafbc40 fix NPE in invitation message 2021-02-13 12:28:00 +01:00
Christian Schneppe
9ccc59b645 don't show 'cancel download', if file is not downloading 2021-02-10 20:25:56 +01:00
Christian Schneppe
02f24aba26 version 3.0.3 + changelog 2021-02-05 19:57:44 +01:00
Christian Schneppe
9e06d3cc20 update translations 2021-02-05 19:56:53 +01:00
Christian Schneppe
4eb407f3e5 Revert "make chooser between gallery or file manager for sending images/videos"
This reverts commit 52cc5879
2021-02-05 18:03:12 +01:00
Christian Schneppe
7a4897399f show notification on MUC invite 2021-02-05 18:02:44 +01:00
Christian Schneppe
fd5de32d43 show box instead of white shine, if using colored nick names
fixes #514
2021-02-04 20:36:53 +01:00
Christian Schneppe
8cfdef8115 replace string with variables in NotificationService 2021-02-04 20:20:38 +01:00
Daniel Gultsch
38f0c26c81 verify against IDN variant of domain
(cherry picked from commit b76b60df5cf5c530087431744bf9c8c3d4cdb635)
2021-02-04 19:49:00 +01:00
Christian Schneppe
5b5aeb7cfa try to deal with formats that can be audio or video
e.g. WEBM files
2021-02-04 19:48:24 +01:00
Christian Schneppe
3fcab53c08 Add preference to disable auto download of all attachments
also in public channels and from strangers
2021-02-04 19:47:15 +01:00
Christian Schneppe
532c6f6491 fix crash, if webview not available on the device 2021-02-04 19:41:44 +01:00
Christian Schneppe
5785164d97 rework showing duration for videos/gifs in preview 2021-02-04 18:57:58 +01:00
Christian Schneppe
979ee24806 put date in front of missed call message 2021-02-03 21:54:14 +01:00
Christian Schneppe
b400eb7374 revert color change on fab 2021-02-03 21:50:08 +01:00
Christian Schneppe
58550a190b add duration for videos/gifs to preview 2021-02-03 21:44:28 +01:00
Christian Schneppe
c73455b2f1 revert NavigationBar color change 2021-02-01 17:24:09 +01:00
Daniel Gultsch
f7dbd4f4d7 close inputstream in image meta data analysers
(cherry picked from commit 358c70828f62b72a86f90a4ef9b19531f9e94413)
2021-02-01 17:15:41 +01:00
maxim432
fd070b4073 Fix couple of leaks
(cherry picked from commit 156c4da2b31d91a725644dbd2d82bb1a276a9a68)
2021-02-01 17:15:24 +01:00
Daniel Gultsch
d8a7d87a12 look at only subset of pixels to check for alpha
(cherry picked from commit ca496fd39fcc1ca11b66961d57212a76805160e0)

# Conflicts:
#	src/main/java/eu/siacs/conversations/persistance/FileBackend.java
2021-02-01 17:14:48 +01:00
Daniel Gultsch
7fc54e4cc9 fix rtp offline discovery
(cherry picked from commit 53a038d90ebe5937405b2a58360c81b9b87e935a)
2021-02-01 17:11:09 +01:00
Daniel Gultsch
0a61c0505c do not compress images with alpha channels
(cherry picked from commit 2155a50875a8c727512e05507d048dd782496610)
2021-02-01 17:10:59 +01:00
Daniel Gultsch
68f538722f fix copy url to clipboard action for undownloaded files
(cherry picked from commit 4a9dfb95671ddc0202e0e7f0448a26b4a200940b)
2021-02-01 17:10:40 +01:00
Daniel Gultsch
7509af829d remove unused methods
(cherry picked from commit 10382e83bf53637a026370a2c9af6b304bb19602)
2021-02-01 17:10:20 +01:00
Daniel Gultsch
2f308f3570 use 'missed call' as label for missed call status
(cherry picked from commit c11ac40df447e3f2e2f6a6794f5fd3f75b70c077)
2021-02-01 17:09:12 +01:00
Daniel Gultsch
3748e55f53 do not use offline fallback rtp capability if account is disabled
(cherry picked from commit 0a2c7536207d5fa9b12fe88d809bde337c1a8e5a)
2021-02-01 16:58:42 +01:00
Daniel Gultsch
6656b945f4 add libwebrtc to library list
(cherry picked from commit 247998ff81859a12b28659319dd9ad4846d4811b)

# Conflicts:
#	src/main/res/values/about.xml
2021-02-01 16:58:24 +01:00
Daniel Gultsch
837530356d back button should not end call if call is connected. fixes #3975
(cherry picked from commit 619af9c6c5ac871a1863865a9f566df565953410)
2021-02-01 16:56:03 +01:00
Daniel Gultsch
d78bcb8d2a pluralize x_unread_conversations string
(cherry picked from commit 9c9a9532817e2b62842b6b1dbc55db135046c14e)
2021-02-01 16:54:42 +01:00