Commit Graph
98 Commits
Author SHA1 Message Date
Salvatore Giordano da627a6c8a Merge branch 'develop' into v4 2022-04-29 16:24:12 +02:00
Salvatore Giordano ff028948cf fix(ui): use ogScrapeUrl for link attachments 2022-04-26 11:53:58 +02:00
Salvatore Giordano d387ae260f update pubspec and changelogs 2022-03-23 11:02:46 +01:00
Salvatore Giordano 7507e8b032 Merge branch 'develop' into v4 2022-03-21 10:11:18 +01:00
Usaim Bhayat 098a541318 add ability to specify onLinkTap for url attachments 2022-03-10 16:24:36 -05:00
Sahil Kumar a7e3839256 refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
2022-03-10 14:12:01 +05:30
Salvatore Giordano 7e2a1846d8 chore(repo): fix analysis 2022-02-01 10:31:10 +01:00
Salvatore Giordano 3b6a4ba36b chore(repo): fix analysis 2022-01-31 12:35:29 +01:00
Salvatore Giordano abac011876 add missing permissions and ui 2022-01-05 11:41:31 +01:00
Salvatore Giordano 5d163b9a86 add missing permissions and ui 2022-01-05 11:18:46 +01:00
Deven Joshi 334f360579 Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into feat/capabilities
 Conflicts:
	packages/stream_chat/CHANGELOG.md
	packages/stream_chat_flutter/CHANGELOG.md
2022-01-05 14:14:03 +05:30
Salvatore Giordano 1b14e7f223 fix(llc): fix retry queue mechanism 2021-12-03 14:51:11 +01:00
Deven Joshi 50896b53bb Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into feat/capabilities
 Conflicts:
	packages/stream_chat/CHANGELOG.md
	packages/stream_chat_flutter/CHANGELOG.md
2021-12-03 15:24:09 +05:30
Salvatore Giordano 707bb65e93 refactor(ui): rename deprecated args 2021-11-29 15:25:12 +01:00
Salvatore Giordano 44bf613f8d fix(ui): listen for read events in the message widget 2021-11-24 12:41:25 +01:00
Deven Joshi 643f809eba fixed membercount null error 2021-11-16 17:18:54 +05:30
Deven Joshi c10a2be6ed updated action modal 2021-11-09 14:19:28 +05:30
Gordon Hayes f805419816 chore: linting 2021-10-18 11:42:39 +02:00
Gordon Hayes 28bd688c7a Merge branch 'develop' into feat/positioned-list-experiment 2021-10-18 11:22:01 +02:00
Salvatore GiordanoandEfthymios Sarmpanis 549f3f03d5 fix(ui): fix tests 2021-10-09 20:06:27 +03:00
Sahil KumarandGitHub ed43d53c5a Merge branch 'develop' into repo/dart-code-metrics 2021-10-07 18:13:34 +05:30
Gordon Hayes 5998982bc4 Merge branch 'develop' into feat/positioned-list-experiment 2021-10-06 15:11:11 +02:00
Sahil Kumar 801a488c42 feat: copy linkBg theme property in message theme.
Signed-off-by: xsahil03x <[email protected]>
2021-10-04 19:43:12 +05:30
Sahil Kumar ca7cf541a7 chore(repo): fix lints
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:16 +05:30
Salvatore Giordano bba1e817d3 fix(ui): remove dead code 2021-09-20 11:59:21 +02:00
Salvatore Giordano 92f5153b6b refactor(ui): refactor overlays 2021-09-20 11:33:42 +02:00
Salvatore GiordanoandGitHub 4561e6077b Merge pull request #690 from GetStream/cds/430
refactor(ui): Use `titleLink` instead of `ogScrapeUrl` for handling link attachments.
2021-09-16 15:49:21 +02:00
Sahil Kumar 6af4e07787 ref(ui): Use titleLink instead of ogScrapeUrl for handling link attachment.
Signed-off-by: xsahil03x <[email protected]>
2021-09-16 16:41:17 +05:30
Deven Joshi 1179c6a109 corrected attachment builders 2021-09-16 15:51:51 +05:30
Salvatore Giordano 33b9152d4f feat(ui): add onAttachmentTap to ImageGroup 2021-09-15 12:08:34 +02:00
Deven Joshi fb7ede84a3 attachment tap fixes 2021-09-14 22:13:37 +05:30
Gordon Hayes 311b109994 perf: only build reaction indicator when needed 2021-09-08 14:31:36 +02:00
Gordon Hayes 0425d67747 fix: show portal conditionally 2021-09-08 14:22:04 +02:00
Salvatore Giordano 9b1d94693a fix: make the list work correctly with separators and findChildIndexCallback 2021-09-08 13:14:53 +02:00
Gordon Hayes 2badecbde6 wip: testing positioned list 2021-09-08 11:48:26 +02:00
Gordon Hayes aa950a0054 fix: doc image file paths 2021-09-06 18:03:17 +02:00
Gordon Hayes eb468edf82 fix: add null checks to message text 2021-08-20 17:48:16 +02:00
Gordon Hayes c0b80b84c6 fix: add null checks on message text 2021-08-20 17:31:08 +02:00
groovinchip e5270e60d0 chore: merge latest dev 2021-08-02 13:15:28 -04:00
groovinchip 628ef401d4 chore: update message_theme.dart
Includes Diagnosticable, more descriptive field names, lerp, ==, and hashCode
2021-08-02 10:47:38 -04:00
xsahil03x 7720bf677d Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
#	packages/stream_chat_flutter/lib/src/attachment/giphy_attachment.dart
#	packages/stream_chat_flutter/lib/src/channel_name.dart
#	packages/stream_chat_flutter/lib/src/message_search_item.dart
#	packages/stream_chat_flutter/lib/src/message_widget.dart
2021-07-28 15:18:09 +05:30
cef76aa27e Update packages/stream_chat_flutter/lib/src/message_widget.dart
Co-authored-by: Salvatore Giordano <[email protected]>
2021-07-27 15:04:10 +05:30
6cd80a7382 Update packages/stream_chat_flutter/lib/src/message_widget.dart
Co-authored-by: Salvatore Giordano <[email protected]>
2021-07-27 15:03:19 +05:30
Salvatore GiordanoandGitHub 4de68ba6cc Merge branch 'develop' into delete_message_fix 2021-07-27 09:32:37 +02:00
groovinchip bcabbf12db chore: refactor most theme related classes into a /theme folder
stream_chat_theme.dart remains in /src because I feel it will cause too much of a mess if moved.
2021-07-26 14:46:14 -04:00
Deven Joshi 13782f8e1b feat: Added new builders and restructured 2021-07-26 15:49:04 +05:30
Deven Joshi c0951272eb feat: Extracted visible_footnote.dart, corrected default filter 2021-07-26 15:06:47 +05:30
Sahil Kumar f7b9511adb refactor(llc, core, ui): Deprecate .user, .userStream in favor of .currentUser, .currentUserStream
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 14:57:29 +05:30
Sahil Kumar 5f7b3ffae8 test: fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-07-19 17:42:36 +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