mattermost-mobile/app/constants
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
..
about_links.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
action_type.ts [Gekidou] fix database schema and models (#5553) 2021-07-20 23:24:42 +04:00
apps.ts [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
autocomplete.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
custom_status.ts Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
database.ts [Gekidou] Sidebar Categories (Database only) (#5909) 2022-01-31 10:30:10 -03:00
deep_linking.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
device.ts Upgrade unimodules with expo to use expo-file-system 2021-11-06 18:08:22 -03:00
emoji.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
events.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
files.ts [Gekidou] Add Draft Upload Manager (#5910) 2022-02-01 17:26:26 +01:00
general.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
image.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
index.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
navigation.ts [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
network.ts [Gekidou] post component tree and partial postList (#5637) 2021-09-06 08:22:55 -03:00
permissions.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
post.ts [Gekidou] Handle post related websocket events (#5851) 2022-01-24 12:43:21 +01:00
post_draft.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
preferences.ts Gekidou - Account Screen (#5708) 2021-10-12 19:24:24 +04:00
profile.ts MM-40364 [Gekidou] - Image Picker for Edit Profile (#5901) 2022-01-28 16:06:50 +04:00
reaction_picker.ts Barebones code for v2 2020-11-17 14:20:58 -03:00
screens.ts [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
server_errors.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
sso.ts [Gekidou] MM-39736 Login Flow (#5799) 2021-11-18 22:07:41 +01:00
supported_server.ts [Gekidou] Avoid technical debt (#5795) 2021-10-28 10:15:17 -03:00
view.ts [Gekidou] Post input (#5844) 2022-02-03 08:59:15 -03:00
websocket.ts [Gekidou MM-39726] - Websocket Events - Roles (#5859) 2022-02-01 09:14:49 -03:00