5485 Commits
Author SHA1 Message Date
Deven Joshi 79b1401700 fix: Fixed padding 2020-12-09 17:54:13 +05:30
Deven Joshi ca6a90c97f fix: Fixed colors of message attachments 2020-12-09 17:47:24 +05:30
Deven Joshi 839582d72b fix: UI fixes 2020-12-09 17:16:48 +05:30
Deven Joshi 9f56730409 fix: UI fixes 2020-12-09 17:13:59 +05:30
Sahil Kumar a3e2eec345 [MessageWidget] Fix widget gesture detector
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-09 17:09:19 +05:30
Deven Joshi aa09fd380e fix: UI fixes 2020-12-09 16:56:26 +05:30
Sahil Kumar 09fcbad900 [ReplyMessageWidget] fix video attachment thumbnail
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-09 16:35:07 +05:30
Salvatore Giordano fe541892d9 fix .type on null bug 2020-12-09 12:03:01 +01:00
Sahil Kumar ae73eb95c6 [ReplyMessageWidget] remove expanded width
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-09 13:50:03 +05:30
Deven Joshi 5cef917e51 feat: Added implementation for last seen 2020-12-09 13:35:28 +05:30
Sahil Kumar bec480dad7 [Swipeable] Remove extra margin
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-09 12:29:29 +05:30
Salvatore Giordano adefbc1e2d Merge branch 'feature/new-ui' into feat/two-way-pagination 2020-12-08 16:21:19 +01:00
Deven Joshi c6a9775131 feat: Added dummy pages for files and media 2020-12-08 20:00:30 +05:30
Deven Joshi b9a1f813ac fix: Fixed file title 2020-12-08 19:25:04 +05:30
Deven Joshi 08c7b28198 fix: Fixed command picker 2020-12-08 17:36:21 +05:30
Deven Joshi 3394126adf fix: Fixed message input 2020-12-08 17:21:20 +05:30
Sahil Kumar 54061c8d50 [MessageInput] Remove reply message widget when sendMessage is called.
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-08 17:12:33 +05:30
Sahil Kumar 4c3cb91318 [Reply Message Widget] Remove default message text.
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-08 17:02:58 +05:30
Sahil Kumar c133002118 [Swipeable] Allow widget to swipe backward
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-08 17:01:29 +05:30
Sahil Kumar e78bdc6027 fix test
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-08 11:52:11 +05:30
Sahil Kumar 8223f48330 flutter format
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-07 22:45:59 +05:30
Sahil Kumar 34eb399d35 Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feat/messg-reply
 Conflicts:
	lib/src/message_widget.dart
2020-12-07 22:40:34 +05:30
Sahil Kumar 914a82bb49 Add Message Reply feature
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-07 22:29:40 +05:30
Salvatore Giordano 1339f878dc fix mention tap 2020-12-07 17:12:18 +01:00
Salvatore Giordano bb85d64b69 Merge branch 'feature/new-ui' into feature/theme 2020-12-07 16:37:34 +01:00
Deven Joshi 75262dbd49 feat: Added shared groups, removed notifications, fixed listtile 2020-12-07 20:30:54 +05:30
Sahil KumarandGitHub ea7c0f10f4 Merge pull request #168 from GetStream/hotfix/channelPreview 2020-12-07 17:42:50 +05:30
Salvatore Giordano c51ebd12dd version bp 2020-12-07 13:09:53 +01:00
Salvatore Giordano b5b35031d9 fix messageinput autofocus 2020-12-07 13:08:11 +01:00
Salvatore Giordano 7a3218c9df Merge branch 'master' into hotfix/channelPreview 2020-12-07 13:07:56 +01:00
Salvatore GiordanoandGitHub d3126f1e99 Merge pull request #167 from TramPamPam/feature/messageInputAutofocus
Make public autofocus field of the TextField of message_input
2020-12-07 13:07:05 +01:00
Salvatore Giordano ac4a60ebb7 do not wrap custom channel preview builder to avoid weird behaviour 2020-12-07 13:02:10 +01:00
Oleksandr Bezpalchuk 5d35551a00 Make public autofocus field of the TextField of message_input 2020-12-07 12:21:11 +02:00
Salvatore Giordano e80a30dca4 fix giphy borderradius 2020-12-04 16:08:46 +01:00
Salvatore Giordano 5365082e4a fix giphy background 2020-12-04 15:42:26 +01:00
Salvatore Giordano 44cd3754fb fix giphy badge 2020-12-04 15:23:25 +01:00
Deven Joshi 16ed0c5bb4 feat: Added chat info page 2020-12-04 16:29:43 +05:30
Salvatore Giordano b05df98074 update default users and app 2020-12-04 11:06:00 +01:00
Sahil KumarandGitHub a20409c534 Merge pull request #165 from GetStream/hotfix/markREad
do not call markread if channel does not support it
2020-12-04 11:02:56 +05:30
Salvatore Giordano 2e846c0f9f do not call markread if channel does not support it 2020-12-03 17:03:52 +01:00
Salvatore Giordano 4f49664a41 use boxfit.cover 2020-12-03 14:38:25 +01:00
Sahil Kumar 5cd9653c34 [MessageListView] : Use notification listener to implement pagination.
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-03 17:28:38 +05:30
Salvatore GiordanoandGitHub ab89714d1c Merge pull request #159 from GetStream/feature/file-attachment-new
Feature/file attachment new
2020-12-03 12:46:21 +01:00
Salvatore Giordano f052ac96ac fix tests 2020-12-03 12:36:43 +01:00
Salvatore Giordano 71b494c977 fix messageinput exception 2020-12-03 12:14:35 +01:00
Salvatore Giordano a551ab445b fix emoji only messages 2020-12-03 12:08:20 +01:00
Salvatore Giordano d81d680420 fix borderradius 2020-12-03 11:55:14 +01:00
Salvatore Giordano e1c02de320 fix mention debounce 2020-12-03 11:39:38 +01:00
Salvatore Giordano 38687f59ef add cliprrect to file section of messageinput 2020-12-03 11:39:38 +01:00
Deven JoshiandSalvatore Giordano dffad3d6bc fix: fixed sizes of file attachment 2020-12-03 11:39:38 +01:00