Commit Graph

81 Commits

Author SHA1 Message Date
Salvatore Giordano de55529f74 fix actions 2021-03-11 16:05:26 +01:00
Neevash Ramdial (Nash) 139b77a4bf remove extra folder from parent dir (#23) 2021-03-10 15:37:18 -04:00
Neevash Ramdial (Nash) 030c3eb428 Improve repo structure (#22)
* app updated

* readme updated

* rename base folder

* update chatty's readme

* move apps to packages dir

* update repo overview

Co-authored-by: diegoveloper <diego.velasquez.lopez@gmail.com>
2021-03-10 15:18:00 -04:00
Diego Velásquez López bd6bb66279 Stream Chatty added as example (#21)
* app updated

* readme updated

* rename base folder

* update chatty's readme

Co-authored-by: Neevash Ramdial <mail@neevash.dev>
2021-03-10 14:53:20 -04:00
Salvatore Giordano c86652dcfc fix search list view 2021-03-09 12:07:57 +01:00
Salvatore Giordano 18a5ef4b87 add app badge 2021-03-08 17:59:35 +01:00
Salvatore Giordano 890c1186f6 fix chooseuser tiles 2021-03-05 15:43:24 +01:00
Salvatore Giordano 6dd88c3ace fix group info 2021-03-05 12:39:02 +01:00
Salvatore Giordano 40572a36d9 fix shared groups filter 2021-03-05 10:43:14 +01:00
Salvatore Giordano 53aba323aa fix small backbuttons 2021-03-04 15:39:13 +01:00
Sahil Kumar 8203bcd0a6 [SampleApp] Add debug signingConfigs (#16) 2021-03-04 15:02:17 +01:00
Salvatore Giordano 411e878bbc update dependency 2021-03-03 19:17:26 +01:00
Salvatore Giordano a465325854 update manifest 2021-03-03 13:04:20 +01:00
Salvatore Giordano d261e2e642 add persistence 2021-03-03 11:37:06 +01:00
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
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