Commit Graph

4423 Commits

Author SHA1 Message Date
ismailgulek 5957a1c993 Merge pull request #6297 from vector-im/ismail/5731_room_header_invite 2022-06-17 15:55:34 +03:00
aringenbach 5baacbe304 Fix settings screens items alignment 2022-06-17 14:45:17 +02:00
aringenbach 6272d77090 Merge pull request #6309 from vector-im/aringenbach/6302_use_latest_data_for_pills
Use latest user data for mention pills
2022-06-17 13:56:20 +02:00
David Langley 9cc574cccd Merge pull request #6264 from vector-im/langleyd/6263_remove_ffmpeg
Replace ffmpeg with switf-ogg
2022-06-17 10:21:38 +01:00
aringenbach c4902aef28 Fix some comments 2022-06-17 10:19:10 +02:00
aringenbach 4c8bed38c2 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
ismailgulek a20f27d2ce Merge pull request #6304 from vector-im/ismail/6288_voip_freeze 2022-06-16 11:08:16 +03:00
aringenbach f2e14f2512 Set HTML formatter as static 2022-06-16 09:07:02 +02:00
aringenbach 2323e21b64 Move font parameter and update parameters description 2022-06-16 09:07:02 +02:00
aringenbach f8cd8fa96c Improve HTML formatter 2022-06-16 09:07:02 +02:00
Gil Eluard 0015993b8e Invites are collapsed incorrectly (#6300)
* Invites are collapsed incorrectly

- use invitee avatar instead of the target avatar for collapsed membership cell
2022-06-15 20:11:03 +02:00
ismailgulek 2891ec98b8 Merge pull request #6298 from vector-im/ismail/5113_directory_bottom_layout
Fix directory bottom layout
2022-06-15 18:55:55 +03:00
ismailgulek cc4ebcef58 Calculate needed bottom padding 2022-06-15 18:53:01 +03:00
ismailgulek 70a794d3dc Merge pull request #6301 from vector-im/ismail/6271_scrollback_spinner 2022-06-15 18:22:16 +03:00
ismailgulek 91419dfd9c Do not show launching animation for backgroundSyncInProgress state 2022-06-15 17:36:13 +03:00
Gil Eluard 05ccf557e7 Update Reactions component (#6244)
* Update Reactions component

- Done
2022-06-15 16:08:43 +02:00
ismailgulek 68c953d38d Merge pull request #6295 from vector-im/ismail/5584_fix_input_actions 2022-06-15 15:12:03 +03:00
ismailgulek b01f692fe5 Present loading indicator immediately on pagination 2022-06-15 14:30:48 +03:00
ismailgulek b0811893d3 Fix log 2022-06-15 14:30:23 +03:00
Johannes Marbach 05c50575a2 Revert "UserLocationService: Enable background location."
This reverts commit 56c6ef321da48e0e4c289e2397908d080b26e7d3.
2022-06-15 08:52:04 +02:00
David Langley a1d5f7a83b fix typos and returning on main 2022-06-14 23:44:49 +01:00
ismailgulek 1ed6df6f22 Add some footer space to the table view 2022-06-14 18:32:12 +03:00
ismailgulek a0e9a23cb1 Add canInvitePeople parameter to room discussion type 2022-06-14 18:02:15 +03:00
ismailgulek 84dcbbf001 Introduce canInvitePeople on bubble cell data 2022-06-14 18:01:24 +03:00
ismailgulek 01c73070c8 Update actions when the input toolbar is refreshed 2022-06-14 17:02:58 +03:00
Johannes Marbach 045cf2bfbb De-labs message bubbles
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-14 10:44:37 +02:00
ismailgulek a195f43b38 Merge pull request #6274 from vector-im/ismail/5502_ungroup_threads
Ungroup events containing thread roots
2022-06-14 11:18:23 +03:00
ismailgulek 18cf1c631a Merge pull request #6279 from vector-im/ismail/6242_fix_merge_bubbles 2022-06-14 10:46:10 +03:00
aringenbach 901246173c Add a setting to hide/display redaction placeholders 2022-06-14 09:36:08 +02:00
ismailgulek 7ab17efbfa Merge pull request #6281 from vector-im/ismail/5989_cancel_on_actionsheet 2022-06-14 10:33:06 +03:00
ismailgulek 136f3aa9bb Merge pull request #6280 from vector-im/ismail/6231_scroll_to_section_crash
Fix scroll to section crash
2022-06-13 21:42:48 +03:00
Doug c2f4da03cd Tidy up presentation of the onboarding flow (#6267)
Tidy up presentation of the onboarding flow now that the AuthenticationService is used as a delegate.
2022-06-13 16:48:05 +01:00
ismailgulek 283beb6429 Add cancel in every case when showing the contextual menu 2022-06-13 18:26:57 +03:00
ismailgulek d849b147e8 Scroll to bottom instead of a specific section 2022-06-13 18:16:21 +03:00
ismailgulek 70dfb74fc1 Avoid merging of bubbles if current timeline configuration does not allow 2022-06-13 17:56:01 +03:00
ismailgulek e540adfa14 Introduce canMerge method on timeline style 2022-06-13 17:55:31 +03:00
ismailgulek 8d9a820e15 Merge branch 'develop' into ismail/5502_ungroup_threads 2022-06-13 13:58:43 +03:00
ismailgulek 426f7ecfbd Do not group events containing thread roots 2022-06-13 13:57:14 +03:00
ismailgulek 9b542fd8f8 Move hasThreadRoot into MXKRoomBubbleCellDataStoring protocol 2022-06-13 13:52:46 +03:00
ismailgulek 47921c9e7a Merge pull request #6262 from vector-im/ismail/6175_signout_from_all 2022-06-13 10:52:19 +03:00
aringenbach db9f44ea10 Fix reply to usernames containing HTML escape characters 2022-06-10 17:31:34 +02:00
Gil Eluard ced9858a06 Room preview unexpectedly triggering within the room (#6255)
* Room preview unexpectedly triggering within the room

- The room creation modal is now triggered only when the user taps the room name label
- Also fix empty room creation modal view
2022-06-10 10:41:37 +02:00
David Langley a67f764281 Replace ffmpeg with switf-ogg 2022-06-09 23:39:45 +01:00
ismailgulek e7f57f2c3e Merge branch 'develop' into ismail/6175_signout_from_all 2022-06-09 20:38:34 +03:00
ismailgulek 165880b17a Use change password screen in settings 2022-06-09 20:26:19 +03:00
ismailgulek eb430fa742 Merge pull request #6257 from vector-im/ismail/6181_auth_soft_logout 2022-06-09 18:58:34 +03:00
Doug c6561f70e0 Add support for account deactivation over SSO. (#6252) 2022-06-09 16:03:47 +01:00
ismailgulek 83267616dd Fix latest PR comments 2022-06-09 17:36:52 +03:00
ismailgulek f7147e9b22 Add logoutDevices parameter to MXKAccount 2022-06-09 17:23:25 +03:00
ismailgulek 3ca2f97714 Merge branch 'develop' into ismail/6181_auth_soft_logout 2022-06-09 15:46:29 +03:00