mattermost-mobile/app
Chris Duarte f5d77fcebc Add Channel Info Edit options to ChannelInfo screen (#1189)
* Add Channel Info Edit options to ChannelInfo screen

Refactor CreateChannel to CreateChannel and ChannelInfo

Add EditChannel screen

add updateChannelRequest

display header option only if channel is DM or GM

Add editing prop to ChannelInfo

Add saving state to ChannelInfo

Clean up EditChannel and change saving to updating

Add channel name (url) field in EditChannel

Clean up enableRightButton logic for EditChannel

Add error handling for EditChannel fields

Remove leftButton declaration from EditChannel

Add wrapWithPreventDoubleTap to click handlers in ChannelInfo

Move channel info to parent component (CreateChannel)

Add editing support for channel info in parent component

Remove ownProps from connected components

Remove passing parent props using the spread operator

* Strip out channel url field from EditChannel

* Comment out channelUrl textInput ref

Make eslint happy

* Remove injectIntl in favor of intl context props

* Add mobile prefix to json string

* Remove unnecessary actions declaration in ChannelInfo

* Refactor creating | editing to saving

* Safe check refs when blurring in ChannelInfo

* pass channelType for displayingHeaderOnly in EditChannelInfo

* Refactor ChannelInfo component to EditChannelInfo

* pass 1to1 props instead of object

* Add required to certain props in EditChannelInfo

* Use Stylesheet for container styles

* Add InvalidPermission method when updating channel

* Clean up onDisplayNameChangeText and safe check scrollToEnd

* Add {deviceWidth, deviceHeight} from redux

* Remove style.navTitle

* Add wrapper methods for delete and leave channel

* remove alertErrorIfInvalidPermissions

* Fix mobile localization strings to use prefix mobile.-

* Add TODO for channel URL
2017-11-28 19:48:51 -03:00
..
actions Add fix for heic image uploads (#1222) 2017-11-28 17:43:36 -05:00
components Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
constants Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
i18n RN-345 Additional improvements to channel switching (#926) 2017-09-22 11:48:30 -07:00
mattermost_managed Scroll to search result in preview (#1129) 2017-11-13 11:55:26 -05:00
notification_preferences RN-138 Android notification preferences (#889) 2017-09-13 12:00:16 -03:00
push_notifications Upgrade RN (#1102) 2017-11-07 13:34:39 -03:00
reducers Add recently used section (#1136) 2017-11-21 10:20:09 -05:00
screens Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
selectors Scroll to search result in preview (#1129) 2017-11-13 11:55:26 -05:00
store Add recently used section (#1136) 2017-11-21 10:20:09 -05:00
styles Fix localization + setting the token for APIv3 (#674) 2017-06-26 15:49:28 -04:00
utils Add Channel Info Edit options to ChannelInfo screen (#1189) 2017-11-28 19:48:51 -03:00
initial_state.js Apply data retention policy (#1122) 2017-11-12 08:33:42 -03:00
mattermost.js Track analytics for start time, channel and team switching (#1192) 2017-11-28 10:33:46 -03:00