Deven Joshi
|
9e20031320
|
fix: Channel list builder perf fix
|
2021-05-21 14:18:21 +05:30 |
|
 Salvatore GiordanoandGitHub
|
99afb0ba8e
|
Merge pull request #430 from GetStream/rfac/transform
refactor: transform
|
2021-05-18 14:54:41 +02:00 |
|
Salvatore Giordano
|
2d1c99cab7
|
regenerate golden
|
2021-05-18 12:34:35 +02:00 |
|
Deven Joshi
|
13cc5f1c4b
|
fix: update goldens
|
2021-05-18 15:47:38 +05:30 |
|
Deven Joshi
|
54c5b288d0
|
fix: analysis
|
2021-05-18 15:34:37 +05:30 |
|
Deven Joshi
|
9e9cd2b66f
|
fix: attachment borders
|
2021-05-18 15:22:41 +05:30 |
|
Deven Joshi
|
5155940ddd
|
fix: attachment borders
|
2021-05-18 14:39:01 +05:30 |
|
 Salvatore GiordanoandGitHub
|
de3f720ced
|
Merge pull request #438 from GetStream/hotfix/theme
fix: .copy and export reactionIcons
|
2021-05-18 11:06:13 +02:00 |
|
Salvatore Giordano
|
15cfcc5143
|
fix: .copy and export reactionIcons
|
2021-05-18 10:36:03 +02:00 |
|
Salvatore Giordano
|
8d6af7a7c2
|
Merge branch 'develop' into rfac/transform
|
2021-05-17 17:04:11 +02:00 |
|
Salvatore Giordano
|
292c21004c
|
fix action modal
|
2021-05-17 17:03:57 +02:00 |
|
Deven Joshi
|
80bc94ba38
|
fix: paint bubble
|
2021-05-17 20:17:33 +05:30 |
|
Deven Joshi
|
3dc4e9c016
|
fix: paint bubble
|
2021-05-17 19:10:01 +05:30 |
|
Salvatore Giordano
|
c00faa123d
|
fix stream channel query
|
2021-05-17 14:48:17 +02:00 |
|
Salvatore Giordano
|
fe262ca422
|
fix stream channel query
|
2021-05-17 14:37:56 +02:00 |
|
Salvatore Giordano
|
7cb3d449c2
|
fix image group navigation
|
2021-05-17 14:32:23 +02:00 |
|
 Salvatore GiordanoandGitHub
|
9ac200c04d
|
Merge pull request #433 from GetStream/hotfix/filters
fix: filter.operator can be null
|
2021-05-17 13:53:20 +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 Giordano
|
2263dc097b
|
fix messageinput
|
2021-05-17 11:30:05 +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 |
|
Deven Joshi
|
5f0ed1bfcb
|
fix: analysis
|
2021-05-14 18:19:19 +05:30 |
|
Deven Joshi
|
08635729d5
|
fix: Fixed threads
|
2021-05-14 18:16:38 +05:30 |
|
Deven Joshi
|
38e3d32bcb
|
alignment changes
|
2021-05-14 17:53:23 +05:30 |
|
Salvatore Giordano
|
a04c46090a
|
bump db version
|
2021-05-14 14:03:31 +02:00 |
|
Salvatore Giordano
|
527e979660
|
fix reaction extradata in persistence
|
2021-05-14 13:48:36 +02:00 |
|
Salvatore Giordano
|
3bd11d0c45
|
fix reaction extradata
|
2021-05-14 13:39:49 +02:00 |
|
Salvatore Giordano
|
084d339cc4
|
add tests
|
2021-05-14 12:55:34 +02:00 |
|
Deven Joshi
|
09cbec649f
|
alignment changes
|
2021-05-14 15:51:54 +05:30 |
|
Salvatore Giordano
|
af59b7af8a
|
map correctly mentioned users
|
2021-05-14 11:44:48 +02:00 |
|
Salvatore Giordano
|
a46186e6a7
|
use Map<String, Object?> for extradata in persistence
|
2021-05-14 11:28:32 +02:00 |
|
Salvatore Giordano
|
0ab428ce2e
|
use Map<String, Object?> for extradata
|
2021-05-14 11:24:05 +02:00 |
|
Deven Joshi
|
a49ba26855
|
Merge branches 'develop' and 'rfac/transform' of https://github.com/GetStream/stream-chat-flutter into rfac/transform
Conflicts:
packages/stream_chat_flutter/lib/src/deleted_message.dart
packages/stream_chat_flutter/lib/src/message_widget.dart
|
2021-05-14 12:33:42 +05:30 |
|
Deven Joshi
|
1767200c39
|
rfac: Alignment of messages and reaction bubbles
|
2021-05-13 17:19:40 +05:30 |
|
 Salvatore GiordanoandGitHub
|
7b1790a198
|
Merge pull request #421 from GetStream/fix/ofCalls
fix: [CDS-262] move .of calls to didChangeDependencies
|
2021-05-12 16:48:10 +02:00 |
|
Salvatore Giordano
|
2b9f20a04d
|
add small test
|
2021-05-12 16:36:44 +02:00 |
|
Salvatore Giordano
|
5de52d6601
|
fix tests
|
2021-05-12 16:09:46 +02:00 |
|
Salvatore Giordano
|
ea19e9000b
|
move get replies logic to didupdatewidget
|
2021-05-12 15:39:21 +02:00 |
|
Deven Joshi
|
485d99ddb4
|
rfac: Alignment of messages and reaction bubbles
|
2021-05-12 17:54:22 +05:30 |
|
Salvatore Giordano
|
5f010ce82d
|
fix tests
|
2021-05-12 13:52:02 +02:00 |
|
 Salvatore GiordanoandGitHub
|
102fdc745f
|
Merge pull request #429 from GetStream/perf-fixes
fix: performance
|
2021-05-12 13:49:39 +02:00 |
|
Deven Joshi
|
0f6aa466a2
|
rfac: Removed basic transforms and adjusted borders
|
2021-05-12 16:16:50 +05:30 |
|
Salvatore Giordano
|
a7f00b3d85
|
update didchangedependencies
|
2021-05-12 11:50:06 +02:00 |
|
 Sahil KumarandGitHub
|
de50b1a22c
|
Merge pull request #428 from GetStream/feat/textOverflow
|
2021-05-12 13:28:25 +05:30 |
|
Salvatore Giordano
|
f717b4c88a
|
title not null
|
2021-05-11 17:15:31 +02:00 |
|
Salvatore Giordano
|
3f65f04c17
|
fix unread count
|
2021-05-11 16:29:31 +02:00 |
|