Salvatore Giordano
|
4690106ff9
|
chore(llc): use path dependency for stream_chat example
|
2022-01-28 15:59:19 +01:00 |
|
Salvatore Giordano
|
449247bc4c
|
chore(repo): update melos in ci
|
2022-01-28 15:23:54 +01:00 |
|
Salvatore Giordano
|
77d105616d
|
fix(llc): use local ownCapabilities for channel.updated events
|
2022-01-25 15:36:19 +01:00 |
|
Salvatore Giordano
|
88dbc09df6
|
Merge branch 'develop' into v4
|
2022-01-25 11:40:02 +01:00 |
|
 Salvatore GiordanoandGitHub
|
4bddff5918
|
Merge pull request #874 from GetStream/fix/860
fix(ui): fix cast error while compressing video.
|
2022-01-25 10:46:28 +01:00 |
|
 Salvatore GiordanoandGitHub
|
8d91f02286
|
Merge pull request #875 from GetStream/fix/848
fix(core): fixed bad state on calling streamController.add
|
2022-01-25 10:45:23 +01:00 |
|
 Salvatore GiordanoandGitHub
|
bbabcfc5ff
|
Merge pull request #867 from GetStream/feat/bump-drift
feat(persistence): Use hard-coded drift versions.
|
2022-01-24 12:06:45 +01:00 |
|
 Salvatore GiordanoandGitHub
|
274df3f2c4
|
Merge pull request #872 from koishi/fix/japanese_localization
fix(localization): fix japanese translations
|
2022-01-24 12:05:42 +01:00 |
|
Sahil Kumar
|
bb3f48d42f
|
fix(core): Replaced all StreamController.add() with .safeAdd() to fix bad state errors.
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-24 16:22:28 +05:30 |
|
Sahil Kumar
|
32d946da2a
|
chore(ui): Update CHANGELOG.md.
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-24 15:19:37 +05:30 |
|
Sahil Kumar
|
be54f4e610
|
fix(ui): fix cast error while compressing video.
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-24 15:17:50 +05:30 |
|
Koichiro Oishi
|
5a5a408862
|
fix(localization): fix japanese translations
|
2022-01-23 20:58:27 +09:00 |
|
Sahil Kumar
|
d8f4c12de3
|
chore(persistence): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-19 19:01:58 +05:30 |
|
Sahil Kumar
|
6054c30137
|
feat(persistence): Use hard-coded drift versions.
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-19 18:58:59 +05:30 |
|
 Salvatore GiordanoandGitHub
|
c4ea134af7
|
Merge pull request #863 from developerjamiu/chore/comment-fix
chore(repo): make comments follow dart guidelines and fix typos
|
2022-01-18 17:12:19 +01:00 |
|
 Salvatore GiordanoandGitHub
|
c34e0d247e
|
Merge pull request #864 from GetStream/feat/edge-base-url
feat(llc): deprecate location in favor of new edge server.
|
2022-01-18 16:58:27 +01:00 |
|
Salvatore Giordano
|
449815dba0
|
fix analysis
|
2022-01-18 16:40:03 +01:00 |
|
Salvatore Giordano
|
b38d23e79d
|
fix analysis
|
2022-01-18 16:18:30 +01:00 |
|
Sahil Kumar
|
a26edf7c51
|
chore(llc): fix analysis warnings
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-18 16:32:16 +05:30 |
|
 Salvatore GiordanoandGitHub
|
393df3edf9
|
Merge pull request #762 from GetStream/feat/capabilities
feat(llc, ui): user capabilities
|
2022-01-18 11:57:59 +01:00 |
|
Salvatore Giordano
|
3c9f87ea2b
|
fix(llc): fix truncate channel payload
|
2022-01-18 10:48:42 +01:00 |
|
Salvatore Giordano
|
9b0fb58f1e
|
add tld check
|
2022-01-17 17:07:08 +01:00 |
|
Sahil Kumar
|
c0ae7a8768
|
feat(llc): Deprecate location in favor of edge server.
Signed-off-by: xsahil03x <[email protected]>
|
2022-01-17 18:55:17 +05:30 |
|
Salvatore Giordano
|
b2e20b8a08
|
add send-links capability with translation
|
2022-01-17 12:13:03 +01:00 |
|
Okanlawon Jamiu
|
a51c4ca195
|
chore(repo): make comment follow dart guidelines and fix typos
|
2022-01-17 11:19:01 +01:00 |
|
Deven Joshi
|
cd50ee50d2
|
fmt
|
2022-01-14 20:06:56 +05:30 |
|
Deven Joshi
|
fbe933b0f2
|
fmt
|
2022-01-14 16:42:15 +05:30 |
|
Deven Joshi
|
6729ef1deb
|
test fixes
|
2022-01-14 16:36:30 +05:30 |
|
Deven Joshi
|
f2ab29d8c6
|
analysis
|
2022-01-13 18:08:30 +05:30 |
|
Deven Joshi
|
bbfdb655e6
|
fmt
|
2022-01-13 17:30:36 +05:30 |
|
Deven Joshi
|
c32311eca3
|
Merge branch 'v4' of https://github.com/GetStream/stream-chat-flutter into feat/capabilities
Conflicts:
packages/stream_chat_flutter/lib/src/message_input/message_input.dart
|
2022-01-13 17:25:53 +05:30 |
|
 Salvatore GiordanoandGitHub
|
b36c4f1f7a
|
Merge pull request #742 from GetStream/message-input-controller
feat(ui, core): Added MessageInputController and general refactor
|
2022-01-11 16:25:23 +01:00 |
|
 Salvatore GiordanoandGitHub
|
df3ba092f6
|
Merge pull request #835 from GetStream/feat/unfurl-url-client-side
feat(ui): add support for og attachment preview
|
2022-01-11 16:04:31 +01:00 |
|
 Salvatore GiordanoandGitHub
|
a1d96419ec
|
Merge pull request #854 from GetStream/mip-duw
fix(ui): added mip didUpdateWidget for focusnode
|
2022-01-11 15:53:34 +01:00 |
|
Deven Joshi
|
e21d32941a
|
add listener to effective controller
|
2022-01-11 16:07:11 +05:30 |
|
Deven Joshi
|
8bd826d08d
|
change var to focusnode
|
2022-01-11 12:50:02 +05:30 |
|
Deven Joshi
|
dcbdfc32ea
|
added mip didUpdateWidget for focusnode
|
2022-01-11 12:48:42 +05:30 |
|
 Salvatore GiordanoandGitHub
|
512d68af63
|
Merge pull request #849 from dkrutskikh/develop
chore(repo): add missed trailing commas
|
2022-01-10 12:09:51 +01:00 |
|
 Salvatore GiordanoandGitHub
|
e55915b12e
|
Merge pull request #831 from GetStream/hotfix/channelsOrder
fix(core): channels order
|
2022-01-07 11:08:46 +01:00 |
|
Deven Joshi
|
8492d5ed32
|
added mute channel permission
|
2022-01-06 17:03:31 +05:30 |
|
Deven Joshi
|
11ad0150ce
|
added bottom sheet capabilities
|
2022-01-06 17:00:18 +05:30 |
|
Deven Joshi
|
ea8055988e
|
added localizations
|
2022-01-06 16:45:52 +05:30 |
|
Dmitry Krutskikh
|
800ab448f7
|
chore(repo): add missed trailing commas
|
2022-01-06 09:05:22 +03: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 |
|
Salvatore Giordano
|
a5baffae29
|
Merge branch 'message-input-controller' into feat/capabilities
|
2022-01-05 10:26:57 +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 |
|
Deven Joshi
|
fa5e993d29
|
tried fix for mip bug
|
2022-01-04 15:29:03 +05:30 |
|
Deven Joshi
|
631ab68990
|
make the tld non-linear-searchy
|
2022-01-04 14:37:34 +05:30 |
|
Salvatore Giordano
|
504e72deca
|
add TLD validity check
|
2022-01-03 16:11:46 +01:00 |
|