Commit graph

10507 commits

Author SHA1 Message Date
Stephen Paul Weber
4624a20084 Use the right variable
(cherry picked from commit e1e0ff5ead35ca4dd2d86775bb2943f1c8a44790)
2024-11-08 19:43:20 +01:00
Stephen Paul Weber
fbe1d7c015 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
2c6904bb87 Old android doesn't support IsCyrrilic
(cherry picked from commit 2d26b383f4c0e7e6290533a7a9157f7fde8f2814)
2024-11-08 19:42:52 +01:00
Stephen Paul Weber
04f621f551 Fix infinite loop when user denies notifications
(cherry picked from commit 5b1defed735c2df44732a805062efd8252dd9e60)
2024-11-08 19:41:39 +01:00
Stephen Paul Weber
8048e177bf 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
b46c3b9de0 Option to report all chat requests as SPAM
(cherry picked from commit 71235d53f6414f4e2b004bd29c4586dd48b73e16)
2024-11-08 19:41:28 +01:00
Arne
9d863546c8 Initial message requests feature 2024-11-08 19:40:57 +01:00
Arne
dff225c2bd Reintegrate optional text formatting toolbar 2024-11-08 19:32:47 +01:00
Stephen Paul Weber
629c67b812 Guard for low android version
(cherry picked from commit 60b50ec041651ecf10fe76bef8f2abda36140d0f)
2024-11-01 19:16:32 +01:00
Stephen Paul Weber
eb314d9a86 More profile URI icons
(cherry picked from commit f48340d6fd95d92ebc24ab6522f8884470daf896)
2024-11-01 13:25:30 +01:00
Stephen Paul Weber
541ebd2bf4 Upgrade minidns
(cherry picked from commit aa988c0d19cb32e15aaf4ea63e8c3be8e4e0aa8f)
2024-11-01 13:22:50 +01:00
p42ity
f9a6986055 Reset outputFileWrittenLatch for every new voice record 2024-10-27 11:19:14 +01:00
Arne
d32afb8858 Add missing preferences strings 2024-10-25 11:16:07 +02:00
Arne
63eeca81e8 Add further strings 2024-10-25 10:52:23 +02:00
Arne
4c8f249980 Prepare 2.0.2 2024-10-25 10:36:40 +02:00
Arne
aa39942354 Only indicate active when account is online and connected 2024-10-24 15:34:34 +02:00
Arne
fe5b9a5624 Update translations 2024-10-23 11:18:30 +02:00
Arne
21852a90c3 Need to join with monocles when getting messages 2024-10-23 11:08:41 +02:00
Stephen Paul Weber
1f84056c88 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
7323199d11 Fix NPE
(cherry picked from commit 987f97ec4d5f8a792cb24d9e159c2a12861542ce)
2024-10-23 11:05:46 +02:00
Stephen Paul Weber
9f7fee4033 Fix asking for contact permission 2024-10-23 11:05:36 +02:00
Daniel Gultsch
a5c4fb0cf3 look up older messages in DB for reactions
(cherry picked from commit d84a4796e257db7679e4729680003e93ad75e960)
2024-10-22 00:27:32 +02:00
Daniel Gultsch
3684c83d90 handle reactions with missing id attribute
(cherry picked from commit c25bb1fa668418579f309d4d636a2930bbda5e3e)
2024-10-22 00:27:23 +02:00
Daniel Gultsch
08b566a9bb 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
2b25e196a7 Change build variant for strings 2024-10-21 14:02:56 +02:00
Arne
8864338773 Prepare 2.0.1 + update changelog 2024-10-20 11:26:29 +02:00
Arne
be2fecc974 Update translations 2024-10-20 10:57:32 +02:00
Arne
050189f9da Improve input field height 2024-10-19 22:59:55 +02:00
Arne
152832d361 Add monocles background 2024-10-18 14:04:14 +02:00
Arne
877da3a475 Correct default build config 2024-10-18 12:07:51 +02:00
Arne
b116747689 Correct caps to monocles.eu 2024-10-18 11:54:19 +02:00
Arne
866e7b286c Fix up version code 2024-10-17 16:53:33 +02:00
Arne
5350ad45fa Update changelog and fastlane description 2024-10-17 13:24:21 +02:00
Arne
b6b3719f4c Update translations 2024-10-17 13:07:55 +02:00
Arne
cdf44ad806 Further outlined icons 2024-10-17 12:47:02 +02:00
Arne
30b1637131 outlined icons for input field 2024-10-17 11:55:15 +02:00
Arne
d3c3418a25 Fix launcher icon background 2024-10-17 11:31:55 +02:00
Arne
9dcaddf347 Remove unused drawables 2024-10-17 06:07:26 +02:00
Arne
c535d39a07 Change picker selector color 2024-10-17 05:53:49 +02:00
Stephen Paul Weber
dc02a70360 Do not check in fallback quotes for nickname
(cherry picked from commit fc10a1b0f484987bc95373e2d2a9cac89af2c6f6)
2024-10-16 23:50:49 +02:00
Stephen Paul Weber
4ae8f66f16 Do not notify on own reactions
(cherry picked from commit 35b7e28fabac9bf3f8c18dd0526bb6313ce210a1)
2024-10-16 23:50:47 +02:00
Stephen Paul Weber
d92792dd78 Only use puzzel for webxdc, question for fallback
(cherry picked from commit 278f492dccd92eb862eb5955ba0135a028e71781)
2024-10-16 23:50:43 +02:00
Arne
e925392196 Adjust WebxdcPage when keyboard visible + add strings 2024-10-16 21:53:07 +02:00
Arne
d5da3c63bd Remove redundant XEP from doap file 2024-10-16 15:06:18 +02:00
Arne
6c5aeeafb9 Finalize sticker picker 2024-10-16 13:41:31 +02:00
Arne
c543d36a09 GIFs picker with animojis 2024-10-16 12:44:35 +02:00
Arne
bc47004f32 Disable create call log files 2024-10-15 21:19:45 +02:00
Arne
b50cd1458c Fix up 2024-10-15 20:39:29 +02:00
Stephen Paul Weber
e16c61cd55 Support corrections removing/adding reply better
(cherry picked from commit 8bbcb2309e5fc17bce8374869bd9f5f0cbeefa3d)
2024-10-15 20:36:33 +02:00
Stephen Paul Weber
14a1956a9c Fix double-remove crash
(cherry picked from commit edcd8fa92d74f1f89c9440d9e1b10bdf5cea4fbe)
2024-10-15 20:36:33 +02:00