ismailgulek
2666401a52
Pass threadId of room data source on replies
2022-03-16 17:13:18 +03:00
ismailgulek
c5a80b8de9
Fix tests
2022-03-15 13:55:44 +03:00
ismailgulek
1986e04fa2
Merge branch 'develop' into ismail/5816_reply_fallback
2022-03-15 13:50:06 +03:00
Andy Uhnak
2a7036819c
Merge branch 'master' into develop
2022-03-14 16:26:07 +00:00
ismailgulek
e925bb0380
Extend reply fallback for also non-thread events
2022-03-14 13:44:13 +03:00
Andy Uhnak
9751d22772
Anchor action sheet to source view
2022-03-14 08:47:52 +00:00
Andy Uhnak
e0adc29903
Ignore the sender of a room invite without needing to join the room first
2022-03-11 16:24:40 +00:00
Anderas
c5fc649e82
Merge pull request #5804 from vector-im/andy/5801_dismiss_indicators
...
Do not show user indicators when the view controller is not visible
2022-03-11 08:16:03 +00:00
Arnaud Ringenbach
63cb0e0ce7
Room: Refresh header when call actions become available
2022-03-11 09:09:49 +01:00
Andy Uhnak
18d0ccf6b7
Add more comments
2022-03-10 17:40:23 +00:00
Andy Uhnak
0fed5c6a73
Name changes
2022-03-10 17:32:25 +00:00
Andy Uhnak
902a227e8d
Do not show user indicators when the view controller is not visible
2022-03-10 15:56:40 +00:00
Doug
4fe023daee
Fix social button visibility during registration
...
Hide the back button at the same time.
Disable custom server entry when picking a different use case.
2022-03-10 11:28:03 +00:00
Gil Eluard
cab04809c5
Merge pull request #5748 from vector-im/gil/SP1_space_creation
...
Creating & managing Spaces
2022-03-10 10:18:48 +01:00
Anderas
7c13648976
Merge pull request #5781 from vector-im/andy/5780_indicator_context
...
Replace user indicator presenting view controller with context
2022-03-09 12:28:50 +00:00
Andy Uhnak
3ad2348639
Break retain cycle between split controller and indicator presenters
2022-03-09 09:50:56 +00:00
Andy Uhnak
72179db80f
Replace user indicator presenting view controller with context
2022-03-09 09:11:47 +00:00
ismailgulek
61fde700b5
Merge branch 'develop' into ismail/5749_thread_notifications
2022-03-08 21:18:59 +03:00
ismailgulek
49683e11d3
Open & reply to thread only if threads enabled
2022-03-08 17:09:29 +03:00
Gil Eluard
5229264d21
Merge branch 'develop' into gil/SP1_space_creation
2022-03-08 13:19:38 +01:00
Anderas
5dfbaef799
Merge pull request #5767 from vector-im/andy/5752_missing_spinner
...
Use split controller's top navigation controller to present toasts
2022-03-08 11:30:52 +00:00
Andy Uhnak
03c6641d66
Update indicator after ipad layout change
2022-03-08 10:40:01 +00:00
Gil Eluard
4f43793313
Merge branch 'develop' into gil/SP1_space_creation
...
# Conflicts:
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
# Riot/Modules/Room/RoomViewController.m
# Riot/Modules/Room/Settings/RoomSettingsViewController.h
# Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
2022-03-08 11:23:55 +01:00
ismailgulek
26b8afeace
Navigate to thread from notification
2022-03-08 12:58:13 +03:00
Gil Eluard
24de57bb58
Instrument missing screen metrics ( #5764 )
...
* Instrument missing screen metrics
- Done
2022-03-08 10:13:46 +01:00
Andy Uhnak
eef9802e96
Use split controller's top navigation controller to present toasts
2022-03-08 08:34:45 +00:00
Arnaud Ringenbach
e300d6ea6f
Rename profile as userAvatarAndName
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
70b99daa21
Remove duplicated roomScreenUseOnlyLatestProfiles setting test
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
1ab4922d8d
Revamp refreshProfiles as setRoomState
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
4530b61df3
Rename dataSource2 parameters and handle target profiles
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
31f63a72dd
Handle use only latest profile live refreshes
2022-03-07 13:45:02 +01:00
Arnaud Ringenbach
6ccf209ed8
Use only latest profiles in the timeline (labs)
2022-03-07 13:45:02 +01:00
Gil Eluard
dcebd89fdf
selection impossible when filtering in add room screen #5757 ( #5758 )
...
- Fixed
- Other minor code / UI tweaks
2022-03-07 12:25:50 +01:00
Andy Uhnak
9dbf34a308
Use new activity indicators on all tabs
2022-03-04 16:51:15 +00:00
Gil Eluard
42b4144323
Merge branch 'develop' into gil/SP1_space_creation
...
# Conflicts:
# Config/BuildSettings.swift
# Riot/Generated/Strings.swift
# Riot/Modules/Home/HomeViewController.m
# Riot/Modules/Room/Members/RoomParticipantsViewController.m
2022-03-04 13:38:18 +01:00
Gil Eluard
8d31cbc0f9
Merge branch 'gil/SP1_space_creation' of github.com:vector-im/element-ios into gil/SP1_space_creation
2022-03-04 13:06:27 +01:00
Gil Eluard
06bda465d9
SP4: space settings ( #5730 )
...
* SP4: Space Settings
- Space settings screen implemented
- No space upgrade available as per Element web
- Need more insights for the space address field
- Added settings live update
- Added local alias implementation
2022-03-04 12:53:42 +01:00
Doug
792e7ebb3b
Remove unused NSBundle extension methods.
...
Fix compile errors and remove duplicate strings after rebase.
2022-03-03 10:04:20 +00:00
Doug
c9cc59d006
Remove MatrixKitL10n from SwiftGen
...
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
Doug
62a37dd0e2
Merge MatrixKit strings into Vector strings.
2022-03-03 09:34:54 +00:00
Weblate
978d0b032d
Merge branch 'origin/develop' into Weblate.
2022-03-02 15:18:11 +00:00
Jozef Gaal
08071527fd
Translated using Weblate (Slovak)
...
Currently translated at 99.7% (441 of 442 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sk/
2022-03-02 15:18:00 +00:00
LinAGKar
43adfdfe7c
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (442 of 442 strings)
Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sv/
2022-03-02 15:18:00 +00:00
Doug
8bcab947b0
Fix emptyView never being shown in RecentsViewController.
2022-03-02 11:43:18 +00:00
Andy Uhnak
830feeb7c0
Enable home and room user indicators
2022-03-01 15:50:24 +00:00
Stefan Ceriu
b657e51267
Removed unnecessary and cropped room info avatar shadow.
2022-03-01 16:43:46 +02:00
ismailgulek
7b01f00d77
Change font for message body if required
2022-03-01 16:48:33 +03:00
ismailgulek
b85562d108
Add string parameter to fontForEvent method
2022-03-01 16:43:23 +03:00
Anderas
7c3a86c24d
Merge pull request #5690 from vector-im/andy/5603_room_indicators
...
Room activity indicators
2022-03-01 13:08:29 +00:00
ismailgulek
67709c7da5
Merge pull request #5709 from vector-im/ismail/5365_thread_analytics
...
Threads: Analytics
2022-03-01 15:23:47 +03:00