groovinchip
|
e5270e60d0
|
chore: merge latest dev
|
2021-08-02 13:15:28 -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 |
|
groovinchip
|
37f4ee720e
|
chore: rename ChannelPreviewTheme to ChannelPreviewThemeData
|
2021-07-30 13:52:07 -04:00 |
|
groovinchip
|
019bd5d5da
|
chore: run dartfmt on changed files
|
2021-07-30 13:44:53 -04:00 |
|
groovinchip
|
6765854132
|
chore: rename ChannelPreviewTheme.title and .subtitle to .titleStyle and .subtitleStyle
|
2021-07-30 13:43:22 -04:00 |
|
xsahil03x
|
7720bf677d
|
Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
# packages/stream_chat_flutter/lib/src/attachment/giphy_attachment.dart
# packages/stream_chat_flutter/lib/src/channel_name.dart
# packages/stream_chat_flutter/lib/src/message_search_item.dart
# packages/stream_chat_flutter/lib/src/message_widget.dart
|
2021-07-28 15:18:09 +05:30 |
|
groovinchip
|
f90fd713c2
|
chore: upgrade AvatarTheme
* `AvatarTheme` is now an `InheritedTheme` and has a corresponding `AvatarThemeData` class
|
2021-07-27 10:32:49 -04:00 |
|
Sahil Kumar
|
f7b9511adb
|
refactor(llc, core, ui): Deprecate .user, .userStream in favor of .currentUser, .currentUserStream
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-26 14:57:29 +05:30 |
|
Sahil Kumar
|
3e552ab4f6
|
chore(ui, localization): add doc-comments
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-22 17:18:51 +05:30 |
|
Salvatore Giordano
|
f1df4389b5
|
add file size limit parameter
|
2021-07-21 16:49:40 +02:00 |
|
Sahil Kumar
|
ad8ddba6a7
|
chore(ui,localization): add translations for replyToMessageLabel
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-21 17:44:51 +05:30 |
|
Sahil Kumar
|
2b36f009c2
|
chore: minor fixes, add support for "hi" locale
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-20 18:09:12 +05:30 |
|
Sahil Kumar
|
67a36d9c35
|
chore: add remaining translations
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-19 16:51:49 +05:30 |
|
xsahil03x
|
face836383
|
Merge remote-tracking branch 'origin/develop' into feat/localization
# Conflicts:
# packages/stream_chat_flutter/example/lib/main.dart
# packages/stream_chat_flutter/example/pubspec.yaml
# packages/stream_chat_flutter/lib/src/channel_bottom_sheet.dart
# packages/stream_chat_flutter/lib/src/channel_list_view.dart
# packages/stream_chat_flutter/lib/src/gallery_footer.dart
# packages/stream_chat_flutter/lib/src/message_input.dart
# packages/stream_chat_flutter/lib/src/message_list_view.dart
# packages/stream_chat_flutter/lib/src/user_item.dart
|
2021-07-19 12:49:07 +05:30 |
|
Sahil Kumar
|
cb0f47e02c
|
fix: tutorial_part_3.dart
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-16 14:48:07 +05:30 |
|
 Reuben TurnerandGitHub
|
b306978da6
|
chore: apply linter to the various example and test directories (#550)
* chore: remove examples and tests from analysis exclusion
* chore: apply linter fixes to stream_chat_flutter_core/example/main.dart
* chore: apply linter fixes to stream_chat_flutter/example/main.dart
* chore: apply linter fixes to stream_chat_persistence/example/main.dart
* chore: apply linter fixes to stream_chat/example/main.dart
* chore: apply linter fixes to stream_chat_flutter/example/split_view.dart
* chore: renamte tutorial files per linter
* chore: apply linter fixes to tutorial_part_1.dart
* chore: apply linter fixes to tutorial_part_2.dart
* chore: apply linter fixes to tutorial_part_3.dart
* chore: apply linter fixes to tutorial_part_4.dart
* chore: apply linter fixes to tutorial_part_5.dart
* chore: make a widget const in tutorial_part_5.dart
* chore: apply linter fixes to tutorial_part_6.dart
* chore: sort and update dependencies in stream_chat_persistence/example/pubspec.yaml
* chore: sort and update dependencies in stream_chat_flutter_core/example/pubspec.yaml
* chore: sort and update dependencies in stream_chat_flutter/example/pubspec.yaml
* chore: sort dependencies in stream_chat_flutter/example/pubspec.yaml
* chore: apply linter fixes to channel_test.dart
* chore: apply linter fixes to client_test.dart
* chore: apply linter fixes to client_test.dart, stream_http_client_test.dart, and token_manager_test.dart
* chore: apply linter fixes to filter_test.dart
* chore: apply linter fixes to reaction_test.dart
* chore: apply linter fixes to chat_persistence_client_test.dart
* chore: apply linter fixes to channel_image_test.dart
* chore: apply linter fixes to deleted_message_test.dart
* chore: apply linter fixes to full_screen_media_test.dart
* chore: apply linter fixes to gallery_footer_theme_test.dart
* chore: apply linter fixes to gallery_header_theme_test.dart
* chore: apply linter fixes to message_text_test.dart
* chore: apply linter fixes to reaction_bubble_test.dart
* chore: apply linter fixes to system_message_test.dart
* chore: apply linter fixes to typing_indicator_test.dart
* chore: apply linter fixes to channel_list_core_test.dart
* chore: apply linter fixes to channels_bloc_test.dart
* chore: apply linter fixes to lazy_load_scroll_view_test.dart
* chore: apply linter fixes to channel_matcher.dart
* chore: apply linter fixes to message_matcher.dart
* chore: apply linter fixes to users_matcher.dart
* chore: apply linter fixes to message_list_core_test.dart
* chore: apply linter fixes to message_search_bloc_test.dart
* chore: apply linter fixes to message_search_list_core_test.dart
* chore: apply linter fixes to stream_channel_test.dart
* chore: apply linter fixes to stream_chat_core_test.dart
* chore: apply linter fixes to user_list_core_test.dart
* chore: apply linter fixes to channel_query_dao_test.dart, message_mapper_test.dart, user_mapper_test.dart, and users_bloc_test.dart
* chore: apply some missed dartfmt
* test: regenerate failinggolden test
|
2021-07-16 10:49:51 +02:00 |
|
Sahil Kumar
|
2691243102
|
Remove json translations approach, add example for adding language
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-07-08 16:43:24 +05:30 |
|
Salvatore Giordano
|
bc0a70ad25
|
rename colors
|
2021-06-29 16:12:51 +02:00 |
|
Salvatore Giordano
|
1c3dbb1595
|
move messagewidget in the builder
|
2021-06-25 14:18:56 +02:00 |
|
Salvatore Giordano
|
4f5958a067
|
implement connectivity plus
|
2021-05-27 11:04:30 +02:00 |
|
Salvatore Giordano
|
18ce268e48
|
use common analysis options
|
2021-05-06 11:48:26 +02:00 |
|
Salvatore Giordano
|
3283f008eb
|
igrate example
|
2021-04-30 14:59:50 +02:00 |
|
Salvatore Giordano
|
9c5aceeb91
|
update examples
|
2021-04-29 13:40:05 +02:00 |
|
    
|
4488fa6c3a
|
Release/1.4.0 beta (#318)
* fix: fixed long system messages overflowing
* fix: fixed long system messages overflowing
* [UI-Kit] Refactor, add support for downloading attachments.
Signed-off-by: Sahil Kumar <[email protected]>
* fix: header casing
* [UI-Kit] Disable attachment download dialog pop using back button
Signed-off-by: Sahil Kumar <[email protected]>
* stream_chat_flutter fix svg on web
* [UI-Kit] Pop attachment download dialog in case of any error.
Signed-off-by: Sahil Kumar <[email protected]>
* restore svg
* feat: add pr title linter
* fix test
* fix client headers
* update system message design
* update gh token env var
* add scopes
* expose systemMessageBuilder in messagelistview
* fix(ui): fix button size
* add dispatch workflow
* add dispatch workflow
* update dispatch acton
* add runson
* fix ref
* fix ref
* update secret
* specify repo
* fix: list scroll keyboard behaviour (#304)
* fix: Keyboard now closes by clicking on space or scrolling.
* fix: Exposed system and normal message tap builders
* fmt: dartfmt
* feat: Add support for messages filter in `MessageListView` and `MessageListCore` (#303)
* [MessageListView, MessageListCore] Add support for message filter
Signed-off-by: Sahil Kumar <[email protected]>
* [UI-Kit -> Pubspec] Remove `stream_chat_flutter_core` relative import
Signed-off-by: Sahil Kumar <[email protected]>
* add relative import
* add relative import
* remove svg for web
* remove badge logic on web
* style: Update for team lint (#297)
* Update for team lint
* fix tests
* remove pedantic and sort deps
* remove jiffy from system message
Co-authored-by: Salvatore Giordano <[email protected]>
* add section highlighting sample app repo (#307)
Co-authored-by: Salvatore Giordano <[email protected]>
* add null check to debounce
* fix messagelistview loading errors
* remove core relative import
* fix: fixes message newline issue (#308)
* fix: minor
* fix: generate image thumbnails and use transparent image as placeholder for cached network images (#310)
* update cdn handling
* fix image attachment with new cdn
* fix(ui): Fix message input permission request crash (#311)
Signed-off-by: Sahil Kumar <[email protected]>
* fix(llc): update member presence and add skip_push to message (#314)
* update member presence
* add skip_push to message
* fix tests
* fix: Fixed shimmer overflow (#316)
* fix dialogs
* fix(llc): Fix attachment upload state uneven progress. (#315)
* feat(llc): Add rate limiter functions.
fix(llc): Fix attachment upload state uneven progress.
Signed-off-by: Sahil Kumar <[email protected]>
* feat(llc): Export `async.dart` and `rate_limit.dart`
Signed-off-by: Sahil Kumar <[email protected]>
* refactor(llc): Replace our `rate_limit` implementation with the dart port of js `lodash` to better handlw `cancel` and `flush` functions.
Signed-off-by: Sahil Kumar <[email protected]>
* fix(UI-Kit): Make android example run on real devices
Signed-off-by: Sahil Kumar <[email protected]>
* fix offline behaviour
Co-authored-by: Salvatore Giordano <[email protected]>
* feat: Introduce onAttachmentTap on messages attachment (#309)
* introdce onAttachmentTap on message
* correct indent
* sdfsd
Co-authored-by: Salvatore Giordano <[email protected]>
* feat: added customization options in main widgets (#312)
* polish channelpreview customization options
* polish channelheader customization options
* polish messageinput customization options
* polish threadheader customization options
* polish channellistheader customization options
* show the parent message if no messages in thread
* fix edit message
* fix channelinfo textstyle
* fix review
* fix useravatar
* add ontitle tap to thread header
* add custom message actions
* add borderradius and button builder
* add ontap to messageinput custom send button
* fix bottom sheet
* add doc
* use placeholder image
* add doc
* fix listtile density
* remove subtitle from ChannelListHeaderTheme.copyWith
* add InputDecoration.merge extension
* fix: use shimmer in images
* fix: remove notification badge logic from the sdk and move it to sample app
* fix import
* fix: Method being called during build (#317)
* method call bug fix
* dartfmt
* fix: show error messages as system and keep them in the message input (#319)
* fix: pre release (#324)
* use share_plus plugin
* bump dependency versions
* fix ui for web
* unfocus messageinput only on commands
* fix default error for messagesearchlistview
* fix thumbnail animation
* fix lint
* ignore example in linter
* update changelogs
* fix lint
* fix lint
* update stream_chat pana min
* add doc
Co-authored-by: Sahil Kumar <[email protected]>
Co-authored-by: Deven Joshi <[email protected]>
Co-authored-by: Neevash Ramdial (Nash) <[email protected]>
Co-authored-by: Nelson Nunes <[email protected]>
|
2021-03-09 18:58:23 +01:00 |
|
Sahil Kumar
|
0a6948cf32
|
[Async Attachment Upload] Initial implementation
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-02-16 21:21:15 +05:30 |
|
Salvatore Giordano
|
27e5bb595f
|
update examples using latest llc version
|
2021-02-04 13:11:57 +01:00 |
|
Salvatore Giordano
|
c330173c91
|
Merge branch 'master' into feature/new-ui
|
2021-02-02 15:23:17 +01:00 |
|
Salvatore Giordano
|
c165f16183
|
update tutorials
|
2021-02-02 14:09:31 +01:00 |
|
Salvatore Giordano
|
a4b6c233d6
|
rename tutorial steps
|
2021-02-02 13:07:49 +01:00 |
|
Salvatore Giordano
|
f8b24038da
|
move sample app to separate repo
|
2021-02-02 13:03:44 +01:00 |
|
Salvatore Giordano
|
47ccc0491a
|
fix flutter analyze issues
|
2021-02-02 12:15:54 +01:00 |
|
Salvatore Giordano
|
964a428f2e
|
rename package folders
|
2021-02-01 15:45:58 +01:00 |
|