1
0
Fork 1
Commit graph

10657 commits

Author SHA1 Message Date
Stephen Paul Weber
52d8e508d5 Do not include chat requests in unread counts
(cherry picked from commit 236de7b64fbb92e8b91c88836eaf9a11a2a4c006)
2024-11-08 19:46:50 +01:00
Stephen Paul Weber
4c2614534c Spam filter tweak 2024-11-08 19:46:44 +01:00
Stephen Paul Weber
d3d3dbd946 Try DNSSEC 3 times
Since sometimes there are transient failures, so if DNSSEC is present
and not validating try again before giving up

(cherry picked from commit 7f813e77c26da0c820a155014cf9e70d5c9d440f)
2024-11-08 19:44:40 +01:00
Stephen Paul Weber
b07df293c7 If contacting a DNS server fails, fall back to no verify
(cherry picked from commit 8065d73135531bfd6279c80ed2f63c0875e09b8d)
2024-11-08 19:44:35 +01:00
Stephen Paul Weber
4878146862 Put DNS for active network first
(cherry picked from commit 0403df8be7e8601fe2014ace68fb2fbe3b4ef0a5)
2024-11-08 19:43:40 +01:00
Stephen Paul Weber
8af4ea8619 Actually bother to init resolver
Upstream must have removed this...

(cherry picked from commit 1646feec843010cf16a6f7d2316f59856a639cd5)
2024-11-08 19:43:27 +01:00
Stephen Paul Weber
e4317cc3e4 Use the right variable
(cherry picked from commit e1e0ff5ead35ca4dd2d86775bb2943f1c8a44790)
2024-11-08 19:43:20 +01:00
Stephen Paul Weber
2815139645 Disable hardcoded dns on both sides
I thought it had been enabled on both sides but at least make it the same.

(cherry picked from commit 594ac51167a6a6a89be61365287c24944d052d10)
2024-11-08 19:43:05 +01:00
Stephen Paul Weber
f7d810999d Old android doesn't support IsCyrrilic
(cherry picked from commit 2d26b383f4c0e7e6290533a7a9157f7fde8f2814)
2024-11-08 19:42:52 +01:00
Stephen Paul Weber
9dc3fa2ce9 Fix infinite loop when user denies notifications
(cherry picked from commit 5b1defed735c2df44732a805062efd8252dd9e60)
2024-11-08 19:41:39 +01:00
Stephen Paul Weber
5fc913d0e8 Include message id with spam report
If they didn't pick a specific message but report the whole chat as
spam, most recent message is spam.

(cherry picked from commit 8dea8085bcbdaadd869ca29e797e767f14666540)
2024-11-08 19:41:33 +01:00
Stephen Paul Weber
2094e3e5d6 Option to report all chat requests as SPAM
(cherry picked from commit 71235d53f6414f4e2b004bd29c4586dd48b73e16)
2024-11-08 19:41:28 +01:00
Arne
c1476de375 Initial message requests feature 2024-11-08 19:40:57 +01:00
Arne
62a44980de Reintegrate optional text formatting toolbar 2024-11-08 19:32:47 +01:00
Stephen Paul Weber
5decd801fc Guard for low android version
(cherry picked from commit 60b50ec041651ecf10fe76bef8f2abda36140d0f)
2024-11-01 19:16:32 +01:00
Stephen Paul Weber
f78978a1e3 More profile URI icons
(cherry picked from commit f48340d6fd95d92ebc24ab6522f8884470daf896)
2024-11-01 13:25:30 +01:00
Stephen Paul Weber
ff8d508b07 Upgrade minidns
(cherry picked from commit aa988c0d19cb32e15aaf4ea63e8c3be8e4e0aa8f)
2024-11-01 13:22:50 +01:00
p42ity
7a4d7e9a3e Reset outputFileWrittenLatch for every new voice record 2024-10-27 11:19:14 +01:00
Arne
96e1013ff3 Add missing preferences strings 2024-10-25 11:16:07 +02:00
Arne
7c1f02a3b4 Add further strings 2024-10-25 10:52:23 +02:00
Arne
376aa693ab Prepare 2.0.2 2024-10-25 10:36:40 +02:00
Arne
ca61d1b359 Only indicate active when account is online and connected 2024-10-24 15:34:34 +02:00
Arne
87c9f3ed83 Update translations 2024-10-23 11:18:30 +02:00
Arne
19bc30e0c0 Need to join with monocles when getting messages 2024-10-23 11:08:41 +02:00
Stephen Paul Weber
807fcb948c Photo picker on some androids uses this path
but it's just a temp file so we can't keep it

(cherry picked from commit 16b027d82b552353fb88eeaa9c5b64f9ca77e0c4)
2024-10-23 11:06:01 +02:00
Stephen Paul Weber
a3c851aa44 Fix NPE
(cherry picked from commit 987f97ec4d5f8a792cb24d9e159c2a12861542ce)
2024-10-23 11:05:46 +02:00
Stephen Paul Weber
245fbddea0 Fix asking for contact permission 2024-10-23 11:05:36 +02:00
Daniel Gultsch
b416742dfd look up older messages in DB for reactions
(cherry picked from commit d84a4796e257db7679e4729680003e93ad75e960)
2024-10-22 00:27:32 +02:00
Daniel Gultsch
09c0a21707 handle reactions with missing id attribute
(cherry picked from commit c25bb1fa668418579f309d4d636a2930bbda5e3e)
2024-10-22 00:27:23 +02:00
Daniel Gultsch
5a3aac64ef disable call integration on Android 15
The call integration depends on the operating system giving us a list of
possible output devices (speaker, earpiece, BT headset, ...) via a
callback called
`onAvailableCallEndpointsChanged()` that is called as soon as the app
registers the call with the operating system.
For outgoing calls on Android 15 this method is no longer invoked
leaving Conversations without knowledge about what devices are available
and thus without the ability to switch between speaker and earpiece.

Logcat output seems to indicate that there might be some sort of race
condition (there is a line that says something like: available endpoints
changed but service was not bound)
There is further evidence in that if one tries multiple calls in a row
(10+) one might actually see the output device switcher / indicator.

However after a full day of investigation it seems that the race
condition is in the platform code; not in Conversations.

(cherry picked from commit be0b5f84d7cd0af7a8dab7f433820255c7cdc804)
2024-10-22 00:27:17 +02:00
Arne
bbbca98bd7 Change build variant for strings 2024-10-21 14:02:56 +02:00
Arne
0df4e5f0a4 Prepare 2.0.1 + update changelog 2024-10-20 11:26:29 +02:00
Arne
0c321e3704 Update translations 2024-10-20 10:57:32 +02:00
Arne
cc95304314 Improve input field height 2024-10-19 22:59:55 +02:00
Arne
9322e11b70 Add monocles background 2024-10-18 14:04:14 +02:00
Arne
9c1d1fb22c Correct default build config 2024-10-18 12:07:51 +02:00
Arne
1f02f2b813 Correct caps to monocles.eu 2024-10-18 11:54:19 +02:00
Arne
3885677443 Fix up version code 2024-10-17 16:53:33 +02:00
Arne
1110bef57d Update changelog and fastlane description 2024-10-17 13:24:21 +02:00
Arne
6d9745ad3a Update translations 2024-10-17 13:07:55 +02:00
Arne
003ef80cf2 Further outlined icons 2024-10-17 12:47:02 +02:00
Arne
d3518e41d7 outlined icons for input field 2024-10-17 11:55:15 +02:00
Arne
a5be37dd06 Fix launcher icon background 2024-10-17 11:31:55 +02:00
Arne
e8afd7a9d1 Remove unused drawables 2024-10-17 06:07:26 +02:00
Arne
d182be3c77 Change picker selector color 2024-10-17 05:53:49 +02:00
Stephen Paul Weber
d80b7cc9e6 Do not check in fallback quotes for nickname
(cherry picked from commit fc10a1b0f484987bc95373e2d2a9cac89af2c6f6)
2024-10-16 23:50:49 +02:00
Stephen Paul Weber
3bff0bf200 Do not notify on own reactions
(cherry picked from commit 35b7e28fabac9bf3f8c18dd0526bb6313ce210a1)
2024-10-16 23:50:47 +02:00
Stephen Paul Weber
499a945c3a Only use puzzel for webxdc, question for fallback
(cherry picked from commit 278f492dccd92eb862eb5955ba0135a028e71781)
2024-10-16 23:50:43 +02:00
Arne
dd859e7594 Adjust WebxdcPage when keyboard visible + add strings 2024-10-16 21:53:07 +02:00
Arne
d17c04c61f Remove redundant XEP from doap file 2024-10-16 15:06:18 +02:00