Commit Graph

2347 Commits

Author SHA1 Message Date
Doug e293279a53 Disable the contact access footer view in Unified Search. 2021-08-10 12:32:07 +01:00
Doug 82cb8bc488 Take into account the identity server when setting the default value of showLocalContacts. 2021-08-10 12:03:28 +01:00
Doug 3d958d95c2 Hide local contacts in Unified Search. 2021-08-09 15:08:05 +01:00
Doug 1d9044a8ff Replace hasLocalContacts with showLocalContacts.
Update the value of showLocalContacts in ContactsTableViewController.
2021-08-09 12:58:18 +01:00
Doug 92da98785e Fix image name. 2021-08-09 12:22:56 +01:00
Doug 19f3bbd78b Move RequestContactsAccessFooterView into ContactsTableViewController.
Remove automatic triggering of contacts access.
2021-08-05 17:34:09 +01:00
Doug 262ce2a545 Merge branch 'develop' into doug/4484_contacts_access 2021-08-04 17:07:12 +01:00
ismailgulek ab9cd41ba7 Merge branch 'develop' into element_4642 2021-08-04 10:57:34 +03:00
Doug 311d1af210 Merge branch 'develop' into doug/2368_allow_silent_notifications 2021-08-03 16:02:53 +01:00
ismailgulek 0a53a63a74 Add strings for incoming calls 2021-08-03 17:07:15 +03:00
ismailgulek 8aecaa2ab1 Adapt string changes & new icons 2021-08-03 17:02:40 +03:00
ismailgulek 3d66d7288d Update icon color 2021-08-03 17:01:38 +03:00
ismailgulek a2516f6fc1 Remove type and dot labels 2021-08-03 17:01:17 +03:00
Stefan Ceriu 02c449275c Voice messages - Updated recorded audio file name. 2021-08-03 14:59:44 +03:00
Stefan Ceriu fc459766a0 Voice messages - Increased recording state microphone icon size. 2021-08-03 14:59:44 +03:00
Stefan Ceriu 5db1b825fa #4641 - Voice messages - always access local cache manager state from the internal work queue. 2021-08-03 14:59:44 +03:00
Gil Eluard 8f9b977112 Merge branch 'develop' into gil/voice_messages_rc 2021-07-29 14:11:49 +02:00
Doug 7b39ed4b69 Merge branch 'develop' into doug/2368_allow_silent_notifications 2021-07-29 11:38:57 +01:00
Doug 729c4a5957 Use MXWeakify/MXStrongifyAndReturnIfNil. 2021-07-29 11:37:19 +01:00
Doug ae075c7445 Merge pull request #4621 from vector-im/doug/4620_fix_read_only_room_crash
Only set the voice message toolbar view on RoomInputToolbarView.
2021-07-29 11:11:28 +01:00
SBiOSoftWhare 375c155403 Merge branch 'develop' into steve/improve_recentsdatasource 2021-07-29 12:04:49 +02:00
Doug 113193db64 Move refreshLocalContacts call to viewDidAppear. 2021-07-29 09:37:14 +01:00
Doug e9681ac85c Request confirmation for contact sync on self rather than a non-existent presentedViewController. 2021-07-29 09:31:07 +01:00
Doug 78e21cc40b Only set the voice message toolbar view on RoomInputToolbarView. 2021-07-28 16:40:03 +01:00
Doug b71d5c6df0 Move LegacyAppDelegate.refreshLocalContacts to ContactsTableViewController. 2021-07-28 16:07:07 +01:00
Doug 40218b1120 Update notifications disabled alert. 2021-07-28 12:45:06 +01:00
Doug cd418ac6b7 Turn the toggle off if notifications were denied. 2021-07-28 11:38:49 +01:00
Doug 66d70bed00 Merge pull request #4608 from vector-im/doug/4523_remove_contacts_from_people_tab
Remove contacts section from people tab
2021-07-28 10:53:58 +01:00
Doug 3a67262e92 Update string. 2021-07-27 17:38:40 +01:00
Doug 49bf20267f Cherry-pick ceb5a35 and 949d3d9 as an additional option, rather than replacing the toggle. 2021-07-27 17:31:22 +01:00
Doug 42b4c8f405 Fix compile error. 2021-07-27 17:15:43 +01:00
Doug 3546be297c Merge branch 'develop' into doug/2368_2_allow_silent_notifications 2021-07-27 16:52:30 +01:00
Doug 0b6d7216ee Remove peopleCellDataArray from total item count. 2021-07-27 16:06:41 +01:00
Doug fa182416a6 Remove old MXKRecentsDataSource methods. 2021-07-27 15:59:36 +01:00
Doug 8a3e60c5e7 Remove old conformances. 2021-07-27 14:53:58 +01:00
Doug c6e412e916 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 f6874da977 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 2b2fe0c6bd Tapping on waveform in composer glitches UI #4603
- Fixed
2021-07-26 22:19:04 +02:00
Gil Eluard 9e8cc25f82 Tap/hold to send voice messages isn't intuitive #4601
- Fixed
2021-07-26 21:59:16 +02:00
Doug 6463e5c106 Remove the observer in destroy. 2021-07-26 15:16:27 +01:00
Doug 014cd63752 Fix crash from potentially calling removeObserver multiple times.
Let the system remove it for us.
2021-07-26 15:01:55 +01:00
Doug efb348fb9e Merge branch 'develop' into doug/4523_remove_contacts_from_people_tab 2021-07-26 13:55:43 +01:00
Doug e585041d04 Update search bar string and appearance. 2021-07-26 12:54:24 +01:00
Doug 19f3594062 Enable local contact sync if granted access. Improve layout. 2021-07-26 12:23:02 +01:00
David Langley b276a15518 Fix Crash when opening the new Room Notification Settings Screen (Not yet released) (#4599) 2021-07-26 11:39:45 +01:00
Doug 45084810d0 Add RequestContactsAccessFooterView.
Update InviteFriendsHeaderView and StartChatViewController styles to match Figma doc.
2021-07-23 16:43:39 +01:00
Doug 56ab44e94b Trim whitespace from the identity server text entry and don't allow an empty string. 2021-07-23 14:27:25 +01:00
Doug d450b73017 Configure identity server keyboard for safer URL entry. 2021-07-23 14:08:51 +01:00
Doug 367fb799ec 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
SBiOSoftWhare a75ee5e354 RecentsDataSource: Factorize section reset management and do not make it in refreshRoomsSection method. 2021-07-23 10:42:08 +02:00