mattermost-mobile/app/components
Mattermost Build da575c7cb1
1.45 Release testing bug fixes (#5529) (#5536)
* MM-36908 display unicode emoji in text field after selecting from autocomple

* MM-36935 Fix android crash when ammending search in Sidebar Jump to

* MM-36929 & MM-36928 fix notification badge resetting on new notification

* MM-36920 Fix android push notification issues

* MM-36922 Edit profile image

* Fix crash when opening Android test notification

(cherry picked from commit 78156ee75b)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2021-07-12 16:13:54 -04:00
..
__mocks__ [MM-9454] Added fade to send button (#2677) 2019-04-29 07:54:00 -07:00
__snapshots__ MM-30286 Detox/E2E: Add e2e test for MM-T3249 and added useful helpers (#4990) 2020-12-15 17:24:45 -08:00
announcement_banner MM-30164 fix safe area insets (#4979) 2020-11-23 20:10:09 -03:00
at_mention Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
attachment_button 1.45 Release testing bug fixes (#5529) (#5536) 2021-07-12 16:13:54 -04:00
autocomplete 1.45 Release testing bug fixes (#5529) (#5536) 2021-07-12 16:13:54 -04:00
autocomplete_selector Refactor apps modal autocomplete into AutocompleteSelector component (#5229) 2021-03-23 19:53:04 +01:00
avatars Update dependencies (#5266) 2021-04-06 11:12:31 -04:00
channel_intro MM-36881 Fix scroll perf degradation with pull to refresh enabled (#5525) (#5535) 2021-07-12 16:13:42 -04:00
channel_link Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
channel_loader Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
compass_icon Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
custom_list Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
custom_status Fixed custom status issues (#5476) 2021-06-22 10:27:47 -07:00
edit_channel_info Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
emoji MM-36900 Fix mm emoji (#5526) (#5528) 2021-07-10 12:34:26 +02:00
emoji_picker MM-36900 Fix mm emoji (#5526) (#5528) 2021-07-10 12:34:26 +02:00
error_list [MM-22959] Use Compass icons (#4847) 2020-10-15 15:34:24 -07:00
error_text Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
failed_network_action [MM-25349] centre failed network action component and improve responsiveness to device orientation (#4834) 2020-10-26 13:32:14 +05:30
interactive_dialog_controller Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
layout/keyboard_layout Fix propTypes warnings (#5285) 2021-04-06 21:18:31 -04:00
load_more_posts Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
markdown MM-36532 navigate to channel from any screen when channel link is pressed (#5467) 2021-06-24 12:57:18 -04:00
network_indicator fix: connect websocket when the component mounts (#5456) 2021-06-14 15:48:39 -04:00
pasteable_text_input Update dependencies (#5266) 2021-04-06 11:12:31 -04:00
post_draft MM-34619 post draft to use the channelId prop when assigned (#5488) 2021-07-01 07:04:47 +08:00
post_list MM-36881 Fix scroll perf degradation with pull to refresh enabled (#5525) (#5535) 2021-07-12 16:13:42 -04:00
profile_picture 1.45 Release testing bug fixes (#5529) (#5536) 2021-07-12 16:13:54 -04:00
progressive_image Fix propTypes warnings (#5285) 2021-04-06 21:18:31 -04:00
radio_button MM-30165 Detox/E2E: Add e2e tests for channel notification preference (#4949) 2020-11-10 10:53:38 -07:00
reaction_picker Migrate message attachments to typescript (#5127) 2021-04-22 18:21:44 -04:00
refresh_list add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
retriable_fast_image Add retriable FastImage component (#5167) 2021-02-10 14:41:30 -07:00
retry_bar_indicator Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
root MM-35384 Add country variant localization support (#5397) 2021-05-20 11:58:53 -04:00
safe_area_view MM-30164 fix safe area insets (#4979) 2020-11-23 20:10:09 -03:00
search_bar Fix propTypes warnings (#5285) 2021-04-06 21:18:31 -04:00
sidebars 1.45 Release testing bug fixes (#5529) (#5536) 2021-07-12 16:13:54 -04:00
slide_up_panel MM-30164 fix safe area insets (#4979) 2020-11-23 20:10:09 -03:00
status_bar [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
team_icon Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
touchable_with_feedback Fix propTypes warnings (#5285) 2021-04-06 21:18:31 -04:00
user_status MM-34407 Use Avatars for Sidebar DMs (#5334) 2021-04-28 18:54:54 -04:00
widgets/settings MM-35071 Detox/E2E: Add e2e for MM-T287, MM-T290, MM-T300, MM-T2350, MM-T3151, MM-T3472 (#5347) 2021-04-27 16:46:50 -07:00
app_version.tsx Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
badge.js MM-30286 Detox/E2E: Add e2e test for MM-T3249 and added useful helpers (#4990) 2020-12-15 17:24:45 -08:00
badge.test.js MM-30286 Detox/E2E: Add e2e test for MM-T3249 and added useful helpers (#4990) 2020-12-15 17:24:45 -08:00
channel_icon.tsx MM-32921 shared channels (#5241) 2021-05-24 16:07:47 +05:30
conditional_touchable.js Fix propTypes warnings (#5285) 2021-04-06 21:18:31 -04:00
deleted_post.js Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
fade.js Deps update (#3806) 2020-01-20 13:20:03 -03:00
fade.test.js Deps update (#3806) 2020-01-20 13:20:03 -03:00
formatted_date.tsx Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
formatted_markdown_text.js Fix propTypes warnings (#5285) 2021-04-06 21:18:31 -04:00
formatted_text.tsx Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
formatted_time.test.js Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
formatted_time.tsx Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
image_viewport.tsx Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
loading.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
loading.stories.tsx [MM-28845]: Add storybook to mobile repo (#4870) 2020-11-02 15:41:07 +05:30
no_results.js [MM-22959] Use Compass icons (#4847) 2020-10-15 15:34:24 -07:00
post_list_retry.js [MM-22959] Use Compass icons (#4847) 2020-10-15 15:34:24 -07:00
post_separator.js add eslint-plugin-header, and --fix all (#1726) 2018-06-19 19:14:50 -04:00
profile_picture_button.js Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
profile_picture_button.test.js Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
progress_bar.tsx Gallery Improvements (#4837) 2020-11-06 21:17:27 -03:00
remove_markdown.js MM-28602 Fix announcement banner crash if it includes a hashtag (#4808) 2020-09-15 10:03:40 -03:00
swiper.js MM-28688 Close sidebar when current channel is selected (#4897) 2020-10-19 20:32:34 -07:00
swiper.test.js Update total to reflect number of children (#3367) 2019-10-04 15:06:22 -07:00
tag.js Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
text_input_with_localized_placeholder.js [MM-16593] Upgrade to RN 0.61.2 (#3455) 2019-10-28 15:04:24 -07:00
vector_icon.js MM-23570 Migrate from Segment to Rudder (#4293) 2020-05-13 16:54:07 -04:00