Commit Graph
100 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub ca4cc3cd3d Merge pull request #884 from GetStream/release/3.4.0
chore(llc,core,ui,persistence,localizations): 3.4.0
2022-02-03 14:59:13 +01:00
Salvatore Giordano 3c6b87a036 chore(persistence): fix drift version 2022-02-03 14:18:16 +01:00
69b79f28e9 Update packages/stream_chat_persistence/CHANGELOG.md
Co-authored-by: Sahil Kumar <[email protected]>
2022-02-03 12:00:34 +01:00
7b63e568c2 Update packages/stream_chat_persistence/pubspec.yaml
Co-authored-by: Sahil Kumar <[email protected]>
2022-02-03 12:00:29 +01:00
Salvatore Giordano b315d38289 fix changelog 2022-02-03 11:44:17 +01:00
Salvatore GiordanoandGitHub 4791aa86fe Update packages/stream_chat/lib/src/core/models/user.dart 2022-02-03 11:42:04 +01:00
5580fc2ba1 Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
2022-02-03 11:33:10 +01:00
Salvatore Giordano 9f01ab925f Merge branch 'develop' into release/3.4.0 2022-02-02 16:28:36 +01:00
Salvatore GiordanoandGitHub 11c9a77630 Merge pull request #883 from GetStream/fix/pinnedMessages
fix(llc): fix ChannelState copyWith with respect to pinnedMessages default value.
2022-02-02 16:26:16 +01:00
Salvatore Giordano 7a6a759bc2 chore(ui): bump version 2022-02-02 15:44:14 +01:00
Salvatore Giordano a66dad3024 chore(localizations): bump version 2022-02-02 15:43:46 +01:00
Salvatore Giordano d1c961d7f5 chore(persistence): bump version 2022-02-02 15:42:12 +01:00
Salvatore Giordano a18d9610c0 chore(core): bump version 2022-02-02 15:41:09 +01:00
Salvatore Giordano 96ae6cf724 chore(llc): bump version 2022-02-02 15:40:37 +01:00
Salvatore Giordano bfe44fb596 chore(ui): update deps 2022-02-02 15:39:05 +01:00
Salvatore Giordano 370114c841 chore(llc,localizations): clean up changelogs 2022-02-01 16:38:28 +01:00
Salvatore GiordanoandGitHub 41917a30c6 Merge pull request #829 from jiahan5/patch-1
fix(llc): avoid invalid url
2022-02-01 16:30:49 +01:00
Salvatore GiordanoandGitHub 5f1578a119 Update packages/stream_chat/CHANGELOG.md 2022-02-01 16:15:03 +01:00
Salvatore Giordano c592c46229 Merge branch 'develop' into patch-1 2022-02-01 15:36:50 +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 GiordanoandGitHub a6325d7b4e Merge pull request #858 from santiagogarcia97/feat/portuguese-support
feat(localization): added support for Portuguese language
2022-02-01 15:35:26 +01:00
Salvatore Giordano 3fe2c64d7e revert changelog and pubspec 2022-02-01 15:34:50 +01:00
Salvatore Giordano 7d7274b1c7 Merge branch 'develop' into feat/portuguese-support 2022-02-01 15:21:12 +01:00
Salvatore GiordanoandGitHub 4929adf0f7 Merge pull request #873 from GetStream/hotfix/ownReactions
fix(llc): fix ownReactions population
2022-02-01 14:31:18 +01:00
f52b1bc902 Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Sahil Kumar <[email protected]>
2022-02-01 13:57:24 +01:00
Salvatore Giordano a07fdda490 fix latest reaction when sending a new reaction 2022-02-01 12:16:40 +01:00
Salvatore Giordano 90be047cbc Merge branch 'develop' into hotfix/ownReactions 2022-02-01 09:54:57 +01:00
Salvatore GiordanoandGitHub 90850c8369 Merge pull request #880 from GetStream/fix/857
feat(llc): Add `queryBannedUsers` endpoint.
2022-02-01 09:54:10 +01:00
Salvatore GiordanoandGitHub 17246b7d15 Merge branch 'develop' into fix/857 2022-02-01 09:33:22 +01:00
Salvatore GiordanoandGitHub eff92c8df2 Merge pull request #876 from GetStream/thread-fix
fix(llc): thread message deletion
2022-01-31 14:51:36 +01:00
Salvatore GiordanoandGitHub d0d4adb112 Merge pull request #877 from GetStream/fix/748
fix(llc): include `message.user` while saving users in persistence.
2022-01-31 14:50:25 +01:00
Salvatore Giordano 39bb5aa97e chore(repo): fix metrics 2022-01-31 13:34:33 +01:00
Salvatore Giordano 3b6a4ba36b chore(repo): fix analysis 2022-01-31 12:35:29 +01:00
Salvatore Giordano b2c4185682 chore(repo): bump flutter and melos version 2022-01-31 11:04:08 +01:00
Salvatore Giordano 8861b1d424 fix(llc): remove deleted reaction in case of reaction.delete event 2022-01-28 15:17:03 +01:00
Salvatore Giordano 48a207c8a7 fix(llc): reassign latestReactions 2022-01-27 12:56:04 +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 Giordano d7086e7e0e chore(llc): fix analysis 2022-01-24 12:10:02 +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
Salvatore Giordano 2b4226a182 chore(llc): update changelog 2022-01-24 09:51:27 +01:00
Salvatore Giordano 5d0ac10248 fix(llc): fix ownReactions population 2022-01-24 09:49:10 +01:00
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
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
Salvatore GiordanoandGitHub 8ac2c36220 Merge pull request #843 from GetStream/unread-count-fix
fix(llc): fixed unread count after member removed
2021-12-29 14:04:41 +01:00
Salvatore GiordanoandGitHub e0f135762f Merge pull request #840 from GetStream/svg-fixes
fix(ui): fixed svgs
2021-12-27 11:01:39 +01:00
Salvatore GiordanoandGitHub 7f24be3498 Merge branch 'develop' into svg-fixes 2021-12-27 11:01:21 +01:00
Salvatore GiordanoandGitHub 5a4fe2963f Merge pull request #830 from GetStream/hotfix/media-download
fix(ui): media download
2021-12-27 10:54:12 +01:00
Salvatore GiordanoandGitHub 793bbbac47 Merge branch 'develop' into hotfix/media-download 2021-12-27 10:54:03 +01:00
Salvatore GiordanoandGitHub 13a863fb81 Merge pull request #832 from GetStream/video-fix
feat(ui): added autoplay to videos
2021-12-20 11:00:12 +01:00
Salvatore Giordano 0aed43b188 fix(ui): use all message attachments in FullScreenMedia page 2021-12-20 10:55:51 +01:00
Salvatore Giordano 63f8c40cb9 chore(core): update changelog 2021-12-16 11:32:04 +01:00
Salvatore Giordano 54977de7fd fix(core): do not move a channel when the new message is a thread reply 2021-12-16 11:31:13 +01:00
Salvatore Giordano 505b11b12e chore(ui): update changelog 2021-12-16 10:19:29 +01:00
Salvatore Giordano a5005bb78f fix(ui): use file extension instead of mimeType 2021-12-16 10:17:42 +01:00
Salvatore GiordanoandGitHub 536fb45d5b Merge pull request #824 from GetStream/feat/enrichUrl
feat(llc): Add enrichUrl endpoint.
2021-12-13 12:22:43 +01:00
Salvatore Giordano 2ea9227ba7 Merge branch 'develop' 2021-12-09 16:12:07 +01:00
Salvatore GiordanoandGitHub 338690488a Merge pull request #810 from GetStream/release/3.3.1
chore(llc,core,ui): 3.3.1
2021-12-09 16:09:50 +01:00
Salvatore Giordano cd6e7ac035 Merge branch 'develop' into release/3.3.1 2021-12-09 11:40:08 +01:00
Salvatore GiordanoandGitHub 8cd73fd276 Merge pull request #813 from GetStream/hotfix/connectivity
fix(core): update connectivity dep
2021-12-09 11:39:41 +01:00
Salvatore Giordano 502bb19e09 chore(ui): update changelog and bump version 2021-12-03 16:25:34 +01:00
Salvatore Giordano 28c05e7afc chore(core): update changelog and bump version 2021-12-03 16:24:27 +01:00
Salvatore Giordano 9e9ed0667b chore(llc): update changelog and bump version 2021-12-03 16:23:45 +01:00
Salvatore GiordanoandGitHub 7018beee46 Merge pull request #809 from GetStream/hotfix/retry
fix(llc): fix retry queue mechanism
2021-12-03 16:22:42 +01:00
Salvatore Giordano 5e91e1f501 chore(repo): remove prefer-match-file-name 2021-12-03 16:11:31 +01:00
Salvatore Giordano 14cd59f11b chore(llc): update changelog 2021-12-03 15:54:30 +01:00
Salvatore Giordano 48e8ac2597 fix(llc): revert message action 2021-12-03 15:45:39 +01:00
Salvatore Giordano 3773846101 fix(llc): revert message action 2021-12-03 15:45:13 +01:00
Salvatore Giordano 06b090dac2 fix(llc): revert message action 2021-12-03 15:43:49 +01:00
Salvatore Giordano 7547bd6b86 fix(llc): retry queue now follows the creation date 2021-12-03 15:38:23 +01:00
Salvatore Giordano 1b14e7f223 fix(llc): fix retry queue mechanism 2021-12-03 14:51:11 +01:00
Salvatore Giordano f203e6d0f2 Merge branch 'develop' 2021-12-02 12:39:39 +01:00
Salvatore Giordano 10115df9cd fix(ui): update core dependency 2021-12-02 12:37:48 +01:00
Salvatore GiordanoandGitHub 0983de9936 Merge pull request #801 from GetStream/fix/unread-count
fix(llc): totalUnreadCount is not updating when app is resumed from background mode
2021-12-01 10:54:50 +01:00
Salvatore GiordanoandGitHub f7e7c897c8 Merge pull request #798 from GetStream/xsahil03x-patch-1
ci(repo): fix melos bs for transitive deps
2021-11-30 10:01:59 +01:00
Salvatore Giordano c631edddf9 fix merge 2021-11-29 17:50:54 +01:00
Salvatore Giordano 045521eb11 Merge branch 'develop' 2021-11-29 17:50:27 +01:00
Salvatore GiordanoandGitHub 105362fb7c Merge pull request #795 from GetStream/release/3.3.0
chore(llc,core,ui): 3.3.0
2021-11-29 17:48:37 +01:00
Salvatore Giordano 3bd545e504 minor fixes 2021-11-29 16:29:22 +01:00
Salvatore Giordano 85c29992e5 refactor(llc): rename deprecated tests 2021-11-29 15:47:55 +01:00
Salvatore Giordano 707bb65e93 refactor(ui): rename deprecated args 2021-11-29 15:25:12 +01:00
Salvatore Giordano ca513e86ef chore(ui): update changelog and bump version 2021-11-29 14:51:00 +01:00
Salvatore Giordano 33dcec8cb8 chore(core): update changelog and bump version 2021-11-29 14:49:06 +01:00
Salvatore Giordano b8a6d39efb chore(llc): update changelog and bump version 2021-11-29 14:47:59 +01:00
Salvatore GiordanoandGitHub 9b92f591ab Merge pull request #770 from GetStream/feat/hard-delete
feat(llc): added hard delete
2021-11-26 15:28:40 +01:00
Salvatore GiordanoandGitHub d0f9950c95 Merge pull request #793 from GetStream/hotfix/event
fix(llc): ChannelEvent.membersCount default to 0
2021-11-26 14:59:15 +01:00
f951be82f7 Apply suggestions from code review
Co-authored-by: Deven Joshi <[email protected]>
2021-11-26 12:56:21 +01:00
Salvatore Giordano 577b731768 remove listener from channel 2021-11-26 12:33:31 +01:00
Salvatore Giordano 0dd9af0906 fix(llc): dispose channel on deletion 2021-11-26 11:46:02 +01:00
Salvatore Giordano e9d148ef49 fix models 2021-11-26 10:47:48 +01:00
Salvatore Giordano eb186a92fb chore(llc): update changelog 2021-11-26 10:37:51 +01:00
Salvatore Giordano e5abb8fffe fix(llc): ChannelEvent.membersCount default to 0 2021-11-26 10:36:57 +01:00
Salvatore GiordanoandGitHub 6bb0d3872c Merge pull request #786 from GetStream/hotfix/filePicker
fix(ui): do not use `withData: true` property
2021-11-25 10:03:42 +01:00
Salvatore GiordanoandGitHub 0bb3ea675a Merge branch 'develop' into hotfix/filePicker 2021-11-24 15:49:51 +01:00
Salvatore Giordano 6da3632e7f chore(ui): update changelog 2021-11-24 15:49:14 +01:00