Gil Eluard
2912074002
Enable / Disable VoIP feature in Rooms
2021-04-19 20:39:07 +02:00
Gil Eluard
0893a13ba9
Show/Hide Home Screen tabs
2021-04-19 18:53:32 +02:00
ismailgulek
d2dfb48531
Disable sliding animations for call screen
2021-04-19 15:58:30 +03:00
ismailgulek
8a17c74d44
Remove gradient view at the back of switch camera button
2021-04-19 15:43:14 +03:00
Gil Eluard
bd3c178521
RoomVC: Crash in refreshTypingNotification
2021-04-19 13:18:26 +02:00
ismailgulek
6bdc2ef067
Change action button font size to 17
2021-04-19 11:44:52 +03:00
ismailgulek
93bb715a73
Change body font size to 13px
2021-04-19 11:41:06 +03:00
ismailgulek
41e7bda2eb
Change some colors to secondary
2021-04-19 11:36:11 +03:00
ismailgulek
45906c0506
Update actions for group call tiles
2021-04-15 17:27:52 +03:00
ismailgulek
118d5db106
Update group call icon and title
2021-04-15 16:49:04 +03:00
manuroe
63958b57fd
Update Riot/Modules/Application/LegacyAppDelegate.m
2021-04-15 15:44:31 +02:00
manuroe
c7587d7ac0
Update Riot/Modules/Application/LegacyAppDelegate.m
2021-04-15 15:44:23 +02:00
manuroe
e89588df96
Self-verification: Double check cross-signing state before displaying popups
2021-04-15 09:50:56 +02:00
manuroe
3eabba310e
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
9264128a8e
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
f78261f3c0
Make room settings screen configurable dynamically
2021-04-14 15:52:25 +02:00
Gil Eluard
954b1cdf2e
Make joining public rooms configurable
2021-04-13 19:21:07 +02:00
ismailgulek
1fc4f5c485
Hide controls on Jitsi call screen for PiP mode
2021-04-12 14:17:43 +03:00
ismailgulek
619930925e
Fix cell height for call tiles if read receipts displayed
2021-04-12 02:36:55 +03:00
ismailgulek
0069be7d16
Fix read receipts on call tiles
2021-04-12 01:27:38 +03:00
ismailgulek
9758e31488
Move local video feed a bit up to avoid overlapping controls
2021-04-09 16:01:15 +03:00
ismailgulek
9480afc323
Center align call tiles
2021-04-09 15:59:02 +03:00
ismailgulek
570821a56f
Increase bottom margin for call controls
2021-04-09 15:35:55 +03:00
ismailgulek
bcc6d25098
Reduce height of local video feed action view
2021-04-09 15:32:08 +03:00
ismailgulek
607596a0aa
Adjust local video feed size to 90x130
2021-04-09 15:27:23 +03:00
ismailgulek
4b7167ab73
Fix icon and text colors on tiles
2021-04-09 15:23:46 +03:00
ismailgulek
7bb9166e8c
Increase icon spacing in call tile
2021-04-09 15:16:07 +03:00
ismailgulek
6cac2a87a0
Merge branch 'develop' into voip_design_updates
2021-04-09 15:12:51 +03:00
ismailgulek
4ddaa15034
Introduce enableRingingForGroupCalls and add a labs setting for it
2021-04-09 14:54:03 +03:00
Johannes Marbach
fe8ef21659
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
7f6c9414fd
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
13d8845e81
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
b713ecd1a2
Update after review
2021-04-08 15:59:53 +02:00
Gil Eluard
ceb6ad690d
Update after review
2021-04-08 15:19:02 +02:00
Gil Eluard
9efd59c4cc
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
01e3616680
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
93964b54f6
Update after review
2021-04-08 12:11:36 +02:00
Gil Eluard
d8b34d1ed6
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
83afd7b62a
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
213ab9bba6
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
f9bf116406
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
46657544f1
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
fb0a7d456d
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
ddbbb2bd8c
Merge branch 'element_4087' into element_4134
2021-04-08 07:56:53 +02:00
Gil Eluard
6b8a8075cb
back button chevron looks really weird
2021-04-08 07:56:38 +02:00
ismailgulek
6826f67e99
Merge branch 'develop' into voip_design_updates
2021-04-08 00:18:23 +03:00
Gil Eluard
9601f842e7
Merge branch 'element_4087' into element_4134
...
# Conflicts:
# CHANGES.rst
2021-04-07 21:02:24 +02:00
Gil Eluard
0dc63e005e
Increase grow/shrink animation speed in new composer
2021-04-07 21:01:07 +02:00
Gil Eluard
18616ad6f6
Black theme uses dark background for composer
2021-04-07 20:15:09 +02:00
ismailgulek
44fc9c9de2
Remove unused code
2021-04-07 15:49:01 +03:00