Commit Graph
100 Commits
Author SHA1 Message Date
Salvatore Giordano b5fd401df6 version bp 2021-01-18 11:58:36 +01:00
Salvatore Giordano 835c73204a fix reaction picker score indicator 2021-01-18 11:10:40 +01:00
Salvatore Giordano ade6050a65 Refs #217: add missing configuration point of flutter_apns 2021-01-18 10:16:50 +01:00
Salvatore GiordanoandGitHub bee382acb2 Merge pull request #186 from GetStream/hotfix/channelsBloc
Hotfix/channels bloc
2020-12-28 15:25:24 +01:00
Salvatore Giordano 9d4a722178 version bump 2020-12-28 13:25:41 +01:00
Salvatore Giordano c9543ab644 add shouldAddChannel to ChannelsBloc 2020-12-28 13:24:28 +01:00
Salvatore GiordanoandGitHub c605821a81 Merge pull request #185 from GetStream/hotfix/attachment
Hotfix/attachment
2020-12-24 12:51:50 +01:00
Salvatore Giordano a0cb8f045d version bump 2020-12-24 12:46:20 +01:00
Salvatore Giordano f891061eb9 use key in attachments to fix cideo preview bug 2020-12-24 12:45:28 +01:00
Salvatore GiordanoandGitHub ba4cb46894 Merge pull request #180 from GetStream/shadowBan
Shadow ban
2020-12-23 12:47:29 +01:00
Salvatore Giordano b56fe4729b fix tests 2020-12-23 12:33:03 +01:00
Salvatore Giordano 941b04d72b Merge branch 'master' into shadowBan 2020-12-23 12:28:03 +01:00
Salvatore Giordano d703755343 version bp 2020-12-22 15:08:06 +01:00
Salvatore Giordano b7495bb16a add loading builder in channellistview; add sendButtonLocation and animationduration to messageinput 2020-12-22 14:15:58 +01:00
Salvatore GiordanoandGitHub 8c70ae97b3 Merge pull request #181 from GetStream/release/0.2.18
Release/0.2.18
2020-12-21 12:30:32 +01:00
Salvatore Giordano 9b6c03ee5c use async await 2020-12-21 12:24:03 +01:00
Salvatore Giordano 27ab376e81 remove unnecessary .catchError 2020-12-21 12:19:57 +01:00
Salvatore Giordano d63c876c1c add await 2020-12-21 12:14:58 +01:00
Salvatore Giordano 12f0bb1d94 fix loading 2020-12-21 12:13:36 +01:00
Salvatore Giordano cfad93eb19 fix typo 2020-12-21 12:06:55 +01:00
Salvatore Giordano 3315b81059 version bp 2020-12-21 11:58:22 +01:00
Salvatore Giordano cc41d5380f update dependencies 2020-12-21 11:57:50 +01:00
Salvatore Giordano c0d7936f57 version bp 2020-12-18 11:59:23 +01:00
Salvatore Giordano 7cceb59f0a implement shadowban 2020-12-18 11:58:45 +01:00
Salvatore Giordano 0883728a2e update changelog 2020-12-17 11:19:55 +01:00
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 4b88627457 version bp 2020-12-17 10:14:31 +01:00
Salvatore Giordano f79d49ce89 expose channels setter 2020-12-17 10:13:39 +01:00
Salvatore GiordanoandGitHub bd298d1a2e Merge pull request #174 from apgapg/format-check
Add code formatting check
2020-12-10 09:33:10 +01:00
Salvatore Giordano ec01c6c1db add changelog 2020-12-09 15:25:03 +01:00
Salvatore Giordano 1a1dd7e3c5 version bp 2020-12-09 15:24:41 +01:00
Salvatore Giordano 25fd47f4ba Merge branch 'master' into hotfix/mentionTap 2020-12-09 15:15:33 +01:00
Salvatore Giordano 0ca0fd1814 version bp 2020-12-09 14:55:58 +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 c51ebd12dd version bp 2020-12-07 13:09:53 +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 GiordanoandGitHub d3126f1e99 Merge pull request #167 from TramPamPam/feature/messageInputAutofocus
Make public autofocus field of the TextField of message_input
2020-12-07 13:07:05 +01:00
Salvatore Giordano ac4a60ebb7 do not wrap custom channel preview builder to avoid weird behaviour 2020-12-07 13:02:10 +01: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
Salvatore GiordanoandGitHub aa2ee31d4d Merge pull request #160 from gvv-ua/channel_long_tap
add onLongPress on channel when using custom channel builder
2020-12-02 17:09:57 +01:00
Salvatore GiordanoandGitHub 18477bf2b6 Update README.md 2020-11-30 09:43:12 +01:00
Salvatore Giordano 026edeb480 bump mp version 2020-11-25 10:23:36 +01:00
Salvatore Giordano 362be0b704 add message tap callbacks 2020-11-25 10:19:45 +01:00
Salvatore GiordanoandGitHub 3781408371 Merge pull request #148 from GetStream/hotfix/debounce
Hotfix/debounce
2020-11-24 16:44:42 +01:00
Salvatore Giordano 9525db4dc3 add if(mounted) check 2020-11-24 16:41:32 +01:00
Salvatore Giordano 7ce3e00bb7 bump version 2020-11-24 16:19:56 +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 04da9a06b3 update github action 2020-11-19 11:58:30 +01:00
Salvatore Giordano 199831a7ec fix show overlay 2020-11-19 11:50:41 +01:00
Salvatore Giordano 6a8e76dc18 fix typo 2020-11-19 11:00:25 +01:00
Salvatore Giordano 1c1cf66d93 bump version 2020-11-19 10:59:59 +01:00
Salvatore Giordano a793c623b2 use texteditingcontroller listener instead of onchanged 2020-11-19 10:58:10 +01:00
Salvatore GiordanoandGitHub 1d5f181a87 Merge pull request #138 from GetStream/update-readme
Update README.md
2020-11-18 10:41:54 +01:00
Salvatore GiordanoandGitHub 150a8b00a6 Update README.md
update readme adding file picker troubleshooting link
2020-11-18 09:35:23 +01:00
Salvatore GiordanoandGitHub bb243d7c7a bump version (#137) 2020-11-16 12:18:57 -04:00
Salvatore GiordanoandGitHub 580ba45948 Merge pull request #136 from GetStream/nash/expose_message_input_styling
Expose addition input styling options
2020-11-16 10:12:29 +01:00
Salvatore GiordanoandGitHub 96f3452bf1 Merge pull request #135 from GetStream/nash/empty-state
Expose builder for empty channel state
2020-11-16 10:07:50 +01:00
Salvatore Giordano d38bb92737 extract condition 2020-11-10 18:07:33 +01:00
Salvatore Giordano 4383e74d49 bump version 2020-11-10 17:59:51 +01:00
Salvatore Giordano f63d65a1bb check if user.extradata["image"] is null 2020-11-10 17:58:45 +01:00
Salvatore Giordano 0306fa4124 upgrade dependencies 2020-11-10 17:58:24 +01:00
Salvatore Giordano 13b909b5fb fix example 2020-11-09 10:41:57 +01:00
Salvatore Giordano 59359784fb remove channel.query 2020-11-09 10:41:05 +01:00
Salvatore Giordano 7740932f2f fix example 2020-11-09 09:48:04 +01:00
Salvatore Giordano 2f8891af7f version bump 2020-11-09 09:46:54 +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 3a575dcbd8 trigger action on prs on every branch 2020-10-29 10:27:43 +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 GiordanoandGitHub d6fa0b9ee8 Merge pull request #112 from GetStream/hotfix/unreadCount
use channe.state.unreacCountStream
2020-10-23 16:06:45 +02:00
Salvatore Giordano 4a6c062484 use channe.state.unreacCountStream 2020-10-23 16:03:03 +02:00
Salvatore GiordanoandGitHub 876275aa54 Merge pull request #110 from GetStream/hotfix/sampleApp
Refs #109: update sample app gradle
2020-10-22 11:15:13 +02:00
Salvatore Giordano 95802c1f31 Refs #109: update sample app gradle 2020-10-22 11:12:55 +02:00
Salvatore GiordanoandGitHub 46a0cfd8a6 Merge pull request #107 from GetStream/hotfix/example
fix single conversation example
2020-10-20 10:23:14 +02:00
Salvatore Giordano 4a6acedafb fix single conversation example 2020-10-19 15:36:20 +02:00
Salvatore GiordanoandGitHub 2205b7fca2 Merge pull request #103 from GetStream/feature/separatorBuilder
Feature/separator builder
2020-10-15 12:00:01 +02:00
Salvatore Giordano 8331816eb3 bump version 2020-10-15 09:31:19 +02:00
Salvatore Giordano 957fb5f264 Ref #102: add separatorBuilder to ChannelListView 2020-10-15 09:30:33 +02:00
Salvatore GiordanoandGitHub 10dfbbde9c Merge pull request #101 from GetStream/feature/offlineStorage
update llc dependency and hotfixes
2020-10-12 11:20:09 +02:00
Salvatore Giordano 52369f481b version bump 2020-10-12 11:16:47 +02:00
Salvatore Giordano efced08641 update llc dependency and hotfixes 2020-10-12 11:15:37 +02:00
Salvatore GiordanoandGitHub 05fd5858f4 Merge pull request #100 from GetStream/dj-develop
feat: Added reaction faces to bottom sheet
2020-10-09 13:08:24 +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
Salvatore Giordano e1b708824d Merge branch 'master' into feature/web 2020-10-07 14:37:57 +02:00
Salvatore Giordano 0e1255fb45 version bump 2020-10-07 14:34:33 +02:00
Salvatore Giordano f6607d9cb2 fix example to run on flutter web 2020-10-07 14:29:22 +02:00
Salvatore GiordanoandGitHub 6dcae510b5 Update issue templates 2020-10-07 09:51:37 +02:00
Salvatore Giordano eb4699a692 version bump 2020-10-06 17:09:01 +02:00
Salvatore GiordanoandGitHub 485ca6552f Merge pull request #96 from GetStream/hotfix/backButton
center back button extracting the widget
2020-10-06 16:18:28 +02:00
Salvatore Giordano 8733082ca3 update gitignore 2020-10-06 12:14:09 +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