Commit Graph
224 Commits
Author SHA1 Message Date
Sahil Kumar fbc8fd9a59 [QuotedMessageWidget, MessageWidget] Fix emoji and regular text size
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-12 15:38:54 +05:30
Sahil Kumar 0605cbc3b4 Move isOnlyEmoji utility function into String extension
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-12 15:30:45 +05:30
Salvatore GiordanoandGitHub 4fc13c8bd3 Merge pull request #205 from GetStream/refactor-messg-widget
Refactor message widget
2021-01-11 15:40:53 +01:00
Sahil Kumar e0e2575875 Merge branch 'refactor-messg-widget' of github.com:GetStream/stream-chat-flutter into refactor-messg-widget 2021-01-11 19:43:45 +05:30
Sahil Kumar 7404bbd64d [MessageWidget] Move action modal options visibility one layer up
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-11 19:42:45 +05:30
Salvatore Giordano 81f8295f7f extract isonlyemoji 2021-01-11 14:24:01 +01:00
Salvatore Giordano 09a41b8cd7 Merge branch 'feature/new-ui' into refactor-messg-widget 2021-01-11 14:16:57 +01:00
Sahil Kumar 4d419c9b53 [MessageWidget] Move bottomRow padding to upper layer
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-11 18:19:48 +05:30
Sahil Kumar 0aa58cf660 [MessageWidget] Refactor
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-11 18:11:51 +05:30
Salvatore Giordano 062c38af62 fix emoji sizing 2021-01-11 12:20:30 +01:00
Sahil Kumar 8e285df024 [MessageWidget] Fix crossAxisAlignment
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-11 12:38:29 +05:30
Sahil Kumar a02aaaaa65 [MessageListView] Refactor message separators
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-08 22:48:37 +05:30
Sahil Kumar 91feed9bac [MessageActionsModal] Fix various alignment, size and color issues
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-08 14:19:24 +05:30
Salvatore Giordano d4f2d79702 merge master 2021-01-07 12:24:30 +01:00
Sahil Kumar b51128f67c [MessageWidget] Show message border in case the message is only emoji but is part of a thread.
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 18:34:03 +05:30
Sahil Kumar 0d71632ef2 theme: Add colors, Gradient and its implementation
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 16:25:00 +05:30
Salvatore Giordano b38e3546d1 update deps 2021-01-05 16:46:26 +01:00
Sahil Kumar 28e01a89d4 [MessageWidget] Show thread participants in case of thread.
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-05 18:10:16 +05:30
Sahil Kumar 61a1eecc52 [MessageWidget] Disable onLongPress for deleted message
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-05 12:22:19 +05:30
Sahil Kumar ed6213e938 [MessageListView] fix onQuotedMessageTap
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-05 11:19:51 +05:30
Sahil Kumar 8421faa450 flutter format
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-04 20:04:59 +05:30
Sahil Kumar 46a45005cc Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feat/messg-reply
 Conflicts:
	lib/src/media_list_view.dart
	lib/src/message_widget.dart
	pubspec.yaml
2021-01-04 19:56:21 +05:30
Salvatore Giordano 7f853b9d70 Merge branch 'feature/new-ui' into feature/group-info-screen 2021-01-04 13:44:04 +01:00
Sahil Kumar fc2da13915 Handle onQuotedMessageTap
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-04 17:51:59 +05:30
Salvatore Giordano 041c1930c2 fix longpress gesturedetector on message 2021-01-04 12:08:14 +01:00
Salvatore Giordano d0c4656973 cleanup 2021-01-04 12:04:00 +01:00
Deven Joshi 74cff7576b fix: fixed onShowMessage not showing up for some aspects 2021-01-04 16:22:08 +05:30
Deven Joshi 95d91f3959 feat: Added show in chat 2021-01-04 16:00:20 +05:30
Sahil Kumar 33810de18f Refactoring, UI fixes
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-04 15:49:24 +05:30
Sahil Kumar 8fa8c9dc6b Rename replyToMessage -> quotedMessage
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-04 13:48:29 +05:30
Sahil Kumar fc06aedfb7 Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feat/messg-reply
 Conflicts:
	lib/src/message_list_view.dart
2021-01-01 09:31:41 +05:30
Salvatore Giordano 7f2dadb60d update unread count 2020-12-31 16:25:11 +01:00
Sahil Kumar eb16e15665 flutter format
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 18:58:56 +05:30
Sahil Kumar 1be3bf4bb5 Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feat/messg-reply
 Conflicts:
	example/ios/Flutter/.last_build_id
	example/lib/main.dart
	lib/src/file_attachment.dart
	lib/src/message_actions_modal.dart
	lib/src/message_input.dart
	lib/src/message_widget.dart
2020-12-31 18:13:01 +05:30
Sahil Kumar 88ba902ee3 merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 16:38:20 +05:30
Sahil Kumar 6e35bb2f7e Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/theme
 Conflicts:
	lib/src/message_widget.dart
	lib/src/sending_indicator.dart
2020-12-31 16:35:56 +05:30
Sahil Kumar ab6a741183 [Message Widget] fix error icon stack position
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 15:59:51 +05:30
Salvatore Giordano f011bf32fc apply theme to rest of the sdk 2020-12-31 10:24:25 +01:00
Sahil Kumar ef0bad1192 [Message Widget] Modify read indicator as per new design v2
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 14:18:12 +05:30
Sahil Kumar 7f696236c4 [Message Widget] Add message error state
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-31 13:05:32 +05:30
Deven Joshi 7fd8a1ed57 feat: Added color theme implementations 2020-12-29 23:10:41 +05:30
Deven Joshi 08d2b32eff feat: Added color themes 2020-12-28 19:24:42 +05:30
Sahil Kumar 46c9858bd4 [Message Input] Add reply_to_message_id in case of threadless reply
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-28 19:08:50 +05:30
Deven Joshi b58d00a5f0 feat: Added text theme instead of hardcoded styles 2020-12-28 15:29:29 +05:30
Sahil Kumar c4663fb8ce Merge branch feat/new-ui into feat/messg-reply
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-23 17:31:47 +05:30
Sahil Kumar bb49084952 Hide timeStamp and sendingIndicator for a threaded reply message
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-23 15:30:41 +05:30
Sahil Kumar c2633cecb2 fix typo
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-23 14:02:18 +05:30
Sahil Kumar 209c5a3c24 Initial implementation
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-22 21:45:14 +05:30
Salvatore Giordano 984d3ec104 don't show copy message for empty messages 2020-12-14 10:03:54 +01:00
Sahil Kumar a3e2eec345 [MessageWidget] Fix widget gesture detector
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-09 17:09:19 +05:30