Commit Graph
1015 Commits
Author SHA1 Message Date
Deven Joshi d2a115be6f feat: Added change name, group name, etc 2020-12-15 19:47:21 +05:30
Salvatore Giordano 5e7e5aaac0 fix new chat screen flow 2020-12-15 12:18:16 +01:00
Deven Joshi f2a707bc45 feat: Added group info screen, refactored components, added some functionality 2020-12-14 20:22:48 +05:30
Salvatore Giordano 984d3ec104 don't show copy message for empty messages 2020-12-14 10:03:54 +01:00
Salvatore Giordano 255f9c1608 add enforce_unique: true in send reaction 2020-12-14 10:02:14 +01:00
Salvatore GiordanoandGitHub 35f60199fe Merge pull request #171 from GetStream/qa-fix-attachments
Qa fix attachments
2020-12-11 15:38:57 +01:00
Salvatore Giordano bdd9469371 use expanded gesturedetector 2020-12-11 15:24:23 +01:00
Deven Joshi c487ce92d0 feat: Added file size in proper format 2020-12-11 19:54:02 +05:30
Deven Joshi 18781201e3 feat: Added video thumbnails and playback for attachments 2020-12-11 18:18:35 +05:30
Deven Joshi 102e6ce4d0 fix: Fixed file clip bug 2020-12-11 17:11:19 +05:30
Deven Joshi edeb38a255 fix: Fixed file clip bug 2020-12-11 17:10:12 +05:30
Deven Joshi 4b122a7e54 feat: Added new picker implementation 2020-12-11 17:01:00 +05:30
Salvatore Giordano 9fd79a3e00 fix urlattachment title 2020-12-11 10:15:07 +01:00
Salvatore Giordano bcdc034a2d fix medialistview null bug 2020-12-11 09:40:33 +01:00
Deven Joshi 5302b16115 fix: keyboard fix 2020-12-11 13:04:12 +05:30
Deven Joshi 54cb49eac1 feat: Added file previews 2020-12-10 19:52:32 +05:30
Salvatore Giordano 0534488b94 fix delete conversation logic 2020-12-10 14:42:15 +01:00
Salvatore Giordano b85ed04170 update 1:1 chatinfo ui 2020-12-10 12:29:51 +01:00
Salvatore Giordano df2d822315 add ontap to channelpreview 2020-12-10 11:42:01 +01:00
Salvatore GiordanoandGitHub da4bc14679 Merge pull request #166 from GetStream/feature/chat-info
feat: Added chat info page
2020-12-10 11:03:45 +01:00
Deven Joshi d97f7ecebf fix: Filter and alignment fix 2020-12-10 15:18:14 +05:30
Deven Joshi e0e98299ca fix: Filter and alignment fix 2020-12-10 15:06:32 +05:30
Deven Joshi 328bc4d1bc fix: Removed block button 2020-12-10 14:42:58 +05:30
Deven Joshi 39a2eeea32 fix: File fix 2020-12-10 13:40:01 +05:30
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 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 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
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