Commit Graph
279 Commits
Author SHA1 Message Date
Salvatore Giordano 422df24e9f use comparator 2020-12-17 11:15:25 +01:00
Salvatore Giordano 7310a905be add change it to a function called at the end of the message.new event handler 2020-12-17 10:33:47 +01:00
Salvatore Giordano f79d49ce89 expose channels setter 2020-12-17 10:13:39 +01:00
Salvatore Giordano 25fd47f4ba Merge branch 'master' into hotfix/mentionTap 2020-12-09 15:15:33 +01:00
Salvatore Giordano d6a6bdff67 expose messageInputDecoration 2020-12-09 14:45:24 +01:00
Salvatore Giordano 1339f878dc fix mention tap 2020-12-07 17:12:18 +01:00
Salvatore Giordano b5b35031d9 fix messageinput autofocus 2020-12-07 13:08:11 +01:00
Salvatore Giordano 7a3218c9df Merge branch 'master' into hotfix/channelPreview 2020-12-07 13:07:56 +01:00
Salvatore Giordano ac4a60ebb7 do not wrap custom channel preview builder to avoid weird behaviour 2020-12-07 13:02:10 +01:00
Oleksandr Bezpalchuk 5d35551a00 Make public autofocus field of the TextField of message_input 2020-12-07 12:21:11 +02:00
Salvatore Giordano 2e846c0f9f do not call markread if channel does not support it 2020-12-03 17:03:52 +01:00
Salvatore GiordanoandGitHub 9068f38659 bump version (#162) 2020-12-02 12:14:33 -04:00
vhubskyi 6ce25700d0 add onLongPress on channel when using custom channel builder 2020-12-02 10:54:18 +02:00
Salvatore Giordano 362be0b704 add message tap callbacks 2020-11-25 10:19:45 +01:00
Salvatore Giordano 9525db4dc3 add if(mounted) check 2020-11-24 16:41:32 +01:00
Salvatore Giordano 0c875ab68e update dependencies 2020-11-24 16:17:53 +01:00
Salvatore Giordano 897ef85050 use offline list if error 2020-11-24 16:05:21 +01:00
Salvatore Giordano 5a45454ac8 add debounce to mentions overlay 2020-11-24 16:02:02 +01:00
Salvatore Giordano 199831a7ec fix show overlay 2020-11-19 11:50:41 +01:00
Salvatore Giordano a793c623b2 use texteditingcontroller listener instead of onchanged 2020-11-19 10:58:10 +01:00
Salvatore GiordanoandGitHub bb243d7c7a bump version (#137) 2020-11-16 12:18:57 -04:00
Neevash Ramdial 77d62eefdd expose style option for attachment icon 2020-11-15 21:34:14 -04:00
Neevash Ramdial 78e23bc256 expose input text style 2020-11-15 21:33:51 -04:00
Neevash Ramdial 13604cee38 Change material type to transparent 2020-11-15 21:32:53 -04:00
Neevash Ramdial 83787846c9 expose builder for empty state 2020-11-15 21:18:13 -04:00
Salvatore Giordano d38bb92737 extract condition 2020-11-10 18:07:33 +01:00
Salvatore Giordano f63d65a1bb check if user.extradata["image"] is null 2020-11-10 17:58:45 +01:00
Salvatore Giordano 59359784fb remove channel.query 2020-11-09 10:41:05 +01:00
Salvatore Giordano 1285f82a64 fix condition 2020-11-09 09:44:10 +01:00
Salvatore Giordano 6613476700 channel query on local notification was using event.type 2020-11-09 09:43:47 +01:00
Salvatore Giordano 145351846d remove useless native code 2020-10-29 10:02:22 +01:00
Salvatore Giordano dcff11e188 fix mime type 2020-10-29 09:49:22 +01:00
Salvatore Giordano 65c5fc9d4f adapt file picker to web 2020-10-28 17:47:44 +01:00
Salvatore Giordano 4a6c062484 use channe.state.unreacCountStream 2020-10-23 16:03:03 +02:00
Salvatore Giordano 957fb5f264 Ref #102: add separatorBuilder to ChannelListView 2020-10-15 09:30:33 +02:00
Salvatore Giordano efced08641 update llc dependency and hotfixes 2020-10-12 11:15:37 +02:00
Salvatore Giordano 62494e7a0a use latestReactions in reaction picker (like it's done in react sdk) 2020-10-09 13:06:10 +02:00
Deven Joshi 2f748b50c5 feat: Added reaction faces to bottom sheet 2020-10-09 16:12:34 +05:30
Salvatore Giordano f6607d9cb2 fix example to run on flutter web 2020-10-07 14:29:22 +02:00
Salvatore Giordano f676777e4b center back button extracting the widget 2020-10-06 12:02:48 +02:00
Salvatore GiordanoandGitHub ff2634f51d Merge pull request #95 from GetStream/dj-develop
fix: Auto capitalize the start of sentences
2020-10-06 09:47:00 +02:00
Deven Joshi 7890337328 fix: Auto capitalize the start of sentences 2020-10-05 18:40:26 +05:30
Salvatore GiordanoandGitHub dd614c6afe Merge pull request #92 from GetStream/dj-develop
fix: Removed overflow parameter and migrated to clipBehavior
2020-10-05 09:36:48 +02:00
Deven Joshi 90765852a8 fix: Removed overflow parameter and migrated to clipBehavior 2020-10-02 17:04:07 +05:30
Salvatore Giordano b9b5627d9e add back button on full screen video page 2020-10-01 10:29:16 +02:00
Deven JoshiandGitHub eb2a60cd7b Merge pull request #88 from GetStream/feature/createChannelInExample
Feature/create channel in example
2020-09-24 15:06:10 +05:30
Salvatore Giordano 2bc72bd96e add CreateChannelPage to example 2020-09-23 16:42:50 +02:00
Deven JoshiandGitHub 1cd7fb99a3 Merge pull request #85 from GetStream/release/0.2.8+1
version bump
2020-09-23 15:46:46 +05:30
Salvatore Giordano c418d190ea add back button 2020-09-23 12:07:51 +02:00
Salvatore Giordano 1abb108a15 version bump 2020-09-22 16:36:40 +02:00