Commit Graph

4556 Commits

Author SHA1 Message Date
Gil Eluard baeaacd1f9 Merge branch 'gil/4494_space_menu' into gil/4501_show_suggested_in_room_lists
# Conflicts:
#	Riot/Modules/Common/Recents/DataSources/RecentsDataSource.m
2021-07-27 20:14:53 +02:00
Gil Eluard 07415eb5b0 Merge branch 'gil/4509_show_spaces_in_left_panel' into gil/4494_space_menu 2021-07-27 19:53:54 +02:00
Gil Eluard b98841b2bd [Spaces] Show spaces in left panel #4509
- filter rooms using `MXSpaceService` new API
2021-07-27 19:53:41 +02:00
Gil Eluard 0373f640f7 [Spaces] Show spaces in left panel #4509
- filter rooms using `MXSpaceService` new API
- Added logs
2021-07-27 19:50:36 +02:00
Doug 3ac01ddc69 Update string. 2021-07-27 17:38:40 +01:00
Doug ce2f799985 Cherry-pick ceb5a35 and 949d3d9 as an additional option, rather than replacing the toggle. 2021-07-27 17:31:22 +01:00
Doug a358e87cb5 Fix compile error. 2021-07-27 17:15:43 +01:00
Doug 8ce05e3d26 Merge branch 'develop' into doug/2368_2_allow_silent_notifications 2021-07-27 16:52:30 +01:00
Doug 58037705dc Remove peopleCellDataArray from total item count. 2021-07-27 16:06:41 +01:00
Doug 6c44ef2382 Remove old MXKRecentsDataSource methods. 2021-07-27 15:59:36 +01:00
Doug 97c88ad00b Remove old conformances. 2021-07-27 14:53:58 +01:00
Doug 2c84084077 Allow recentsTableView to use recentsDataSource now that there are no contacts to insert.
Remove all unnecessary datasource/delegate methods.
2021-07-27 14:51:10 +01:00
Gil Eluard 4214a6dd46 Slide to lock should be more generous #4602
- Distance needed to enter lock mode reduced
2021-07-27 14:55:06 +02:00
Gil Eluard ce9cf4fd7c Tapping on waveform in composer glitches UI #4603
- Fixed
2021-07-26 22:19:04 +02:00
Gil Eluard 0f9a292184 Tap/hold to send voice messages isn't intuitive #4601
- Fixed
2021-07-26 21:59:16 +02:00
Doug c9f0371ec3 Remove the observer in destroy. 2021-07-26 15:16:27 +01:00
Doug de37c77f08 Fix crash from potentially calling removeObserver multiple times.
Let the system remove it for us.
2021-07-26 15:01:55 +01:00
Doug f2f1f159b0 Merge branch 'develop' into doug/4523_remove_contacts_from_people_tab 2021-07-26 13:55:43 +01:00
Doug 3caa867591 Update search bar string and appearance. 2021-07-26 12:54:24 +01:00
Doug 63e5222963 Enable local contact sync if granted access. Improve layout. 2021-07-26 12:23:02 +01:00
David Langley 03dd509075 Fix Crash when opening the new Room Notification Settings Screen (Not yet released) (#4599) 2021-07-26 11:39:45 +01:00
Gil Eluard fb1449f46c Merge branch 'gil/4494_space_menu' into gil/4501_show_suggested_in_room_lists 2021-07-26 12:03:49 +02:00
Gil Eluard 497c886fcb Merge branch 'gil/4509_show_spaces_in_left_panel' into gil/4494_space_menu 2021-07-26 12:03:31 +02:00
Gil Eluard 3edc48fced Merge branch 'element_4509' into gil/4509_show_spaces_in_left_panel 2021-07-26 12:03:04 +02:00
Gil Eluard dc6345e07f Fixed build issue after merge 2021-07-26 12:02:38 +02:00
David Langley 806dbe8400 add swiftUI view for notification settings 2021-07-26 10:40:52 +01:00
Gil Eluard 3f932732d4 Merge branch 'spaces' into element_4509 2021-07-26 10:42:49 +02:00
Doug 03c577a611 Add RequestContactsAccessFooterView.
Update InviteFriendsHeaderView and StartChatViewController styles to match Figma doc.
2021-07-23 16:43:39 +01:00
Doug 671b191774 Trim whitespace from the identity server text entry and don't allow an empty string. 2021-07-23 14:27:25 +01:00
Doug 07eec9bfb6 Configure identity server keyboard for safer URL entry. 2021-07-23 14:08:51 +01:00
Gil Eluard cccc13e3ca Merge branch 'gil/4494_space_menu' into gil/4501_show_suggested_in_room_lists 2021-07-23 11:30:43 +02:00
Doug 1db4e68c50 Merge branch 'develop' into doug/4519_decrypt_notifications_by_default_fix
# Conflicts:
#	CHANGES.rst
#	Config/BuildSettings.swift
2021-07-23 10:15:44 +01:00
Gil Eluard 50852b27e9 [Spaces] Space menu #4494
- Implemented Leave feature
- UI & code tweaks
2021-07-23 11:00:16 +02:00
SBiOSoftWhare 73dedc211f RecentsDataSource: Factorize section reset management and do not make it in refreshRoomsSection method. 2021-07-23 10:42:08 +02:00
Gil Eluard 22d4641764 [Spaces] Show suggested in room lists #4501
- Request space suggested rooms in `RecentsDataSource`
2021-07-22 22:35:15 +02:00
Doug 547955bba8 Merge branch 'develop' into doug/4521_remove_directory_from_rooms_tab 2021-07-22 14:37:25 +01:00
manuroe e3c57cb4c6 Merge branch 'develop' into element_4090 2021-07-22 14:16:35 +02:00
Gil Eluard 449a2d9c75 [Spaces] Space menu #4494
- First implementation of the space contextual menu
2021-07-22 10:11:05 +02:00
Doug e7304f0e61 Begin adding link detection to RoomBubbleCellData. 2021-07-21 15:14:25 +01:00
Stefan Ceriu 8a5390154e Fixes #4583 - Mention user does not work (settings -> members -> select a member -> mention) 2021-07-21 16:20:50 +03:00
Gil Eluard 9b33844155 [Spaces] Show spaces in left panel #4509
- Code tweaks after SDK update
2021-07-20 09:58:50 +02:00
Doug 8f9c4cc317 Merge branch 'develop' into doug/4523_remove_contacts_from_people_tab 2021-07-19 15:17:43 +01:00
Stefan Ceriu d7a715467e #4090 - Activating the shared AVAudioSession before recording or playback. 2021-07-19 15:54:14 +03:00
Stefan Ceriu 1b042db4d3 #4090 - Various tweaks and fixes following code review. Switched back to DateFormatters for formatting durations, sanitising audio player durations and current times. 2021-07-19 15:48:37 +03:00
Gil Eluard 7c4af8f42d [Spaces] Show spaces in left panel #4509
- Update title in the navigation bar according to the selected tab
2021-07-16 16:20:28 +02:00
Stefan Ceriu c0067a81b3 #4090 - Added voice messages switch to the labs section in settings. 2021-07-16 16:57:29 +03:00
Stefan Ceriu 951b0aa23b #4090 - Fixed the AttachmentCacheManager's serial nature. 2021-07-16 15:47:56 +03:00
Gil Eluard 5d8eab0cb7 [Spaces] Show spaces in left panel #4509
- Prevent crash when logging in
2021-07-16 14:20:42 +02:00
Stefan Ceriu 6a35e1c96e Revert "Revert "#4094 - Reintroduced serial attachment loading processing queue and fixed completionCallback storage so they take the requestedNumberOfSamples into account.""
This reverts commit 8225b800e3.
2021-07-16 13:46:06 +03:00
Stefan Ceriu 8225b800e3 Revert "#4094 - Reintroduced serial attachment loading processing queue and fixed completionCallback storage so they take the requestedNumberOfSamples into account."
This reverts commit 72522dae67.
2021-07-16 13:31:38 +03:00