Commit Graph
3012 Commits
Author SHA1 Message Date
Sahil Kumar ad8ddba6a7 chore(ui,localization): add translations for replyToMessageLabel
Signed-off-by: xsahil03x <[email protected]>
2021-07-21 17:44:51 +05:30
Salvatore Giordano 9ea43f0869 add localization scope in pr title 2021-07-21 12:44:14 +02:00
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
Salvatore Giordano c2f375c64c chore(repo): update pr title action 2021-07-21 11:15:54 +02:00
Salvatore GiordanoandGitHub d4285c311f Merge pull request #564 from GetStream/hotfix/floatingDate
fix(ui): floating date not working with expanded
2021-07-21 11:10:52 +02:00
Salvatore Giordano 54ab8f2514 chore(ui): upgrade photo_view dependency 2021-07-21 10:55:00 +02:00
Salvatore Giordano 9e966fa46e fix floating date not working with expanded 2021-07-21 10:27:53 +02:00
Sahil Kumar cdee8c9ef2 fix(Jiffy): check if locale is supported before setting it
Signed-off-by: xsahil03x <[email protected]>
2021-07-20 19:47:56 +05:30
Salvatore GiordanoandGitHub c4a173f522 Merge pull request #559 from GetStream/cds-323
feat: allow listview background colors to be set via theme
2021-07-20 15:46:09 +02:00
1711507b42 Update packages/stream_chat_flutter/CHANGELOG.md
Co-authored-by: Salvatore Giordano <[email protected]>
2021-07-20 09:15:19 -04:00
groovinchip 1b3c2c83a5 Merge remote-tracking branch 'origin/cds-323' into cds-323 2021-07-20 09:08:24 -04:00
groovinchip b977b46477 chore: update CHANGELOG.md per PR review 2021-07-20 09:08:15 -04:00
Sahil Kumar 2b36f009c2 chore: minor fixes, add support for "hi" locale
Signed-off-by: xsahil03x <[email protected]>
2021-07-20 18:09:12 +05:30
Salvatore Giordano f8502cae03 Merge branch 'develop' into cds-323 2021-07-20 09:52:28 +02:00
groovinchip a1f0afe83f fix: curly brace lint 2021-07-19 14:54:25 -04:00
groovinchip 7fc288b397 remove example app test folder that got generated with the macos project 2021-07-19 14:48:54 -04:00
groovinchip ddf5d45c4a fix: dartfmt on a couple of files 2021-07-19 14:44:04 -04:00
groovinchip 10d2480a00 test: add tests for MessageSearchListViewThemeData 2021-07-19 14:41:39 -04:00
groovinchip e25db48a07 chore: set MessageSeachListView bg color via theme and stop setting scaffold bg color
New classes:
* MessageSearchListViewTheme
* MessageSearchListViewThemeData
2021-07-19 14:20:22 -04:00
groovinchip 674fc83e62 test: add tests for UserListViewThemeData 2021-07-19 13:39:17 -04:00
groovinchip d6ef2d5a3f fix typo in test name 2021-07-19 13:38:43 -04:00
groovinchip 4d3e2bce9a chore: theme user_list_view.dart background color from theme 2021-07-19 12:19:52 -04:00
groovinchip 423581c9d1 fix: theme channel_list_view.dart background color in the proper place 2021-07-19 12:16:48 -04:00
groovinchip f904b3ed82 remove unused import 2021-07-19 09:05:50 -04:00
Sahil Kumar 5f7b3ffae8 test: fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-07-19 17:42:36 +05:30
Sahil Kumar 297092802d chore: flutter format
Signed-off-by: xsahil03x <[email protected]>
2021-07-19 16:56:08 +05:30
Sahil Kumar 67a36d9c35 chore: add remaining translations
Signed-off-by: xsahil03x <[email protected]>
2021-07-19 16:51:49 +05:30
xsahil03x face836383 Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
#	packages/stream_chat_flutter/example/lib/main.dart
#	packages/stream_chat_flutter/example/pubspec.yaml
#	packages/stream_chat_flutter/lib/src/channel_bottom_sheet.dart
#	packages/stream_chat_flutter/lib/src/channel_list_view.dart
#	packages/stream_chat_flutter/lib/src/gallery_footer.dart
#	packages/stream_chat_flutter/lib/src/message_input.dart
#	packages/stream_chat_flutter/lib/src/message_list_view.dart
#	packages/stream_chat_flutter/lib/src/user_item.dart
2021-07-19 12:49:07 +05:30
groovinchip f7b61706cb test: add tests for ChannelListViewThemeData 2021-07-18 12:47:02 -04:00
groovinchip 6bc70ba40a run dartfmt on message_list_view_theme_test.dart 2021-07-18 12:45:40 -04:00
groovinchip eb6d0ad5b0 fix: make ChannelListViewThemeData constructor const 2021-07-18 12:35:14 -04:00
groovinchip c803b133a0 chore: allow ChannelListView background color to be themed via StreamChatThemeData
This commit adds the ChannelListViewTheme and ChannelListViewThemeData classes, and updates ChannelListView to set its background color accordingly
2021-07-18 12:31:21 -04:00
groovinchip 9fbbe976ba feat: add macos support to stream_chat_flutter example app 2021-07-16 19:41:32 -04:00
groovinchip d73b201915 Merge branch 'develop' into cds-323 2021-07-16 19:27:54 -04:00
groovinchip c427b1201b test: add tests for MessageListViewThemeData 2021-07-16 19:24:08 -04:00
groovinchip 45d2f5c6b3 fix MessageListViewThemeData lerp 2021-07-16 15:08:26 -04:00
groovinchip be804b211c un-require backgroundColor for MessageListViewThemeData class per conventions 2021-07-16 15:03:14 -04:00
groovinchip 0eb350b756 test: remove a duplicated test in gallery_header_theme_test.dart 2021-07-16 15:00:12 -04:00
groovinchip 68db4bfee4 chore: Allow MessageListView background color to be customized via theme
This commit adds the MessageListViewTheme and MessageListViewTheme data classes. The customization is enabled in message_list_view.dart via the addition of a ColoredBox widget that looks up the widget tree for the background color set by MessageListViewThemeData
2021-07-16 12:15:04 -04:00
Salvatore GiordanoandGitHub 4f3c44f6f7 Merge pull request #556 from GetStream/doc-fix
fix: removed intro and added detail fixes
2021-07-16 18:02:17 +02:00
Salvatore GiordanoandGitHub 813a83fb83 Merge branch 'master' into doc-fix 2021-07-16 18:01:58 +02:00
Deven Joshi 4629dcb1ee fix: removed intro and added detail fixes 2021-07-16 21:30:17 +05:30
Salvatore GiordanoandGitHub cb460ac581 Merge pull request #555 from GetStream/doc-fix
Doc fix
2021-07-16 17:54:43 +02:00
Deven Joshi 2d5d0f125c fix: removed intro and added detail fixes 2021-07-16 21:20:38 +05:30
Deven Joshi b3b82216bb fix: removed intro and added detail fixes 2021-07-16 21:18:40 +05:30
Salvatore GiordanoandGitHub a292492094 Merge pull request #551 from GetStream/release/2.0.0
Release/2.0.0
2021-07-16 17:33:12 +02:00
Salvatore Giordano 9813f4084a update persistence version 2021-07-16 17:29:27 +02:00
Salvatore Giordano db537811cc Merge branch 'develop' into release/2.0.0 2021-07-16 17:28:31 +02:00
Salvatore GiordanoandGitHub 48399a0f1b Merge pull request #529 from GetStream/docusaurus
docs: docusaurus docs
2021-07-16 17:28:01 +02:00
Salvatore GiordanoandGitHub 2472e0f265 Merge pull request #553 from GetStream/mig-guide
feat: Added mig guide (scf)
2021-07-16 17:27:33 +02:00