Commit Graph
1010 Commits
Author SHA1 Message Date
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
Salvatore GiordanoandGitHub 9aa4760ee3 Merge pull request #151 from GetStream/feat/channel-header-status
feat : channel header status
2020-11-25 12:10:42 +01:00
Salvatore Giordano e5dfdaac21 fix icon boxfit 2020-11-25 11:53:44 +01:00
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
Salvatore Giordano dc7a436e96 align with master 2020-11-24 17:59:33 +01:00
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
Salvatore GiordanoandGitHub cf6ca2404a Merge pull request #147 from GetStream/hotfix/svgs
Hotfix/svgs
2020-11-24 13:53:11 +01:00
Salvatore Giordano 74e399bcc0 fix icons 2020-11-24 13:48:58 +01:00
Salvatore Giordano 987ad4e5ba fix search icon 2020-11-24 13:44:42 +01:00
Salvatore Giordano 6b62eadaa4 add factory constructor 2020-11-24 13:39:36 +01:00
Salvatore Giordano 93c324ac56 fix tests 2020-11-24 13:07:48 +01:00
Salvatore Giordano 8f4e2384f7 Merge branch 'feature/new-ui' into hotfix/svgs 2020-11-24 12:59:10 +01:00
Salvatore Giordano 800dd02aa2 update tests 2020-11-24 12:55:37 +01:00
Salvatore Giordano f1b7c6f39f use StreamSvgIcon widget 2020-11-24 12:52:54 +01:00
Salvatore GiordanoandGitHub 642db9a70c Merge pull request #146 from GetStream/feature/channel-list-header
Feature/channel list header
2020-11-24 11:29:00 +01:00
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
Salvatore Giordano b20caeee8f add cacheextent and placeholder 2020-11-24 10:01:47 +01:00
xsahil03x f61d42bf3a [Channel List Header] Hide online status from user avatar 2020-11-24 12:44:34 +05:30
Salvatore Giordano d68c02066e change reconnection logic 2020-11-23 17:00:51 +01:00
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
Salvatore GiordanoandGitHub a82f189af2 Merge pull request #144 from GetStream/feature/animations
Feature/animations
2020-11-23 12:20:07 +01:00
xsahil03x 525991f24b feat : ChannelListHeader 2020-11-23 16:36:50 +05:30
Deven Joshi 162971636e fix: Fixed tests 2020-11-23 16:13:13 +05:30
Deven Joshi cb4bd6849d fmt 2020-11-23 16:05:16 +05:30
Deven Joshi 0ba45d82be fix: Fixed dispose errors 2020-11-23 15:46:38 +05:30
Salvatore GiordanoandGitHub 0a9652f1ac Merge pull request #142 from GetStream/feature/new-chat-screens
Feature/new chat screens
2020-11-23 10:44:41 +01:00
Salvatore Giordano f1f6d78411 Merge branch 'feature/new-ui' into feature/new-chat-screens 2020-11-23 10:41:59 +01:00
Salvatore GiordanoandGitHub 55e27d91b6 Merge pull request #139 from GetStream/feature/loading
Feature/loading
2020-11-23 10:35:12 +01:00
Salvatore Giordano 37891ae3c5 remove chips tapping on them 2020-11-23 10:30:58 +01:00
Salvatore Giordano e87c945863 add id for new groups 2020-11-23 10:02:30 +01:00
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