Commit Graph

74 Commits

Author SHA1 Message Date
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
Gil Eluard 24de57bb58 Instrument missing screen metrics (#5764)
* Instrument missing screen metrics

- Done
2022-03-08 10:13:46 +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
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
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
Gil Eluard 0abef4312e Merge branch 'develop' into gil/SP1_space_creation 2022-03-01 10:15:13 +01:00
Gil Eluard bca69bb7c8 SP3.1: Update room settings for Spaces #5231
- Update after review
2022-02-28 16:07:09 +01:00
Andy Uhnak 559bb88ae4 Room user indicators
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-25 10:47:53 +00:00
Andy Uhnak c9c8438250 Rename properties and arguments 2022-02-22 16:44:22 +00:00
Andy Uhnak 9eae7c02bb Update activity indicators on leaving room
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-18 13:31:21 +00:00
Gil Eluard ea9183d70e SP3.1: Update room settings for Spaces element-ios#5231
- Changed the Room Settings screen according to the new design
- Implemented the room access flow
- Added room upgrade support
- Implemented the room suggestion screen
2022-01-13 15:53:45 +01:00
Gil Eluard 6fac497164 Merge branch 'develop' into gil/5231_SP3-1_Update_room_settings_for_Spaces
# Conflicts:
#	Riot/Generated/Strings.swift
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
#	Riot/SupportingFiles/Riot-Bridging-Header.h
#	RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift
2021-12-27 11:48:36 +01:00
Doug 47348b7f34 Add AnalyticsScreenTimer and track more screens.
Update Analytics with new methods in MXAnalyticsDelegate.
2021-12-16 16:59:45 +00:00
Gil Eluard 72ba8e6719 Invite to Space in room landing #5225
- Added participant invite coordinator
2021-12-08 23:21:55 +01:00
SBiOSoftWhare 56a51da9f9 Update all Objective-C MatrixKit imports to handle new location. 2021-11-30 16:09:53 +01:00
SBiOSoftWhare 087887d5f5 Update Riot/Modules/Room/RoomInfo/RoomInfoCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-29 15:42:19 +02:00
SBiOSoftWhare a46a18480c RoomSearchViewController: Fix setup. 2021-10-29 13:47:16 +02:00
SBiOSoftWhare 584fc1ee8f RoomInfoListViewController: Weakify self in a closure. 2021-10-29 13:46:34 +02:00
SBiOSoftWhare 004d738898 NavigationStore: Update public method signature. 2021-10-08 17:15:14 +02:00
SBiOSoftWhare 00d289259b Use NavigationRouterStore where needed. 2021-10-05 10:48:52 +02:00
David Langley 42801a3ca1 run template, add entrypoint and update BuildSetting 2021-08-17 15:00:20 +01:00
David Langley 90bebceb9b Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4669_room_notification_settings_swiftui 2021-08-16 13:00:41 +01:00
Stefan Ceriu 216300e687 Fixes #1482 - Popping the user back to the home screen after leaving a room. 2021-08-13 17:57:50 +03:00
David Langley 7464614ff4 Add theming support, and support for other top level configuration to swiftui views with VectorHostingViewController, VectorContentModifier. Add VisibilityModifier. Move from List to VStack. 2021-08-12 11:52:06 +01:00
Stefan Ceriu d82104c415 Fixes #4583 - Mention user does not work (settings -> members -> select a member -> mention) 2021-07-21 16:20:50 +03:00
Doug 2bd59ab326 Merge branch 'develop' into doug/fix_warnings
# Conflicts:
#	Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift
2021-07-12 17:54:34 +01:00
Doug 29d7262e38 Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +01:00
langleyd 83d98c077d Add avatar view and title 2021-07-04 10:46:17 +01:00
Doug 4353687e61 Fix SwiftLint warnings. 2021-07-02 17:13:45 +01:00
langleyd f74adb5909 Add NotificationRepository, ViewModel and ViewController 2021-06-25 22:38:31 +01:00
langleyd d27a0627d7 Add correct asset for notifications icon. 2021-06-22 16:01:21 +01:00
langleyd c390fcc948 Add new settings notification feature flag and update ui entry point 2021-06-22 13:39:50 +01:00
ismailgulek 056b3f0ab9 Pop view controller if pushed before 2021-04-21 12:50:21 +03:00
Gil Eluard a3cc1849ca Show / Hide integrations and actions in rooms 2021-04-20 14:54:53 +02:00
Gil Eluard 204ceb847c Composer Update - Typing and sending a message 2021-03-15 14:27:59 +01:00
SBiOSoftWhare 75dcfd43e9 RoomInfoCoordinator: Add possibility to open an initial specific section. 2021-02-23 15:51:23 +01:00
ismailgulek 38376cdbeb Remove unnecessary layoutIfNeeded 2020-10-07 15:30:41 +03:00
ismailgulek 7c89c8eaf5 Factorize layout of table header and footers 2020-10-07 15:26:58 +03:00
ismailgulek f032a23f0d Read constants from an enum 2020-10-07 15:26:30 +03:00
ismailgulek 54557ab071 Apply design decisions 2020-10-06 22:48:04 +03:00
ismailgulek 6dcfcf7d7b Use ReadMoreTextView for room tpic 2020-10-06 17:32:28 +03:00
ismailgulek e71e044d38 Fix table view content size 2020-10-06 01:07:19 +03:00
ismailgulek 830520457c Fix layout to show all of the topic 2020-10-06 00:59:30 +03:00
ismailgulek 69fa2fdb90 Replace label with a text view 2020-10-06 00:53:58 +03:00
ismailgulek 8ec70bece7 Update localization keys 2020-09-28 12:51:34 +03:00
ismailgulek 4077f35aec Wording for room details 2020-09-25 13:30:36 +03:00
ismailgulek 95e21eedfb Update encryption strings 2020-09-24 13:27:53 +03:00