Daniel Gultsch
|
f7f34c6bdd
|
fix regressions after target sdk 33 update
|
2023-05-07 10:13:14 +02:00 |
|
Daniel Gultsch
|
9715271e92
|
expand emoji range to cover e14
|
2023-03-05 20:50:06 +01:00 |
|
Daniel Gultsch
|
84fa529256
|
use setText instead of append()
|
2023-02-05 09:34:29 +01:00 |
|
Daniel Gultsch
|
1e0904a48d
|
use less entropy in SASL2 device id
|
2023-01-06 12:41:26 +01:00 |
|
Daniel Gultsch
|
0cd416298d
|
ensure we only select channel binding methods available for tls version
|
2022-10-14 20:00:36 +02:00 |
|
Daniel Gultsch
|
5a3cca9554
|
use bind 2 tag and sasl 2 user-agent
|
2022-09-15 14:28:51 +02:00 |
|
Daniel Gultsch
|
a210568a9c
|
refactor SASL choice into factory; remove unused TagWriter
|
2022-09-06 09:25:23 +02:00 |
|
Millesimus
|
562ffd2003
|
preserve new lines when quoting. fixes #3876
|
2022-09-05 12:19:17 +02:00 |
|
Daniel Gultsch
|
e0bd1d168c
|
do not attempt resume when already in smacks session
|
2022-09-04 09:28:00 +02:00 |
|
Daniel Gultsch
|
eb49a7f5e5
|
fix crash in buggy connection manager. fixes #4368
|
2022-09-03 12:33:27 +02:00 |
|
Licaon_Kter
|
cc80a2a758
|
Fix typo
|
2022-08-09 17:27:50 +02:00 |
|
Daniel Gultsch
|
b3a3f2b930
|
try to detect if a container contains video or audio
fixes #4321
|
2022-08-09 09:40:04 +02:00 |
|
Daniel Gultsch
|
5aeed63844
|
request bluetooth connect permission
fixes #4338
|
2022-08-08 21:08:32 +02:00 |
|
Daniel Gultsch
|
50ba165746
|
bump targetSdk to 32
|
2022-08-05 10:52:00 +02:00 |
|
Daniel Gultsch
|
dd30951dfb
|
every device is 21+ now
|
2022-07-22 10:14:01 +02:00 |
|
Daniel Gultsch
|
e455ed4f1a
|
fix orbot detection
|
2022-07-09 14:46:51 +02:00 |
|
Daniel Gultsch
|
bf8afe0396
|
check domain name against DNSName to avoid rare crashes
|
2022-04-08 15:54:53 +02:00 |
|
Daniel Gultsch
|
eb6ae5b03c
|
increase default pw length
|
2022-03-07 09:18:35 +01:00 |
|
Daniel Gultsch
|
d311e39569
|
code clean up
|
2022-02-25 14:44:46 +01:00 |
|
Daniel Gultsch
|
be1fcfe4f9
|
store encrypted pgp files in private cache dir
|
2022-02-23 16:59:40 +01:00 |
|
Daniel Gultsch
|
9c3f55bef2
|
use stopwatch to keep track of jingle rtp session duration
|
2021-11-11 16:52:18 +01:00 |
|
Daniel Gultsch
|
7d7e158fd7
|
code clean up for LocationProvider
|
2021-11-03 16:00:26 +01:00 |
|
Daniel Gultsch
|
3706981645
|
fix mime type detection in urls that have query params or an anchor
|
2021-10-14 17:30:55 +02:00 |
|
Daniel Gultsch
|
6d2e406ee5
|
attempt to parse Link header from https url scanned from welcome screen
|
2021-10-07 09:48:49 +02:00 |
|
Daniel Gultsch
|
e664a27cd0
|
fix typo in action matcher
|
2021-10-03 18:51:18 +02:00 |
|
Daniel Gultsch
|
f8c59a7b75
|
support imto://xmpp intents
|
2021-10-03 17:01:32 +02:00 |
|
Daniel Gultsch
|
da14f83a42
|
ensure all bytes are read in socks handshake. fixes #4188
|
2021-10-02 14:24:36 +02:00 |
|
Daniel Gultsch
|
e791e19265
|
ignore non letters when parsing action from xmpp uri
|
2021-09-27 11:15:56 +02:00 |
|
Daniel Gultsch
|
3075833ab3
|
swap out transcoder library
the transcoder library we used hasn’t been updated in years
this commit switches to a maintained fork https://natario1.github.io/Transcoder/
|
2021-09-15 11:38:06 +02:00 |
|
Daniel Gultsch
|
d436c5f856
|
catch exception when trying to read display name. fixes #4163
|
2021-09-10 18:46:10 +02:00 |
|
Daniel Gultsch
|
2957bccb33
|
Revert "Fixing trailing characters treated as part of URI error (#3938)."
This reverts commit 8d45cc5827 .
|
2021-09-08 21:30:21 +02:00 |
|
Millesimus
|
dfeeaff74c
|
>.< should not be rendered as quote (bugfix).
|
2021-09-08 16:29:01 +00:00 |
|
Millesimus
|
ca08c27eef
|
Parse IPv6 URIs (#3841).
|
2021-09-07 15:14:09 +00:00 |
|
Millesimus
|
4040d5f647
|
Treat dollar signs as URI chars (fixing #3859).
|
2021-09-07 15:14:09 +00:00 |
|
Millesimus
|
8d45cc5827
|
Fixing trailing characters treated as part of URI error (#3938).
|
2021-09-07 15:14:09 +00:00 |
|
Daniel Gultsch
|
ea0dc558cb
|
use androidx ExifInterface to parse rotation. fixes #4154
|
2021-09-05 16:29:24 +02:00 |
|
Millesimus
|
2db2ca95ce
|
Move differentiation between XEP-0393 quotes and French quotes to QuoteHelper.
|
2021-08-24 07:14:34 +00:00 |
|
Millesimus
|
a0bca08997
|
Rewrite QuoteHelper to integrate French quotes logics. Also reallow QuoteChars not followed by whitespace as indicated in XEP-0393.
|
2021-08-24 07:14:34 +00:00 |
|
Millesimus
|
748443cd4e
|
Fixing message preview.
|
2021-08-24 07:14:34 +00:00 |
|
Millesimus
|
e850900b40
|
Quoting quotes, limited by nesting depth.
|
2021-08-24 07:14:34 +00:00 |
|
Millesimus
|
65a72827bc
|
New helper to help with quotes.
|
2021-08-24 07:14:34 +00:00 |
|
Daniel Gultsch
|
1e1dad780b
|
add .opus file extension to mime table
|
2021-07-28 16:57:57 +02:00 |
|
Daniel Gultsch
|
af33a57bf2
|
add description for text/plain
|
2021-05-17 16:00:00 +02:00 |
|
Daniel Gultsch
|
0f3181555a
|
FileParams indicate unavailable file size as null
since 0 is a valid file size we should use null to indicate absence
|
2021-05-16 15:32:57 +02:00 |
|
Daniel Gultsch
|
e02aaed7d2
|
call SVGs 'vector graphic' instead of 'image'
|
2021-05-14 08:37:42 +02:00 |
|
Daniel Gultsch
|
9d9514a091
|
Add User-Agent to all HTTP calls
|
2021-04-30 10:54:36 +02:00 |
|
Daniel Gultsch
|
ff756647a9
|
clear dns cache on network switch
|
2021-03-23 21:03:58 +01:00 |
|
Daniel Gultsch
|
70fc08314f
|
remove unused method
|
2021-03-22 11:14:35 +01:00 |
|
Daniel Gultsch
|
1cd95aefa6
|
migrate redirection urls to HttpUrl
|
2021-03-22 10:12:53 +01:00 |
|
Daniel Gultsch
|
739d20428a
|
optimize imports
|
2021-03-21 21:39:04 +01:00 |
|