Besnik Bleta
1facad6193
Translated using Weblate (Albanian)
...
Currently translated at 99.5% (1187 of 1192 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
2021-04-11 14:34:20 +00:00
ismailgulek
d3bfa4e993
Revert "Make action strings uppercase"
...
This reverts commit ce5f7d4d7c9e4ce63b192719eabbc1b7e9350466.
2021-04-10 14:50:04 +03:00
Weblate
38864a46e3
Merge branch 'origin/develop' into Weblate.
2021-04-09 13:55:41 +00:00
manuroe
bc6db70643
Merge pull request #4199 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
...
Translations update from Weblate
2021-04-09 15:55:24 +02:00
Weblate
60595b6d98
Merge branch 'origin/develop' into Weblate.
2021-04-09 13:50:58 +00:00
Weblate
b1d2968901
Merge branch 'origin/develop' into Weblate.
2021-04-09 13:50:42 +00:00
Weblate
6d8c978813
Merge branch 'origin/develop' into Weblate.
2021-04-09 13:48:27 +00: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
4460ebf484
Remove PiP animations
2021-04-09 15:52:20 +03:00
ismailgulek
f682a1c3d0
Define target PiP view size
2021-04-09 15:44:40 +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
zer0-x
03937a902e
Translated using Weblate (Arabic)
...
Currently translated at 9.6% (114 of 1186 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
2021-04-08 21:34:24 +00:00
Ihor Hordiichuk
a54adb572a
Translated using Weblate (Ukrainian)
...
Currently translated at 23.4% (278 of 1186 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2021-04-08 21:34:24 +00:00
Nikita Epifanov
7b245c8a85
Translated using Weblate (Russian)
...
Currently translated at 99.6% (1182 of 1186 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2021-04-08 21:34:22 +00:00
jelv
f2b109b1ef
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1186 of 1186 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
2021-04-08 21:34:19 +00: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
43a9daec86
Make action strings uppercase
2021-04-07 15:39:49 +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
Gil Eluard
10ca545965
Merge branch 'element_4087' into element_4134
2021-04-07 14:11:42 +02:00
Gil Eluard
c7f9fc6f12
too much vertical whitespace when replying
2021-04-07 14:11:27 +02:00
Gil Eluard
1f80c944b5
Merge branch 'element_4087' into element_4134
2021-04-07 13:15:44 +02:00
Gil Eluard
fff76c6711
Merge branch 'develop' into element_4087
2021-04-07 13:15:26 +02:00