mattermost-mobile/app/init
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
..
analytics.ts Add import order lint rules (#5672) 2021-09-13 10:18:03 +02:00
credentials.ts Gekidou deps (#5815) 2021-11-06 16:24:53 -03:00
draft_upload_manager.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
global_event_handler.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
launch.ts [Gekidou] push notifications (#5779) 2021-10-27 17:53:11 -03:00
managed_app.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
network_manager.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
push_notifications.ts Upgrade deps (#5850) 2021-11-29 23:19:39 +02:00
websocket_manager.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00