Leandro Borges Ferreira
42540ce5fb
Update translations_test.dart
2023-01-30 12:56:33 +01:00
Leandro Borges Ferreira
e4b9ec34c0
Only deprecating unreadCount, but not deleting it
2023-01-30 12:56:33 +01:00
Leandro Borges Ferreira
f94430b202
Changing new messages separator text
2023-01-30 12:56:33 +01:00
Sahil Kumar
b78b367936
chore(ui): remove duplicate exports
...
Signed-off-by: xsahil03x <[email protected] >
2023-01-27 18:53:38 +05:30
Sahil Kumar
cbcdd04485
chore(llc): remove duplicate exports
...
Signed-off-by: xsahil03x <[email protected] >
2023-01-27 18:46:03 +05:30
Sahil Kumar
139def9753
chore(llc, core, ui, localization): bump version
...
Signed-off-by: xsahil03x <[email protected] >
2023-01-27 15:42:39 +05:30
Carlos GC
81fc32bb67
fix: add missing whitespaces
2023-01-26 21:08:03 +01:00
Carlos GC
ff1585621b
chore: update CHANGELOG.md
2023-01-26 21:01:02 +01:00
Carlos GC and ViloCat
d56726da9a
fix: update some copies due to correctness
...
Co-authored-by: ViloCat <[email protected] >
2023-01-26 20:43:37 +01:00
Rafal Adasiewicz and GitHub
4a16fd5f8a
Merge pull request #1441 from GetStream/fix/emptyAttachmentsLabel
...
fix(ui,localization): change label displayed when there is no photo or videos to attach
2023-01-26 15:45:20 +01:00
Rafal Adasiewicz and GitHub
da97108963
Merge pull request #1440 from GetStream/fix/tempFilePathOnWindows
...
fix(ui): temp file path on Windows
2023-01-26 15:40:26 +01:00
Rafał Adasiewicz
58f6ea9370
fix formatting
2023-01-26 15:30:49 +01:00
Rafal Adasiewicz and GitHub
fb6ff2a130
Merge branch 'develop' into fix/emptyAttachmentsLabel
2023-01-26 15:27:40 +01:00
Rafał Adasiewicz
e0615a5b4f
use .toFilePath instead
2023-01-26 15:21:50 +01:00
Leandro Borges Ferreira
2dc4d310c8
Adding articel and fixing gramar mistake.
2023-01-26 14:22:58 +01:00
95070125ef
Update packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart
...
Co-authored-by: Leandro Borges Ferreira <[email protected] >
2023-01-26 14:11:32 +01:00
8d6336ee7d
Update packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart
...
Co-authored-by: Leandro Borges Ferreira <[email protected] >
2023-01-26 14:11:26 +01:00
Rafał Adasiewicz
61d85340de
Fix analyze
2023-01-26 14:09:26 +01:00
Rafal Adasiewicz and GitHub
55ae3386d1
Merge branch 'develop' into fix/emptyAttachmentsLabel
2023-01-26 13:22:41 +01:00
Rafal Adasiewicz and GitHub
d9d6b3fe95
Merge branch 'develop' into fix/tempFilePathOnWindows
2023-01-26 13:22:31 +01:00
Rafal Adasiewicz and GitHub
54dcd1b0b8
Merge pull request #1442 from GetStream/chore/updateRateLimiter
...
chore(llc): update rate_limiter to ^1.0.0
2023-01-26 13:22:12 +01:00
Rafał Adasiewicz
4d06fe0d1d
chore(llc): update rate_limiter to ^1.0.0
2023-01-26 12:58:30 +01:00
Rafał Adasiewicz
dfe82e6e47
fix(ui,localization): change label displayed when there is no photo or videos to attach
2023-01-26 12:43:34 +01:00
Rafał Adasiewicz
6aafd8e5bc
fix(ui): temp file path on Windows
2023-01-26 12:26:12 +01:00
Rafał Adasiewicz
9c5f67876a
chore(ui): update photo_manager dependency
2023-01-25 16:50:19 +01:00
Rafal Adasiewicz and GitHub
b755237655
Merge branch 'develop' into chore/android-versions
2023-01-25 14:45:08 +01:00
Rafał Adasiewicz
3884824f2d
Bump targetSDKVersions to 33
2023-01-25 14:39:37 +01:00
Carlos GC and Jc Miñarro
fbf3db25a4
fix: file format
2023-01-21 00:39:06 +01:00
Carlos GC and Jc Miñarro
e3fe2a232a
feat(localizations): add catalan
...
Also managed to fix some weird spanish translations.
2023-01-21 00:39:06 +01:00
Sahil Kumar
249a1b0df2
chore(ui): update CHANGELOG.md
...
Signed-off-by: xsahil03x <[email protected] >
2023-01-17 14:08:14 +05:30
Sahil Kumar
13139afbce
fix(ui): fix attachment picker not able to identify web in mobile.
...
Signed-off-by: xsahil03x <[email protected] >
2023-01-16 15:32:52 +05:30
Jc Miñarro
ea123ad29e
Update CHANGELOG
2023-01-04 12:41:55 +01:00
Jc Miñarro
0c1df897f8
Fix: Trim whitespaces of a message before rendering it
2023-01-04 09:16:25 +01:00
Sahil Kumar
fcc78c2188
chore(llc, core, ui): prepare for release v5.2.0.
...
Signed-off-by: xsahil03x <[email protected] >
2022-12-23 15:29:36 +05:30
Sahil Kumar
5638e0c99d
chore(ui): minor changes and assertion.
...
Signed-off-by: xsahil03x <[email protected] >
2022-12-22 16:23:10 +05:30
Sahil Kumar
237cd67080
feat(ui): added a new bottomRowBuilderWithDefaultWidget param in MessageWidget.
...
- Deprecated `StreamMessageWidget.bottomRowBuilder` in favor of `StreamMessageWidget.bottomRowBuilderWithDefaultWidget`.
- Deprecated `StreamMessageWidget.deletedBottomRowBuilder` in favor of `StreamMessageWidget.bottomRowBuilderWithDefaultWidget`.
- Deprecated `StreamMessageWidget.usernameBuilder` in favor of `StreamMessageWidget.bottomRowBuilderWithDefaultWidget`.
Signed-off-by: xsahil03x <[email protected] >
2022-12-22 15:44:23 +05:30
Sahil Kumar and GitHub
6705a6b78f
Merge branch 'develop' into sendingIndicator-bottomRow
2022-12-21 15:57:52 +05:30
Rafal Adasiewicz and GitHub
58e6d203f3
Merge branch 'develop' into chore/update_dart_vlc
2022-12-21 08:52:27 +01:00
Rafal Adasiewicz and GitHub
7b4df246ba
Merge branch 'develop' into chore/update_dart_vlc
2022-12-21 08:37:44 +01:00
Rafal Adasiewicz and GitHub
76fb4fb8c4
Merge branch 'develop' into feature/add-push-providers
2022-12-21 08:37:13 +01:00
Rafal Adasiewicz and GitHub
32017d1056
Merge branch 'develop' into fix/lastSyncedDateInitialization
2022-12-21 08:36:24 +01:00
Jc Miñarro
38cea12d3f
Update CHANGELOG
2022-12-20 16:17:52 +01:00
Jc Miñarro
9a45f72adf
core: Add Huawei and Xiaomi PushProviders
2022-12-20 16:12:35 +01:00
Rafał Adasiewicz
faa2751c05
chore: bump file_picker dependency version
2022-12-20 12:44:55 +01:00
Rafał Adasiewicz
5c6e67683d
fix: attachment actions modal test
2022-12-16 15:41:16 +01:00
Rafał Adasiewicz
bc5d452782
add line break in comments
2022-12-16 15:38:47 +01:00
Rafał Adasiewicz
cc7231d370
fix tests
2022-12-16 15:08:40 +01:00
Rafał Adasiewicz
bf610a9a3d
fix: initializing last synced data
2022-12-16 14:20:40 +01:00
Dmitrii Bychkov
7b35910a5e
chore(llc,core,ui,persistence): update android versions
2022-12-13 11:54:49 +03:00
Gordon Hayes
122f52fae3
doc: update changelog
2022-12-07 15:05:31 +02:00