2932 Commits
Author SHA1 Message Date
Sahil Kumar f6cf835b4e fix(llc): update currentUser after successful connection
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 20:23:28 +05:30
groovinchip 66ea5557e8 test: create tests for AvatarThemeData 2021-07-27 10:47:01 -04:00
Sahil Kumar 39449e5700 chore(persistence): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 20:07:55 +05:30
Sahil Kumar 658f7f2504 feat(persistence): add support for message.i18n
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 20:06:06 +05:30
groovinchip f90fd713c2 chore: upgrade AvatarTheme
* `AvatarTheme` is now an `InheritedTheme` and has a corresponding `AvatarThemeData` class
2021-07-27 10:32:49 -04:00
Sahil Kumar 7449540f34 fix(llc, ui): fix failing tests
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 18:35:15 +05:30
Sahil Kumar 467e892079 feat(ui): add support for translated message in MessageText
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 16:49:04 +05:30
xsahil03x aad60bbc66 chore(llc): remove redundant event.me listener
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 16:48:25 +05:30
Sahil Kumar c5782e0275 chore(llc): re-generate model classes
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 16:47:24 +05:30
cef76aa27e Update packages/stream_chat_flutter/lib/src/message_widget.dart
Co-authored-by: Salvatore Giordano <[email protected]>
2021-07-27 15:04:10 +05:30
6cd80a7382 Update packages/stream_chat_flutter/lib/src/message_widget.dart
Co-authored-by: Salvatore Giordano <[email protected]>
2021-07-27 15:03:19 +05:30
Salvatore GiordanoandGitHub 4de68ba6cc Merge branch 'develop' into delete_message_fix 2021-07-27 09:32:37 +02:00
groovinchip bcabbf12db chore: refactor most theme related classes into a /theme folder
stream_chat_theme.dart remains in /src because I feel it will cause too much of a mess if moved.
2021-07-26 14:46:14 -04:00
groovinchip 9fb60e93c1 progress on slow mode 2021-07-26 11:42:24 -04:00
Deven Joshi 63ed35a5de added changelog entries 2021-07-26 18:33:41 +05:30
Deven Joshi f326480ed3 added changelog entries 2021-07-26 18:30:31 +05:30
xsahil03x 6329c1e9a8 Merge remote-tracking branch 'origin/develop' into cds-328
# Conflicts:
#	packages/stream_chat/CHANGELOG.md
#	packages/stream_chat/lib/src/client/client.dart
2021-07-26 18:28:07 +05:30
Deven Joshi e373d42c1b fix: analysis 2021-07-26 16:52:06 +05:30
Sahil Kumar 5c7877b987 chore(llc, core, ui): ignore deprecated methods from codecov
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 16:45:36 +05:30
Deven Joshi 010d0f8382 fix 2021-07-26 15:55:45 +05:30
Deven Joshi 13782f8e1b feat: Added new builders and restructured 2021-07-26 15:49:04 +05:30
Sahil Kumar 2be51c0c01 chore(core): fix MockClientState
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 15:25:15 +05:30
Deven Joshi c0951272eb feat: Extracted visible_footnote.dart, corrected default filter 2021-07-26 15:06:47 +05:30
Sahil Kumar f7b9511adb refactor(llc, core, ui): Deprecate .user, .userStream in favor of .currentUser, .currentUserStream
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 14:57:29 +05:30
xsahil03x 23ebe009f7 Merge remote-tracking branch 'origin/develop' into cds-328
# Conflicts:
#	packages/stream_chat/CHANGELOG.md
2021-07-26 14:15:48 +05:30
Salvatore Giordano ccd748a936 bump version and changelog 2021-07-26 10:38:42 +02:00
Salvatore GiordanoandGitHub 171074368f Merge pull request #560 from GetStream/replace_random_png
feat(ui): Replace random png
2021-07-26 09:33:19 +02:00
Salvatore GiordanoandGitHub dbf3d7eb1a Merge pull request #576 from GetStream/fix/575
fix(llc): reverse user, event.me merge position
2021-07-26 09:33:05 +02:00
Sahil Kumar 13df95a107 fix(llc): reverse user, event.me merge position
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 12:54:41 +05:30
Salvatore Giordano 8ab1ad1a2d fix analysis 2021-07-23 16:24:11 +02:00
Salvatore Giordano 9b26dafc8e export GradientAvatar 2021-07-23 16:08:47 +02:00
Salvatore Giordano 1a5b2ddfba fix goldens 2021-07-23 16:07:01 +02:00
Salvatore GiordanoandGitHub ffd20dd00f Merge pull request #571 from GetStream/feat/testTolerance
feat(ui): use custom golden comparator
2021-07-23 15:34:03 +02:00
Deven Joshi 8c3e8e0c12 fix: fixed tests 2021-07-23 18:39:59 +05:30
Sahil Kumar e7a7521669 chore(localization): update readme.md
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 17:19:10 +05:30
Sahil Kumar d6db3d84e0 chore(localization): fix analyzer warning
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 16:56:21 +05:30
Sahil Kumar 9b759df813 chore(localization): add examples
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 16:55:46 +05:30
xsahil03x 82df8bce79 Merge remote-tracking branch 'origin/develop' into feat/localization 2021-07-23 16:43:12 +05:30
Sahil Kumar 2acfaf7a7c test(llc): re-add removed tests
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 15:12:52 +05:30
Sahil Kumar 44b4358c3d chore(llc): minor changes
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 14:53:43 +05:30
Salvatore Giordano 49ebb1e085 fix analysis 2021-07-23 10:33:59 +02:00
Salvatore Giordano 7b2bf3c434 add tests 2021-07-23 10:27:47 +02:00
Salvatore Giordano ad916de425 add additional qs and header to http client; add additional queryParams to websocket 2021-07-23 10:27:31 +02:00
Salvatore Giordano 9ebd8c7876 fix(llc): ignore healthcheck user.me objects 2021-07-23 09:42:59 +02:00
groovinchip 848aa550f7 chore: add doc for cooldown in channel_model.dart 2021-07-22 13:47:58 -04:00
groovinchip c2b6ea13d8 fix: use the right stream for cooldown stream 2021-07-22 13:46:04 -04:00
groovinchip 4f768024c6 chore: Add language to OwnUser 2021-07-22 11:08:10 -04:00
Sahil Kumar 36a13e8a2b fix(localization): fix fileTooLargeAfterCompressionError, fileTooLargeError
Signed-off-by: xsahil03x <[email protected]>
2021-07-22 20:16:36 +05:30
Sahil Kumar 937f55e67b chore(ui): fix analysis error
Signed-off-by: xsahil03x <[email protected]>
2021-07-22 20:02:36 +05:30
Sahil Kumar 17ea43b9d9 test(localization): fix test
Signed-off-by: xsahil03x <[email protected]>
2021-07-22 19:55:23 +05:30