ismailgulek
ec0d064c75
Disable sliding animations for call screen
2021-04-19 15:58:30 +03:00
ismailgulek
7b3a584b38
Remove gradient view at the back of switch camera button
2021-04-19 15:43:14 +03:00
Gil Eluard
d831e901a7
RoomVC: Crash in refreshTypingNotification
2021-04-19 13:18:26 +02:00
ismailgulek
9c0a1e69a7
Change action button font size to 17
2021-04-19 11:44:52 +03:00
ismailgulek
58ef3431d4
Change body font size to 13px
2021-04-19 11:41:06 +03:00
ismailgulek
aa9407b6e8
Change some colors to secondary
2021-04-19 11:36:11 +03:00
ismailgulek
65fba74e7d
Update actions for group call tiles
2021-04-15 17:27:52 +03:00
ismailgulek
68d0eb8194
Update group call icon and title
2021-04-15 16:49:04 +03:00
manuroe
9de2c3965f
Update Riot/Modules/Application/LegacyAppDelegate.m
2021-04-15 15:44:31 +02:00
manuroe
21eb362241
Update Riot/Modules/Application/LegacyAppDelegate.m
2021-04-15 15:44:23 +02:00
manuroe
386ac62022
Self-verification: Double check cross-signing state before displaying popups
2021-04-15 09:50:56 +02:00
manuroe
5c2c48c574
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
97c711ba35
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
09e0c95c8a
Make room settings screen configurable dynamically
2021-04-14 15:52:25 +02:00
Gil Eluard
7da3bd1296
Make joining public rooms configurable
2021-04-13 19:21:07 +02:00
ismailgulek
cad6ba23e6
Hide controls on Jitsi call screen for PiP mode
2021-04-12 14:17:43 +03:00
ismailgulek
d81356128c
Fix cell height for call tiles if read receipts displayed
2021-04-12 02:36:55 +03:00
ismailgulek
bae175985e
Fix read receipts on call tiles
2021-04-12 01:27:38 +03:00
ismailgulek
53d5c9538d
Move local video feed a bit up to avoid overlapping controls
2021-04-09 16:01:15 +03:00
ismailgulek
656b1f0d6f
Center align call tiles
2021-04-09 15:59:02 +03:00
ismailgulek
e3a7ea96fe
Increase bottom margin for call controls
2021-04-09 15:35:55 +03:00
ismailgulek
e828e5d1c0
Reduce height of local video feed action view
2021-04-09 15:32:08 +03:00
ismailgulek
ea45f6cfcc
Adjust local video feed size to 90x130
2021-04-09 15:27:23 +03:00
ismailgulek
8227d03938
Fix icon and text colors on tiles
2021-04-09 15:23:46 +03:00
ismailgulek
94482f0aa3
Increase icon spacing in call tile
2021-04-09 15:16:07 +03:00
ismailgulek
f370438d68
Merge branch 'develop' into voip_design_updates
2021-04-09 15:12:51 +03:00
ismailgulek
db95c1cb4e
Introduce enableRingingForGroupCalls and add a labs setting for it
2021-04-09 14:54:03 +03:00
Johannes Marbach
35cd428822
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
b15926b0ec
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
6ba9dac6c5
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
773e72e9f5
Update after review
2021-04-08 15:59:53 +02:00
Gil Eluard
1aa20c462d
Update after review
2021-04-08 15:19:02 +02:00
Gil Eluard
4398a7d515
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
7211d0d450
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
81682f8e3e
Update after review
2021-04-08 12:11:36 +02:00
Gil Eluard
b6cabbb6f0
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
e4dc2ffc8a
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
67e1eb6e9d
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
bdecaf0adf
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
59cf88427a
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
f06307a0d0
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
4705c9ece7
Merge branch 'element_4087' into element_4134
2021-04-08 07:56:53 +02:00
Gil Eluard
f09d44a887
back button chevron looks really weird
2021-04-08 07:56:38 +02:00
ismailgulek
d696bcb904
Merge branch 'develop' into voip_design_updates
2021-04-08 00:18:23 +03:00
Gil Eluard
4624f602e8
Merge branch 'element_4087' into element_4134
...
# Conflicts:
# CHANGES.rst
2021-04-07 21:02:24 +02:00
Gil Eluard
902b468dff
Increase grow/shrink animation speed in new composer
2021-04-07 21:01:07 +02:00
Gil Eluard
f36cf591c1
Black theme uses dark background for composer
2021-04-07 20:15:09 +02:00
ismailgulek
9aede3a75b
Remove unused code
2021-04-07 15:49:01 +03:00
ismailgulek
d06583906a
Fix label text color on dark mode
2021-04-07 15:24:42 +03:00
ismailgulek
b38f7ff645
Fix status bar style generally
2021-04-07 15:21:19 +03:00