Sahil Kumar and GitHub
f04c5f8ad3
Merge pull request #1298 from GetStream/feat/hide-history
2022-08-08 16:12:06 +05:30
Sahil Kumar
19244738ba
feat(llc): add hide_history flag in channel.addMembers.
...
Signed-off-by: xsahil03x <[email protected] >
2022-08-08 15:50:09 +05:30
Sahil Kumar and GitHub
bd1876c159
fix(ui): fix stopTyping unhandled exceptions when network is off or spotty. ( #1296 )
...
* feat(llc, ui): Introduce `keyStrokeHandler` to properly handle keyStrokes.
Signed-off-by: xsahil03x <[email protected] >
* chore(ui): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected] >
* test(llc): add key_stroke_handler_test.dart
Signed-off-by: xsahil03x <[email protected] >
2022-08-05 16:57:32 +02:00
Sahil Kumar and GitHub
b3a7ca2897
fix(llc): Fix Channel.removeMessage not able to remove thread message. ( #1294 )
...
Signed-off-by: xsahil03x <[email protected] >
2022-08-04 13:14:57 +02:00
Gordon and GitHub
4f696ab7c7
docs: add guide to initialize stream chat ( #1290 )
2022-08-02 10:43:11 +02:00
Salvatore Giordano
46e7c0b332
fix(ui): do not linkify system message mentions
2022-07-28 11:34:16 +02:00
Salvatore Giordano and GitHub
5ad21bc3d2
chore(llc,core,ui,persistence): bump version and changelog ( #1288 )
...
* update deps
* chore(llc,core,ui,persistence): bump version and changelog
2022-07-28 10:45:05 +02:00
Salvatore Giordano and GitHub
89e160969d
fix(llc): do not serialize bytes ( #1283 )
...
* fix(llc): do not serialize bytes
* chore(llc): update changelog
* fix(ui): cache files picked with photo_manager
* chore(ui): cleanup
2022-07-27 10:36:11 +02:00
e9e35d7d29
fix(ui): fix image download on iOS ( #1280 )
...
* fix(ui): fix image download
* chore(ui): update changelog
* Update packages/stream_chat_flutter/lib/src/attachment_actions_modal.dart
* Update packages/stream_chat_flutter/CHANGELOG.md
Co-authored-by: Deven Joshi <[email protected] >
Co-authored-by: Deven Joshi <[email protected] >
2022-07-25 11:31:45 +02:00
Salvatore Giordano
b5414349e7
fix(ui): rename const
2022-07-25 10:53:51 +02:00
Salvatore Giordano
f9f608ffc3
chore(ui): update changelog
2022-07-22 16:19:45 +02:00
Salvatore Giordano
a90638adb1
fix(ui): export kDefaultMaxAttachmentSize and use it in StreamAttachmentPicker default, also increase it to 100Mb
2022-07-22 16:19:08 +02:00
Sahil Kumar and GitHub
bf8630068b
fix(ui): substitute mentioned user ids with user names in system message ( #1278 )
...
Signed-off-by: xsahil03x <[email protected] >
2022-07-22 12:04:32 +02:00
Sahil Kumar and GitHub
bbb22f891b
Update CHANGELOG.md
2022-07-20 22:24:14 +05:30
Sahil Kumar and GitHub
f6f0d6e9a2
Merge pull request #1189 from geweald/feat/indexed-db-web
2022-07-20 22:21:26 +05:30
Dmitry Krutskikh and GitHub
feee8581c8
chore: removed duplicate exports ( #1268 )
2022-07-18 13:40:39 +02:00
Gordon and GitHub
5acd1c1def
docs: add filter to StreamUserListController ( #1267 )
...
The filter is a required field for the API call
2022-07-15 15:40:39 +02:00
0cffd09415
fix(ui): fix date divider not showing ( #1259 )
...
* fix(ui): fix date divider not showing
* chore(ui): update changelog
* chore(ui): minor changes
Signed-off-by: xsahil03x <[email protected] >
* fix(ui): fix separator
Signed-off-by: xsahil03x <[email protected] >
Co-authored-by: Sahil Kumar <[email protected] >
2022-07-11 09:58:43 +02:00
Salvatore Giordano and GitHub
482d4ed611
fix(ui): fix jiffy locale initialization ( #1255 )
...
* fix(ui): fix jiffy locale initialization
* chore(ui): update changelog
* fix(ui): cleanup
2022-07-07 12:19:32 +02:00
Salvatore Giordano
d1bfe7e2f8
update version.dart
2022-07-07 12:05:23 +02:00
Salvatore Giordano and GitHub
6ab94a8aaa
chore(llc,core,ui,persistence,localizations): update changelog and pubspec ( #1253 )
2022-07-07 10:46:36 +02:00
f682e0d310
feat(localization): Create stream_chat_localizations_no.dart ( #1218 )
...
* Create stream_chat_localizations_no.dart
Added the Norwegian translation for the Stream Chat
* Apply suggestions from code review
* Two spelling errors sneaked in
* fix(localization): cleanup pr
* chore(localization): update readme
* chore(localization): update changelog
Co-authored-by: Sahil Kumar <[email protected] >
Co-authored-by: Salvatore Giordano <[email protected] >
2022-07-07 10:07:18 +02:00
Sahil Kumar and GitHub
dd47db04dd
feat(llc): add support for AttachmentFileUploaderProvider. ( #1246 )
...
* feat(llc): add support for `AttachmentFileUploaderProvider`.
Signed-off-by: xsahil03x <[email protected] >
* chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected] >
2022-07-06 14:43:15 +02:00
Salvatore Giordano and GitHub
a37bf2bde4
fix(llc): fix connecting while connecting and disconneting ( #1237 )
...
* fix(llc): fix connecting while connecting and disconneting
* chore(llc): update changelog
* chore(llc): add test
* chore(llc): improve test
* fix(llc): _resetRequestFlags regardless of the connection status
2022-07-05 12:08:08 +02:00
Salvatore Giordano
d2883c87f0
fix(ui): fix lazy load scroll view
2022-07-04 15:33:15 +02:00
Salvatore Giordano and GitHub
4153f0d6cb
Merge pull request #1235 from GetStream/fix/unread-indicator
...
fix(ui): Fix `ChannelListTile` sendingIndicator `isMessageRead` calculations
2022-07-04 15:31:46 +02:00
Sahil Kumar
816746da8a
fix(ui): Fix ChannelListTile sendingIndicator isMessageRead calculation.
...
Signed-off-by: xsahil03x <[email protected] >
2022-07-04 16:41:50 +05:30
Salvatore Giordano
05d376cffb
fix(core): allow scroll notification bubbling in lazy load scroll view
2022-07-04 12:15:45 +02:00
Salvatore Giordano
e5f77076a9
fix(doc): push notification guide now uses the latest cli version
2022-06-23 15:35:07 +02:00
Salvatore Giordano and GitHub
c8171105a8
Merge pull request #1216 from GetStream/release/4.3.0
...
chore(llc,core,ui,persistence,localization): minor version
2022-06-20 16:34:46 +02:00
Salvatore Giordano
117bffee1c
missing space
2022-06-20 16:18:44 +02:00
Salvatore Giordano
0428627569
chore(localization): bump version
2022-06-20 14:15:10 +02:00
Salvatore Giordano
437c4dad8d
chore(persistence): bump version
2022-06-20 14:14:31 +02:00
Salvatore Giordano
0bdd8a20d1
chore(ui): bump version
2022-06-20 14:14:03 +02:00
Salvatore Giordano
f62a37c5be
chore(core): bump version
2022-06-20 14:13:34 +02:00
Salvatore Giordano
84fd7bae81
chore(llc): bump version
2022-06-20 14:12:50 +02:00
Salvatore Giordano and GitHub
dbe7ceefd5
Merge pull request #1215 from GetStream/hotfix/package
...
fix(llc): fix x-stream-client header
2022-06-20 14:03:13 +02:00
Salvatore Giordano
beb39d329a
chore(llc): update changelog
2022-06-20 12:41:52 +02:00
Salvatore Giordano
537a529530
fix(llc): fix x-stream-client header
2022-06-20 12:41:11 +02:00
geweald and geweald
72dbca0d35
feat(persistence): allow experimental indexedDB on web
2022-06-20 12:02:03 +02:00
Salvatore Giordano and GitHub
bb2d008e03
Merge pull request #1214 from GetStream/hotfix/filePicker
...
fix(ui): request permission only when showing the picker
2022-06-20 11:51:50 +02:00
Salvatore Giordano
25d97270ee
chore(ui): update changelog
2022-06-20 10:32:40 +02:00
Salvatore Giordano
fb4dc76532
fix(ui): request permission only when showing the picker
2022-06-20 10:32:40 +02:00
Salvatore Giordano and GitHub
7732953e8c
Merge pull request #1209 from GetStream/fix/null-map-values
...
fix(llc): handle user extra data name null condition
2022-06-20 10:25:23 +02:00
Salvatore Giordano and GitHub
ee0aa1a3ff
Merge pull request #1213 from GetStream/feature/openToUnread
...
feat(ui): open message list to unread position
2022-06-17 14:15:47 +02:00
Salvatore Giordano
1cce2e6b8a
fix(ui): add comment
2022-06-17 13:39:58 +02:00
Salvatore Giordano and GitHub
04768a10ef
Update packages/stream_chat_flutter/CHANGELOG.md
2022-06-17 13:36:51 +02:00
Salvatore Giordano and GitHub
7133955bbe
Update packages/stream_chat_flutter/lib/src/message_list_view.dart
2022-06-17 13:36:20 +02:00
Salvatore Giordano
2d19f7c86f
chore(ui): update changelog
2022-06-17 13:11:42 +02:00
Salvatore Giordano
8e130f7f66
feat(ui): open message list to unread position
2022-06-17 13:11:00 +02:00