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
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
Stefan Ceriu
df1a09260c
#4090 - Switched the sendVoiceMessage method duration parameter to an integer.
2021-07-16 12:49:28 +03:00
Stefan Ceriu
72522dae67
#4094 - Reintroduced serial attachment loading processing queue and fixed completionCallback storage so they take the requestedNumberOfSamples into account.
2021-07-16 12:05:47 +03:00
Stefan Ceriu
b0c48ecee6
#4094 - Redrawing waveforms on bound changes.
2021-07-16 09:06:36 +03:00
Doug
4bd9b33c7e
Typo.
2021-07-15 18:24:02 +01:00
Doug
cf2b5cd329
Drop use of deprecated currentUserNotificationSettings property in favour of UNUserNotificationCenter.
2021-07-15 18:23:36 +01:00
Gil Eluard
18bc5f1b63
[Spaces] Show spaces in left panel #4509
...
- Display the none hierarchical list of spaces in the left panel
- Space switching when new space selected
- Refresh space list and recents data after sync
2021-07-15 14:10:01 +02:00
Stefan Ceriu
87d6265067
#4094 - Fixed flickering elapsed time labels and other tweaks.
2021-07-14 14:40:54 +03:00
Doug
445db8ba78
Use the layer's corner radius rather than a custom mask.
...
This will ensure the mask bounds always match the view's size.
2021-07-14 10:37:54 +01:00
Doug
fa1bbecf26
Always update the path of the attachmentView's mask to handle reuse.
2021-07-14 10:15:50 +01:00
Stefan Ceriu
b70c5b02c6
#4094 - Switched back to multiple audio player instances (1 per event identifier), strongly retaining the currenty playing one and unloading all stopped ones. Various other improvements and bug fixes.
2021-07-14 10:26:21 +03:00
Stefan Ceriu
b7c903da74
Revert "Revert " #4545 - Switch back to using multiple audio player instances, allow pausing when starting a new player.""
...
This reverts commit da5edee222 .
2021-07-13 16:13:39 +03:00
Stefan Ceriu
fa69b983f8
#4094 - Sending voice message recording length and waveform samples.
2021-07-13 16:03:20 +03:00
Doug
5e14c559b5
Merge pull request #4542 from vector-im/doug/fix_warnings
...
Fix warnings
2021-07-13 11:07:47 +01:00
Stefan Ceriu
6902c3a4d2
Merge branch 'develop' into element_4090
...
# Conflicts:
# CHANGES.rst
2021-07-13 11:30:16 +03:00
Stefan Ceriu
da5edee222
Revert " #4545 - Switch back to using multiple audio player instances, allow pausing when starting a new player."
...
This reverts commit 68373f9f61 .
2021-07-13 08:04:50 +03:00
Gil Eluard
3ddc562fa7
Show / hide reset button in secrets recovery screen ( #4546 ).
2021-07-12 22:51:56 +02:00
Doug
9eea959032
Merge branch 'develop' into doug/fix_warnings
...
# Conflicts:
# Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift
2021-07-12 17:54:34 +01:00
Doug
a92dc9a4b6
Merge pull request #4541 from vector-im/doug/4483_fix_picking_slow_mo_videos
...
Add support for sending slow motion videos
2021-07-12 16:26:48 +01:00
Doug
0d16d30149
Use updated methods in MatrixKit.
2021-07-12 14:02:29 +01:00
Stefan Ceriu
4f6f59f11a
#4094 - Fixed attachments caching layer not working accordingly.
2021-07-12 15:50:44 +03:00
Stefan Ceriu
aea36c1886
#4094 - Fix crash on concurrent access to waveform audio samples.
2021-07-12 15:31:18 +03:00
Stefan Ceriu
68373f9f61
#4545 - Switch back to using multiple audio player instances, allow pausing when starting a new player.
2021-07-12 15:30:48 +03:00
Stefan Ceriu
3f9d9b1bd3
#4094 - Disable message replies while recording audio messages.
2021-07-12 12:18:49 +03:00
Stefan Ceriu
694294566d
#4094 - Reduced the minimum recording duration to 1 second.
2021-07-12 10:18:01 +03:00
Gil Eluard
5b581fccc0
#4090 - Update after review
2021-07-10 00:16:23 +02:00
Gil Eluard
1995e321ee
it's easy for the back button to trigger a leftpanel reveal ( #4438 )
...
- Fixed
2021-07-09 23:54:25 +02:00