David Langley
4a6f346f1e
Update Riot/Modules/LocationSharing/LocationManager.swift
...
Co-authored-by: Alfonso Grillo <alfogrillo@element.io >
2023-01-03 17:54:02 +00:00
David Langley
d08a967054
remove unnecessary function
2023-01-03 16:55:28 +00:00
David Langley
1639fccdd1
Revert "remove unnecessary function"
...
This reverts commit caa6755d2b .
2023-01-03 16:54:41 +00:00
David Langley
caa6755d2b
remove unnecessary function
2023-01-03 16:54:03 +00:00
David Langley
d76d450365
Fix both issues as outlined in 7222
2023-01-03 16:52:25 +00:00
Alfonso Grillo
8cb0d39df4
Fix module navigation
2023-01-03 15:39:08 +01:00
Johannes Marbach
dc4b8350ce
Fix hidden live location timeline tiles after text messages
...
This prevents `MXEventTypeBeaconInfo` events from being added into other
bubble cell data objects.
Previously, when starting a live location share right after
sending a text message, the beacon info event would get appended into the text
message's bubble cell data which prevented it from rendering.
Similarly, when restarting the app in such a situation the events would be getting
reprocessed _in backwards order_ which meant the final beacon info landed in
its own bubble cell data (causing it to render) but a beacon info right before the
text message would now get combined with the text message causing it to go hidden.
2023-01-03 13:57:23 +01:00
Alfonso Grillo
7b25ef20ee
Amend comment
2023-01-03 13:25:56 +01:00
Alfonso Grillo
27c43d38c7
Fix navigation to replied message
2023-01-02 19:49:52 +01:00
Frank Rotermund
62586f4892
MESSENGER-3977 disable Threadpopup if threads are disabled
2023-01-02 11:42:21 +01:00
Frank Rotermund
a81b7a1da2
MESSENGER-3977 Buildability with XCode 14.2
2023-01-02 07:51:38 +01:00
Gil Eluard
d66ee4c627
Merge pull request #7185 from vector-im/gil/6059-Load_thread_list_using_server-side_sorting_and_pagination
...
Load the thread list using server-side sorting and pagination
2022-12-28 10:36:19 +01:00
Phl-Pro
22aceb6040
VoiceBroadcast: Manage app crash cases when recording ( #7188 )
...
* Cancel automatically a Voice Broadcast from a room after an app crash
* We limit for the moment the uncompleted voice broadcast cleaning to the breadcrumbs rooms list
By considering potential performance issues, we decided to limit the uncompleted VB cleaning in the recents list service:
- we run the process only once when the application is resumed
- we run the process only on the breadcrumbs rooms list
This prevent us from checking several times in parallel the same room (because a room may be listed in several recents sections)
This prevent us from checking several times the same room (each room should be checked only once after the app resume)
If a room is not checked from the recents list, a sanity check is still done in RoomViewController (to clean the room when the user opens it)
2022-12-23 15:25:52 +01:00
Yoan Pintas
4779c4b5fb
[Voice Broadcast] Add chunk after decrypting the event. ( #7181 )
2022-12-19 19:32:01 +01:00
Yoan Pintas
f6670ec5d0
Update the room description in the rooms list in case of live broadcast (incoming or outgoing) ( #7160 )
2022-12-19 19:26:55 +01:00
Gil Eluard
8934be147b
Load the thread list using server-side sorting and pagination
2022-12-19 14:56:06 +01:00
Frank Rotermund
67dd4f918e
Merge commit '35b2fdc538dfc1f8fac2585704526ab26148a9ab' into feature/3977_merge_element_1_9_13
...
# Conflicts:
# Config/AppVersion.xcconfig
# Podfile.lock
# Riot/Modules/Application/LegacyAppDelegate.m
# Riot/Modules/Authentication/AuthenticationCoordinator.swift
# Riot/Modules/Authentication/Legacy/LegacyAuthenticationCoordinator.swift
# Riot/Modules/LaunchLoading/LaunchLoadingView.swift
# Riot/Modules/LaunchLoading/LaunchLoadingView.xib
# Riot/Modules/MatrixKit/Models/Account/MXKAccount.m
# Riot/Modules/MatrixKit/Models/Room/MXKRoomBubbleCellData.m
# Riot/Modules/Room/TimelineCells/Styles/Bubble/BubbleRoomTimelineCellProvider.m
# Riot/Modules/Room/TimelineCells/Styles/Plain/PlainRoomTimelineCellProvider.m
# Riot/Modules/TabBar/MasterTabBarController.m
# fastlane/Fastfile
2022-12-19 14:36:30 +01:00
Mauro Romito
7125cc60ee
Merge branch 'develop' into mauroromito/inline_code
2022-12-16 10:09:31 +01:00
Mauro Romito
3f3b7db4b6
updated package and added background color
2022-12-15 18:45:33 +01:00
Mauro Romito
71ceb2fc40
fix that works both iOS 15 and iOS 16
2022-12-15 16:33:25 +01:00
Velin92
1877206ab1
Merge pull request #7170 from vector-im/mauroromito/7109_fix_formatted_links
...
Fix for formatted links appearing in black
2022-12-15 12:37:38 +01:00
Mauro Romito
43729bd3a4
better comment
2022-12-15 12:36:44 +01:00
Mauro Romito
29b5915323
Revert "removed underline from links"
...
This reverts commit ce9a64a1dc .
2022-12-15 04:29:49 +01:00
Mauro Romito
ce9a64a1dc
removed underline from links
2022-12-15 04:28:01 +01:00
Mauro Romito
aea1be4512
code improvement
2022-12-15 03:40:15 +01:00
Mauro Romito
6dca14ac2e
better comment
2022-12-15 03:37:15 +01:00
Mauro Romito
0d569a28ff
removed unused code
2022-12-15 01:44:26 +01:00
Mauro Romito
da9b181fed
fix
2022-12-15 01:41:45 +01:00
Frank Rotermund
267ee30ecb
MESSENGER-3870 buildfix master
2022-12-14 22:23:14 +01:00
Frank Rotermund
00f92981ca
Merge branch 'release/v2.1.0'
...
# Conflicts:
# Config/AppVersion.xcconfig
# Config/BWIBuildSettings.swift
# Config/BuM-Beta/BWIBuildSettings+BuM-Beta.swift
# Config/BuM/BWIBuildSettings+BuM.swift
# Podfile
# Podfile.lock
# Riot/Assets/de.lproj/Bwi.strings
# Riot/Assets/en.lproj/Bwi.strings
# Riot/Assets/new_features.html
# Riot/Modules/Room/RoomViewController.m
# RiotSwiftUI/Modules/Authentication/Login/View/AuthenticationLoginScreen.swift
# bwi/LottieAnimation/BUMLaunchLoadingViewController.swift
# fastlane/Fastfile_bum
2022-12-14 20:55:55 +01:00
Andy Uhnak
9022362c7b
Fix Sentry errors
2022-12-14 17:25:27 +00:00
Frank Rotermund
635061f66e
MESSENGER-3870 use new_features html from settings
2022-12-14 15:38:43 +01:00
Velin92
ed7107bd1e
Merge pull request #7158 from vector-im/mauroromito/rich_text_editor_links
...
Rich Text Editor: Adding/Editing Links feature
2022-12-14 13:31:15 +01:00
Arnfried Griesert
713e078295
MESSENGER-3648 Second Lottie Animation
2022-12-13 14:06:56 +00:00
Alfonso Grillo
cf5ddc191d
Merge pull request #7140 from vector-im/alfogrillo/badge_threshold
...
Add threshold for unread messages in all the spaces
2022-12-13 13:38:56 +01:00
Mauro Romito
de260068f0
link color support added
2022-12-12 19:26:45 +01:00
Mauro Romito
0d6c575445
fix
2022-12-12 18:50:26 +01:00
Mauro Romito
3aad54efde
implementation done, only tests, localisation and design feedback are left
2022-12-12 18:29:13 +01:00
Gil Eluard
5a72ae2cad
Turn on Threads for all users
2022-12-12 16:43:06 +01:00
Mauro Romito
8f965cb6f0
WIP
2022-12-12 15:39:57 +01:00
Gil Eluard
dd48718abe
Merge pull request #7152 from vector-im/gil/7151-Thread_preview_doesnt_update_in_main_timeline
...
Thread preview doesn't update in main timeline
2022-12-09 15:55:59 +01:00
Gil Eluard
1254d12a51
Thread preview doesn't update in main timeline
...
- Fixed
2022-12-09 14:58:07 +01:00
Mauro Romito
4543aec25d
boilerplate setup completed
2022-12-07 19:22:33 +01:00
Mauro Romito
34ca74d0c2
creating the coordinator for the link action view
2022-12-07 18:17:28 +01:00
Alfonso Grillo
b2f362892d
Add badge threshold logic
2022-12-07 14:53:28 +01:00
Phl-Pro
788c3e1a8f
Merge pull request #5644 from vector-im/phlpro/fix_peeking
...
Update RoomDataSource init finalization to fix peeking case
2022-12-06 09:21:07 +01:00
Anderas
2e58d5ad80
Merge pull request #7115 from vector-im/andy/mandatory_crypto
...
Do not retry initial sync on fatal errors
2022-12-05 17:48:42 +00:00
Andy Uhnak
9104af5d05
Change fatal error range
2022-12-05 16:29:14 +00:00
Phl-Pro
b8d23a7e84
Merge pull request #7136 from vector-im/phlpro/voicebroadcast_last_sequence_number
...
[VoiceBroadcast] Add the last sequence number in the paused/stopped state event
2022-12-05 08:19:56 +01:00
Frank Rotermund
d67c3f49d1
Feature/3616 privacy on login
2022-12-04 10:47:42 +00:00