Commit Graph
89 Commits
Author SHA1 Message Date
Sahil Kumar 6686cc1af6 feat(ui): improve add support for mentionAllAppUsers in UserMentionsOverlay.
Signed-off-by: xsahil03x <[email protected]>
2021-09-27 16:27:17 +05:30
Deven Joshi 7d362db390 fix(ui): check scrollController is attached before calling jump. 2021-09-17 18:34:00 +05:30
Sahil Kumar 6427e34119 feat(ui, core): deprecate pagination in favor of limit
Signed-off-by: xsahil03x <[email protected]>
2021-09-15 20:50:44 +05:30
Sahil Kumar 01e259a6ae test(llc): fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-09-07 21:12:33 +05:30
Salvatore GiordanoandGitHub ad8729e8ed Merge pull request #619 from GetStream/cds-405
refactor(ui): use channel `.nameStream` and `.imageStream` instead of `.extraDataStream`
2021-08-23 11:26:20 +02:00
Deven Joshi 1f874b1252 Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into cds-189 2021-08-20 16:19:28 +05:30
Sahil Kumar 54b162749d refactor(ui): Replace channel.extraDataStream with channel.nameStream, channel.imageStream in ChannelName and ChannelAvatar widget respectively.
Signed-off-by: xsahil03x <[email protected]>
2021-08-20 16:15:20 +05:30
Deven Joshi 5cd59f2277 fix: timer dispose, added widget test 2021-08-19 18:03:34 +05:30
Salvatore GiordanoandGitHub 791729db4d Merge branch 'develop' into localization-ko-and-jp 2021-08-19 12:19:11 +02:00
Sahil Kumar 6fb8c8731e fix(ui): fix test
Signed-off-by: xsahil03x <[email protected]>
2021-08-17 14:46:44 +05:30
Gordon Hayes ae8ebe2dba chore: prefer image and name property on image 2021-08-10 10:00:02 +02:00
Sacha Arbonel 59b4f5568c breaking change: ofText->galleryPaginationText 2021-08-02 15:30:58 -04:00
groovinchip 6e6ce8c7f3 test: fix mid-lerp test in channel_header_theme_test.dart 2021-08-02 14:44:36 -04:00
groovinchip e5270e60d0 chore: merge latest dev 2021-08-02 13:15:28 -04:00
groovinchip d5f38fa545 test: fixed failing test in channel_preview_theme_test.dart 2021-08-02 12:58:31 -04:00
groovinchip 26b2bf3f18 test: add test for ChannelListHeaderTheme 2021-08-02 12:02:18 -04:00
groovinchip c3d2896071 test: add tests for MessageTheme 2021-08-02 10:56:06 -04:00
groovinchip 628ef401d4 chore: update message_theme.dart
Includes Diagnosticable, more descriptive field names, lerp, ==, and hashCode
2021-08-02 10:47:38 -04:00
groovinchip 5e1eb7a320 test: add tests for ChannelPreviewTheme 2021-08-02 09:53:39 -04:00
groovinchip c7d399704e test: Merging two MessageInputThemeData results in the latter 2021-07-30 11:35:32 -04:00
groovinchip 5b99507db3 test: lerp halfway from light to dark 2021-07-30 11:34:46 -04:00
Sahil Kumar f0f2418e92 test(ui): fix lerp dark to light test
Signed-off-by: Sahil Kumar <[email protected]>
2021-07-30 20:39:10 +05:30
groovinchip cc89edc244 test: fix light to dark test, add dark to light test 2021-07-30 10:30:33 -04:00
groovinchip 822b0ad725 test: start testing MessageInputTheme 2021-07-29 13:59:02 -04:00
xsahil03x f68d3df179 Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
#	packages/stream_chat_flutter/lib/src/message_text.dart
2021-07-28 15:26:30 +05:30
xsahil03x 7720bf677d Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
#	packages/stream_chat_flutter/lib/src/attachment/giphy_attachment.dart
#	packages/stream_chat_flutter/lib/src/channel_name.dart
#	packages/stream_chat_flutter/lib/src/message_search_item.dart
#	packages/stream_chat_flutter/lib/src/message_widget.dart
2021-07-28 15:18:09 +05:30
Salvatore Giordano fe7a8a1ed0 make language nullable 2021-07-28 11:20:07 +02:00
groovinchip 82fa916090 test: move theme test files into their own folder within test/src 2021-07-27 15:30:34 -04:00
groovinchip 362d55b89e test: add tests for ChannelHeaderThemeData 2021-07-27 13:48:32 -04:00
groovinchip 66ea5557e8 test: create tests for AvatarThemeData 2021-07-27 10:47:01 -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
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
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 Giordano 8ab1ad1a2d fix analysis 2021-07-23 16:24:11 +02:00
Salvatore Giordano 1a5b2ddfba fix goldens 2021-07-23 16:07:01 +02:00
Deven Joshi 8c3e8e0c12 fix: fixed tests 2021-07-23 18:39:59 +05:30
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 af0356e5a1 test(localization): fix sentAtText, add remaining tests
Signed-off-by: xsahil03x <[email protected]>
2021-07-22 19:47:54 +05:30
Salvatore Giordano 3a8480c7a4 fix analyzer 2021-07-22 15:02:58 +02:00
Salvatore Giordano 526450d4de use custom golden comparator 2021-07-22 14:48:42 +02:00
Sahil Kumar 3e552ab4f6 chore(ui, localization): add doc-comments
Signed-off-by: xsahil03x <[email protected]>
2021-07-22 17:18:51 +05:30
Deven Joshi 1e61316385 fix: update goldens 2021-07-22 15:03:25 +05:30
Deven Joshi e8557b96e4 fix: fixed tests 2021-07-22 12:33:53 +05:30
Deven Joshi e6e18a405c fmt 2021-07-21 20:05:33 +05:30
Deven Joshi c585975ab7 added tests 2021-07-21 20:05:20 +05:30
xsahil03x 253417fb0d Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
#	packages/stream_chat_flutter/lib/src/message_list_view.dart
#	packages/stream_chat_flutter/lib/src/message_search_list_view.dart
2021-07-21 15:26:06 +05:30
Deven Joshi e74b0847ba dartfmt 2021-07-21 15:17:42 +05:30
Deven Joshi f8911bb6e3 feat: Added tests and minor fixes 2021-07-21 15:02:57 +05:30