mattermost-mobile/app/mm-redux/utils
Elias Nahum 9f238d5ef4
Post List & post components refactored (#5409)
* Update transform to make Android's post list scroll smooth

* set start since metric when appStarted is false

* Refactor Formatted components

* Downgrade RNN to 7.13.0 & patch XCDYouTube to allow video playback

* Refactor Post list and all related components

* review suggestion rename hour12 to isMilitaryTime

* feedback review use aliases

* feedback review deconstruct actions in markdown_link

* feedback review simplify if/else statement in combined_used_activity

* Simplify if statement for consecutive posts

* Specify npm version to build iOS on CI

* Refactor network_indicator

* render Icon in file gallery with transparent background

* Increase timeout to scroll to bottom when posting a new message

* fix: scroll when tapping on the new messages bar

* fix: dismiss all modals

* fix navigation tests

* Handle dismissAllModals for iOS to prevent blank screens

* Prevent modal from dismissing when showing the thread screen in the stack

* Update app/components/image_viewport.tsx

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>

* Update app/utils/post.ts

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>

* fix: rename selector and prop

* Fix XCDYouTube patch

* Fix posting from a thread in the right channel

* do not render reply bar on the thread screen

* close previous permalink before showing a new one

* move XCDYouTube patch to ios/patches folder

* closePermalink directly instead of using an onClose prop

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
2021-06-03 11:12:15 -07:00
..
channel_utils.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
channel_utils.ts Don't pre-fetch posts for unread archived channels (#4113) 2020-04-02 18:40:18 -03:00
deep_freeze.ts Upgrade to RN 0.62.2 (#4093) 2020-04-14 16:39:51 -04:00
delayed_action.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
emoji_utils.test.js MM-24115 Use Native + BuiltIn emojis instead of systemEmojis (#4274) 2020-05-13 18:23:47 -04:00
emoji_utils.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
event_emitter.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
file_utils.test.js Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
file_utils.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
gfycat_sdk.ts MM-15758 Update dependencies including Fastlane (#4272) 2020-05-18 11:24:47 -07:00
group_utils.test.js Add eslint eol-last to require newline at end of files (#4985) 2020-11-30 21:46:05 -07:00
group_utils.ts [MM-23158] Group Mentions & Invites - Display group mentions in suggestions list in the main channel textbox (#4118) 2020-07-08 07:31:58 -04:00
helpers.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
helpers.ts Fix typo in 3 files: consecutive occurrences of 'the' (#4871) 2020-10-05 12:07:20 -07:00
i18n_utils.test.js MM-23570 Migrate from Segment to Rudder (#4293) 2020-05-13 16:54:07 -04:00
i18n_utils.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
integration_utils.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
integration_utils.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
key_mirror.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
mix.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
notify_props.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
notify_props.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
post_list.test.js Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
post_list.ts Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00
post_utils.test.js MM-11713: Allows edit others posts to function without edit own posts. (#4406) 2020-06-23 16:09:44 -04:00
post_utils.ts MM-26436: Allows others' posts to be delete with just 'delete_others_posts' permission. (#4660) 2020-08-18 09:42:24 -04:00
preference_utils.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
sentry.test.js Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
sentry.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
team_utils.test.js [MM-23391] Sort sidebar teams order by user preference (#4911) 2020-12-10 17:35:05 -03:00
team_utils.ts [MM-23391] Sort sidebar teams order by user preference (#4911) 2020-12-10 17:35:05 -03:00
theme_utils.test.js [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
theme_utils.ts Upgrade to RN 0.62.2 (#4093) 2020-04-14 16:39:51 -04:00
timezone_utils.ts [MM-23520] Port mattermost-redux (#4088) 2020-03-31 11:09:26 -07:00
user_utils.test.js MM-24285 Use FastImage instead of Image (#4218) 2020-04-28 23:23:39 +08:00
user_utils.ts Post List & post components refactored (#5409) 2021-06-03 11:12:15 -07:00