ismailgulek
2c05daf27a
Adapt sentStatus changes
2021-09-22 11:41:22 +03:00
SBiOSoftWhare
9fceb073ab
Merge pull request #4814 from vector-im/steve/4734_room_vc_refacto
...
RoomVC: Add a delegate, factorize and reduce usage of AppDelegate
2021-09-17 15:58:05 +02:00
SBiOSoftWhare
7568a3b906
RoomVC: Fix comment mistake.
2021-09-17 14:21:27 +02:00
SBiOSoftWhare
6df84665d6
RoomVC: Remove unnecessary nonnull.
2021-09-17 14:19:38 +02:00
SBiOSoftWhare
e04049cdbb
Update Riot/Modules/Room/RoomViewController.h
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2021-09-17 13:21:53 +02:00
Doug
ab09b96ee1
Use constants.
2021-09-16 17:13:56 +01:00
Doug
3729440196
Reduce the width of URL previews on 4" devices.
2021-09-16 16:41:21 +01:00
manuroe
c838f58229
Merge remote-tracking branch 'origin/master' into develop
2021-09-16 15:01:40 +02:00
Stefan Ceriu
f1d3e5af9d
Revert "Revert " #4693 - Drop iOS 11 support.""
2021-09-14 11:41:36 +03:00
Doug
399b196395
Override hasLink in RoomBubbleCellData to only check the last component.
2021-09-13 17:47:52 +01:00
Doug
fc8de451d0
Ensure the last bubble component has a link before loading the URL preview.
2021-09-13 16:49:34 +01:00
SBiOSoftWhare
559462003b
Merge branch 'develop' into steve/4734_nav_room_stack
...
# Conflicts:
# Riot/Modules/Room/RoomViewController.m
2021-09-09 16:45:35 +02:00
Doug
56f53733c8
Revert height computation for now.
2021-09-08 15:59:30 +01:00
Doug
4a33f7f1e6
Update for PR feedback.
...
URLPreviewManager becomes URLPreviewService.
addVerticalWhitespaceToString used instead of heightForCellData multiple times.
All newline characters removed.
2021-09-08 15:10:13 +01:00
Doug
5acbc20fc9
Add more docs and comments.
...
Rename store.store(_:) to store.cache(_:).
2021-09-08 09:51:47 +01:00
Doug
75a9a19421
Merge branch 'develop' into doug/888_add_url_previews
2021-09-07 17:51:31 +01:00
SBiOSoftWhare
26c443a6f6
RoomVC: Add a delegate, factorize and reduce usage of AppDelegate.
2021-09-07 17:43:49 +02:00
Doug
bc8dda1097
Remove "Loading preview..." label.
2021-09-07 16:12:12 +01:00
Doug
31012067f6
Fix unsatisfiable constraints messages.
2021-09-07 14:49:51 +01:00
Doug
f2f40aa0b6
Observe URL preview update notification in RoomViewController.
...
Update bubbleTableView's content offset when a preview above the bottom most visible cell changes the height of the table's content.
2021-09-07 14:49:51 +01:00
Doug
cebd38d399
Add MediaCompressionHelper.defaultCompressionMode for use in RoomViewController.
2021-09-07 14:46:02 +01:00
Doug
8b155f1f68
Add comments.
2021-09-06 18:15:55 +01:00
Doug
1f2999ea0d
Merge branch 'develop' into doug/4479_media_size_selection
...
# Conflicts:
# Riot/Managers/Settings/RiotSettings.swift
2021-09-06 17:04:22 +01:00
Stefan Ceriu
c686a6b653
Revert " #4693 - Drop iOS 11 support."
...
This reverts commit a2b359f21960e1b9f75139d94adc7aeb35fa479f.
2021-09-06 18:24:26 +03:00
Doug
85caa0a23f
Fix potentially redundant table reloading.
2021-09-03 18:18:36 +01:00
Doug
39812e6f89
Fix reactions beneath URL previews.
2021-09-03 12:07:29 +01:00
Doug
001314c22e
Break-up cell data after a link even if the new event isn't a message.
2021-09-03 11:52:57 +01:00
Doug
2c75d1f529
Hide the loading state on error.
2021-09-03 11:32:09 +01:00
Doug
56a030f6ce
Fix edits to previewable links not working.
2021-09-03 11:21:07 +01:00
Doug
72a89e267b
Add setting to disable URL previews.
...
Using a temporary position in the settings screen whilst waiting for feedback.
2021-09-03 10:19:26 +01:00
Doug
632769bb64
Ensure correct font is used.
2021-09-02 18:08:35 +01:00
Doug
a599f18be2
Merge remote-tracking branch 'origin/develop' into doug/888_add_url_previews
2021-09-02 17:39:42 +01:00
Doug
aace9d0a96
Show an activity indicator until the preview has loaded.
2021-09-02 17:37:48 +01:00
Doug
8624e196e6
Update layout for text only previews.
2021-09-02 12:41:55 +01:00
Doug
25264241d8
Use stack views for layout.
2021-09-02 11:38:16 +01:00
David Langley
8c7514c865
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4776_extract_swiftui
2021-09-02 10:14:11 +01:00
David Langley
2a9c06fad1
move full module and reorganize folders
2021-09-02 10:00:59 +01:00
Stefan Ceriu
c716098dd4
Moved converted voice messages to their own folder. Cleaning up all temporary files on reload and logout.
2021-09-01 17:08:07 +03:00
Stefan Ceriu
9457c25981
#4693 - Drop iOS 11 support.
2021-09-01 15:55:41 +03:00
David Langley
f4cb404df0
Finish extraction
...
- Moves SwiftUI code out of Riot and into RiotSwiftUI which has no dependency on Matrix SDK.
- Git wasn't smart enough to see the file moves. Most feature function has remain unchanged. 1 change I did make was remove NotificationSettingsViewModel's dependence on MxPushRule, so that the view model could be moved into RiotSwiftUI.
- Add LocaleProvider to abstract VectorL10n's use of Matrix SDK language so it can be used in RiotSwiftUI.
- Split Theme into UKit/SwiftUI version to remove RiotSwiftUI's dependence on ThemeService and ThemeV1.
- Migrated from ThemeObserver to ThemePublisher. We push updates to ThemePublisher so that we can remove ThemeService as dependency.
- Add .DS_Store to .gitignore
2021-09-01 12:34:38 +01:00
Doug
3c85db9f3d
Refactoring and tidy up.
...
Make the preview manager a singleton (passing in the MXSession to functions). Fix tests.
PreviewManager → URLPreviewManager
URLPreviewViewData → URLPreviewData
URLPreviewCache → URLPreviewStore
2021-09-01 12:28:56 +01:00
Doug
e6449c978c
Load and store URLPreviewViewData in RoomBubbleCellData.
...
Implement close button and store the action in Core Data. Hide the preview image view when no image is received. Remove line breaks in description text.
2021-09-01 10:37:37 +01:00
Doug
2f33dd04ab
Merge branch 'develop' into doug/4479_media_size_selection
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
2021-08-27 16:30:01 +01:00
Doug
3b27528c6d
Merge branch 'develop' into doug/4479_media_size_selection
2021-08-27 16:28:15 +01:00
David Langley
200fb69993
Extract and start to split theme.
2021-08-27 16:26:56 +01:00
David Langley
4674caac05
Merge pull request #4752 from vector-im/langleyd/4467_account_notification_settings
...
Account Notification Settings and Keywords
2021-08-26 11:07:11 +01:00
Stefan Ceriu
91539cd236
Fixes #4748 - Fixed cached callbacks race condition, serialized all async operations, properly cleaning up callbacks on failure.
2021-08-25 14:03:42 +03:00
Doug
b1bf11eb52
Add comments about the un-sanitized URL.
2021-08-24 09:42:55 +01:00
Doug
7ba054f6c9
Add PreviewManger with Core Data cache and a URLPreviewView with a view model.
...
Changes to RoomDataSource still to come.
2021-08-23 17:56:24 +01:00
Doug
56f8751614
Merge branch 'develop' into doug/4479_media_size_selection
2021-08-23 12:49:28 +01:00