 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
|
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 |
|
Sahil Kumar
|
a48389a814
|
add remaining translation strings
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-12 15:01:36 +05:30 |
|
Salvatore Giordano
|
bc0a70ad25
|
rename colors
|
2021-06-29 16:12:51 +02:00 |
|
Salvatore Giordano
|
5912edc611
|
add doc comment
|
2021-06-28 12:32:58 +02:00 |
|
Salvatore Giordano
|
ea8ee7ac6f
|
add userAvatarBuilder
|
2021-06-28 10:57:07 +02:00 |
|
Salvatore Giordano
|
8b71b32bdb
|
use MessageWidget.copyWith in messagelistview
|
2021-06-25 11:23:52 +02:00 |
|
Salvatore Giordano
|
1ceabb90f1
|
use MessageWidget.copyWith in actions modal
|
2021-06-25 10:44:28 +02:00 |
|
Salvatore Giordano
|
dd7fafb3cf
|
use MessageWidget.copyWith in reactions modal
|
2021-06-25 10:39:03 +02:00 |
|
Salvatore Giordano
|
87568235d5
|
add copyWith to Messagewidget
|
2021-06-25 10:22:49 +02:00 |
|
Salvatore Giordano
|
bb642842f9
|
fix message widget not update when message is updated
|
2021-06-23 12:22:17 +02:00 |
|
Salvatore Giordano
|
00e184f422
|
show modal using the nearest navigator
|
2021-06-22 12:54:22 +02:00 |
|
Salvatore Giordano
|
dc6c3094e9
|
performance fixes
|
2021-06-09 16:11:59 +02:00 |
|
Salvatore Giordano
|
6239fefbaa
|
Merge branch 'develop' into feat/pinned
|
2021-06-08 09:43:07 +02:00 |
|
Salvatore Giordano
|
bc0d0d5705
|
add usernameBuilder param
|
2021-06-07 11:48:26 +02:00 |
|
Deven Joshi
|
244c77cbc7
|
fix: Timestamp alignment
|
2021-06-07 13:45:03 +05:30 |
|
Deven Joshi
|
edf0d84b31
|
fix: Corrected message padding
|
2021-05-27 18:57:30 +05:30 |
|
Deven Joshi
|
0e1e9a12f9
|
feat: Added pin message functionality
|
2021-05-26 16:39:48 +05:30 |
|
Deven Joshi
|
54c5b288d0
|
fix: analysis
|
2021-05-18 15:34:37 +05:30 |
|
Deven Joshi
|
9e9cd2b66f
|
fix: attachment borders
|
2021-05-18 15:22:41 +05:30 |
|
Deven Joshi
|
5155940ddd
|
fix: attachment borders
|
2021-05-18 14:39:01 +05:30 |
|
Salvatore Giordano
|
8d6af7a7c2
|
Merge branch 'develop' into rfac/transform
|
2021-05-17 17:04:11 +02:00 |
|
Salvatore Giordano
|
7cb3d449c2
|
fix image group navigation
|
2021-05-17 14:32:23 +02:00 |
|
Deven Joshi
|
5f0ed1bfcb
|
fix: analysis
|
2021-05-14 18:19:19 +05:30 |
|
Deven Joshi
|
08635729d5
|
fix: Fixed threads
|
2021-05-14 18:16:38 +05:30 |
|
Deven Joshi
|
38e3d32bcb
|
alignment changes
|
2021-05-14 17:53:23 +05:30 |
|
Deven Joshi
|
09cbec649f
|
alignment changes
|
2021-05-14 15:51:54 +05:30 |
|
Deven Joshi
|
a49ba26855
|
Merge branches 'develop' and 'rfac/transform' of https://github.com/GetStream/stream-chat-flutter into rfac/transform
Conflicts:
packages/stream_chat_flutter/lib/src/deleted_message.dart
packages/stream_chat_flutter/lib/src/message_widget.dart
|
2021-05-14 12:33:42 +05:30 |
|
Deven Joshi
|
485d99ddb4
|
rfac: Alignment of messages and reaction bubbles
|
2021-05-12 17:54:22 +05:30 |
|
Deven Joshi
|
0f6aa466a2
|
rfac: Removed basic transforms and adjusted borders
|
2021-05-12 16:16:50 +05:30 |
|
Salvatore Giordano
|
435a88cd1b
|
migrate missing files
|
2021-05-10 16:01:20 +02:00 |
|
Deven Joshi
|
a55af6befb
|
lint changes message
|
2021-05-05 16:12:36 +05:30 |
|