3dceb9d
refactor video qualtiy selector; less technical descriptions; code cleanup
Daniel Gultsch created
3dceb9d
refactor video qualtiy selector; less technical descriptions; code cleanup
Daniel Gultsch created
84f7aea
Merge branch 'video-selector' of https://github.com/licaon-kter/Conversations into licaon-kter-video-selector
Daniel Gultsch created
02be93a
Fix leftover string
Licaon_Kter created
a6fef81
Fix selector, limit formats to 360 & 720 per CTS
licaon-kter created
f23311a
PRNG fixes were a nop ever since we switched to 4.4+
Daniel Gultsch created
521bb78
catch exception if Conscrypt could not be initialized and use tls 1.2
Daniel Gultsch created
d02b123
pulled translations from transifex
Daniel Gultsch created
10bfa00
switch Android-Cropper library to come from jitpacked github to update to support library 28
Daniel Gultsch created
8980a0c
make jids appear as monospace in dialogs
Daniel Gultsch created
fcccf54
Add video compression selector
licaon-kter created
fd165e5
add confirmation dialog for deleting files
fixes #3202, closes #3193, closes #3214
Daniel Gultsch created
7aa8aba
code cleanup / reformat in ShareViaAccount
Daniel Gultsch created
b27fa6d
version bump to 2.3.1 + changelog
Daniel Gultsch created
f2f44c7
pulled translations from transifex
Daniel Gultsch created
cd13f43
add recordings directory to file_paths.xml for sharing recordings in (#3216)
case ONLY_INTERNAL_STORAGE = true
ChaosKid42 created
a6ced5b
pulled translations from transifex
Daniel Gultsch created
ce46b36
go back to 16 byte IVs for OMEMO
clients like Dino can’t handle 12 byte IVs
Daniel Gultsch created
0e3be46
fixed regression introduce in earlier commit. don’t use conscrypt on older devices
Daniel Gultsch created
bfa63e1
added a few TODOs in regards to the handling of inactive devices
Daniel Gultsch created
04ac226
Do weOwnFile security check only when attaching
The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within Conversations
Daniel Gultsch created
657b1ca
use fab.hide() and fab.show() - this will animate the process
Daniel Gultsch created
390175e
use short read timeout when waiting for first stream open. disable read timeout aftwards
Daniel Gultsch created
a34033d
run through sendMessage() procedure instead of taking shortcut after returning from TrustKeys
The shortcut didn’t take care of message edits and some other things
Daniel Gultsch created
2328248
prevent race condition when fetching device ids
Daniel Gultsch created
f608fb3
refactored file encryption to give access to inner stream
Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently.
Daniel Gultsch created
4c08ba8
use 12 byte IV for omemo and http upload
Daniel Gultsch created
9ca6365
remove more legacy otr decryption code
Daniel Gultsch created
7fa8811
refresh ui after device list update only if list has changed
Daniel Gultsch created
b2cbd60
use Consistent Color Generation (XEP-0392 v0.6)
Daniel Gultsch created
98d3d91
create notification channel for quite hours. fixes #3212
Daniel Gultsch created
d7f058c
pulled translations from transifex
Daniel Gultsch created
d4b98c9
made xmpp domain verifier verify wildcard domains where domain is a sub.sub domain
Daniel Gultsch created
db2107c
clean up connection code. unify domain = ip and extended connection settings into fake resolver
Daniel Gultsch created
8270adf
use sni and alpn for start tls as well. apperently google requires it
Daniel Gultsch created
1cbb60d
removed unused code (otr jingle encrypted file transfer)
Daniel Gultsch created
653cb15
ammend changelog with info regarding ejabberd
Daniel Gultsch created
bb6b647
use stronger video compression (lower bitrate & lower resolution)
Daniel Gultsch created
7e21d80
version bump to 2.3.0 + changelog
Daniel Gultsch created
9816261
introduced error code for server not opening stream after auth or starttls
Daniel Gultsch created
cf879dd
fixed sni and alpn for kitkat
Daniel Gultsch created
d8c1327
update gradle plugin and support library
Daniel Gultsch created
d737ea2
code cleanup
Daniel Gultsch created
681ce91
do not run through connection loop after thread was interrupted and resolver returned 0 results
Daniel Gultsch created
6121217
fixed auth
Daniel Gultsch created
ef4cfac
Fix auth when upgrading from SCRAM-SHA-1 to -256 (#3192)
Sam Whited created
9015d0a
interrupt sub thread in resolver
Daniel Gultsch created
cdcd2f8
do not show 'paste as quote' if clip is NULL
Daniel Gultsch created
9e7db44
pulled translations from transifex
Daniel Gultsch created
23b641a
fixed notification sounds for Android 6
Daniel Gultsch created
5cf6482
check if wake lock needs reinit when pressing start/pause in audio player
Daniel Gultsch created