Commit Graph

3547 Commits

Author SHA1 Message Date
ismailgulek 4b1491d0c1 Update group call icon and title 2021-04-15 16:49:04 +03:00
manuroe 6c10274299 Update Riot/Modules/Application/LegacyAppDelegate.m 2021-04-15 15:44:31 +02:00
manuroe 5f25d2f3ba Update Riot/Modules/Application/LegacyAppDelegate.m 2021-04-15 15:44:23 +02:00
manuroe 4d6f26d645 Self-verification: Double check cross-signing state before displaying popups 2021-04-15 09:50:56 +02:00
manuroe 8a8364bd1b Self-verification: Fix compatibility with Element-Web when logging in on web
#4217

If web triggers a verification request (because the users clicked on "Use another login"), remove the newSignIn alert dialog before display the incoming verification request.
2021-04-14 18:50:37 +02:00
manuroe 23c754e87c Self-verification: Fix compatibility with Element-Web when logging in on iOS
#4217

Just after login, send request instead of waiting for an incoming one as per recent EW changes
2021-04-14 17:21:35 +02:00
Gil Eluard 1282fc104c Make room settings screen configurable dynamically 2021-04-14 15:52:25 +02:00
Gil Eluard c4fe2f9fa7 Make joining public rooms configurable 2021-04-13 19:21:07 +02:00
ismailgulek b35c172a5b Hide controls on Jitsi call screen for PiP mode 2021-04-12 14:17:43 +03:00
ismailgulek a7ac90b8d1 Fix cell height for call tiles if read receipts displayed 2021-04-12 02:36:55 +03:00
ismailgulek 4ef1856d15 Fix read receipts on call tiles 2021-04-12 01:27:38 +03:00
ismailgulek 299b401377 Move local video feed a bit up to avoid overlapping controls 2021-04-09 16:01:15 +03:00
ismailgulek d26c29ebf1 Center align call tiles 2021-04-09 15:59:02 +03:00
ismailgulek 5e99b8f269 Increase bottom margin for call controls 2021-04-09 15:35:55 +03:00
ismailgulek 694cc143c0 Reduce height of local video feed action view 2021-04-09 15:32:08 +03:00
ismailgulek d65de6b24a Adjust local video feed size to 90x130 2021-04-09 15:27:23 +03:00
ismailgulek 9362c213a5 Fix icon and text colors on tiles 2021-04-09 15:23:46 +03:00
ismailgulek df6fb91f98 Increase icon spacing in call tile 2021-04-09 15:16:07 +03:00
ismailgulek 64e0a40c1a Merge branch 'develop' into voip_design_updates 2021-04-09 15:12:51 +03:00
ismailgulek 6a1436e784 Introduce enableRingingForGroupCalls and add a labs setting for it 2021-04-09 14:54:03 +03:00
Johannes Marbach f1a6ab4278 Fix memory leak in [RecentsDataSource dataSource:didStateChange:]
The block passed into `[MXSession listenToEventsOfTypes:onEvent:]` is stored with a strong
reference in the `listenerBlock` property of `MXSessionEventListener`. The method also
returns the listener and it is then stored into the `roomTagsListenerByUserId` dictionary
on `self`. Since a strong reference to `self` is captured in the block that means the block
retains `self` (via the capture) and `self` retains the block (via `roomTagsListenerByUserId`)
so there is a memory leak.

The bug is most easily reproduced during testing #4168 which involves closing the current
and creating a new session.

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2021-04-08 20:54:03 +02:00
Gil Eluard 21d6dfcacd Merge pull request #4147 from vector-im/element_4134
Explore typing notifications inspired by web
2021-04-08 16:25:51 +02:00
Gil Eluard ccda218ddf Update Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 16:13:56 +02:00
Gil Eluard 825088553a Update after review 2021-04-08 15:59:53 +02:00
Gil Eluard b68a9b06c3 Update after review 2021-04-08 15:19:02 +02:00
Gil Eluard 6e27ae3c98 Update Riot/Modules/DotsView/DotsView.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 13:48:49 +02:00
Gil Eluard 3c7bc3f1f7 Update Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 13:48:25 +02:00
Gil Eluard 7c572a96a9 Update after review 2021-04-08 12:11:36 +02:00
Gil Eluard e56b01e1a7 Update Riot/Modules/Room/Views/InputToolbar/RoomActionItem.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 10:52:51 +02:00
Gil Eluard 0a70b0f595 Update Riot/Modules/Room/Views/InputToolbar/RoomActionsBar.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 10:52:39 +02:00
Gil Eluard 77a462f207 Update Riot/Modules/Room/Views/InputToolbar/RoomActionsBar.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 10:48:15 +02:00
Gil Eluard 8baef2633d Update Riot/Modules/Room/Views/InputToolbar/RoomActionsBar.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 10:47:57 +02:00
Gil Eluard a84b5311b7 Update Riot/Modules/Room/Views/InputToolbar/RoomActionsBar.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 10:47:42 +02:00
Gil Eluard 66f33ec42f Update Riot/Modules/Room/Views/InputToolbar/RoomActionItem.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-04-08 10:47:28 +02:00
Gil Eluard ee0a0a58ac Merge branch 'element_4087' into element_4134 2021-04-08 07:56:53 +02:00
Gil Eluard 60cabff3e9 back button chevron looks really weird 2021-04-08 07:56:38 +02:00
ismailgulek 0f0b5ade04 Merge branch 'develop' into voip_design_updates 2021-04-08 00:18:23 +03:00
Gil Eluard 011539338b Merge branch 'element_4087' into element_4134
# Conflicts:
#	CHANGES.rst
2021-04-07 21:02:24 +02:00
Gil Eluard f18e615db0 Increase grow/shrink animation speed in new composer 2021-04-07 21:01:07 +02:00
Gil Eluard ff36b5bc26 Black theme uses dark background for composer 2021-04-07 20:15:09 +02:00
ismailgulek 9ccfbbf5a8 Remove unused code 2021-04-07 15:49:01 +03:00
ismailgulek 28e046e205 Fix label text color on dark mode 2021-04-07 15:24:42 +03:00
ismailgulek e42e5ae64d Fix status bar style generally 2021-04-07 15:21:19 +03:00
Gil Eluard 09fc64e9c7 Merge branch 'element_4087' into element_4134 2021-04-07 14:11:42 +02:00
Gil Eluard 5e6ab4a61b too much vertical whitespace when replying 2021-04-07 14:11:27 +02:00
Gil Eluard d7f5ad2e06 Merge branch 'element_4087' into element_4134 2021-04-07 13:15:44 +02:00
Gil Eluard 5c9b2a6a0b Merge branch 'develop' into element_4087 2021-04-07 13:15:26 +02:00
ismailgulek 881c811536 Continue with no auth if well known is not provided, fixes #4040 2021-04-07 14:14:04 +03:00
Gil Eluard b9f866f893 Merge branch 'element_4087' into element_4134 2021-04-07 13:11:28 +02:00
Gil Eluard 370db5372d too much vertical whitespace when replying 2021-04-07 13:11:07 +02:00