|
|
@ -150,15 +150,17 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
|
|
|
|
|
|
|
|
|
|
|
|
internal lazy var messageStatusLabel: UILabel = {
|
|
|
|
internal lazy var messageStatusLabel: UILabel = {
|
|
|
|
let result = UILabel()
|
|
|
|
let result = UILabel()
|
|
|
|
|
|
|
|
result.accessibilityIdentifier = "Message sent status"
|
|
|
|
result.accessibilityLabel = "Message sent status"
|
|
|
|
result.accessibilityLabel = "Message sent status"
|
|
|
|
result.font = .systemFont(ofSize: Values.verySmallFontSize)
|
|
|
|
result.font = .systemFont(ofSize: Values.verySmallFontSize)
|
|
|
|
result.themeTextColor = .messageBubble_deliveryStatus
|
|
|
|
result.themeTextColor = .messageBubble_deliveryStatus
|
|
|
|
|
|
|
|
|
|
|
|
return result
|
|
|
|
return result
|
|
|
|
}()
|
|
|
|
}()
|
|
|
|
|
|
|
|
|
|
|
|
internal lazy var messageStatusImageView: UIImageView = {
|
|
|
|
internal lazy var messageStatusImageView: UIImageView = {
|
|
|
|
let result = UIImageView()
|
|
|
|
let result = UIImageView()
|
|
|
|
|
|
|
|
result.accessibilityIdentifier = "Message sent status tick"
|
|
|
|
result.accessibilityLabel = "Message sent status tick"
|
|
|
|
result.accessibilityLabel = "Message sent status tick"
|
|
|
|
result.contentMode = .scaleAspectFit
|
|
|
|
result.contentMode = .scaleAspectFit
|
|
|
|
result.themeTintColor = .messageBubble_deliveryStatus
|
|
|
|
result.themeTintColor = .messageBubble_deliveryStatus
|
|
|
@ -425,6 +427,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
|
|
|
|
messageStatusLabel.text = statusText
|
|
|
|
messageStatusLabel.text = statusText
|
|
|
|
messageStatusLabel.themeTextColor = tintColor
|
|
|
|
messageStatusLabel.themeTextColor = tintColor
|
|
|
|
messageStatusImageView.image = image
|
|
|
|
messageStatusImageView.image = image
|
|
|
|
|
|
|
|
messageStatusLabel.accessibilityIdentifier = "Message sent status: \(statusText ?? "invalid")"
|
|
|
|
messageStatusImageView.themeTintColor = tintColor
|
|
|
|
messageStatusImageView.themeTintColor = tintColor
|
|
|
|
messageStatusContainerView.isHidden = (
|
|
|
|
messageStatusContainerView.isHidden = (
|
|
|
|
cellViewModel.variant != .standardOutgoing ||
|
|
|
|
cellViewModel.variant != .standardOutgoing ||
|
|
|
@ -470,6 +473,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
|
|
|
|
subview.removeFromSuperview()
|
|
|
|
subview.removeFromSuperview()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
albumView = nil
|
|
|
|
albumView = nil
|
|
|
|
|
|
|
|
albumView = nil
|
|
|
|
bodyTappableLabel = nil
|
|
|
|
bodyTappableLabel = nil
|
|
|
|
|
|
|
|
|
|
|
|
// Handle the deleted state first (it's much simpler than the others)
|
|
|
|
// Handle the deleted state first (it's much simpler than the others)
|
|
|
@ -541,7 +545,7 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
|
|
|
|
let quoteView: QuoteView = QuoteView(
|
|
|
|
let quoteView: QuoteView = QuoteView(
|
|
|
|
for: .regular,
|
|
|
|
for: .regular,
|
|
|
|
authorId: quote.authorId,
|
|
|
|
authorId: quote.authorId,
|
|
|
|
quotedText: quote.body ?? "QUOTED_MESSAGE_NOT_FOUND".localized(),
|
|
|
|
quotedText: quote.body,
|
|
|
|
threadVariant: cellViewModel.threadVariant,
|
|
|
|
threadVariant: cellViewModel.threadVariant,
|
|
|
|
currentUserPublicKey: cellViewModel.currentUserPublicKey,
|
|
|
|
currentUserPublicKey: cellViewModel.currentUserPublicKey,
|
|
|
|
currentUserBlindedPublicKey: cellViewModel.currentUserBlindedPublicKey,
|
|
|
|
currentUserBlindedPublicKey: cellViewModel.currentUserBlindedPublicKey,
|
|
|
@ -770,15 +774,15 @@ final class VisibleMessageCell: MessageCell, TappableLabelDelegate {
|
|
|
|
|
|
|
|
|
|
|
|
// MARK: - Interaction
|
|
|
|
// MARK: - Interaction
|
|
|
|
|
|
|
|
|
|
|
|
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
|
|
|
// override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
|
|
|
if let bodyTappableLabel = bodyTappableLabel {
|
|
|
|
// if let bodyTappableLabel = bodyTappableLabel {
|
|
|
|
let btIngetBodyTappableLabelCoordinates = convert(point, to: bodyTappableLabel)
|
|
|
|
// let btIngetBodyTappableLabelCoordinates = convert(point, to: bodyTappableLabel)
|
|
|
|
if bodyTappableLabel.bounds.contains(btIngetBodyTappableLabelCoordinates) {
|
|
|
|
// if bodyTappableLabel.bounds.contains(btIngetBodyTappableLabelCoordinates) {
|
|
|
|
return bodyTappableLabel
|
|
|
|
// return bodyTappableLabel
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
return super.hitTest(point, with: event)
|
|
|
|
// return super.hitTest(point, with: event)
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
override func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
|
|
|
|
override func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
|
|
|
|
return true // Needed for the pan gesture recognizer to work with the table view's pan gesture recognizer
|
|
|
|
return true // Needed for the pan gesture recognizer to work with the table view's pan gesture recognizer
|
|
|
|