Commit Graph

83 Commits

Author SHA1 Message Date
ismailgulek 8cbde40f57 Add additional text to beta view 2022-04-19 13:31:30 +03:00
ismailgulek 4b8a48ffdc Get information text as a parameter in threads beta view 2022-04-19 13:10:17 +03:00
Doug f60689d3c8 Fix some warnings. 2022-04-13 17:21:11 +01:00
ismailgulek 5d4add7cc5 Move extension into Element 2022-04-05 13:09:46 +03:00
ismailgulek a2f37966ba Merge branch 'develop' into ismail/5878_threads_design_tweaks 2022-04-05 13:02:19 +03:00
ismailgulek c07f06c2bc Move threads enabling logic to the coordinator 2022-04-05 11:35:57 +03:00
ismailgulek d9be25faad Do not truncate lines in threads empty view 2022-04-05 02:38:36 +03:00
ismailgulek c37e41ff7d Render links and mentions as regular text in thread list 2022-04-05 02:35:32 +03:00
ismailgulek f801e105d5 Fix vertical insets for thread summary 2022-04-05 02:34:58 +03:00
ismailgulek a0d21cac5d Set most of the parameters via storyboard 2022-04-05 02:04:05 +03:00
ismailgulek c83c4ff2ea Introduce ThreadsBetaCoordinator & open thread view directly after enabling threads 2022-04-05 01:59:11 +03:00
ismailgulek 31f6416cf6 Use final help link 2022-04-05 01:12:00 +03:00
ismailgulek 72f88d6bf2 Create opt-in screen 2022-04-04 16:58:45 +03:00
ismailgulek a1428e3311 Strip in reply to from thread summary and from the latest message 2022-03-31 13:48:48 +03:00
ismailgulek abef13c6bf Merge branch 'develop' into ismail/5770_threads_notice 2022-03-30 13:35:14 +03:00
Andy Uhnak a783227e64 Join room loading indicators 2022-03-29 15:03:09 +01:00
MaximeE c2c7d0f35b 5720: Rework some location sharing related view 2022-03-23 15:48:19 +01:00
ismailgulek 7f1800d023 Implement notice screen 2022-03-18 13:22:47 +03:00
ismailgulek d454726723 Avoid thread view controller pushing twice 2022-03-16 13:34:55 +03:00
Gil Eluard 6dce767666 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 27571866b5 Instrument missing screen metrics (#5764)
* Instrument missing screen metrics

- Done
2022-03-08 10:13:46 +01:00
Gil Eluard da9c921efb 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 5387a96f1a SP3.1: Update room settings for Spaces #5231
- Update after review
2022-02-28 16:07:09 +01:00
ismailgulek 65c4b71694 Implement analytics for threads 2022-02-28 17:46:57 +03:00
Gil Eluard 3ef9069e9f Merge branch 'gil/SP1_space_creation' into gil/5231_SP3-1_Update_room_settings_for_Spaces
# Conflicts:
#	Podfile.lock
2022-02-21 17:57:58 +01:00
Gil Eluard af99903cea Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Riot/Modules/People/PeopleViewController.m
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
#	Riot/Modules/Spaces/SpaceList/SpaceListViewModel.swift
2022-02-21 17:20:58 +01:00
Stefan Ceriu 1a0af46a18 Merge branch 'master' into develop 2022-02-16 12:45:06 +02:00
Doug 456af9edf7 Only no-op the actual sending of a typing notification.
The logic around when to send a typing notification also includes logic around when to exchange encryption keys.
handleTypingNotification renamed to handleTypingState for clarity.
2022-02-16 12:42:00 +02:00
ismailgulek bc08c74776 Display thread list api errors 2022-02-15 15:46:22 +03:00
ismailgulek 78f640063d Use new api to fetch thread list 2022-02-10 17:35:18 +03:00
ismailgulek 38ca6c3e32 Use thread protocol when possible 2022-02-10 16:48:27 +03:00
Stefan Ceriu bc60512101 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
Gil Eluard 0797dbbd1e Merge branch gil/5230_SP2-Adding_Rooms_to_Spaces into gil/5231_SP3-1_Update_room_settings_for_Spaces 2022-02-05 21:43:29 +01:00
Gil Eluard 4d6133ef85 Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Riot/Modules/Room/RoomCoordinatorBridgePresenter.swift
#	Riot/Modules/Room/RoomCoordinatorParameters.swift
#	Riot/Modules/Room/RoomViewController.m
#	Riot/Modules/TabBar/TabBarCoordinator.swift
2022-02-04 14:29:57 +01:00
ismailgulek 352a6adef8 Fix review remarks 2022-02-03 14:25:14 +03:00
ismailgulek 38bb315866 Merge branch 'develop' into ismail/5096_thread_notifications 2022-01-27 03:20:25 +03:00
ismailgulek 86ec671e75 Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-27 02:01:55 +03:00
ismailgulek 58675a7a1a Fix further review remarks 2022-01-27 01:45:01 +03:00
ismailgulek 0984e9c794 Fix Doug's remarks 2022-01-26 15:58:37 +03:00
ismailgulek 98dd950a35 Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-26 14:27:25 +03:00
ismailgulek 785fe6b4e0 Fix review remarks 2022-01-25 23:59:19 +03:00
ismailgulek 41f1b8dc72 Implement going back to live room data sources for threads, fix bugs around it 2022-01-21 01:56:51 +03:00
ismailgulek aca3bbb88b Do not show badge for not participated threads 2022-01-21 00:09:25 +03:00
ismailgulek 950b6babc1 Fix toast bottom margin for header action 2022-01-20 23:20:45 +03:00
ismailgulek 10ebd9a68d Merge branch 'ismail/5068_design_tweaks' into ismail/5096_thread_notifications 2022-01-19 00:12:40 +03:00
ismailgulek aeeb17fa75 Center empty view vertically in the whole screen 2022-01-18 02:57:30 +03:00
ismailgulek 4e95ae35ed Align summary last message to the time label 2022-01-18 02:27:23 +03:00
ismailgulek 1b3f0088b7 Fix event content where the thread root event is a reply event 2022-01-17 16:33:02 +03:00
ismailgulek 012192f38a Various design fixes 2022-01-17 16:32:32 +03:00
ismailgulek 9ff7849f8e Thread summary view design changes 2022-01-17 13:51:05 +03:00