Salvatore Giordano
|
0418e6db29
|
fix group info
|
2021-03-09 19:02:53 +01:00 |
|
Salvatore Giordano
|
a0f15c10b4
|
fix shared groups filter
|
2021-03-09 19:02:53 +01:00 |
|
Salvatore Giordano
|
9bd892e253
|
fix small backbuttons
|
2021-03-09 19:02:53 +01:00 |
|
Salvatore Giordano
|
cde3527fc6
|
update dependency
|
2021-03-09 19:02:53 +01:00 |
|
Salvatore Giordano
|
1d60241cd2
|
autocancel redundant builds
|
2021-03-09 19:02:39 +01:00 |
|
Salvatore Giordano
|
b10f80146a
|
autocancel redundant builds
|
2021-03-09 19:02:39 +01:00 |
|
Salvatore Giordano
|
23b59874bb
|
update actions
|
2021-03-09 19:02:39 +01:00 |
|
Salvatore Giordano
|
93a3c45e0b
|
update actions
|
2021-03-09 19:02:39 +01:00 |
|
Salvatore Giordano
|
867a6b4f91
|
update actions
|
2021-03-09 19:02:39 +01:00 |
|
Salvatore Giordano
|
0db885c014
|
fix repo url
|
2021-03-09 19:02:39 +01:00 |
|
Salvatore Giordano
|
ce41058d0d
|
update app pubspec
|
2021-03-09 19:01:17 +01:00 |
|
Salvatore Giordano
|
39ab53e9d9
|
add gif
|
2021-03-08 15:21:48 +01:00 |
|
Salvatore Giordano
|
11acc1ffe4
|
merge develop
|
2021-03-04 15:18:06 +01:00 |
|
Sahil Kumar
|
f63a68a494
|
[SampleApp] Add debug signingConfigs (#16)
|
2021-03-04 15:14:02 +01:00 |
|
Salvatore Giordano
|
b7169748af
|
autocancel redundant builds
|
2021-03-02 16:27:08 +01:00 |
|
Salvatore Giordano
|
056dd4b6ac
|
update action name
|
2021-03-02 14:54:37 +01:00 |
|
Salvatore Giordano
|
cf900c6c0a
|
update actions
|
2021-03-02 14:31:08 +01:00 |
|
Salvatore Giordano
|
0982f81f15
|
update actions
|
2021-03-02 13:58:33 +01:00 |
|
Salvatore Giordano
|
d0f5495e07
|
better web support
|
2021-03-02 11:04:00 +01:00 |
|
Salvatore Giordano
|
1f18b60cea
|
fix chat info
|
2021-03-01 15:00:21 +01:00 |
|
Deven Joshi
|
9082e50532
|
feat: Removed mute delay (#11)
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com>
|
2021-03-01 13:28:47 +01:00 |
|
Salvatore Giordano
|
4667e7da98
|
fix persistence
|
2021-03-01 13:25:28 +01:00 |
|
Salvatore Giordano
|
33794ac60a
|
bump version
|
2021-03-01 13:19:46 +01:00 |
|
Salvatore Giordano
|
fa17735918
|
bump version
|
2021-03-01 12:21:35 +01:00 |
|
Salvatore Giordano
|
1f183931ad
|
fix send button and readme
|
2021-02-26 18:16:31 +01:00 |
|
Salvatore Giordano
|
f861eb4584
|
imessage fix (#6)
* first draft : static views wip
* refactor to ChatMessage and ChatMessageHeader
* add pedantic
* fix lints
* remove hardcoded message
* appBar title : iMessage
* format date
* cupertino style and model view
* fix display of message based on isReceived or sent
* SendMessageInput
* refactor to MessagesPage
* MissingPluginException
* use builtins instead of custom stream builders
* handle isReceived
* delete channel header
* fix layout issues in ChannelPreview
* fix formatDate
* sticky message input
* usage of builtin MessageListCore
* remove unused imports and a todo
* rename channelsStates to channels
* replace file imports /w package:imessage/filename
* remove size required ChannelNameText
* lint and format
* sendMessage
* transition animation
* stream_chat_flutter_core instead
* format Date differently if same week
* add padding to bubble
* remove iMessage text from header
* reverse message order
* if same day don't display date
* padding chat bubble right
* remove unused extension
* constraint message width
* group messages By dates
* unused import
* fix bug input + layout+ preview onTap
* change updatedAt to createdAt
* add filter on channel
* handle refresh
* handle pagination with core LazyLoadScrollView
* preview simple medias
* upload bug
* fix attachment
* visual changes to message input
* remove size
* clean up
* wait 5 sec before displaying image(hack)
* fix a couple of things
* fix padding in channel preview
* fix upload + debugShowCheckedModeBanner false
* fix overflow and refactor to Divider
* fix android build
* add imessage clone hero image
* update README
Co-authored-by: Sacha Arbonel <sacha.arbonel@hotmail.fr>
|
2021-02-26 18:06:54 +01:00 |
|
Salvatore Giordano
|
6feccd57dd
|
bump version
|
2021-02-26 18:06:38 +01:00 |
|
Deven Joshi
|
eb5a7350c8
|
fix: Show add user button only for owners (#9)
|
2021-02-26 13:46:49 +01:00 |
|
Sacha
|
049429b221
|
send only if text is not empty
|
2021-02-26 11:58:37 +01:00 |
|
Sacha
|
32159b2b2d
|
trim message
|
2021-02-26 11:40:13 +01:00 |
|
Sacha Arbonel
|
2c2787c419
|
iMessage clone (#1)
* first draft : static views wip
* refactor to ChatMessage and ChatMessageHeader
* add pedantic
* fix lints
* remove hardcoded message
* appBar title : iMessage
* format date
* cupertino style and model view
* fix display of message based on isReceived or sent
* SendMessageInput
* refactor to MessagesPage
* MissingPluginException
* use builtins instead of custom stream builders
* handle isReceived
* delete channel header
* fix layout issues in ChannelPreview
* fix formatDate
* sticky message input
* usage of builtin MessageListCore
* remove unused imports and a todo
* rename channelsStates to channels
* replace file imports /w package:imessage/filename
* remove size required ChannelNameText
* lint and format
* sendMessage
* transition animation
* stream_chat_flutter_core instead
* format Date differently if same week
* add padding to bubble
* remove iMessage text from header
* reverse message order
* if same day don't display date
* padding chat bubble right
* remove unused extension
* constraint message width
* group messages By dates
* unused import
* fix bug input + layout+ preview onTap
* change updatedAt to createdAt
* add filter on channel
* handle refresh
* handle pagination with core LazyLoadScrollView
* preview simple medias
* upload bug
* fix attachment
* visual changes to message input
* remove size
* clean up
* wait 5 sec before displaying image(hack)
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com>
|
2021-02-22 16:28:44 +01:00 |
|
Salvatore Giordano
|
8af74183ad
|
update deps
|
2021-02-19 17:47:29 +01:00 |
|
Salvatore Giordano
|
82f6e45d48
|
update ndk
|
2021-02-16 18:02:42 +01:00 |
|
Salvatore Giordano
|
a55d14fe0a
|
bump version
|
2021-02-16 17:23:12 +01:00 |
|
Salvatore Giordano
|
963570d212
|
Merge pull request #2 from GetStream/fix/loading-screen
feat: Added native and local splash screens
|
2021-02-16 17:22:42 +01:00 |
|
Salvatore Giordano
|
56ca59e19d
|
cleanup
|
2021-02-16 17:22:32 +01:00 |
|
Salvatore Giordano
|
02565c85a9
|
cleanup
|
2021-02-16 17:10:49 +01:00 |
|
Salvatore Giordano
|
4055669684
|
update animation
|
2021-02-16 17:09:31 +01:00 |
|
Deven Joshi
|
78b940029d
|
fix: Fixed threshold and added instant load page
|
2021-02-16 19:49:37 +05:30 |
|
Deven Joshi
|
494d121c8b
|
feat: Added threshold
|
2021-02-16 18:57:14 +05:30 |
|
Deven Joshi
|
01bc4291f5
|
feat: Added color theme
|
2021-02-16 18:47:19 +05:30 |
|
Deven Joshi
|
714b562444
|
feat: Added splash animation
|
2021-02-16 17:44:49 +05:30 |
|
Salvatore Giordano
|
464b08bfc2
|
remove unnecessary dep
|
2021-02-16 10:19:06 +01:00 |
|
Salvatore Giordano
|
c948337911
|
update animation
|
2021-02-15 16:44:22 +01:00 |
|
Salvatore Giordano
|
2e7e66f8cf
|
fix hot reload
|
2021-02-15 15:40:35 +01:00 |
|
Deven Joshi
|
870f1e43a3
|
feat: Added lottie animation
|
2021-02-10 21:46:58 +05:30 |
|
Salvatore Giordano
|
9974be5953
|
show debug banner
|
2021-02-10 10:16:40 +01:00 |
|
Salvatore Giordano
|
dceff16e6c
|
add circularprogressindicator
|
2021-02-10 09:58:11 +01:00 |
|
Deven Joshi
|
221d6eb20f
|
feat: Added native and local splash screens
|
2021-02-10 13:21:33 +05:30 |
|
Salvatore Giordano
|
72627d675b
|
fix typo
|
2021-02-09 16:17:52 +01:00 |
|