Commit Graph
413 Commits
Author SHA1 Message Date
Sahil Kumar 1f48e57160 chore(ui): address PR feedback
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 13:06:11 +05:30
groovinchip 8a4632e6e2 chore: address PR feedback 2021-08-04 12:03:37 -04:00
groovinchip f0cf4fd6db chore: use ChannelPreviewTheme.of(context) in channel_bottom_sheet.dart 2021-08-04 11:40:10 -04:00
groovinchip 70c77e70e5 chore: use ChannelHeaderTheme.of(context) in thread_header.dart 2021-08-04 11:36:58 -04:00
groovinchip 55cb5ead04 chore: use ChannelPreviewTheme.of(context) in message_search_item.dart 2021-08-04 11:34:30 -04:00
groovinchip e5270e60d0 chore: merge latest dev 2021-08-02 13:15:28 -04:00
groovinchip 34476db6f4 chore: update ChannelListHeaderTheme 2021-08-02 11:52:45 -04:00
groovinchip 51e0eb9a13 chore: use ChannelPreviewTheme.of(context) rather than StreamChatTheme.of(context).channelPreviewTheme 2021-08-02 11:02:55 -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 a06e6075d7 chore: add ChannelPreviewTheme inherited theme and documentation 2021-08-02 09:38:15 -04:00
groovinchip d8ca465b91 chore: add lerp, == and hashCode to ChannelPreviewTheme 2021-08-02 09:24:17 -04:00
groovinchip 37f4ee720e chore: rename ChannelPreviewTheme to ChannelPreviewThemeData 2021-07-30 13:52:07 -04:00
groovinchip c5d53de53c chore: rename ChannelPreviewTheme.lastMessageAt to .lastMessageAtStyle 2021-07-30 13:50:42 -04:00
groovinchip 008dc0b1df chore: add diagnosticable properties to channel_preview_theme.dart 2021-07-30 13:48:49 -04:00
groovinchip f55110c458 fix: instances where new naming wasn't applied 2021-07-30 13:45:58 -04:00
groovinchip 019bd5d5da chore: run dartfmt on changed files 2021-07-30 13:44:53 -04:00
groovinchip 6765854132 chore: rename ChannelPreviewTheme.title and .subtitle to .titleStyle and .subtitleStyle 2021-07-30 13:43:22 -04:00
Sahil Kumar 7561125a05 fix(ui): add null-check in currentUserMember
Signed-off-by: xsahil03x <[email protected]>
2021-07-30 14:59:52 +05:30
groovinchip 1aa6298799 chore: use MessageInputTheme in message_input.dart 2021-07-29 11:07:17 -04:00
groovinchip 700ce9a775 chore: add a MessageInputTheme inherited theme 2021-07-29 11:02:29 -04:00
groovinchip 8fb45ec4d1 chore: rename MessageInputTheme to MessageInputThemeData 2021-07-29 10:50:03 -04:00
groovinchip 5afc274a6d chore: add lerp, hashcode, ==, and diagnosticable to message_input_theme.dart 2021-07-29 10:48:52 -04:00
groovinchip 15defc4caa chore: remove unnecessary ChannelTheme class 2021-07-29 09:23:50 -04:00
Salvatore Giordano ef12e1dc11 readd event.me listener 2021-07-29 13:18:23 +02:00
Salvatore Giordano 3c48e70108 fix(ui): jiffy use app level locale 2021-07-29 11:14:21 +02:00
groovinchip cede1b572a chore: run dartfmt on /theme 2021-07-28 14:49:12 -04:00
groovinchip de4e1e29e2 chore: remove AvatarTheme 2021-07-28 12:49:14 -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
Sahil Kumar 24bb8ced54 chore(ui): fix merge changes
Signed-off-by: xsahil03x <[email protected]>
2021-07-28 15:24:19 +05:30
Salvatore GiordanoandGitHub 3f55aed54e Merge pull request #562 from GetStream/cds-328
feat(ui): automatic message translation [CDS-328]
2021-07-28 11:52:44 +02:00
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 0eb85684cf fix message text with null language 2021-07-28 11:39:26 +02:00
groovinchip 3a072fc836 chore: more upgrades for channel_header_theme.dart
* Renamed:
  * title -> titleStyle
  * subtitle -> subtitleStyle
* Added
  * ==
  * hashcode
  * debugFillProperties
  * lerp
2021-07-27 13:33:58 -04:00
groovinchip 8bf45f8501 fix: remove duplicate exports in stream_chat_flutter.dart 2021-07-27 13:21:20 -04:00
groovinchip 1fa8c5264a chore: upgrade ChannelHeaderTheme 2021-07-27 13:12:51 -04:00
groovinchip 66ea5557e8 test: create tests for AvatarThemeData 2021-07-27 10:47:01 -04:00
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 467e892079 feat(ui): add support for translated message in MessageText
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 16:49:04 +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
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 13782f8e1b feat: Added new builders and restructured 2021-07-26 15:49:04 +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 GiordanoandGitHub 171074368f Merge pull request #560 from GetStream/replace_random_png
feat(ui): Replace random png
2021-07-26 09:33:19 +02:00