1614 Commits
Author SHA1 Message Date
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
Salvatore Giordano 6a32a29311 chore(ui): 2.1.2 2021-07-30 16:08:56 +02:00
Sahil Kumar 0837c5576d chore(ui): update changelog
Signed-off-by: xsahil03x <[email protected]>
2021-07-30 15:03:19 +05:30
Sahil Kumar 7561125a05 fix(ui): add null-check in currentUserMember
Signed-off-by: xsahil03x <[email protected]>
2021-07-30 14:59:52 +05:30
Salvatore Giordano 28695fb9d8 Merge branch 'develop' into cds-189 2021-07-30 11:23:39 +02:00
groovinchip 822b0ad725 test: start testing MessageInputTheme 2021-07-29 13:59:02 -04:00
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 f893d906aa fix typo 2021-07-29 14:21:01 +02:00
Salvatore Giordano c46397b63a bump version and changelog 2021-07-29 13:24:13 +02: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
Salvatore Giordano 93ee4260f8 chore(ui): fix analysis 2021-07-28 12:44:10 +02:00
Salvatore Giordano fcce46cf16 fix pubspecs 2021-07-28 12:33:40 +02:00
Salvatore Giordano b523510845 bump version and changelog 2021-07-28 12:28:24 +02:00
Salvatore Giordano f16bb82964 merge master 2021-07-28 12:26:29 +02:00
Salvatore Giordano 1107d99076 update readmes 2021-07-28 12:12:31 +02: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
Salvatore Giordano 3e88dbedef update stream_chat_flutter changelog 2021-07-28 11:25:55 +02:00
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 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
Sahil Kumar ba251e4d88 chore(ui): fix unused variable warning
Signed-off-by: xsahil03x <[email protected]>
2021-07-27 20:25:26 +05:30
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
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
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 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