Commit Graph
111 Commits
Author SHA1 Message Date
Salvatore Giordano 5cd9a3be53 fix analysis 2021-06-17 13:15:01 +02:00
Salvatore Giordano 4182ad3501 add thread parent indicators 2021-06-17 13:04:53 +02:00
7bc55a0182 Update packages/stream_chat/lib/src/api/channel.dart
Co-authored-by: Sahil Kumar <[email protected]>
2021-06-14 17:03:40 +02:00
Salvatore Giordano d476841312 fix thread reply with attachment 2021-06-14 16:45:39 +02:00
Salvatore Giordano dc6c3094e9 performance fixes 2021-06-09 16:11:59 +02:00
Salvatore Giordano e567e5f12b Merge branch 'develop' into perf 2021-06-08 10:03:27 +02:00
Salvatore Giordano 6239fefbaa Merge branch 'develop' into feat/pinned 2021-06-08 09:43:07 +02:00
Salvatore Giordano 877de57669 use skipPush as a send message param 2021-06-07 13:04:23 +02:00
Deven Joshi 96f65ae619 fix: fixed pin tests 2021-06-07 13:04:38 +05:30
Deven Joshi 39d82c75ad feat: Added new API endpoint 2021-06-02 15:55:39 +05:30
Salvatore GiordanoandGitHub 08877f4927 Merge branch 'develop' into perf 2021-06-02 09:52:25 +02:00
Salvatore Giordano 06bf2cdfe5 fix rebuild message list view 2021-06-01 15:42:45 +02:00
Deven Joshi 71b7facc0c Merge branches 'develop' and 'feat/pinned' of https://github.com/GetStream/stream-chat-flutter into feat/pinned 2021-05-31 15:44:24 +05:30
Deven Joshi 23fbfbeff9 fix: Now caches message before update 2021-05-27 16:41:04 +05:30
Salvatore Giordano 4f5958a067 implement connectivity plus 2021-05-27 11:04:30 +02:00
Salvatore Giordano c151a86fc7 fix typo 2021-05-21 15:23:20 +02:00
Salvatore Giordano a543cf325a fix assert error message 2021-05-21 10:50:35 +02:00
Salvatore Giordano 32cb1e7700 replicate in channel 2021-05-21 10:45:59 +02:00
Salvatore Giordano f5e73d3cc6 update rxdart 2021-05-19 12:59:21 +02:00
Salvatore GiordanoandGitHub 625c2f0ad2 Merge pull request #431 from GetStream/fix/mentionedUsers
fix: [CDS-299] mentioned users
2021-05-17 09:35:06 +02:00
Salvatore Giordano 712a156cce fix querymembers 2021-05-14 15:31:40 +02:00
Salvatore Giordano 0ab428ce2e use Map<String, Object?> for extradata 2021-05-14 11:24:05 +02:00
Salvatore GiordanoandGitHub 102fdc745f Merge pull request #429 from GetStream/perf-fixes
fix: performance
2021-05-12 13:49:39 +02:00
Salvatore Giordano 3f65f04c17 fix unread count 2021-05-11 16:29:31 +02:00
Deven Joshi 682fe3f447 Changed to distinct implementation 2021-05-11 14:55:25 +05:30
Deven Joshi 16ecd0568e fix: dartfmt 2021-05-11 10:19:09 +05:30
Deven Joshi 4c11dca792 Added a new message list controller 2021-05-11 10:11:38 +05:30
Salvatore Giordano 18ce268e48 use common analysis options 2021-05-06 11:48:26 +02:00
Salvatore Giordano 21792b355c remove final from _path in ws 2021-05-03 16:21:48 +02:00
Salvatore Giordano 452d0c5717 fix rebase 2021-04-30 15:20:03 +02:00
Salvatore Giordano 5bbe82c7eb fix review 2021-04-30 15:00:51 +02:00
Salvatore Giordano 34888d0fff migrate ui 2021-04-30 14:58:50 +02:00
Sahil Kumar a2d8ddc72b add type safe filters in queryUsers and queryMembers
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-30 14:21:10 +05:30
Sahil Kumar 8c666caa52 refactor (core <-> ui <-> persistence) with the new filter changes.
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-27 15:41:00 +05:30
Salvatore GiordanoandGitHub 7efe7de9f2 Merge branch 'feature/null-safety' into persistence-nnbd 2021-04-21 10:06:43 +02:00
Sahil Kumar 4e9f4baf23 fix example
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 21:17:43 +05:30
Sahil Kumar 3bb1b11ee8 migrate to nnbd
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-20 19:52:06 +05:30
Salvatore Giordano 4c4473d4b5 migrate sample app 2021-04-20 13:14:07 +02:00
Salvatore Giordano bc9e0d0285 migrate code 2021-04-20 12:44:22 +02:00
Salvatore Giordano b250bdb98e fix persistence abstract class 2021-04-19 16:21:32 +02:00
Salvatore Giordano 5c5c4bbc3f fix tests 2021-04-19 15:11:40 +02:00
Sahil Kumar 07196eab96 fix tests
Signed-off-by: Sahil Kumar <[email protected]>
2021-04-19 17:43:11 +05:30
Salvatore Giordano af135ecb9c move on with the migration 2021-04-19 12:40:00 +02:00
Neevash Ramdial 8a92392914 retryAttachmentUpload should not be null 2021-04-16 09:34:50 -04:00
Deven Joshi e1ab168d33 fix: client state migrated to null 2021-04-16 17:52:08 +05:30
Deven Joshi 72a0ca3110 fix: Review changes 2021-04-16 14:11:46 +05:30
Deven Joshi be9c841c8a fix: Review changes 2021-04-16 13:41:05 +05:30
Deven Joshi 834e29c3cc fix: generated new models, fixed reactions 2021-04-14 19:31:59 +05:30
Salvatore Giordano 1bff129deb hotfix tests 2021-04-14 14:01:34 +02:00
Deven Joshi 88f9bcc80c feat: Converted to ios models part II 2021-04-14 14:56:04 +05:30