932 Commits
Author SHA1 Message Date
Sahil Kumar 7a95192093 add extension_test.dart, serializer_test.dart and utils_test.dart 2021-06-03 21:44:12 +05:30
Sahil Kumar 63d391ba7a add chat_persistence_client_test.dart 2021-06-03 20:04:32 +05:30
Sahil Kumar 1626d7432c add websocket_test.dart 2021-06-03 18:06:56 +05:30
Sahil Kumar d758f3df1d change file structure, replace rate_limit with the pub dependency
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-03 13:38:32 +05:30
Sahil Kumar 12e6b9c500 unify errors, refactor retry_queue
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-02 17:56: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 c10166dbff experiment with streambuilder 2021-06-01 17:24:26 +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
Sahil Kumar 927eb3c451 extract location outside of client options
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-28 10:35:13 +05:30
Sahil Kumar 9201ebb2f3 improvements
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 20:26:52 +05:30
Sahil Kumar 73aa8f58e3 merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 20:10:45 +05:30
Sahil Kumar 5cada0ce49 Merge branches 'develop' and 'ref/segregate-api-layer' of https://github.com/GetStream/stream-chat-flutter into ref/segregate-api-layer
 Conflicts:
	packages/stream_chat/lib/src/api/channel.dart
	packages/stream_chat/lib/src/client.dart
	packages/stream_chat_persistence/lib/src/db/moor_chat_database.g.dart
2021-05-27 20:07:11 +05:30
Sahil Kumar 839ced618b major refactoring
Signed-off-by: Sahil Kumar <[email protected]>
2021-05-27 19:59:34 +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
Deven Joshi 0e1e9a12f9 feat: Added pin message functionality 2021-05-26 16:39:48 +05:30
Salvatore Giordano c151a86fc7 fix typo 2021-05-21 15:23:20 +02:00
Salvatore Giordano d764de9f68 add test 2021-05-21 11:37:03 +02:00
Salvatore Giordano 5b39893f76 add test 2021-05-21 11:36:08 +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 bdc19a9d59 make timeoutOrExpirationDate optional 2021-05-21 10:41:50 +02:00
Salvatore Giordano 80cbb266d2 fix tests 2021-05-19 13:45:22 +02:00
Salvatore Giordano b67db631e4 use specific analysis option files 2021-05-19 13:30:37 +02:00
Salvatore Giordano f5e73d3cc6 update rxdart 2021-05-19 12:59:21 +02:00
Salvatore Giordano 3ab1e1956e bump changelogs and pubspecs 2021-05-19 12:43:52 +02:00
Salvatore Giordano 5d4b2d33fa add doc comment 2021-05-17 13:28:40 +02:00
Salvatore Giordano 26e1c21e70 add filter.raw 2021-05-17 12:53:37 +02:00
Salvatore Giordano 16953b3a0a remove print 2021-05-17 12:35:57 +02:00
Salvatore Giordano c7eeb35ef9 add test 2021-05-17 12:35:13 +02:00
Salvatore Giordano 6088c0bd99 operator can be null in certain cases 2021-05-17 12:27:22 +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 3bd11d0c45 fix reaction extradata 2021-05-14 13:39:49 +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 88b8818e45 fix deps 2021-05-04 09:50:19 +02:00
Salvatore Giordano 21792b355c remove final from _path in ws 2021-05-03 16:21:48 +02:00
Salvatore Giordano c41e9e8a2e update changelogs and pubspecs 2021-05-03 15:16:11 +02:00
Salvatore Giordano bb0fe7c1e7 Merge branch 'feature/null-safety' into feat/ui-nnbd 2021-05-03 10:46:06 +02:00
Salvatore Giordano a40fd2303a Merge branch 'develop' into feature/null-safety 2021-05-03 10:43:26 +02:00
Salvatore Giordano 01b664bc2f Merge branch 'master' into develop 2021-05-03 10:37:24 +02:00
Salvatore Giordano 452d0c5717 fix rebase 2021-04-30 15:20:03 +02:00