Sudheer
f02e0fc4f5
MM-13432 Remove unsed request flags from channel_members ( #2490 )
...
* Remove unsed request flags from channel_members
* Fix intial state to match redux state
* Update redux hash
2019-01-04 18:52:00 +05:30
Elias Nahum
592fab2375
Refactor CustomList to use Section and Flat Lists ( #2332 )
2018-11-13 18:16:57 -05:00
Harrison Healey
cfb372f75a
MM-11157 Switch ESLint to use eslint-config-mattermost ( #2247 )
2018-10-11 13:35:25 -04:00
Harrison Healey
a434063512
MM-12025 Use KeyboardLayout in more places and have it change height instead of moving upwards ( #2098 )
...
* MM-12025 Switch KeyboardLayout to change height instead of moving child upwards
* MM-12025 Use KeyboardLayout in more places
* Update snapshots
2018-09-11 08:31:20 -03:00
Jesse Hallam
8372e95d4a
add eslint-plugin-header, and --fix all ( #1726 )
2018-06-19 19:14:50 -04:00
Saturnino Abril
38b16b435f
[MM-10055] Filter out deactivated user when viewing channel members ( #1582 )
...
* filter out deactivated user when viewing channel members
* apply makeGetProfilesInChannel is filtering out the deactivated user/s
* update using makeMapStateToProps
2018-04-13 13:30:49 -04:00
Chris Duarte
d6ee97c0c7
Show FlatList when searching in More DM Screen ( #1546 )
...
* Set searchbars to autoCapitalize='none'
* Show flatlist when searching profiles for more dms
* Fix lint errors
2018-04-13 09:03:02 -03: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
4959af54ed
MM-9637 Fix text not visible when typing on Android search box ( #1450 )
2018-02-20 18:37:00 -05:00
Stephen Kiers
42af38944e
ICU-639- Fixes bug with Samsung keyboard ( #1427 )
...
* Internalized value to local state so that there is less ‘delay’ and less surface area for bugs to happen
* removed toLowercase on comparison and fixed parent components instead
* Update more_channels.js
2018-02-12 14:02:40 -03:00
Harrison Healey
16e293ffab
RN-462 Allow user and channel lists to load more than one additional page of content ( #1305 )
...
* RN-462 Allow user lists to load more than one additional page of users
* RN-462 Actually load more users for direct messages list
* Allow loading more than one page in the More Channels modal
2017-12-21 09:03:17 -03:00
enahum
c36eb9a9f4
Fix styling when theme is change in another device ( #1229 )
...
* Fix styling when theme is change in another device
* Fix drawer showing behind channel screen
2017-11-29 13:55:33 -03:00
enahum
6b4100d517
Add general util to handle actions that are forbidden ( #1206 )
2017-11-27 17:30:26 -03:00
enahum
e84af2bfa7
Polishing search box text size and icon styling ( #1034 )
...
* Channel Switcher and search box text size and icon styling
* minor UI fixes and android fixes
2017-10-19 18:49:21 -03:00
Harrison Healey
a9489dcc5f
Replace getTheme selector with one from mattermost-redux ( #1013 )
2017-10-12 08:45:17 -07:00
Harrison Healey
c6ae1090f7
Changed makeStyleSheetFromTheme to take a function that returns a plain object ( #852 )
...
* Changed makeStyleSheetFromTheme to take a function that returns a plain object
* Fixed style issues
2017-08-15 18:26:55 -03:00
Harrison Healey
d88f59bc6b
RN-282 Switched usage of splice to slice ( #850 )
2017-08-11 16:45:13 -04:00
Harrison Healey
8a7840b58a
RN-152 Add ability to create new group direct messages ( #793 )
...
* RN-152 Added ability to open group messages from MoreDirectMessages
* Refactored row components for CustomList
* Added CustomSectionList component to mirror CustomList
* Added control to display all selected users in More DMs list
* Updated title of More DMs modal
* Updated yarn.lock
* Fixed channel name not being set when creating GM channel
* Fixed error on Android
2017-07-27 19:08:13 -04:00
Harrison Healey
4db267ff61
Fixed Remove button being displayed in View Members modal ( #715 )
2017-07-05 10:51:03 -04:00
Harrison Healey
bd2c623775
Added support for new system-wide teammate name display setting ( #709 )
2017-07-04 20:54:03 -04:00
enahum
7dbac06983
Fix sentry found issues ( #699 )
2017-07-03 18:09:04 -04:00
enahum
7026ea4bec
Filter channels to not return my own DM ( #675 )
2017-06-28 09:45:30 -04:00
Harrison Healey
655a050524
RN-198 Fixed adding members to channel not incrementing member count ( #635 )
...
* Removed unused props from components
* RN-198 Fixed adding members to channel not incrementing member count
* Updated yarn.lock
2017-06-15 11:06:39 -04:00
Asaad Mahmood
92c1e025a8
Updating search styling for some pages ( #632 )
2017-06-14 21:27:01 -04:00
Asaad Mahmood
c9306a815a
Updating search bar styling ( #626 )
...
* Updating search bar styling
* Updating search bar styling
* Removing unusued variable
2017-06-14 11:19:01 -04:00
enahum
27c29e09b4
RN-193 & RN-197 ( #625 )
...
* RN-193 Always show the create btn on android
* RN-197 Update channel header on channel creation
* missing android actions from never to always show the btn
2017-06-14 09:59:54 -04:00
enahum
2980de0b19
RN-7 Ability to search channels in the drawer ( #602 )
...
* RN-7 Ability to search channels in the drawer
* Fix i18n locale data
* Split channel_drawer into multiple components
* Fix eslint
2017-06-09 08:23:56 -04:00
enahum
f1c9f1051c
RN-36 Update status bar color ( #606 )
2017-06-08 15:10:59 -04:00
enahum
844c654fda
Update RN to 0.44.0 and project dependencies ( #546 )
2017-05-16 21:13:44 -04:00
enahum
248dafbe0e
RN-97 Changed navigation from NavigationExperimental to ReactNative Navigation ( #540 )
...
* Add react-navigator dependency
* Add react-native-navigation dependency
* react-native-navigation, ios and android config
* update react-native-navigation
* New navigation and code cleanup
* Set ScreenBackgroundColor
* Fix channel drawer event issue
* Applied RNPN non-working popInitial notification
* Android navbar and back button
* packages and notices
* MM-redux update
* Fix draft on team switch
* Remove custom NavBar
2017-05-16 11:19:46 -04:00