Commit Graph
3939 Commits
Author SHA1 Message Date
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
Sahil Kumar efab551fdb fix(llc): channel.stopWatching
Signed-off-by: xsahil03x <[email protected]>
2021-07-21 15:22:36 +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
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
groovinchip 25aa6f2a90 chore: update CHANGELOG.md 2021-07-20 15:23:25 -04:00
groovinchip 247efb4e8f chore: add missing JsonKey to Message.i18n 2021-07-20 15:22:15 -04:00
groovinchip 0210e2d49f chore: fill out message.i18n docs more 2021-07-20 15:19:37 -04:00
groovinchip 0943980b51 test: add 'i18n' field test to message_test.dart 2021-07-20 15:15:09 -04:00
groovinchip c6dd3b0cd7 test: add 'language' field test to user_test.dart 2021-07-20 15:13:58 -04:00
groovinchip 62b058e675 chore: add 'language' field to user.dart 2021-07-20 15:07:30 -04:00
groovinchip c3312c2da2 chore: remove the TranslatedMessage class and add the i18n field to the Message class
Tests have been updated to reflect the removal of this class
2021-07-20 14:35:15 -04:00
Salvatore Giordano 5831a21f1e update chat basics image 2021-07-20 18:05:18 +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 Giordano 0691f8066a add quick links to docs 2021-07-20 16:03:11 +02:00
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 6794bde9e4 fix analyzer 2021-07-20 12:39:08 +02:00
Deven Joshi 88ece480a2 fix: cleanup 2021-07-20 15:44:47 +05:30
Salvatore Giordano 293cb927c1 fix icon 2021-07-20 12:14:09 +02:00
Deven Joshi cfa9d25399 fix: Replaced stack text with canvas text 2021-07-20 15:39:45 +05:30
Salvatore Giordano ab35409b15 use up svg icon 2021-07-20 11:17:12 +02:00
Salvatore Giordano dff0ad9af2 fix default 2021-07-20 10:55:25 +02:00
Salvatore Giordano a8fc76c85f update changelog 2021-07-20 10:55:06 +02:00
Salvatore Giordano 069ec910a6 feat: add MessageListView.reverse property 2021-07-20 10:54:20 +02:00
Deven Joshi 7df908f9c2 fix: text style correction 2021-07-20 14:14:06 +05:30
Deven Joshi 5670e18c0f fix: remove deps 2021-07-20 13:54:19 +05:30
Deven Joshi ec1c2fce8c feat: Added docs and cleanup 2021-07-20 13:53:33 +05:30
Deven Joshi 1939cc1bc8 feat: Added gradient avatar 2021-07-20 13:46:53 +05:30
Salvatore Giordano f8502cae03 Merge branch 'develop' into cds-323 2021-07-20 09:52:28 +02:00
Salvatore Giordano d76f182f22 added changelog entry 2021-07-20 09:23:30 +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