Commit Graph

4750 Commits

Author SHA1 Message Date
Salvatore Giordano 3e1d6e91c7 chore(llc,core,ui): update pubspec and changelogs (#1333) 2022-09-15 08:30:20 +02:00
Salvatore Giordano 7faa765d14 fix(ui): Fix message text hiding because of a flutter bug (#1327)
* fix(ui): remove clip

* chore(ui): update changelog
2022-09-13 10:24:25 +02:00
Sahil Kumar 2cef380a11 Merge pull request #1295 from GetStream/3rd-party-video-integration 2022-09-09 13:43:41 +05:30
Sahil Kumar 3f5e1792dd Merge branch 'develop' into 3rd-party-video-integration 2022-09-09 13:05:19 +05:30
Sahil Kumar 5b179febd6 chore(llc): move files to correct folders.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-09-09 13:03:16 +05:30
Sahil Kumar 4532a0dd69 Merge pull request #1321 from GetStream/fix/client-subscription 2022-08-29 16:06:16 +05:30
Sahil Kumar 31f92922cb chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-29 15:24:29 +05:30
Sahil Kumar bbdf54cf24 fix(llc): only start listening to event once connected.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-29 15:18:06 +05:30
Salvatore Giordano 846d94d058 chore(llc): add more tests 2022-08-26 09:49:28 +02:00
Salvatore Giordano c414150bc8 chore(llc): add more tests 2022-08-26 09:42:03 +02:00
Salvatore Giordano 24b1a8087b fix analysis 2022-08-26 09:18:31 +02:00
Salvatore Giordano b924337d24 chore(llc): add more tests 2022-08-25 18:17:54 +02:00
Salvatore Giordano af055e367b chore(llc): add tests 2022-08-25 17:36:57 +02:00
Salvatore Giordano ba13c9b02f chore(llc): update changelog 2022-08-25 17:36:56 +02:00
Salvatore Giordano a5d0c74fd6 refactor: clean up and add docs 2022-08-25 17:36:27 +02:00
Sacha Arbonel 570e6e05cf fix llc 2022-08-25 17:36:27 +02:00
Sacha Arbonel c9281e0c89 third party video integration 2022-08-25 17:36:27 +02:00
Sahil Kumar ceab9175ce Release v4.5.0 (#1308)
* chore(llc, ui, core): bump version to v4.5.0

Signed-off-by: xsahil03x <xdsahil@gmail.com>

* chore(ui, core): update CHANGELOG.md

Signed-off-by: xsahil03x <xdsahil@gmail.com>

Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-23 12:31:52 +02:00
Sahil Kumar fd33705d61 Merge pull request #1300 from GetStream/perf/fix-image-resizing-in-message-list 2022-08-19 14:27:15 +05:30
Sahil Kumar 6c78ad49c8 chore(ui): fix analysis issues
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-19 13:01:25 +05:30
Sahil Kumar ae199c636a feat(ui): Added thumbnailSize, thumbnailResizeType, and thumbnailCropType params to StreamMessageWidget and StreamAttachmentPicker to customize the appearance of image thumbnails.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-19 12:04:50 +05:30
Sahil Kumar c581938a49 Merge pull request #1305 from GetStream/feat/channel-list-mutable-filters 2022-08-16 16:11:09 +05:30
Sahil Kumar df1c83a126 Merge branch 'develop' into feat/channel-list-mutable-filters 2022-08-16 15:47:38 +05:30
Sahil Kumar 71f4ed6805 Merge pull request #1299 from GetStream/fix/channel-list-controller 2022-08-16 15:32:46 +05:30
Sahil Kumar 0117e4cb7c fix(core): use copyWith while setting controller items.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-16 15:32:10 +05:30
Sahil Kumar 10fffc335f feat(core): Add ChannelListController.filter and ChannelListController.sort setters.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-16 15:27:11 +05:30
Gordon Hayes 55bb828bd1 perf: improve image resizing 2022-08-10 14:36:39 +02:00
Sahil Kumar 6afde872e5 Merge pull request #1297 from GetStream/fix/channel-event-handler 2022-08-08 16:15:30 +05:30
Sahil Kumar 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 <xdsahil@gmail.com>
2022-08-08 15:50:09 +05:30
Sahil Kumar 9fa5ac49d0 fix(core): only handle the channel list event if the state is success.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-08 15:11:28 +05:30
Sahil Kumar 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 <xdsahil@gmail.com>

* chore(ui): update CHANGELOG.md

Signed-off-by: xsahil03x <xdsahil@gmail.com>

* test(llc): add key_stroke_handler_test.dart

Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-05 16:57:32 +02:00
Sahil Kumar b3a7ca2897 fix(llc): Fix Channel.removeMessage not able to remove thread message. (#1294)
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-08-04 13:14:57 +02:00
Gordon 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 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 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
Salvatore Giordano 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 <deven9852@gmail.com>

Co-authored-by: Deven Joshi <deven9852@gmail.com>
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 bf8630068b fix(ui): substitute mentioned user ids with user names in system message (#1278)
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-07-22 12:04:32 +02:00
Sahil Kumar bbb22f891b Update CHANGELOG.md 2022-07-20 22:24:14 +05:30
Sahil Kumar f6f0d6e9a2 Merge pull request #1189 from geweald/feat/indexed-db-web 2022-07-20 22:21:26 +05:30
Dmitry Krutskikh feee8581c8 chore: removed duplicate exports (#1268) 2022-07-18 13:40:39 +02:00
Gordon 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
Salvatore Giordano 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 <xdsahil@gmail.com>

* fix(ui): fix separator

Signed-off-by: xsahil03x <xdsahil@gmail.com>

Co-authored-by: Sahil Kumar <xdsahil@gmail.com>
2022-07-11 09:58:43 +02:00
Salvatore Giordano 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 6ab94a8aaa chore(llc,core,ui,persistence,localizations): update changelog and pubspec (#1253) 2022-07-07 10:46:36 +02:00