SBiOSoftWhare
c3731a2ec0
Merge pull request #4960 from vector-im/steve/4734_master_tab_bar_refacto
...
Split view: Improve detail view management and add possibility to stack views on it
2021-10-11 17:23:20 +02:00
SBiOSoftWhare
3bd774211e
NavigationStore: Update public method signature.
2021-10-08 17:15:14 +02:00
SBiOSoftWhare
8661995a45
RoomCoordinator: Refactor room loading methods.
2021-10-08 16:00:56 +02:00
ismailgulek
890540e349
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-08 16:59:25 +03:00
Stefan Ceriu
cc96eb8dc2
Fixes #4970 - Fixed unintentional voice message drafts on automatically cancelled recordings.
2021-10-08 16:28:42 +03:00
SBiOSoftWhare
97099b9bfb
RoomCoordinatorProtocol: Update comment description.
2021-10-08 13:47:40 +02:00
Stefan Ceriu
648fde6524
Fixes #4935 - Enable voice message scrubbing pan gesture only after long press.
2021-10-08 14:18:53 +03:00
SBiOSoftWhare
a08d9747a5
Update Riot/Modules/Room/RoomCoordinatorBridgePresenter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 11:43:51 +02:00
SBiOSoftWhare
cd326e0a45
Update Riot/Modules/Room/RoomCoordinatorBridgePresenter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 10:56:49 +02:00
SBiOSoftWhare
02e7351c6b
Update Riot/Modules/Room/RoomCoordinator.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 10:55:27 +02:00
Stefan Ceriu
9ee68cb7d8
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-10-08 11:33:13 +03:00
SBiOSoftWhare
3d041b29d7
RoomCoordinator: Add setup completion on start methods to fit LegacyAppDelegate calls.
2021-10-05 17:35:15 +02:00
ismailgulek
f5f773e7d9
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-05 13:48:25 +03:00
SBiOSoftWhare
2e630c5dde
Add RoomCoordinator.
2021-10-05 10:48:52 +02:00
SBiOSoftWhare
fbbd4d7111
Use NavigationRouterStore where needed.
2021-10-05 10:48:52 +02:00
SBiOSoftWhare
aaec54896b
Split view: Set navigationItem.leftItemsSupplementBackButton to YES for view controllers used as detail.
2021-10-05 10:48:51 +02:00
manuroe
a2ce7af946
Merge branch 'master' into develop
2021-09-30 23:51:17 +01:00
ismailgulek
cc46decec2
Merge branch 'develop' into ismail/4384_room_summary_store
2021-09-30 12:35:46 +03:00
Stefan Ceriu
92c2a9488f
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-09-30 09:40:12 +03:00
Stefan Ceriu
8b80b3f4c7
vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.
2021-09-30 09:40:12 +03:00
Doug
bf84540b39
Check whether URL previews should be shown in a single location.
...
Reset all cell data when this setting is changed to force a refresh.
Rename `hasClosedPreview(from:)` to `shouldShowPreview(for:)` for clarity and potentially adding more rules at a later date.
2021-09-29 11:39:11 +01:00
Doug
57018f90ee
Add invalidateLayout to RoomBubbleCellData.
2021-09-29 10:36:35 +01:00
SBiOSoftWhare
f536c8fde1
AvatarViewData: Make mediaManager property optional.
2021-09-29 11:28:13 +02:00
ismailgulek
05d71297b5
Merge branch 'develop' into ismail/4384_room_summary_store
2021-09-28 17:30:39 +03:00
Doug
3923c8fa53
Use bubbleComponentWithLinkForEventId: in RoomDataSource.
2021-09-27 18:43:53 +01:00
Doug
29c428167f
Move URL preview properties from RoomBubbleCellData in MXKRoomBubbleComponent.
...
Stop breaking up the bubble data for links now that vertical whitespace is added.
2021-09-27 18:15:48 +01:00
Doug
2ad56b1425
Merge branch 'develop' into doug/4896_url_previews_string_whitespace
2021-09-27 14:44:17 +01:00
Doug
e3744f0763
Rename refreshAttributedTextMessage to makeAttributedString to indicate that it doesn't affect the attributedTextMessage.
2021-09-24 17:06:50 +01:00
Doug
88e4427961
Rename setNeedsUpdateContent to invalidateTextLayout.
2021-09-24 15:33:04 +01:00
Doug
5898a98a83
Use setNeedsUpdateContent instead of setting the attributed string to nil.
2021-09-24 15:19:24 +01:00
Gil Eluard
8b260b19c3
Try to fix CI build issues
2021-09-23 21:33:23 +02:00
Gil Eluard
b6c08bd90a
Try to fix CI build issues
2021-09-23 21:06:29 +02:00
Doug
6561b2151a
Include URL previews in addVerticalWhitespaceToString:forEvent: and remove heightForCellData:withMaximumWidth: from the various TextMsgBubbleCell subclasses.
...
Use the bubble cell data's available width when sizing URL previews and update the defaultAvailableWidth and reducedWidthThreshold accordingly.
2021-09-23 17:30:24 +01:00
Gil Eluard
8fd88b2053
[Spaces] M10.6.1 Handle space link #4498
...
- Update after code review
2021-09-23 17:15:32 +02:00
Gil Eluard
96a3624cf6
Merge branch 'spaces' into gil/4498_Handle_space_link
2021-09-23 15:26:29 +02:00
Gil Eluard
bfe5835082
Merge branch 'develop' into spaces
2021-09-23 15:26:06 +02:00
David Langley
5f046fbfe0
Merge pull request #4892 from vector-im/langleyd/4772_voice_message_drafts
...
Voice message draft persistence
2021-09-23 11:21:26 +00:00
David Langley
a45af88696
use roomId for audioPlayerId, remove dead code, make functions private.
2021-09-23 10:55:35 +01:00
David Langley
7eb387c9e7
Merge pull request #4878 from vector-im/langleyd/4774_voice_message_scrubbing
...
Langleyd/4774 voice message scrubbing
2021-09-23 09:35:38 +00:00
David Langley
f539fbbc85
Remove space
2021-09-23 09:39:09 +01:00
David Langley
351e60780b
Use RoomId for room by room drafts.
2021-09-23 08:48:15 +01:00
David Langley
80f4f6a29e
Simplify scrubbing logic.
2021-09-22 16:26:20 +01:00
Gil Eluard
8ced741f66
Merge branch 'gil/pre_release_fixes' into gil/4498_Handle_space_link
2021-09-22 16:58:28 +02:00
Stefan Ceriu
e6327eb955
Merge branch 'develop' into stefan/4881-configurable-app-name-localization-strings
...
# Conflicts:
# Riot/Generated/Strings.swift
2021-09-22 17:17:05 +03:00
Stefan Ceriu
9957f8f59a
Fixes #4881 - Replaced InfoPlist.cfBundleDisplayName with AppInfo.current.displayName and removed the now unused InfoPlist generated class.
2021-09-22 16:59:47 +03:00
Gil Eluard
3c0a4c0633
Merge branch 'develop' into spaces
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
2021-09-22 15:39:06 +02:00
Gil Eluard
1403d464ee
[Spaces] M10.6.1 Handle space link #4498
...
- Fixed universal links
- Added support for space links
2021-09-22 14:58:19 +02:00
David Langley
2b4cad4136
Build on xcode 12
2021-09-22 13:53:26 +01:00
David Langley
f23cea6acc
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4774_voice_message_scrubbing
2021-09-22 13:17:32 +01:00
Stefan Ceriu
4dd70594cc
Fixes #4881 - Using the bundle display name as the app name in localizable .strings files. Exposing generated .strings and info.plist members to Objective-C.
2021-09-22 14:10:16 +03:00