Commit Graph
928 Commits
Author SHA1 Message Date
Sahil Kumar 78c64a057d chore: update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-24 13:40:12 +05:30
Sahil Kumar 549aab5140 fix(llc): fix not able to update message with type: reply.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-24 13:38:53 +05:30
Sahil Kumar 6d23a3b3e9 chore(repo): prepare for release.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-17 14:40:00 +05:30
Sahil Kumar d94f96b7a1 chore: fix lints.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-17 14:08:44 +05:30
Sahil Kumar 7c495ad520 chore(llc, core, persistence, ui, localization): bump dependencies, update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-17 14:04:55 +05:30
Sahil Kumar 875ff934b6 chore(repo): updated minimum supported SDK version to Flutter 3.10/Dart 3.0
Signed-off-by: xsahil03x <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-17 13:13:13 +05:30
Sahil Kumar 2c10f3eb7d chore: update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-10 15:06:22 +05:30
Sahil Kumar 40af5a3278 fix(llc): channel.query not initializing state.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-10 15:02:19 +05:30
Sahil KumarandGitHub 332abc4f21 Update packages/stream_chat/pubspec.yaml 2023-08-08 12:35:47 +05:30
dependabot[bot]andGitHub 5371380fc7 chore(deps): bump mocktail from 0.3.0 to 1.0.0 in /packages/stream_chat
Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0.
- [Release notes](https://github.com/felangel/mocktail/releases)
- [Commits](https://github.com/felangel/mocktail/compare/mocktail-v0.3.0...mocktail-v1.0.0)

---
updated-dependencies:
- dependency-name: mocktail
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
2023-08-07 19:17:55 +00:00
Sahil Kumar 493667559b chore: fix analysis.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-04 18:09:12 +05:30
Sahil Kumar 39b2686e2c chore: update CHANGELOG.md 2023-08-04 16:31:30 +05:30
Sahil Kumar 346183b6ee feat(llc): add support for channel.countUnreadMentions(). 2023-08-04 16:29:31 +05:30
Sahil Kumar bee807c0a5 chore(repo): prepare for release.
Signed-off-by: xsahil03x <[email protected]>
2023-07-24 19:01:17 +05:30
Sahil Kumar 53e7037f46 test: fix tests.
Signed-off-by: xsahil03x <[email protected]>
2023-07-24 18:45:58 +05:30
Sahil Kumar 2306cbd1c2 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2023-07-24 18:35:35 +05:30
Sahil Kumar 6d4b226da7 feat(llc): add support for setting message.type.
Signed-off-by: xsahil03x <[email protected]>
2023-07-24 18:35:35 +05:30
Sahil Kumar a920b580fb chore: prepare for release.
Signed-off-by: xsahil03x <[email protected]>
2023-07-12 20:01:03 +05:30
Sahil Kumar 4d3ef2f880 chore: fix analysis
Signed-off-by: xsahil03x <[email protected]>
2023-07-12 18:30:05 +05:30
Sahil Kumar e93e5ae04e chore: update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2023-07-12 18:12:01 +05:30
xsahil03x fb55b820ce Merge remote-tracking branch 'origin/develop' into refactor/message-status
# Conflicts:
#	packages/stream_chat_flutter/lib/src/message_actions_modal/message_actions_modal.dart
#	packages/stream_chat_flutter/lib/src/message_widget/message_widget.dart
#	packages/stream_chat_flutter/lib/src/message_widget/message_widget_content.dart
#	packages/stream_chat_flutter/lib/src/message_widget/reactions/message_reactions_modal.dart
2023-07-12 17:59:52 +05:30
Sahil Kumar aff7c3b62b chore: bump example min version.
Signed-off-by: xsahil03x <[email protected]>
2023-07-12 15:53:34 +05:30
Sahil Kumar 99c656be1f chore(repo): prepare for release.
Signed-off-by: xsahil03x <[email protected]>
2023-07-12 15:50:55 +05:30
Sahil Kumar 3a9f0b0147 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2023-07-11 20:24:01 +05:30
Sahil Kumar 6dc6fdc116 chore(repo): updated minimum supported SDK version to Flutter 3.7/Dart 2.19
Signed-off-by: xsahil03x <[email protected]>
2023-07-11 18:46:12 +05:30
Sahil Kumar e76f3e9227 chore: remove flutter test deps from examples.
Signed-off-by: xsahil03x <[email protected]>
2023-07-06 03:35:56 +05:30
Sahil Kumar 44b53611a0 chore(llc, core, persistence, ui, localization): updated minimum supported SDK version to Flutter 3.3/Dart 2.18
Signed-off-by: xsahil03x <[email protected]>
2023-07-06 02:44:15 +05:30
Sahil Kumar 3b09837f61 chore(repo): remove dart-code-metrics.
Signed-off-by: xsahil03x <[email protected]>
2023-07-04 14:25:55 +05:30
Sahil Kumar 0ba6f01357 chore(repo): bump example sdk constraints for dart 3.0.
Signed-off-by: xsahil03x <[email protected]>
2023-06-22 14:30:17 +05:30
Sahil Kumar edddf30682 test: add tests for message state.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 17:26:14 +05:30
Sahil KumarandGitHub c96167cf0c Apply suggestions from code review 2023-06-20 15:29:25 +05:30
Sahil Kumar 6c8c4b54fa chore: merge latest changes
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 15:28:05 +05:30
Sahil KumarandGitHub ffeef9fc3e Update packages/stream_chat/lib/src/client/channel.dart 2023-06-20 15:00:30 +05:30
Sahil Kumar c6f64fdc96 chore: migrate and update tests.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 14:43:13 +05:30
xsahil03x 84b50fc852 Merge remote-tracking branch 'origin/develop' into refactor/message-status 2023-06-20 14:32:30 +05:30
Sahil Kumar 1bfeff93bf chore(repo): prepare for release.
Signed-off-by: xsahil03x <[email protected]>
2023-06-19 16:16:08 +05:30
Sahil Kumar 324e9df44d fix: cancel timer on dispose.
Signed-off-by: xsahil03x <[email protected]>
2023-06-19 14:16:05 +05:30
Sahil Kumar 631cecbf43 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2023-06-19 14:13:51 +05:30
Sahil Kumar 5db41595e2 fix(llc): handle channel mute expiration.
Signed-off-by: xsahil03x <[email protected]>
2023-06-19 14:08:04 +05:30
Sahil Kumar faf656717c fix: use createdAt property to determine if the message is synced.
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 04:55:04 +05:30
Sahil Kumar 810957c516 refactor: deprecate MessageSendingStatus in favor of MessageState.
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 03:57:16 +05:30
Sahil Kumar d1862e9671 test: fix tests.
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 03:54:11 +05:30
Sahil Kumar 6ec8595ce7 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 02:58:07 +05:30
Sahil Kumar f6d9247d3d chore: remove print statement.
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 02:56:08 +05:30
Sahil Kumar c39c27b616 fix(llc): fix message order when sent quickly.
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 02:53:56 +05:30
Sahil Kumar c533c0dbdf chore: remove debug code.
Signed-off-by: xsahil03x <[email protected]>
2023-06-08 18:55:32 +05:30
Sahil Kumar 77484980a3 chore: fix formatting.
Signed-off-by: xsahil03x <[email protected]>
2023-06-08 18:41:25 +05:30
Sahil Kumar 3dfd59c36e chore: prepare for release.
Signed-off-by: xsahil03x <[email protected]>
2023-06-08 18:08:25 +05:30
Sahil Kumar 7a7588f20e chore: formatting.
Signed-off-by: xsahil03x <[email protected]>
2023-06-07 18:19:32 +05:30
Sahil KumarandGitHub ce7fb241f6 Merge branch 'develop' into fix/channel-leave-cache 2023-06-07 17:42:39 +05:30