Commit Graph
3094 Commits
Author SHA1 Message Date
groovinchip 37f4ee720e chore: rename ChannelPreviewTheme to ChannelPreviewThemeData 2021-07-30 13:52:07 -04:00
groovinchip c5d53de53c chore: rename ChannelPreviewTheme.lastMessageAt to .lastMessageAtStyle 2021-07-30 13:50:42 -04:00
groovinchip 008dc0b1df chore: add diagnosticable properties to channel_preview_theme.dart 2021-07-30 13:48:49 -04:00
groovinchip f55110c458 fix: instances where new naming wasn't applied 2021-07-30 13:45:58 -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
groovinchip c7d399704e test: Merging two MessageInputThemeData results in the latter 2021-07-30 11:35:32 -04:00
groovinchip 5b99507db3 test: lerp halfway from light to dark 2021-07-30 11:34:46 -04:00
Sahil Kumar f0f2418e92 test(ui): fix lerp dark to light test
Signed-off-by: Sahil Kumar <[email protected]>
2021-07-30 20:39:10 +05:30
groovinchip cc89edc244 test: fix light to dark test, add dark to light test 2021-07-30 10:30:33 -04:00
groovinchip 822b0ad725 test: start testing MessageInputTheme 2021-07-29 13:59:02 -04:00
groovinchip 1aa6298799 chore: use MessageInputTheme in message_input.dart 2021-07-29 11:07:17 -04:00
groovinchip 700ce9a775 chore: add a MessageInputTheme inherited theme 2021-07-29 11:02:29 -04:00
groovinchip 8fb45ec4d1 chore: rename MessageInputTheme to MessageInputThemeData 2021-07-29 10:50:03 -04:00
groovinchip 5afc274a6d chore: add lerp, hashcode, ==, and diagnosticable to message_input_theme.dart 2021-07-29 10:48:52 -04:00
groovinchip 15defc4caa chore: remove unnecessary ChannelTheme class 2021-07-29 09:23:50 -04:00
groovinchip cede1b572a chore: run dartfmt on /theme 2021-07-28 14:49:12 -04:00
groovinchip de4e1e29e2 chore: remove AvatarTheme 2021-07-28 12:49:14 -04:00
groovinchip 82fa916090 test: move theme test files into their own folder within test/src 2021-07-27 15:30:34 -04:00
groovinchip 362d55b89e test: add tests for ChannelHeaderThemeData 2021-07-27 13:48:32 -04:00
groovinchip 3a072fc836 chore: more upgrades for channel_header_theme.dart
* Renamed:
  * title -> titleStyle
  * subtitle -> subtitleStyle
* Added
  * ==
  * hashcode
  * debugFillProperties
  * lerp
2021-07-27 13:33:58 -04:00
groovinchip 8bf45f8501 fix: remove duplicate exports in stream_chat_flutter.dart 2021-07-27 13:21:20 -04:00
groovinchip 1fa8c5264a chore: upgrade ChannelHeaderTheme 2021-07-27 13:12:51 -04:00
groovinchip 66ea5557e8 test: create tests for AvatarThemeData 2021-07-27 10:47:01 -04:00
groovinchip f90fd713c2 chore: upgrade AvatarTheme
* `AvatarTheme` is now an `InheritedTheme` and has a corresponding `AvatarThemeData` class
2021-07-27 10:32:49 -04:00
groovinchip bcabbf12db chore: refactor most theme related classes into a /theme folder
stream_chat_theme.dart remains in /src because I feel it will cause too much of a mess if moved.
2021-07-26 14:46:14 -04:00
Salvatore GiordanoandGitHub 695051c3a2 Merge pull request #577 from GetStream/refactor/client.user
refactor(llc, core, ui): Deprecate `.user`, `.userStream` in favor of `.currentUser`, `.currentUserStream`
2021-07-26 14:54:07 +02:00
Sahil Kumar 5c7877b987 chore(llc, core, ui): ignore deprecated methods from codecov
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 16:45:36 +05:30
Sahil Kumar 2be51c0c01 chore(core): fix MockClientState
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 15:25:15 +05:30
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
Salvatore GiordanoandGitHub 171074368f Merge pull request #560 from GetStream/replace_random_png
feat(ui): Replace random png
2021-07-26 09:33:19 +02:00
Salvatore GiordanoandGitHub dbf3d7eb1a Merge pull request #576 from GetStream/fix/575
fix(llc): reverse user, event.me merge position
2021-07-26 09:33:05 +02:00
Sahil Kumar 13df95a107 fix(llc): reverse user, event.me merge position
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 12:54:41 +05:30
Salvatore Giordano 8ab1ad1a2d fix analysis 2021-07-23 16:24:11 +02:00
Salvatore Giordano 9b26dafc8e export GradientAvatar 2021-07-23 16:08:47 +02:00
Salvatore Giordano 1a5b2ddfba fix goldens 2021-07-23 16:07:01 +02:00
Salvatore GiordanoandGitHub ffd20dd00f Merge pull request #571 from GetStream/feat/testTolerance
feat(ui): use custom golden comparator
2021-07-23 15:34:03 +02:00
Deven Joshi 8c3e8e0c12 fix: fixed tests 2021-07-23 18:39:59 +05:30
Sahil KumarandGitHub 8cc85c6af1 Merge pull request #573 from GetStream/feat/wsUserAgent 2021-07-23 15:24:09 +05:30
Sahil Kumar 2acfaf7a7c test(llc): re-add removed tests
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 15:12:52 +05:30
Sahil Kumar 44b4358c3d chore(llc): minor changes
Signed-off-by: xsahil03x <[email protected]>
2021-07-23 14:53:43 +05:30
Salvatore Giordano 49ebb1e085 fix analysis 2021-07-23 10:33:59 +02:00
Salvatore Giordano 7b2bf3c434 add tests 2021-07-23 10:27:47 +02:00
Salvatore Giordano ad916de425 add additional qs and header to http client; add additional queryParams to websocket 2021-07-23 10:27:31 +02:00
Salvatore Giordano 3a8480c7a4 fix analyzer 2021-07-22 15:02:58 +02:00
Salvatore Giordano 526450d4de use custom golden comparator 2021-07-22 14:48:42 +02:00
Salvatore GiordanoandGitHub 55b826ea7b Merge pull request #561 from GetStream/feat/reverseMessageListView
feat(ui): reverse message list view
2021-07-22 12:32:30 +02:00
Salvatore Giordano 30f021c381 flutter format 2021-07-22 12:08:12 +02:00
Sahil KumarandGitHub d7ab253d7b Merge branch 'develop' into feat/reverseMessageListView 2021-07-22 15:35:40 +05:30
Salvatore GiordanoandGitHub 13f3dddc5f Merge pull request #557 from GetStream/hotfix/iospermissions
chore(ui): update photo_manager package
2021-07-22 12:03:25 +02:00