 Salvatore GiordanoandGitHub
|
72e932c7ee
|
Merge pull request #634 from GetStream/hotfix/updateDocs
fix(doc): update `Adding custom attachment guide` with updated code
|
2021-08-20 16:40:58 +02:00 |
|
Salvatore Giordano
|
162a144d97
|
fix(docs): update Adding custom attachment guide with updated code
|
2021-08-20 15:56:18 +02:00 |
|
 Salvatore GiordanoandGitHub
|
f9e37acc7e
|
Merge pull request #631 from GetStream/repo/add-verify-changelog-workflow
ci(repo): add verify-semantic-changelog-update action workflow
|
2021-08-20 15:22:48 +02:00 |
|
 Salvatore GiordanoandGitHub
|
c54db6fe55
|
Merge pull request #633 from GetStream/ref/bsb.loadingBuilder
refactor(core, ui)!: Refactor BetterStreamBuilder.
|
2021-08-20 14:46:49 +02:00 |
|
Sahil Kumar
|
08c2a2a886
|
refactor(ui): update core dependency
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-20 16:14:07 +05:30 |
|
Sahil Kumar
|
f90dc4127d
|
refactor!(core): Refactor BetterStreamBuilder.
1. BREAKING: Renamed `BetterStreamBuilder.loadingBuilder` to `.noDataBuilder`.
2. BREAKING: Added non-null constraint on `BetterStreamBuilder<T extends Object>`.
3. `BetterStreamBuilder.initialData` is now nullable/not-required.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-20 16:13:27 +05:30 |
|
 Salvatore GiordanoandGitHub
|
a12b46b866
|
Merge pull request #602 from GetStream/localization-ko-and-jp
feat(localization): support for Japanese and Korean
|
2021-08-20 10:57:48 +02:00 |
|
Salvatore Giordano
|
5ecbfa4ac8
|
move comments
|
2021-08-20 10:21:29 +02:00 |
|
 Salvatore GiordanoandGitHub
|
791729db4d
|
Merge branch 'develop' into localization-ko-and-jp
|
2021-08-19 12:19:11 +02:00 |
|
Salvatore Giordano
|
5bda5db705
|
update changelog
|
2021-08-19 12:17:56 +02:00 |
|
Salvatore Giordano
|
894802502a
|
update readme and example
|
2021-08-19 12:16:55 +02:00 |
|
Salvatore Giordano
|
a93b585d61
|
fix analysis
|
2021-08-19 11:44:23 +02:00 |
|
Salvatore Giordano
|
819abd091e
|
fix format
|
2021-08-19 11:43:25 +02:00 |
|
 Sahil KumarandGitHub
|
4aaef416bf
|
Update .github/workflows/pr_title.yml
|
2021-08-18 18:57:48 +05:30 |
|
Sahil Kumar
|
d44eceb290
|
ci(repo): add verify-semantic-changelog-update action workflow
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-18 18:06:44 +05:30 |
|
Salvatore Giordano
|
84fccf2c63
|
fix(ui): revert wrapping ChannelPreview in a DecoratedBox because of Slidable
|
2021-08-18 12:22:56 +02:00 |
|
 Sahil KumarandGitHub
|
763d600e60
|
Merge pull request #630 from GetStream/readme-link-fix
|
2021-08-18 12:39:42 +05:30 |
|
 Márton BraunandGitHub
|
49fcaf40f5
|
Fix sample app link in README
|
2021-08-17 20:15:52 +02:00 |
|
 Salvatore GiordanoandGitHub
|
28e6e4073e
|
Merge pull request #627 from GetStream/ref/non-nullable-streams
refactor(llc, ui): Make Streams non-nullable wherever possible.
|
2021-08-17 13:00:26 +02:00 |
|
 Salvatore GiordanoandGitHub
|
3a1ebb67a6
|
Merge pull request #628 from GetStream/hotfix/timestampReverseMessageList
fix(ui): date divider in not reverse message list
|
2021-08-17 13:00:00 +02:00 |
|
Sahil Kumar
|
b2eb51317f
|
refactor(ui): early return Offstage in case index is null.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-17 16:17:19 +05:30 |
|
Salvatore Giordano
|
56bd3b5b50
|
fix(core): always show date divider
|
2021-08-17 12:34:38 +02:00 |
|
 Salvatore GiordanoandGitHub
|
ad33d44f10
|
Merge pull request #629 from GetStream/hotfix/pagination
fix(core): `ChannelListView` pagination on refresh
|
2021-08-17 12:00:17 +02:00 |
|
 
|
7cdc2b98e5
|
Update packages/stream_chat_flutter/CHANGELOG.md
Co-authored-by: Sahil Kumar <[email protected]>
|
2021-08-17 11:59:45 +02:00 |
|
Salvatore Giordano
|
ad4be0e9d6
|
update changelog
|
2021-08-17 11:26:16 +02:00 |
|
Salvatore Giordano
|
d0f5f4af83
|
fix format
|
2021-08-17 11:19:02 +02:00 |
|
Sahil Kumar
|
6fb8c8731e
|
fix(ui): fix test
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-17 14:46:44 +05:30 |
|
Salvatore Giordano
|
607ad40443
|
fix(core): ChannelListView pagination on refresh
|
2021-08-17 10:32:56 +02:00 |
|
Salvatore Giordano
|
79b2d91902
|
chore(ui): update changelog
|
2021-08-17 10:01:50 +02:00 |
|
Salvatore Giordano
|
b4329786e8
|
fix(ui): date dividers in not reversed message list view
|
2021-08-17 10:00:59 +02:00 |
|
Sahil Kumar
|
3e4d39308f
|
refactor(llc, ui): Make Streams non-nullable wherever possible.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-16 20:19:55 +05:30 |
|
 Salvatore GiordanoandGitHub
|
92ec5e8d6a
|
Merge pull request #608 from GetStream/docs/review
docs(doc): intro and contribution files
|
2021-08-16 16:21:16 +02:00 |
|
 Salvatore GiordanoandGitHub
|
923155cff6
|
Merge pull request #623 from GetStream/fix/hindi-translations
fix(localization): Fix `Hindi` translations.
|
2021-08-16 16:17:53 +02:00 |
|
 Deven JoshiandGitHub
|
9051b71d20
|
Merge pull request #625 from GetStream/docs/fix-example-link
docs(core): fix example folder link
|
2021-08-16 13:45:18 +05:30 |
|
 GordonandGitHub
|
d56a6df3de
|
docs: fix example folder link
|
2021-08-13 14:34:51 +02:00 |
|
 Sahil KumarandGitHub
|
70aaf5d6bf
|
Merge pull request #624 from jiahan-wu/jiahan-wu-patch-1
|
2021-08-13 16:52:53 +05:30 |
|
 Sahil KumarandGitHub
|
1a28a91be7
|
Update packages/stream_chat_flutter/CHANGELOG.md
|
2021-08-13 16:19:14 +05:30 |
|
Jia-Han Wu
|
4a9301317a
|
Update CHANGELOG.md
|
2021-08-13 18:14:17 +08:00 |
|
 Jia-Han WuandJia-Han Wu
|
6c71350d39
|
fix(ui): Fix a MessageInput bug.
|
2021-08-13 18:05:46 +08:00 |
|
 Sahil KumarandGitHub
|
dbe05d4639
|
Merge pull request #616 from GetStream/feat/message-input-action-builders
feat(ui): add support for `attachmentButtonBuilder`, `commandButtonBuilder`
|
2021-08-13 15:01:55 +05:30 |
|
 
|
03e9f2e5d1
|
Update packages/stream_chat_flutter/lib/src/message_input.dart
Co-authored-by: Gordon <[email protected]>
|
2021-08-13 14:49:53 +05:30 |
|
 Deven JoshiandGitHub
|
118ae8388f
|
Merge pull request #621 from GetStream/docs/add-i18n-for-search
docs(localization): add i18n to title and fix link
|
2021-08-13 12:21:02 +05:30 |
|
 
|
f18c326cf4
|
docs: update title
Co-authored-by: Deven Joshi <[email protected]>
|
2021-08-13 08:46:50 +02:00 |
|
 Deven JoshiandGitHub
|
d963bafef2
|
Merge pull request #615 from GetStream/understanding_filters
docs(doc): Understanding filters
|
2021-08-13 12:04:07 +05:30 |
|
Sahil Kumar
|
955b5f1c0b
|
chore(localization): Update changelog.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-13 11:55:56 +05:30 |
|
Sahil Kumar
|
7b7a65cd70
|
fix(localization): Fix hindi translations.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-13 11:50:07 +05:30 |
|
Sahil Kumar
|
f097ef9913
|
chore(ui): Apply review feedbacks.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-13 11:45:40 +05:30 |
|
Deven Joshi
|
a928bea125
|
added new guide
|
2021-08-12 19:00:54 +05:30 |
|
 
|
c3444fe491
|
Update docusaurus/docs/Flutter/guides/understanding_filters.mdx
Co-authored-by: Gordon Hayes <[email protected]>
|
2021-08-12 18:57:10 +05:30 |
|
 
|
1c846b4da7
|
Update docusaurus/docs/Flutter/guides/understanding_filters.mdx
Co-authored-by: Gordon Hayes <[email protected]>
|
2021-08-12 18:57:04 +05:30 |
|