Miguel Alatzar
2d81b497cf
[MM-23520] Port mattermost-redux ( #4088 )
...
* Remove mattermost-redux
* Move mm-redux files into app/redux
* Add @redux path to tsconfig.json
* Fix imports
* Install missing dependencies
* Fix tsc errors
* Fix i18n_utils test
* Fix more imports
* Remove redux websocket
* Fix tests
* Rename @redux
* Apply changes from mattermost-redux PR 1103
* Remove mattermost-redux mention in template
* Add missing imports
* Rename app/redux/ to app/mm-redux/
* Remove test file
* Fix fetching Sidebar GM profiles
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-04-17 21:12:09 -07:00
Yusuke Nemoto
d852e0991f
Support MinimumHashtagLength setting ( #2583 )
...
* Support MinimumHashtagLength setting
* Set default value if missing
2019-03-22 14:06:02 -03:00
Harrison Healey
78e5b99884
MM-5957 Add mention highlighting on mobile ( #2277 )
...
* Switch pullOutImages to use a NodeWalker
* Add markdown transformer to combine adjacent text nodes
* MM-5957 Add mention highlighting on mobile
2018-10-18 14:12:25 -04:00
Jesse Hallam
8372e95d4a
add eslint-plugin-header, and --fix all ( #1726 )
2018-06-19 19:14:50 -04:00
Harrison Healey
861b46d605
MM-9547 Added CustomUrlSchemes option ( #1718 )
...
* MM-9547 Added CustomUrlSchemes option
* Switched mattermost-redux back to master
2018-06-04 10:25:34 -04:00
Jesse Hallam
58b72302d6
update eslint's comma-dangle rule to always-multiline ( #1457 )
...
* update eslint's `comma-dangle` rule to `always-multiline`
* add check and fix scripts to package.json
* Invoke `yarn fix` to adopt the updated eslint rules. No other changes are included.
2018-02-23 09:06:02 -05:00
enahum
19e6d66979
Have the Markdown component use the theme from redux ( #1231 )
2017-11-29 14:58:33 -03:00
Harrison Healey
3f6c38d872
Applied correct text colour to (edited) indicator on Android ( #1219 )
2017-11-28 19:49:43 -03:00
Harrison Healey
c71b116c71
RN-173 Added support for Markdown images ( #1202 )
...
* RN-173 Added support for Markdown images
* RN-173 Added proper alt text when image fails to load
* Changed (edited) indicator not add itself as a child of an image
* RN-173 Removed space between an image and the following text
* Made sure MarkdownImage is mounted when setState is called
* Fixed images in links having their location overwritten
* Made images work in links
* Fixed uppercase links not working on Android
* Added vertical margin around images
* RN-173 Added styling for markdown image error text
* RN-173 Added error when image exceeds max dimensions on Android
2017-11-28 11:00:28 -03:00
Martin Kraft
7fb4b4f8ed
RN-359: Adds edited indicator to post. ( #1171 )
...
* RN-359: Adds '(edited)' indicator to post.
* RN-359: Formatting.
2017-11-20 13:24:22 -05:00
Chris Duarte
2f5201bac9
Add copy post/url/mention/code to tooltip menu ( #1069 )
...
* Add copy post/url/mention/code to tooltip menu
* Check for managedConfig.copyAndPasteProtection
* Reorder copy options
2017-10-31 13:42:56 -03:00
Harrison Healey
612da49697
RN-189/RN-241 Updated emoji appearance ( #898 )
...
* Removed Emoji padding prop
* Reduced emoji size on Android
* RN-189 Fixed aspect ratio for wide emojis
* Removed margins from headers which didn't actually work
* RN-189 Fixed aspect ratio for tall emojis
* Adjusted line height so emojis don't cause uneven spacing on iOS
* Further reduced emoji size on Android
* Slightly adjusted vertical alignment of emojis
* Added hack to get vertical alignment of emojis looking better
2017-09-13 11:33:13 -04:00
Harrison Healey
a291fdc933
RN-74 Added updated markdown code block view ( #855 )
...
* RN-74 Added updated markdown code block view
* Set default channelIsLoading prop to PostList
* RN-74 Fixed uneven line numbers on Android
* RN-74 Prevented double tapping on markdown code blocks
2017-08-21 11:40:42 -03:00
Harrison Healey
57c602eb79
RN-113/RN-114 Updated markdown styles for lists and code ( #851 )
...
* RN-114 Updated markdown list style
* RN-113 Updated code font
2017-08-17 00:43:11 -03:00
Harrison Healey
a0a1678939
RN-174 Added support for strikethrough text in markdown ( #816 )
2017-08-07 10:37:29 -04:00
enahum
dc8b9a04b1
RN-10 Ability to search Posts ( #763 )
...
* Fix offline indicator UI
* Add search screen with recent mentions functionality
* Fix make start
* Add autocomplete to the search box
* Fix search bar in other screens
* Get search results and scroll the list
* Add reply arrow to search result posts
* Search result preview and jump to channel
* Feedback review
2017-07-21 17:07:47 -04:00
Stan Chan
643925469b
RN-38 Clicking on an at mention should open user profile ( #728 )
2017-07-10 18:09:15 -04:00
Harrison Healey
22b71797ce
RN-109 Added ability to add styles to adjacent paragraphs ( #654 )
...
* RN-109 Added ability to add styles to adjacent paragraphs
* Updated yarn.lock
2017-06-19 18:51:14 -04:00
Chris Duarte
94c8cb1ff7
Can now long press on markdown links ( #648 )
...
* Can now long press on markdown links
* Review feedback
2017-06-19 14:51:13 -04:00
Harrison Healey
44f6321336
RN-187 Fixed right margin for block quotes ( #638 )
2017-06-16 09:41:36 -04:00
Harrison Healey
84fe4733bc
RN-74 Added channel links ( #620 )
...
* Updated AtMention component to match web app
* RN-74 Added channel links
* Updated yarn.lock
2017-06-13 10:01:25 -04:00
Harrison Healey
55fa467da9
RN-8 Added emoji and emoticon support ( #616 )
...
* RN-8 Added emoji and emoticon support
* Updated yarn.lock
2017-06-12 12:04:18 -04:00
Carlos Tadeu Panato Junior
b7eeea3808
[RN-112] Update the formatting of markdown block quotes ( #538 )
...
* RN-112 - Update the formatting of markdown block quotes
* update style definitions
* update per review
2017-05-29 09:56:00 -04:00
Harrison Healey
5f49c11497
RN-124 Improved text flow in markdown paragraphs and headers ( #574 )
2017-05-26 17:05:25 -04:00
enahum
844c654fda
Update RN to 0.44.0 and project dependencies ( #546 )
2017-05-16 21:13:44 -04:00
Asaad Mahmood
9e90884fce
Multiple UI improvements ( #512 )
...
* Multiple UI improvements
* RN-107 - Adding margin in more channels modal
* RN-108 - Updating center channel overlay
2017-04-30 13:32:26 -03:00
enahum
cdff304be1
RN-64 Ability to open the app in offline mode ( #479 )
2017-04-13 11:57:19 -03:00