Commit Graph
1594 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 132a78fab4 Merge pull request #911 from GetStream/fix/full-screen-media-dispose
perf(ui): improve full screen media animation
2022-02-28 13:13:20 +01:00
Ayush Shekhar 8bfd93266e Fix: variable for channel was named client 2022-02-24 16:30:51 +05:30
Ayush Shekhar e7d8810722 Added entry in changelog 2022-02-24 16:05:00 +05:30
Ayush Shekhar c7ba48a446 Pass null for onImageTap when no function is passed 2022-02-24 15:56:19 +05:30
Sacha Arbonel 68643da42b fix(ui): sample app gradle fixes 2022-02-21 14:29:50 -04:00
Sacha Arbonel de4f531af1 fix(ui): sample app version bump 2022-02-21 14:29:12 -04:00
Gordon Hayes 2cef539639 perf: improve full screen media animations 2022-02-21 12:19:36 +01:00
Gordon Hayes d2a0fd603d fix: controllers not disposed 2022-02-21 11:00:54 +01:00
Simon EckerstorferandGitHub f318b619ae Merge branch 'develop' into develop 2022-02-18 17:09:30 +01:00
S-ecki 27cb7d2f98 Update CHANGELOG.md 2022-02-18 17:08:32 +01:00
Gordon Hayes cfb41dd629 fix: scrollToBottom not respecting false value 2022-02-18 15:26:44 +01:00
S-ecki ea38750a44 update chewie to newest version
fixes issue #805
2022-02-18 10:39:17 +01:00
Sahil Kumar a191e7f325 fix(ui): fix unban command not working in MessageInput
Signed-off-by: xsahil03x <[email protected]>
2022-02-15 16:26:41 +05:30
GroovinChip 6e2f7855aa (chore:flutter) - run sample app on macos
Some xcode project settings were updated due to building for macos
2022-02-14 10:04:09 -05:00
Sahil Kumar 202af02f8e chore: move controllers from ui to core
Signed-off-by: xsahil03x <[email protected]>
2022-02-07 15:25:07 +05:30
5580fc2ba1 Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
2022-02-03 11:33:10 +01:00
Salvatore Giordano 7a6a759bc2 chore(ui): bump version 2022-02-02 15:44:14 +01:00
Salvatore Giordano bfe44fb596 chore(ui): update deps 2022-02-02 15:39:05 +01:00
Salvatore Giordano 6571cdd487 Merge branch 'develop' into v4 2022-02-01 16:34:59 +01:00
Salvatore GiordanoandGitHub 1557259a9b Merge pull request #859 from SpencerC/develop
chore(ui): update flutter svg
2022-02-01 15:36:18 +01:00
Salvatore Giordano 6351fa0a5f deprecate old widgets 2022-02-01 12:03:29 +01:00
Salvatore Giordano e80cebe9aa deprecate old widgets 2022-02-01 11:57:26 +01:00
Salvatore Giordano f53ee0b4f1 fix analysis and update examples 2022-02-01 10:52:59 +01:00
Salvatore Giordano d959131bbd Merge branch 'v4' into feat/stream-channel-listview 2022-02-01 10:36:37 +01:00
Salvatore Giordano 7e2a1846d8 chore(repo): fix analysis 2022-02-01 10:31:10 +01:00
Salvatore Giordano e508efc55a Merge branch 'develop' into feat/stream-channel-listview 2022-02-01 09:58:14 +01:00
Salvatore Giordano 3b6a4ba36b chore(repo): fix analysis 2022-01-31 12:35:29 +01:00
Deven Joshi 0524d171f4 changelog 2022-01-28 16:42:19 +05:30
Deven Joshi 675d332816 docs 2022-01-28 16:40:37 +05:30
Deven Joshi 9edf02588d docs 2022-01-28 16:39:57 +05:30
Deven Joshi 5dc389783c added properties 2022-01-28 16:38:19 +05:30
Salvatore Giordano 88dbc09df6 Merge branch 'develop' into v4 2022-01-25 11:40:02 +01:00
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
Spencer Connaughton 4e3c1974c6 Update flutter svg. 2022-01-18 17:05:02 -05:00
Salvatore Giordano 449815dba0 fix analysis 2022-01-18 16:40:03 +01:00
Salvatore Giordano 96fae22655 update example 2022-01-18 16:39:07 +01:00
Salvatore Giordano b38d23e79d fix analysis 2022-01-18 16:18:30 +01:00
Salvatore Giordano 9b0fb58f1e add tld check 2022-01-17 17:07:08 +01:00
Salvatore Giordano b2e20b8a08 add send-links capability with translation 2022-01-17 12:13:03 +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 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
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