Commit graph

507 commits

Author SHA1 Message Date
Gil Eluard
4f18e40ea3
Update Reactions component (#6244)
* Update Reactions component

- Done
2022-06-15 16:08:43 +02:00
Stefan Ceriu
5f990b3fb1 NSE - Prevent playback on already read messages and enable on device silencing for unwanted push notifications 2022-06-15 15:18:42 +03:00
ismailgulek
46bde017bb
Add changelog 2022-06-14 17:03:29 +03:00
Doug
5fd40c994d version++ 2022-05-18 15:09:15 +01:00
Doug
a6cb8f6f16 changelog.d: Upgrade MatrixSDK version ([v0.23.5](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.5)). 2022-05-18 15:09:15 +01:00
Stefan Ceriu
792b4250b2 Fix crash when opening rooms where the current user doesn't have permission to post messages. 2022-05-18 11:58:25 +03:00
Stefan Ceriu
45fdbd64e0 Fixes #6160 - Stop deleting audio recording when sending fails and allow it to be retried through the normal mechanism 2022-05-17 18:25:57 +03:00
MaximeE
c20479b0be 6162: changelog 2022-05-17 11:28:11 +02:00
Yoan Pintas
b5ddb3962d
Merge pull request #6098 from vector-im/yostyle/disable_search_encrypted_rooms
Hide or disable search in the encrypted rooms
2022-05-16 23:24:06 +02:00
Stefan Ceriu
4a98b7134a vector-im/element-ios/issues/6149 - Allow video rooms to be shown in the rooms list 2022-05-16 11:34:41 +03:00
aringenbach
64d9824752
Merge pull request #6145 from vector-im/aringenbach/6144_presence_home_dm_refresh
Presence: fix live updates on Home & DM list
2022-05-12 16:19:04 +02:00
MaximeE
1e16c40e66 Merge branch 'develop' into maximee/PSF-986_lls_fix_live_banner_visibility 2022-05-12 11:49:58 +02:00
aringenbach
ce9d502911
Merge pull request #6039 from vector-im/aringenbach/3526_user_pills
Add mention pills to timeline & composer
2022-05-12 11:05:22 +02:00
MaximeE
4a2cddac01 6111: add refresh of live banner visibility when receive beacon from live sharing 2022-05-11 18:18:21 +02:00
aringenbach
6cc5433ac4 Presence: fix live updates on Home & DM list 2022-05-11 15:07:39 +02:00
Doug
835cddab01
Rename completion to callback and simplify actor usage. (#6141) 2022-05-11 13:18:26 +01:00
ismailgulek
4f0946bb90
Merge pull request #6083 from vector-im/ismail/5878_thread_title_fixes
Thread title view fixes
2022-05-11 15:15:59 +03:00
Doug
9bcdf7b19e
Hide the hidden album's thumbnail. (#6143) 2022-05-11 10:51:16 +01:00
Doug
d0494cfb6b
Add ReCaptcha screen (#6135)
Support dark mode in MXKAuthenticationRecaptchaWebView.
Begin implementing the ReCaptcha coordinator.
2022-05-11 09:57:37 +01:00
Doug
8309eea61d Changelog. 2022-05-11 09:49:24 +01:00
MaximeEvrard42
9646cbaa48
Merge pull request #6138 from vector-im/maximee/PSF-984_lls_fix_timeline_refresh_behavior
6103: Handle refreshing timeline with listner on beaconInfoSummary
2022-05-11 09:56:56 +02:00
aringenbach
f64369b9a7 Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-11 09:46:02 +02:00
Doug
1b160b5f25
Add registration terms screen. (#6128)
Begin implementing Auth Terms coordinator.
2022-05-10 22:34:35 +01:00
Doug
4a9ace0cf3
Add email verification screen (#6125)
Make a reusable onboarding icon view.
Use a native TextField for better dynamic type support.
Rename completion to callback.
Add readableFrame modifier.
2022-05-10 14:09:43 +01:00
MaximeE
7c5433e214 6103: Handle refreshing timeline with listner on beaconInfoSummary 2022-05-10 11:36:54 +02:00
aringenbach
90a843a8c8 Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-09 17:15:45 +02:00
MaximeE
2509b5e7c8 6099: Fix bad interaction between static and live location cell 2022-05-09 14:41:04 +02:00
Andy Uhnak
fbff92fca9 Rename changelog file 2022-05-06 16:04:34 +01:00
Doug
54a4feb0ea
Send the Signup analytics event (#6118)
* Implement the Signup event from AuthenticationViewController.

Use AuthenticationFlow instead of MXKAuthenticationType.
Create new AuthenticationType that aligns with AnalyticsEvent naming.
Add additional cases from AnalyticsEvents.
2022-05-06 13:08:54 +01:00
MaximeEvrard42
f81bd5d656
Merge pull request #6127 from vector-im/maximee/PSF-984_lls_fix_stop_button_timeline
[Location sharing] Fix timeline cell stop button
2022-05-06 09:37:12 +02:00
aringenbach
f67f832cfe Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-05 15:34:36 +02:00
Stefan Ceriu
c3143ee4b2 version++ 2022-05-05 14:52:05 +03:00
Stefan Ceriu
5f3c96d837 changelog.d: Upgrade MatrixSDK version ([v0.23.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.4)). 2022-05-05 14:52:05 +03:00
MaximeE
1d1cf466b6 6110: Fix stop button on timeline cell 2022-05-05 11:56:03 +02:00
aringenbach
43d1e6b2b5 Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-05 10:29:01 +02:00
Doug
3161d3d535 Add Authentication Flow WIP.
- Add Registration Screen.
- Add Server Selection Screen.
- Rename AuthenticationCoordinator to LegacyAuthenticationCoordinator.
- Add AuthenticationService and RegistrationWizard.
- Async extensions.
- Add global white and EMS colors to the themes.
- Add tests for server selection and registration screens.
- Accessibility and iPad layout tweaks.
- Remove MainActor from Auth Coordinators/VMs/Views.
(It broke the protocol conformances so now the methods and properties are marked individually.)
2022-05-04 19:26:38 +01:00
SBiOSoftWhare
60d23fa9b2 Merge develop in 6081_lls_screen_integration 2022-05-04 16:53:49 +02:00
aringenbach
70b3a61d2e Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-04 16:01:17 +02:00
aringenbach
7d635f6b22 Add changelog 2022-05-04 16:00:48 +02:00
MaximeEvrard42
9758223fa7
Merge pull request #6112 from vector-im/maximee/PSF-672_add_timer_selector
[Location sharing] Add timer selector
2022-05-04 15:26:28 +02:00
Anderas
b34382f7f7
Merge pull request #6116 from vector-im/andy/6115_fix_crash
Prevent crash when searching
2022-05-03 19:32:46 +01:00
Andy Uhnak
d179cd81d2 Prevent crash when searching 2022-05-03 18:47:03 +01:00
SBiOSoftWhare
b69b080c8f Update changes 2022-05-03 16:05:50 +02:00
Gil Eluard
925c36aee8
Fail to open a sub space #5965 (#6080)
* Fail to open a sub space #5965

- Fixed
2022-05-03 11:22:15 +02:00
yostyle
c86753a2e6 Hide or disable search in the encrypted rooms 2022-05-02 22:30:39 +02:00
MaximeE
8b79cd9eb3 6071: Changelog 2022-05-02 10:24:02 +02:00
ismailgulek
bc8a397277
Merge pull request #6085 from vector-im/ismail/5883_room_preview_crash
Fix room preview crash
2022-04-29 13:39:43 +03:00
MaximeEvrard42
0bc1a79b25
Merge pull request #6088 from vector-im/maximee/6077_lls_SDK_integration_timeline
[Location sharing] Connect SDK on timeline cell
2022-04-29 11:01:54 +02:00
ismailgulek
091daa545a
Add changelog 2022-04-29 10:33:45 +03:00
ismailgulek
ec1cf59916
Add changelog 2022-04-28 16:33:13 +03:00