Commit graph

6766 commits

Author SHA1 Message Date
Arne
27c28a5651 many updates 2021-04-24 22:48:59 +02:00
Arne
20fd3f0fca many updates 2021-04-24 22:39:56 +02:00
Arne
323e23007a logos 2021-04-24 20:01:28 +02:00
Arne
5434188949 next try 2021-04-24 17:59:15 +02:00
Christian Schneppe
8e0495ced4 add option to pause voice messages after taking device away from ear 2021-04-21 21:08:16 +02:00
Christian Schneppe
c8c9b2ed44 update changes for FDroid 2021-04-19 15:37:36 +02:00
Christian Schneppe
050bf86584 version 3.0.7 + changes 2021-04-19 15:32:21 +02:00
Christian Schneppe
c56f241e28 update translations 2021-04-19 15:32:07 +02:00
Christian Schneppe
a2842f039b fixes for PlayStore version 2021-04-19 15:28:30 +02:00
Christian Schneppe
dd2f350e3f version 3.0.6 + changes 2021-04-18 21:58:40 +02:00
Christian Schneppe
c29b45fe0d update translations 2021-04-18 21:56:58 +02:00
Christian Schneppe
4702381770 move variable 2021-04-18 21:56:30 +02:00
Christian Schneppe
1398c47b6f catch exception in expireOldFiles() 2021-04-18 21:56:13 +02:00
Daniel Gultsch
5a1d373d08 use new hasInternet() API only on Android Q+
some VPN apps are broken on Android 7.1 (and below?)

fixes #4058

(cherry picked from commit ea2acc2963)
2021-04-18 21:22:47 +02:00
Daniel Gultsch
6138425eac disable read timeout for HTTP Upload
fixes #4057

(cherry picked from commit 2760f07307)
2021-04-18 21:22:43 +02:00
Christian Schneppe
45145138ce show snackbar in chat, during video transcoding 2021-04-18 21:20:15 +02:00
Christian Schneppe
527c6ad469 fix playing videos inside 2021-04-13 20:06:54 +02:00
Christian Schneppe
33cb012754 update FCM libs 2021-04-13 20:06:38 +02:00
Christian Schneppe
ca1ee14c0e exclude x86 packages 2021-04-12 21:20:19 +02:00
Christian Schneppe
33df3ecc26 version 3.0.5 + changes 2021-04-12 21:14:58 +02:00
Christian Schneppe
1c63ed0954 update translations 2021-04-12 21:06:13 +02:00
Christian Schneppe
4e12dc785a catch NPE in upgradeSocketToTls 2021-04-12 18:40:34 +02:00
Christian Schneppe
d4b7e27ef9 move metadata to fastlane 2021-04-12 18:39:30 +02:00
Daniel Gultsch
4df5eb1ef9 properly error out if upload fails. fixes #4052
(cherry picked from commit 202bde46ed)
2021-04-12 18:23:54 +02:00
Christian Schneppe
eed5ad685c tidy up 2021-04-12 18:16:31 +02:00
Christian Schneppe
0770bdfcb4 change user-agent to android's default one 2021-04-12 18:12:58 +02:00
Christian Schneppe
4e7a867e60 fix youtube replacement for web previews 2021-04-12 18:12:18 +02:00
Christian Schneppe
644aaeea20 show dialog while stopping voice recorder
partly fixes https://codeberg.org/kriztan/blabber.im/issues/532
2021-04-10 23:23:46 +02:00
Christian Schneppe
4307f66510 change audiofocus while playing voice messages
fixes https://codeberg.org/kriztan/blabber.im/issues/552
2021-04-10 22:15:37 +02:00
Christian Schneppe
29c37cd6be use ToastCompat everywhere 2021-04-10 21:26:01 +02:00
Christian Schneppe
6c299307bd add try-catch for location activitys 2021-04-10 21:24:49 +02:00
Christian Schneppe
fac47b3924 fix try-catch for cleanAllOldNotificationChannels 2021-04-10 21:10:27 +02:00
Christian Schneppe
acd18a6552 Don't try to get individual notifications if conversation = null 2021-04-10 21:07:10 +02:00
Daniel Gultsch
d806d5cd48 when receiving out-of-order session-init in terminal state do not move to terminal again
fixes #4049

(cherry picked from commit 9fc04c4b1e)
2021-04-10 12:20:18 +02:00
Daniel Gultsch
8c62aee3f2 fix HTTP up/download for users that dont trust system CAs
(cherry picked from commit 55b2f2656d)
2021-04-10 12:20:13 +02:00
Daniel Gultsch
c127c8b44d migrate hasInternetConnection() to new api
Thank you to @ailicic for figuring out the new API.

Closes #4050

(cherry picked from commit 0fc191d004)
2021-04-10 12:20:04 +02:00
Daniel Gultsch
cefcc7041b log track class in onAddTrack
(cherry picked from commit 30c9e7399e)
2021-04-10 12:20:01 +02:00
Daniel Gultsch
8058ee4369 don’t show video call button if no camera is available
(cherry picked from commit 08f27ddcf8)
2021-04-10 12:19:37 +02:00
Daniel Gultsch
94c3645058 Do not crash when receiving video call on device w/o camera
Upon accepting a video call on a device that can not establish a video track on
its own (for example by not having a camera), displaying the video enable/disable
button would fail. This commit defaults this button to disabled.

(cherry picked from commit 1822a71c2a)
2021-04-10 12:19:25 +02:00
Daniel Gultsch
6b08bff979 catch security exception when reading file
(cherry picked from commit 77f448692c)
2021-04-10 12:16:32 +02:00
Daniel Gultsch
953145be1b clear dns cache on network switch
(cherry picked from commit ff756647a9)
2021-04-10 12:15:30 +02:00
Daniel Gultsch
2181e2b105 disable omemo by default for *.covid.monal.im domains
(cherry picked from commit 9a7fc3d9b8)
2021-04-10 12:15:14 +02:00
Daniel Gultsch
d01645c05d remove logging from needsUploading()
(cherry picked from commit aad34783ad)
2021-04-10 12:14:28 +02:00
Daniel Gultsch
14ba8bbb2d use http proxy below android 7.1
(cherry picked from commit 914ea9c398)
2021-04-10 12:14:13 +02:00
Daniel Gultsch
9fd9fb52cc show popup dialog when backup has been started. fixes #4031
(cherry picked from commit 02b16063c6)
2021-04-10 12:14:00 +02:00
Christian Schneppe
17a9c99384 make concurrent up-/downloads and progressbar working again 2021-04-10 12:10:59 +02:00
Daniel Gultsch
f77aa5ec6b clean up code for posh cache
(cherry picked from commit 4ac64f3a3b)
2021-04-10 00:09:08 +02:00
Daniel Gultsch
c07120187c port POSH code to OkHttp
(cherry picked from commit 8b90c1c498)
2021-04-10 00:09:04 +02:00
Daniel Gultsch
cb8bd2c447 remove unused method
(cherry picked from commit 70fc08314f)
2021-04-10 00:09:00 +02:00
Daniel Gultsch
08f3a5b3e9 use okhttp to fetch captcha
(cherry picked from commit ce7f59a76c)
2021-04-10 00:08:48 +02:00