Commit Graph
3469 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 2bc6e2dd0f Merge pull request #648 from GetStream/customize_message
docs(doc): Customize message
2021-08-30 10:28:49 +02:00
Deven Joshi 56e633f61b grammar is important 2021-08-30 13:24:36 +05:30
Deven Joshi 0b77c42723 added new guide 2021-08-30 12:39:52 +05:30
Deven Joshi 64ba3efb26 added new guide 2021-08-30 12:38:57 +05:30
Deven Joshi 8afbba8e78 added new guide 2021-08-27 13:38:44 +05:30
Salvatore GiordanoandGitHub 4dd574e364 Merge pull request #643 from GetStream/docs/firebase-authentication
docs(doc): generate user tokens with Firebase Auth and Cloud Functions guide
2021-08-27 09:18:00 +02:00
Salvatore GiordanoandGitHub 00eb126a4d Merge pull request #644 from GetStream/fix/localization
fix(localization): fix typos in italian strings
2021-08-26 13:00:07 +02:00
Salvatore GiordanoandGitHub a9a7ac1f5e Merge pull request #646 from GetStream/feat/melosDocs
feat(repo): add melos docs command
2021-08-26 11:39:58 +02:00
Salvatore Giordano 2a69d46c64 feat(repo): add melos docs command 2021-08-26 11:33:24 +02:00
Salvatore GiordanoandGitHub 40922963ab Update docusaurus/docs/Flutter/guides/user_token_generation_with_firebase_auth.mdx 2021-08-26 10:59:35 +02:00
Salvatore Giordano db75558ca8 fix(repo): pr_title config 2021-08-26 10:29:41 +02:00
Salvatore Giordano 790e8e19af chore(localization): update changelog 2021-08-26 10:26:12 +02:00
Salvatore Giordano d020f9ed8e fix(localization): fix typos in italian strings 2021-08-26 10:24:55 +02:00
Gordon Hayes c7d81d9848 docs: add generate user tokens with firebase guide 2021-08-25 18:24:22 +02:00
Deven Joshi b279b840a8 added new guide 2021-08-25 19:00:49 +05:30
Salvatore Giordano 588234d753 fix(localization): update changelog 2021-08-25 14:32:30 +02:00
Salvatore Giordano a11de48305 chore(persistence): update changelog 2021-08-25 13:49:03 +02:00
Salvatore Giordano 2e13874957 fix(core): fix changelog entry 2021-08-25 13:45:00 +02:00
Salvatore Giordano fc7be96374 chore(llc): update version 2021-08-25 13:34:08 +02:00
Salvatore Giordano ad907d27b9 chore(llc,core,ui,localization): update changelogs 2021-08-25 12:36:30 +02:00
Salvatore GiordanoandGitHub 2ad30dfb5a Merge pull request #640 from GetStream/ref/nullability
refactor(llc, ui): make cooldown non-nullable.
2021-08-25 12:27:16 +02:00
Sahil Kumar 2d820e3f2f chore(ui): flutter format, fix analyzer
Signed-off-by: xsahil03x <[email protected]>
2021-08-25 15:46:20 +05:30
Sahil Kumar 1a99a38469 refactor(llc, ui): make cooldown non-nullable.
Signed-off-by: xsahil03x <[email protected]>
2021-08-25 15:40:26 +05:30
Salvatore GiordanoandGitHub 3ad35602bc Merge pull request #637 from GetStream/docs/gh-issue-forms
docs(doc): use github issue forms
2021-08-24 15:42:16 +02:00
GordonandGitHub 3cb0aec504 docs: fix punctuation 2021-08-24 12:15:42 +02:00
GordonandGitHub 12112406f4 docs: use gh issue forms for feature requests 2021-08-24 12:13:53 +02:00
GordonandGitHub 3f1510d4ff docs: use gh issue forms for bug reports 2021-08-24 12:11:58 +02:00
Salvatore GiordanoandGitHub 25d15e213c Merge pull request #636 from GetStream/fix/localizationDocs
fix(doc): add translation docs link
2021-08-24 11:26:56 +02:00
c71575bb25 Update docusaurus/docs/Flutter/guides/adding_localization.mdx
Co-authored-by: Gordon <[email protected]>
2021-08-24 11:26:27 +02:00
Salvatore Giordano 6878517d8b fix(docs): add translation docs link 2021-08-24 11:06:25 +02:00
Salvatore GiordanoandGitHub a305422b2b Merge pull request #620 from GetStream/feat/limit-attachment-selection
feat(ui): add possibility to limit attachments in `MessageInput`
2021-08-24 10:51:12 +02:00
Salvatore Giordano 02066e3bfb feat(localization): add localized strings 2021-08-24 09:46:29 +02:00
Deven Joshi f0976f0aab added comment 2021-08-23 21:00:04 +05:30
Deven Joshi 93f60bc248 added comment 2021-08-23 20:51:26 +05:30
Deven Joshi a37c92cdbf fix test 2021-08-23 20:46:14 +05:30
Sahil Kumar 55853c2aca refactor(ui): remove redundant web pickers from MessageInput
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 17:42:29 +05:30
Sahil Kumar 958ef8e9df fix(ui): add 8 left padding to textInput if command is enabled.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 17:33:48 +05:30
Sahil Kumar 9588daf683 chore(ui): apply review changes, minor ui improvements
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:49:52 +05:30
Sahil Kumar 0bdfff5bf6 fix(ui): disable camera and video button if attachment limit is crossed.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:49:03 +05:30
Sahil Kumar d67ff91e12 feat(ui): Focus message input if initial message is provided.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:46:29 +05:30
Sahil Kumar 6bbb80c2e9 fix(ui): add null check for message.text while parsing existing message.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:45:30 +05:30
Salvatore GiordanoandGitHub ad8729e8ed Merge pull request #619 from GetStream/cds-405
refactor(ui): use channel `.nameStream` and `.imageStream` instead of `.extraDataStream`
2021-08-23 11:26:20 +02:00
Salvatore Giordano 01789501bc Merge branch 'develop' into feat/limit-attachment-selection 2021-08-23 11:14:08 +02:00
Salvatore GiordanoandGitHub f87a733929 Merge pull request #635 from GetStream/fix/null-checks-on-message-text
fix(ui): add null checks on message text
2021-08-23 10:11:13 +02:00
Salvatore GiordanoandGitHub 3db81213f0 Merge pull request #626 from GetStream/cds-189
feat(ui, llc): slow mode
2021-08-23 09:58:28 +02:00
Salvatore GiordanoandGitHub 501208a9e4 Merge branch 'develop' into fix/null-checks-on-message-text 2021-08-23 09:56:29 +02:00
Gordon Hayes 93ce9201a9 docs: update CHANGELOG.md 2021-08-23 09:54:19 +02:00
Deven Joshi b95c971508 Merge remote-tracking branch 'origin/cds-189' into cds-189 2021-08-23 13:07:37 +05:30
Deven Joshi 0f8418dd29 added changelog 2021-08-23 13:07:23 +05:30
Gordon Hayes eb468edf82 fix: add null checks to message text 2021-08-20 17:48:16 +02:00