Commit graph

8983 commits

Author SHA1 Message Date
Stephen Paul Weber
99d9b83d21 Fix crash on older android 2023-10-21 09:55:06 +02:00
Daniel Gultsch
ebad53f194 add connect timeout to DoT
(cherry picked from commit d1f4fbd9defc135766e02e1c4a9c4b989d72fa51)
2023-10-21 09:51:23 +02:00
Daniel Gultsch
b3a723ff50 add ķ as irregular unicode 2023-10-21 09:51:17 +02:00
Daniel Gultsch
db3d46d70c ignore outgoing invite
outgoing, mediated invites are of type=normal and can end up in MAM.
We want to ignore those if they get mirrored back to us

(cherry picked from commit 063f30ded2f8222264959fd895edba45916fe407)
2023-10-21 09:50:17 +02:00
Arne
3764eea94a update meta 2023-10-21 09:49:00 +02:00
Arne
2c081ba781 increase avatar size 2023-10-21 09:42:30 +02:00
Arne
d80d031bac Improve enter nickname dialog and remove notifications enabled toast on welcome screen 2023-10-21 09:13:13 +02:00
Arne
4135a6079d Not ready for 1.8 so 1.7.6 first 2023-10-20 21:31:12 +02:00
Arne
898b4b7acb prepare monocles chat OTA updating Version 2023-10-20 21:28:33 +02:00
Arne
8e747bf13f code cleanup 2023-10-20 21:07:22 +02:00
Arne
6e3e23278b simplify if else check 2023-10-20 11:15:34 +02:00
Arne
bd64c56644 smaller fab 2023-10-19 23:41:46 +02:00
Arne
c2a50f59ed Further redesigning contact and conference details 2023-10-19 22:47:32 +02:00
Arne
f47d6ddaa1 smaller avatars on message bubbles 2023-10-19 21:04:14 +02:00
Arne
44434d8c65 remove unused default and default less avatars to true 2023-10-19 20:33:49 +02:00
Arne
4b43b26f0a Setting to show only necessary avatars in conversations 2023-10-19 20:31:06 +02:00
Arne
ef8e3d9c6c disable multiple accounts by default 2023-10-19 18:35:56 +02:00
Arne
348d473ce2 better resource wording 2023-10-19 15:10:12 +02:00
Arne
e3feda7a4d Avatar in toolbar for single chats too 2023-10-19 14:59:30 +02:00
Arne
e72bb99a62 Further setps to move to sdk >= 33 (storage permission + foreground service with toast message to activate notifications if denied) 2023-10-19 13:49:46 +02:00
Arne
0d6bd40175 Fix call strings and stamps and turn off sending threads when threads icon is disabled 2023-10-19 09:34:21 +02:00
Arne
fc4b21a63e Further steps to move to sdk >= 33 2023-10-18 21:47:02 +02:00
Arne
c6f8968b17 First step to move to sdk >= 33 2023-10-18 19:59:08 +02:00
Arne
7abb72454c quicker updating record voice button (again) 2023-10-18 15:31:41 +02:00
Arne
fdf5b36c8b less emoji picker height in landscape mode 2023-10-18 12:02:25 +02:00
Arne
faf4549da7 little conference details correction 2023-10-18 11:32:40 +02:00
Arne
f03f286059 Fix link visibility in amoled theme 2023-10-18 11:11:39 +02:00
Arne
cd005595eb Better separate leave group and archive conversation menu items 2023-10-18 10:57:40 +02:00
Arne
5e6eb28021 very little performance improvement 2023-10-18 10:26:53 +02:00
Arne
7600051a1b Material 3 also on dark themes 2023-10-18 03:03:57 +02:00
Arne
af72176306 disable calling showRecordVoiceButton when update send button fixes lagging 2023-10-18 02:54:49 +02:00
Arne
08e0147d02 more places for applying round or square avatar 2023-10-18 02:53:19 +02:00
Arne
b60621798d update dependencies 2023-10-18 01:53:08 +02:00
Arne
3fcf63ef18 add super call on request permission result 2023-10-18 01:43:14 +02:00
Arne
53b78a1544 add content description for fab 2023-10-18 01:36:48 +02:00
Arne
b163b4a234 little preparation 2023-10-18 01:33:27 +02:00
Arne
12a96978d7 put updateNotificationChannels background thread to speed up app loading 2023-10-18 00:10:52 +02:00
Arne
e63758281a put markAsChanged for Changed Files in background thread to speed up app loading 2023-10-18 00:01:42 +02:00
Arne
072d3ee82c Fix EditText added is not a TextInputEditText. Please switch to using that class instead.
Improves speed
2023-10-17 23:56:47 +02:00
Arne
0cd72fa52b remove SupressLint! 2023-10-17 21:49:32 +02:00
Arne
e05324b310 disable password edit unless unauthorized 2023-10-17 21:21:37 +02:00
Daniel Gultsch
85082579fd ensure we are in session accepted when processing content-modify
(cherry picked from commit 3350ea8b5bab0707d06d3ee4fa2df264e368b49b)
2023-10-17 21:17:38 +02:00
Daniel Gultsch
34112d4fa6 Do not export EventReceiver 2023-10-17 21:17:05 +02:00
Daniel Gultsch
b02751c0e8 support data extraction rules 2023-10-17 21:15:55 +02:00
Arne
7025c3bb4b completely disable message merging to avoid messing up with reply 2023-10-17 20:53:52 +02:00
Arne
062e03732a Fix swipe detector layout 2023-10-17 20:37:23 +02:00
Arne
cb84bed876 Fix TextInputEditText hint for sdk < 32 2023-10-17 18:16:55 +02:00
Arne
823af4ee72 prepare contact details improvement 2023-10-17 17:22:31 +02:00
Arne
e02cb5fbdd Apply setting round avatar also for chat room avatar in title 2023-10-17 12:17:41 +02:00
Stephen Paul Weber
04fd5257fa Ask to moderate recent when banning if MUC supports it 2023-10-17 11:49:40 +02:00