Commit graph

8957 commits

Author SHA1 Message Date
Arne
6374259024 simplify Compatibility.hasStoragePermission and no sdk <=23 anymore 2023-10-24 14:57:35 +02:00
Arne
4f674bf434 check if background image can be read or not 2023-10-24 14:02:54 +02:00
Arne
eb7fab6e80 remove stickers setting until it's compatible 2023-10-24 13:40:38 +02:00
Arne
6e40f36ed2 Fix MODE_SCROLLABLE + GRAVITY_FILL is not supported 2023-10-24 13:16:14 +02:00
Arne
3064707132 reintegrate AxolotlSession 2023-10-24 13:15:15 +02:00
Arne
15b940c6af todo 2023-10-24 04:31:25 +02:00
Arne
0523712f61 little theme fixes 2023-10-24 04:22:06 +02:00
Arne
d9ae7e1959 Rework of permissions for SDK >= 33 2023-10-24 04:11:40 +02:00
Arne
63b1fe17d0 Revert: "First step to move to sdk >= 33" 2023-10-24 00:52:00 +02:00
Arne
fc8fd3c99d Revert "Further steps to move to sdk >= 33"
This reverts commit fc4b21a63e.
2023-10-24 00:47:29 +02:00
Arne
913aeef9c5 Revert: Further setps to move to sdk >= 33 2023-10-24 00:47:26 +02:00
Arne
c1c11d68dd Revert "Fixed permissions for SDK >= 33"
This reverts commit 8e0d197dcb.
2023-10-24 00:40:00 +02:00
Arne
95a9950235 Revert "Don't super call onRequestPermissionsResult"
This reverts commit 6086d4a1cf.
2023-10-24 00:39:55 +02:00
Arne
85a29604b6 Revert "prepare 1.7.6 improve permission requests"
This reverts commit 6a24d2e54a.
2023-10-24 00:39:49 +02:00
Arne
c43027826d Revert "todo"
This reverts commit 9db893781a.
2023-10-24 00:39:44 +02:00
Arne
9db893781a todo 2023-10-23 21:57:36 +02:00
Arne
6a24d2e54a prepare 1.7.6 improve permission requests 2023-10-23 14:52:30 +02:00
Arne
6086d4a1cf Don't super call onRequestPermissionsResult 2023-10-23 11:02:41 +02:00
Arne
8e0d197dcb Fixed permissions for SDK >= 33 2023-10-22 22:34:15 +02:00
Arne
7fd72538cc Fixed show media in contact details 2023-10-22 07:36:17 +02:00
Arne
f763481533 Make avatar in top bar open details on click 2023-10-22 07:08:32 +02:00
Arne
e5af40ed34 Subhead is now Material3.Titlesmall 2023-10-22 06:15:40 +02:00
Daniel Gultsch
41e7672499 Do not accept fast token w/o channel binding for channel bound login 2023-10-22 04:54:42 +02:00
Daniel Gultsch
7d8f0e29fc consider going from unique or exporter to endpoint a downgrade
(cherry picked from commit 822f3f4d22437c60cc64d3e8ee2a7f17343ee00e)
2023-10-22 04:41:57 +02:00
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