Commit Graph
1393 Commits
Author SHA1 Message Date
Neevash Ramdial e7eb0a27f6 add melos files 2021-01-07 12:07:01 -04:00
Neevash Ramdial 640f361513 Move Flutter widgets to packages directory 2021-01-07 12:04:34 -04:00
Salvatore GiordanoandGitHub ceed8e0440 Merge pull request #196 from GetStream/hotfix/mentions
Only 4 mentions allowed at a time
2021-01-07 16:39:32 +01:00
Deven Joshi b0e76a5408 fix: fixed test 2021-01-07 21:01:20 +05:30
Deven Joshi 3b19fe6c36 feat: Redid UI For mentions 2021-01-07 20:57:53 +05:30
Salvatore Giordano 114119dd01 fix navigation bar 2021-01-07 13:24:56 +01:00
Salvatore Giordano d4f2d79702 merge master 2021-01-07 12:24:30 +01:00
Deven Joshi e05033cce3 Only 4 mentions allowed at a time 2021-01-07 14:33:35 +05:30
Salvatore Giordano f3aefdaf8b fix onmentiontap 2021-01-06 16:49:53 +01:00
Salvatore GiordanoandGitHub 6d3b167770 Merge pull request #194 from GetStream/fix/channel-list
Fix/channel list
2021-01-06 16:45:25 +01:00
Deven Joshi b4b2f26200 Fixed conflicts and added properties to merge() 2021-01-06 20:59:17 +05:30
Deven Joshi def51017f2 Merge branch 'feature/new-ui' of https://github.com/GetStream/stream-chat-flutter into fix/channel-list
 Conflicts:
	lib/src/stream_chat_theme.dart
	lib/src/stream_svg_icon.dart
2021-01-06 20:56:01 +05:30
Deven Joshi 1522f3e50c fix: Fixed separator and added effects to theme 2021-01-06 20:50:07 +05:30
Salvatore GiordanoandGitHub 7ca8e48d70 Merge pull request #193 from GetStream/qa-fixes
QA fixes
2021-01-06 14:59:23 +01:00
Sahil Kumar 7ae15263e3 [NewGroupChatScreen] Refactor
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 19:07:51 +05:30
Deven Joshi 6f8de144e3 fix: Fixed online indicator size 2021-01-06 18:46:36 +05:30
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
Deven Joshi ee0cdf567b feat: Changed sending indicator icons to svg icons 2021-01-06 18:33:31 +05:30
Sahil Kumar 14a35205cf [Choose User, Advanced Options] QA fixes, theme changes
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 18:23:39 +05:30
Deven Joshi c9ee6bfb25 darfmt 2021-01-06 17:38:51 +05:30
Deven Joshi bfc9fc82f6 fix: Used text.rich instead of richtext to fix test 2021-01-06 17:38:23 +05:30
Deven Joshi 9bbad0b9e2 fix: fixed extra space error 2021-01-06 17:14:55 +05:30
Deven Joshi 1927a632e0 fix: fixed null sometimes popping up 2021-01-06 17:00:56 +05:30
Sahil Kumar b55d8bd2a8 [UserItem] Fix selected check icon
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 16:41:03 +05:30
Sahil Kumar 7b2cde37e5 [NewChatScreen] Fix chip clear icon color
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 16:35:55 +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
Deven Joshi a8c60a8482 feat: Added file italics 2021-01-06 15:35:15 +05:30
Deven Joshi fc00acb890 fix for preview 2021-01-06 15:19:05 +05:30
Deven Joshi 375450e5c1 feat: Added bold mentions in previews, added file names for last message 2021-01-06 15:18:12 +05:30
Sahil Kumar bc6c31c25e [GroupChatDetailsScreen] Fix divider color
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 13:54:50 +05:30
Sahil Kumar ef4adaea6e [MessageListView] Add messageHighlightColor property
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 13:50:30 +05:30
Sahil Kumar cc54b18a14 [StreamChatTheme] Segregate theme copyWith and merge logic
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 13:28:35 +05:30
Sahil Kumar bae11ad26a [UserListView] Fix separator color
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-06 11:41:03 +05:30
Salvatore GiordanoandGitHub 6774680b75 Merge pull request #190 from GetStream/feat/thread-participants
[MessageWidget] Show thread participants in case of thread.
2021-01-05 17:01:36 +01:00
Salvatore Giordano b23531e632 update deps 2021-01-05 16:59:58 +01:00
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
Salvatore GiordanoandGitHub 82c73ac624 Merge pull request #169 from GetStream/feat/messg-reply
Add Message Reply feature
2021-01-05 10:29:23 +01:00
Salvatore Giordano b8c05d791f change default scroll physics 2021-01-05 10:28:40 +01:00
Sahil Kumar dc801ca91d minor ui fixes
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-05 13:02:17 +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 a317e620a0 [MessageActionsModal] Fix reaction picker alignment for quotedMessage
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-05 12:06:09 +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 1424c56dd5 Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feat/messg-reply 2021-01-05 10:34:04 +05:30
Salvatore Giordano 19c69c3182 shrinkwrap listview 2021-01-04 17:29:09 +01:00
Sahil Kumar e2a07bbfa5 fix tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-01-04 20:20:19 +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 GiordanoandGitHub 7bea2b3fe0 Merge pull request #177 from GetStream/feature/group-info-screen
Group Info Screen
2021-01-04 14:22:05 +01:00
Salvatore Giordano 7f7b33bfd2 merge feature/new-ui 2021-01-04 13:44:35 +01:00