mattermost-mobile/app/actions/remote
Daniel Espino García 55324127e1
[Gekidou] Post input (#5844)
* Initial commit post input

* Fix message posting, add create direct channel and minor fixes

* Fix "is typing" and "react to last post" behaviour

* Some reordering, better handling of upload error, properly clear draft on send message, and fix minor progress bar misbehavior

* Add keyboard listener for shift-enter, add selection between video or photo while attaching, add alert when trying to attach more than you are allowed, add paste functionality, minor fixes and reordering

* Add library patch

* Fix lint

* Address feedback

* Address feedback

* Add missing negation

* Check for group name and fix typo on draft comparisons

* Address feedback

* Address feedback

* Address feedback

* Address feedback

* Fix several bugs

* Remove @app imports

* Address feedback

* fix post list & post draft layout on iOS

* Fix post draft cursor position

* Fix file upload route

* Allow to pick multiple images using the image picker

* accurately get the channel member count

* remove android cursor workaround

* Remove local const INPUT_LINE_HEIGHT

* move getPlaceHolder out of the component

* use substring instead of legacy substr for hardward keyboard

* Move onAppStateChange above the effects

* Fix camera action bottom sheet

* no need to memo SendButton

* properly use memberCount in sender handler

* Refactor how to get memberCount

* Fix queryRecentPostsInThread

* Remove unused isDirectChannelVisible && isGroupChannelVisible util functions

* rename errorBadUser to errorUnkownUser

* extract localized strings

* use ClientErrorProps instead of ClientError

* Minor improvements

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-02-03 08:59:15 -03:00
..
entry [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
apps.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
channel.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
command.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
custom_emoji.ts Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
error.ts Integrate react-native-network-client (#5499) 2021-07-06 11:16:35 -04:00
file.ts [Gekidou] Add Draft Upload Manager (#5910) 2022-02-01 17:26:26 +01:00
general.ts Draft - Add Server Screen Gekidou Updates (#5663) 2021-10-29 19:14:55 -03:00
group.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
notifications.ts [Gekidou] push notifications (#5779) 2021-10-27 17:53:11 -03:00
post.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
preference.ts [Gekidou] - Channel Intro (#5846) 2021-12-21 17:44:00 +02:00
reactions.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
retry.ts Remove team unreads and rely on channel member instead (#5710) 2021-10-01 16:07:57 -03:00
role.ts [Gekidou MM-39726] - Websocket Events - Roles (#5859) 2022-02-01 09:14:49 -03:00
search.ts [Gekidou] Add Draft Upload Manager (#5910) 2022-02-01 17:26:26 +01:00
session.ts [Gekidou] MM-39736 Login Flow (#5799) 2021-11-18 22:07:41 +01:00
systems.ts [Gekidou] - Channel Intro (#5846) 2021-12-21 17:44:00 +02:00
team.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
user.ts MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901) 2022-01-28 16:06:50 +04:00