Commit Graph
69 Commits
Author SHA1 Message Date
xsahil03x 139730d911 minor fix
Signed-off-by: xsahil03x <[email protected]>
2020-11-26 16:28:15 +05:30
Sahil KumarandGitHub 94c202f1b4 Merge pull request #152 from GetStream/feature/typingAnimation 2020-11-26 14:25:07 +05:30
Sahil Kumar 1c42db37da Fix search icon
Signed-off-by: xsahil03x <[email protected]>
2020-11-26 11:56:56 +05:30
xsahil03x 973ab806d7 Merge branches 'feature/new-ui' and 'qa/new-chat-screens' of github.com:GetStream/stream-chat-flutter into qa/new-chat-screens
 Conflicts:
	example/lib/new_group_chat_screen.dart
2020-11-25 22:39:14 +05:30
xsahil03x ed3fc88f62 Configure routes in example project. 2020-11-25 22:37:11 +05:30
xsahil03x 806b34f092 minor changes 2020-11-25 16:59:54 +05:30
xsahil03x 305b920970 Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into qa/new-chat-screens 2020-11-25 16:43:55 +05:30
xsahil03x cd84555f74 extract searchTextField into a separate widget 2020-11-25 16:43:35 +05:30
xsahil03x 850657cc63 fix icon 2020-11-25 15:54:19 +05:30
xsahil03x ef403d53c9 remove comments 2020-11-25 15:49:59 +05:30
xsahil03x 177d50a511 Hide keyboard on scrolling user list 2020-11-25 15:41:06 +05:30
xsahil03x d15a11b088 minor changes 2020-11-25 15:19:02 +05:30
xsahil03x 6edfbb2e98 feat : channel header status 2020-11-25 15:14:33 +05:30
xsahil03x 3cda66a255 Minor merge fixes 2020-11-25 11:41:07 +05:30
xsahil03x f08976fad1 Merge branches 'feature/new-ui' and 'qa/new-chat-screens' of github.com:GetStream/stream-chat-flutter into qa/new-chat-screens
 Conflicts:
	example/lib/group_chat_details_screen.dart
	example/lib/new_group_chat_screen.dart
2020-11-25 11:24:15 +05:30
xsahil03x fbc279f9dd [NewGroupChatScreen] Float selected users and searchField when list is scrolling. 2020-11-24 21:46:31 +05:30
xsahil03x 2ee8b72a31 [UserListView] Use LazyLoadScrollView for pagination rather than listening scroll controller 2020-11-24 21:45:42 +05:30
xsahil03x 92b88c505e Minor fix 2020-11-24 15:33:48 +05:30
xsahil03x a0afe4d091 [UserListView] Replace ListView.custom, GridView.custom with separated,builder respectively, 2020-11-24 15:06:18 +05:30
xsahil03x 5ec2b20a0d [Channel List Header] Replace pen_write icon with correct svg icon. 2020-11-24 14:55:37 +05:30
xsahil03x f61d42bf3a [Channel List Header] Hide online status from user avatar 2020-11-24 12:44:34 +05:30
xsahil03x 7aac92e890 minor fixes 2020-11-23 20:57:32 +05:30
xsahil03x bcb6515ea8 minor fixes 2020-11-23 20:51:03 +05:30
xsahil03x 6508c040dd [ChipsInputTextField] Request focus and vice versa when item addition is resumed/paused. 2020-11-23 20:48:46 +05:30
xsahil03x 515b9734cb [NewGroupChatScreen] Maintain selectedUsersList when going back and forward in the flow 2020-11-23 20:40:09 +05:30
xsahil03x f789975844 Open new chat screen page when new chat button is pressed. 2020-11-23 17:51:37 +05:30
xsahil03x 942250d517 [ChannelListHeader] Add docComments 2020-11-23 17:49:42 +05:30
xsahil03x a30565e0e1 [ChannelListHeader] Refactor, Add support for trailing, leading widget taps. 2020-11-23 17:40:41 +05:30
xsahil03x 525991f24b feat : ChannelListHeader 2020-11-23 16:36:50 +05:30
xsahil03x 06037acede [UserListView] Add docComment 2020-11-23 13:48:47 +05:30
xsahil03x 4b317d719c Refactor UserListView to support (crossAxisCount > 1) i.e: GridViews 2020-11-23 12:57:20 +05:30
xsahil03x 593dcabc6e Fix formatting mistake 2020-11-20 20:08:50 +05:30
xsahil03x 265e8622f3 Add formatting mistake for testing action. 2020-11-20 20:05:14 +05:30
xsahil03x 1d5717ce9a Add flutter format check in test.yml 2020-11-20 20:04:51 +05:30
xsahil03x 5352c2ac4b Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/new-chat-screens
 Conflicts:
	example/pubspec.yaml
2020-11-20 19:36:24 +05:30
xsahil03x dde0bec857 Merge branch 'feature/new-chat-screens' of github.com:GetStream/stream-chat-flutter into feature/new-chat-screens 2020-11-20 19:31:37 +05:30
xsahil03x 879f5d31bc UI fixes 2020-11-20 19:31:13 +05:30
xsahil03x 8bc9e62917 Reduce debounce duration to 350ms from 500ms 2020-11-20 18:59:36 +05:30
xsahil03x daf8758f61 Fix UserAdd IconButton alignment 2020-11-20 18:58:53 +05:30
xsahil03x 4ded4d577d Hide Create group button once a user is selected 2020-11-20 18:38:07 +05:30
xsahil03x aa62d9a01d add debounce in searchQuery 2020-11-20 18:15:59 +05:30
xsahil03x 2908cd66c5 Change last seen text to last online 2020-11-20 18:11:57 +05:30
xsahil03x 409d95d86a [UserListView] Add a "isListAlreadySorted" check before sorting list. 2020-11-20 18:06:47 +05:30
xsahil03x c384588d5b UI nit picks 2020-11-20 17:55:55 +05:30
xsahil03x 389656a477 UI nit picks 2020-11-20 12:06:00 +05:30
xsahil03x 822547b644 Release textEditingController listeners in dispose. 2020-11-19 18:40:45 +05:30
xsahil03x 1cbb10942f Remove old create channel screen 2020-11-19 18:32:49 +05:30
xsahil03x 2fb6083339 Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/new-chat-screens
 Conflicts:
	lib/src/message_input.dart
2020-11-19 18:22:56 +05:30
xsahil03x f3c3214802 [UserListView] Cleanup 2020-11-19 18:18:55 +05:30
xsahil03x 0138f87c75 [NewChat, NewGroup] Add emptyState widget 2020-11-19 18:18:01 +05:30
xsahil03x 97b03910f1 Minor ui fixes 2020-11-19 17:47:50 +05:30
xsahil03x 08bc56799d [New Group Chat] Complete name of group chat screen. 2020-11-19 17:38:36 +05:30
xsahil03x 382e77e4a4 Expose UserItem from the package. 2020-11-19 17:07:54 +05:30
xsahil03x d3ae3a5e4d [UserItem] Add "showLastSeen" property 2020-11-19 17:06:44 +05:30
xsahil03x 33e91ff188 [New Group Chat] Complete add group members screen 2020-11-19 15:11:40 +05:30
xsahil03x 1a21dc27a2 [Drawer,NewChatScreen] Navigate to NewGroupChatScreen on "New Group" button press. 2020-11-19 13:20:55 +05:30
xsahil03x 83d68c4baf [NewChatScreen] Add create group button, Finishing touches 2020-11-19 13:14:08 +05:30
xsahil03x 7733cc7459 [NewChatScreen] Navigate to ChannelPage on successful messageSent 2020-11-19 12:11:57 +05:30
xsahil03x 6411afdee0 temp push 2020-11-18 20:15:34 +05:30
xsahil03x 1742fe6f5f feat: Replace List with Set for easier computation. 2020-11-18 17:16:18 +05:30
xsahil03x eda42df7da fix : whereIterable<T> to List<T> 2020-11-18 13:38:08 +05:30
xsahil03x 4561057452 feat : Add support for userName filtering in user list 2020-11-18 13:30:03 +05:30
xsahil03x b115cd254c feat : Add alphabetically grouping flag to User list 2020-11-18 12:56:46 +05:30
xsahil03x c8001de7ad [CreateChannelPage] Refactor to use newly build UserListView 2020-11-18 00:09:57 +05:30
xsahil03x 9b36c2348e feat: add selection property to user list item 2020-11-18 00:09:07 +05:30
xsahil03x e5b25d8d06 feat: user list 2020-11-17 23:32:16 +05:30
Sahil Kumar cd8ca90052 feat: user list
Signed-off-by: Sahil Kumar <[email protected]>
2020-11-17 21:30:05 +05:30
Sahil Kumar a8a5e5dfdf [Channels Bloc] Fix typo
Signed-off-by: Sahil Kumar <[email protected]>
2020-11-17 18:19:33 +05:30
Sahil Kumar 413dec0336 feat: Navigate to new chat screen on drawer item click
Signed-off-by: xsahil03x <[email protected]>
2020-11-17 16:00:52 +05:30