Commit Graph

3884 Commits

Author SHA1 Message Date
ismailgulek 9fa6e84a4c Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:05 +03:00
ismailgulek eaca186e5b Use event's new content when available 2022-03-17 14:24:02 +03:00
Gil Eluard 5eb9445f83 Merge pull request #5836 from vector-im/gil/5401_Instrument_metrics_for_the_IA_project
Instrument metrics for iOS for the IA project #5401
2022-03-17 11:55:55 +01:00
ismailgulek efdb33df23 Merge pull request #5822 from vector-im/ismail/5441_thread_timeline_fixes
Thread Timeline Fixes
2022-03-17 13:16:49 +03:00
Gil Eluard 75c1b4342a Instrument metrics for iOS for the IA project #5401
- updates after review
2022-03-17 10:48:00 +01:00
Gil Eluard b0fdede3b6 Merge pull request #5831 from vector-im/gil/5825_crash_after_leaving_empty_space_and_all_rooms
Crash after leaving empty space and all rooms
2022-03-17 10:03:40 +01:00
Gil Eluard c5820ba22e Instrument metrics for iOS for the IA project #5401
- Added last needed metrics
2022-03-16 16:56:27 +01:00
ismailgulek d8221e44d3 Merge pull request #5833 from vector-im/ismail/5829_reply_to_thread_root
Fix replies to thread root events
2022-03-16 18:14:07 +03:00
ismailgulek 2666401a52 Pass threadId of room data source on replies 2022-03-16 17:13:18 +03:00
Gil Eluard ab8458ebb2 Crash after leaving empty space and all rooms #5825
- fixed
2022-03-16 14:52:06 +01:00
ismailgulek 4763aac275 Avoid thread view controller pushing twice 2022-03-16 13:34:55 +03:00
Doug 66a257fe0b Make scrollEdgesAppearance singular to match UIKit 2022-03-16 08:58:21 +00:00
ismailgulek 27e3e0ab2c Reload thread screen for the first message 2022-03-15 16:15:38 +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