Commit Graph
1798 Commits
Author SHA1 Message Date
Sahil KumarandGitHub 3330040d0a Merge branch 'develop' into cds-365 2021-08-05 16:41:32 +05:30
Sahil Kumar 3ab363a8b2 chore(llc, ui, core, localization, persistence): analysis fixes, move extraData.image to image field
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 16:38:32 +05:30
Sahil Kumar 46828764c1 feat(ui): minor fixes, add support for name in user.dart
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 16:37:23 +05:30
Sahil KumarandGitHub b20952d814 Merge pull request #609 from GetStream/cds-344 2021-08-05 15:17:38 +05:30
Sahil Kumar 0df21e92c3 chore(ui): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 15:03:04 +05:30
Sahil Kumar 29d0f91be1 fix(ui): remove background color from UserAvatar
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 15:02:39 +05:30
Sahil Kumar f3b7f31bad chore(ui): minor improvements
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 14:54:30 +05:30
Sahil KumarandGitHub 63e1b13afe Merge pull request #601 from GetStream/cds-362 2021-08-05 13:32:36 +05:30
Sahil Kumar 1f48e57160 chore(ui): address PR feedback
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 13:06:11 +05:30
Sahil KumarandGitHub 10e92d40b0 Merge branch 'localization-es' into localization-ko-and-jp 2021-08-05 12:57:51 +05:30
Sahil Kumar 984b9af182 chore(localization): update README.md
Signed-off-by: Sahil Kumar <[email protected]>
2021-08-05 01:32:30 +05:30
Sahil Kumar 47349ae3dd chore(localization): update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
2021-08-05 01:27:47 +05:30
Sahil Kumar 5c3a9485a4 chore(doc, ui): minor formatting changes
Signed-off-by: Sahil Kumar <[email protected]>
2021-08-05 01:24:04 +05:30
Sahil Kumar a6e96c79f6 chore(localization): update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
2021-08-05 01:08:09 +05:30
Sahil Kumar 0995f66397 chore(localization): fix analyzer and formatting errors
Signed-off-by: Sahil Kumar <[email protected]>
2021-08-05 01:07:46 +05:30
groovinchip 1b9c718ed8 chore: address PR feedback 2021-08-04 15:34:48 -04:00
groovinchip d74576a197 chore: add UserAvatar placeholder builder to stream_chat_theme.dart and user_avatar.dart 2021-08-04 14:35:58 -04:00
groovinchip 8de0eab7cb chore: update CHANGELOG.md 2021-08-04 12:24:56 -04:00
groovinchip 8a4632e6e2 chore: address PR feedback 2021-08-04 12:03:37 -04:00
groovinchip f0cf4fd6db chore: use ChannelPreviewTheme.of(context) in channel_bottom_sheet.dart 2021-08-04 11:40:10 -04:00
groovinchip 70c77e70e5 chore: use ChannelHeaderTheme.of(context) in thread_header.dart 2021-08-04 11:36:58 -04:00
groovinchip 55cb5ead04 chore: use ChannelPreviewTheme.of(context) in message_search_item.dart 2021-08-04 11:34:30 -04:00
Gordon Hayes 27893e147a test: add additional user tests 2021-08-04 16:43:45 +02:00
Gordon Hayes acd932ccc9 feat: add image property to user 2021-08-04 16:42:01 +02:00
Sacha Arbonel 74f3e109fd update okLabel: ㅇㅋ->확인 2021-08-04 09:59:29 -04:00
Sacha Arbonel f311c13e4b update japanese based on Eric's input 2021-08-04 09:20:28 -04:00
Sacha Arbonel bd8e4675c6 update korean based on Eric's review 2021-08-04 09:06:56 -04:00
Sahil KumarandGitHub df0a59fd5a Update packages/stream_chat/CHANGELOG.md 2021-08-03 19:30:57 +05:30
Tom BeckettandGitHub 558845aabc chore(llc): version changelog bymp 2021-08-03 14:53:19 +01:00
Tom BeckettandGitHub 5f10220bce chore(llc): Moved entry to correct heading. 2021-08-03 14:52:41 +01:00
Tom Beckett dd5b9bb256 fix(llc): channel.markAllRead 2021-08-03 14:40:53 +01:00
Tom Beckett 8ba82e8931 chore(llc): add changelog entry 2021-08-03 14:40:16 +01:00
Tom BeckettandGitHub 7aafc405f1 fix: Add missing forward slash to markAllRead url
# Submit a pull request

## CLA

- [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required).
- [x] The code changes follow best practices
- [ ] Code changes are tested (add some information if not applicable)

## Description of the pull request

Running latest GetStream SDK (from version 2.0.0) calling `channel.markAllRead()` will throw an error similar to this:

```bash
I/flutter (10572): ----------------FIREBASE CRASHLYTICS----------------
I/flutter (10572): StreamChatNetworkError(code: -1, message: SocketException: Failed host lookup: 'chat-us-east-1.stream-io-api.comchannels' (OS Error: No address associated with hostname, errno = 7))
I/flutter (10572): #0      StreamHttpClient.post (package:stream_chat/src/core/http/stream_http_client.dart:158:7)
I/flutter (10572): <asynchronous suspension>
I/flutter (10572): #1      ChannelApi.markAllRead (package:stream_chat/src/core/api/channel_api.dart:87:22)
I/flutter (10572): <asynchronous suspension>
I/flutter (10572): ----------------------------------------------------
```

Adding a `/` to the front of the called URL will resolve this - I've done this locally and it works.
2021-08-03 14:26:03 +01:00
Sacha Arbonel 95e3467ac4 support for korean 2021-08-02 16:50:57 -04:00
Sacha Arbonel 59b4f5568c breaking change: ofText->galleryPaginationText 2021-08-02 15:30:58 -04:00
Sacha Arbonel e44a4ce3a1 update fr translation: discussion->conversation 2021-08-02 15:19:55 -04:00
Sacha Arbonel e14258c390 feat: support for japanese 2021-08-02 15:19:12 -04:00
groovinchip 6e6ce8c7f3 test: fix mid-lerp test in channel_header_theme_test.dart 2021-08-02 14:44:36 -04:00
groovinchip e5270e60d0 chore: merge latest dev 2021-08-02 13:15:28 -04:00
groovinchip d5f38fa545 test: fixed failing test in channel_preview_theme_test.dart 2021-08-02 12:58:31 -04:00
groovinchip 26b2bf3f18 test: add test for ChannelListHeaderTheme 2021-08-02 12:02:18 -04:00
groovinchip 34476db6f4 chore: update ChannelListHeaderTheme 2021-08-02 11:52:45 -04:00
groovinchip 51e0eb9a13 chore: use ChannelPreviewTheme.of(context) rather than StreamChatTheme.of(context).channelPreviewTheme 2021-08-02 11:02:55 -04:00
groovinchip c3d2896071 test: add tests for MessageTheme 2021-08-02 10:56:06 -04:00
groovinchip 628ef401d4 chore: update message_theme.dart
Includes Diagnosticable, more descriptive field names, lerp, ==, and hashCode
2021-08-02 10:47:38 -04:00
Sacha Arbonel ab1b65846d apply review: add column 2021-08-02 10:19:38 -04:00
groovinchip 5e1eb7a320 test: add tests for ChannelPreviewTheme 2021-08-02 09:53:39 -04:00
groovinchip a06e6075d7 chore: add ChannelPreviewTheme inherited theme and documentation 2021-08-02 09:38:15 -04:00
groovinchip d8ca465b91 chore: add lerp, == and hashCode to ChannelPreviewTheme 2021-08-02 09:24:17 -04:00
groovinchip 37f4ee720e chore: rename ChannelPreviewTheme to ChannelPreviewThemeData 2021-07-30 13:52:07 -04:00