Commit Graph
132 Commits
Author SHA1 Message Date
Salvatore Giordano 167e1adca2 remove all notifications dependencies 2020-04-16 15:39:57 +02:00
Salvatore Giordano f1908f2889 version bump 2020-04-16 09:40:31 +02:00
Salvatore Giordano 0f06a4923a Merge branch 'master' into feature/notifications
# Conflicts:
#	CHANGELOG.md
#	README.md
#	pubspec.yaml
2020-04-16 09:36:49 +02:00
Luis Pulido 5204715a37 removed the Flex causing the widget to overflow 2020-04-15 15:34:13 -04:00
Salvatore Giordano 3c02dfb3ab bump version 2020-04-11 13:32:59 +02:00
Salvatore Giordano 7d62912300 add better mime detection 2020-04-10 18:28:16 +02:00
Salvatore Giordano 479d140fef add better mime detection 2020-04-10 18:09:36 +02:00
Salvatore Giordano fefcc50280 fix video loading and error 2020-04-10 17:16:23 +02:00
Salvatore Giordano e58f2a1f35 fix video loading and error 2020-04-10 17:13:28 +02:00
Salvatore Giordano 552f4ee600 fix channels query 2020-04-10 14:47:57 +02:00
Salvatore Giordano 2c6273c080 Merge branch 'master' into feature/notifications 2020-04-10 13:54:20 +02:00
Salvatore Giordano b3860d6a93 add message configuration properties to message list view 2020-04-10 12:17:41 +02:00
Salvatore Giordano 61f65ee4b8 Merge branch 'master' into feature/notifications 2020-04-10 12:03:43 +02:00
Salvatore Giordano 092fed6fdd refs #21: fix video aspect ratio 2020-04-10 11:00:55 +02:00
Salvatore Giordano e549ae89f7 refs #23: add possibility to hide the attachment button 2020-04-10 10:42:13 +02:00
Salvatore Giordano 0cc047570a refs #19: wait for attachments to upload 2020-04-10 10:37:31 +02:00
Salvatore Giordano bfef637224 refs #18: disable textfield before getting image. 2020-04-10 10:31:02 +02:00
Salvatore Giordano 11765cfd7f refs #22: add keyboardType parameter and close keyboard using drag gesture 2020-04-10 10:08:25 +02:00
Salvatore Giordano 4abdcfc335 refs #22: set keyboard type to text. Now the keyboard shows the submit button 2020-04-10 09:59:27 +02:00
Salvatore Giordano 354fd43953 refs #18: unfocus keyboard before picking attachment 2020-04-10 09:54:47 +02:00
Salvatore Giordano 88ec33d798 add docs 2020-04-09 18:01:44 +02:00
Salvatore Giordano d6033ec2b6 do not disconnect android when the app is in background 2020-04-09 16:57:48 +02:00
Salvatore Giordano 5a38908bfb fix message widget 2020-04-09 10:16:57 +02:00
Salvatore Giordano a163964fe5 Merge branch 'master' into feature/notifications 2020-04-09 09:36:58 +02:00
Salvatore Giordano 60782666a0 add date separators 2020-04-08 15:54:31 +02:00
Salvatore Giordano ee4539184b Merge branch 'master' into feature/notifications 2020-04-08 14:30:49 +02:00
Salvatore Giordano 6a1da25b26 fix message deleted color 2020-04-08 13:17:45 +02:00
Salvatore Giordano 9592121cd6 fix attachment background color 2020-04-08 12:04:55 +02:00
Salvatore Giordano 4cb1bd95a2 add first version of dark theme 2020-04-08 11:45:30 +02:00
Salvatore Giordano ff68d8f9b1 make username next to timestamp opt-in 2020-04-08 09:48:29 +02:00
Luis Pulido 3fb13f364c added user's name to message box 2020-04-07 11:10:35 -04:00
Salvatore Giordano e0fde25b24 add channels_bloc 2020-04-07 15:23:23 +02:00
Salvatore Giordano fafafb8c44 refactor ios 2020-04-07 12:49:31 +02:00
Salvatore Giordano dc90e38743 remove channels bloc 2020-04-07 10:14:00 +02:00
Luis Pulido ced6f394a7 fix for #12
Wrapped the TextField in a LimitedBox, gavethe MessageInput a new property for that which defaults to 150p
2020-04-06 13:08:44 -04:00
Salvatore Giordano fa2be8397d use a map for channels in client 2020-04-06 16:46:00 +02:00
Salvatore Giordano 713a3dd07d listen for new messages in channelbloc 2020-04-06 16:33:22 +02:00
Salvatore Giordano e35d0bc9f5 return a stream from querychannels and add channelsBloc to handle channelListview 2020-04-06 16:12:00 +02:00
Salvatore Giordano fe7219a3c1 fix android background push 2020-04-06 11:21:46 +02:00
Salvatore Giordano 27c3a7f390 update example with extension 2020-04-06 09:38:13 +02:00
Salvatore Giordano 08ced91bb9 Merge branch 'master' into feature/notifications 2020-04-02 11:40:24 +02:00
Salvatore Giordano 7f24650af9 add super call to streamchat build method 2020-04-02 11:38:51 +02:00
Salvatore Giordano 2a1d1fc46a Merge branch 'master' into feature/notifications 2020-04-02 11:28:19 +02:00
Salvatore Giordano be495d8d86 add automatickeepalive to streamchat 2020-04-01 10:31:39 +02:00
Salvatore Giordano 1c2f8dcc74 merge master 2020-03-31 10:28:59 +02:00
Salvatore Giordano 8ae849be0f fix dependency error using flutter_form_builder 2020-03-31 10:05:59 +02:00
Salvatore Giordano 18bd85343a show error message on image error 2020-03-31 09:21:41 +02:00
Salvatore Giordano 64a40d60da use normal notifications 2020-03-20 15:38:23 +01:00
Salvatore Giordano af16d90789 add android example 2020-03-17 12:11:03 +01:00
Salvatore Giordano b2d27e65d0 fix linter 2020-03-15 13:59:56 +01:00