Commit Graph
67 Commits
Author SHA1 Message Date
Salvatore Giordano b7d84a100d update default apikey and users 2021-03-03 11:36:24 +01:00
Salvatore Giordano 1890536fb4 autocancel redundant builds 2021-03-02 16:25:15 +01:00
Salvatore Giordano 744129a302 autocancel redundant builds 2021-03-02 16:22:57 +01:00
Salvatore Giordano 53baedd539 update actions 2021-03-02 16:18:38 +01:00
Salvatore Giordano 55bf30d7f6 update actions 2021-03-02 16:15:19 +01:00
Salvatore Giordano ba52566467 update actions 2021-03-02 16:14:27 +01:00
Salvatore Giordano c8007486b5 fix repo url 2021-03-02 15:49:54 +01:00
Salvatore Giordano 351e0205ad update action name 2021-03-02 14:54:48 +01:00
Salvatore Giordano 3483d2602f update actions 2021-03-02 14:30:57 +01:00
Salvatore Giordano fbf2f269b3 update app pubspec 2021-03-02 13:58:58 +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
9082e50532 feat: Removed mute delay (#11)
Co-authored-by: Salvatore Giordano <[email protected]>
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
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 <[email protected]>
2021-02-26 18:06:54 +01:00
Salvatore Giordano 6feccd57dd bump version 2021-02-26 18:06:38 +01:00
Deven JoshiandGitHub 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
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 <[email protected]>
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 GiordanoandGitHub 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 GiordanoandGitHub 72627d675b fix typo 2021-02-09 16:17:52 +01:00
Salvatore Giordano 6b6e681a4d upload apk 2021-02-09 15:37:39 +01:00
Salvatore Giordano 90cd7a3197 update sdk dependency 2021-02-09 11:40:45 +01:00
Salvatore GiordanoandGitHub 93071b7c73 Update README.md 2021-02-04 19:25:10 +01:00
Salvatore GiordanoandGitHub b50ca4b57b Update README.md 2021-02-04 18:03:56 +01:00
Salvatore GiordanoandGitHub 8243663afd Update README.md 2021-02-04 18:00:52 +01:00
Salvatore GiordanoandGitHub 698e7e66d2 Update README.md 2021-02-04 17:59:51 +01:00
Salvatore Giordano 15254b9ae2 update readme 2021-02-04 17:58:49 +01:00