Elias Nahum
637ca9244a
Update RN to version 0.57.0 ( #2131 )
2018-09-20 19:05:41 -03:00
Saturnino Abril
0afdbdd0f9
remove backgroundColor from styles.video of Android share extension that's causing app to crash ( #2119 )
2018-09-14 09:10:10 -03:00
Jesús Espino
1456c7cf29
MM-11718: Show only non-archived channels on Share ( #2059 )
2018-08-30 14:37:36 -04:00
Elias Nahum
96e9c6c707
Update rn-fetch-blob and CBA support for iOS ( #2033 )
...
* Update rn-fetch-blob and CBA support for iOS
* remove trusty
* remove react-native-fast-image dependency
2018-08-29 14:01:37 -04:00
Elias Nahum
1ec8dd4577
Fix video playback when filename contains spaces ( #1997 )
...
* Fix video playback when filename contains spaces
* Feedback review
2018-08-13 10:19:29 -03:00
Elias Nahum
cf85c3c1e8
Fix Android share extension and better handle errors ( #1965 )
2018-08-03 13:18:21 -04:00
Chris Duarte
ca2b4b2b3d
Pull share extension title from i18n ( #1931 )
...
* Pull share extension title from i18n
* Reuse current i18n id.
* Remove unused i18n key
2018-07-17 19:50:05 -04:00
Elias Nahum
40c7d9cb07
Add defensive code to prevent extension from not working ( #1872 )
2018-07-04 07:03:58 +08:00
Harrison Healey
dee530cce7
MM-11116 Re-added updated QuickTextInput component to work around RN issue ( #1859 )
2018-07-02 09:09:31 -04:00
Elias Nahum
5d12387d3b
Fix ios extension crash and ability to share from files app ( #1852 )
...
MM-11098 Fix ios extension crash and ability to share from files app
2018-06-29 16:36:42 -04:00
Elias Nahum
aade1f0e35
Merge branch 'release-1.9' into merge-1.9
2018-06-27 18:17:44 -04:00
Elias Nahum
ad12b11f85
Fix android extension search ( #1842 )
2018-06-27 13:15:06 -04:00
Elias Nahum
5680988590
Fix iOS Share extension crash ( #1832 )
2018-06-27 09:23:47 -04:00
Martin Kraft
3bde858a64
MM-10717: Update longpress buttons when add reaction, edit post, or d… ( #1779 )
...
* MM-10717: Update longpress buttons when add reaction, edit post, or delete post permissions change.
* MM-10717: Makes tooltip actions prop required.
* MM-10717: Switches all direct access of 'config' and 'license' to use selectors.
2018-06-21 08:43:17 -04:00
Elias Nahum
7b18047800
CBA support for iOS ( #1767 )
...
* CBA Support
* cba support for iOS Share extension
* Autologin with credentials
* Set initial config for ExperimentalClientSideCertEnable as false
* Fix mattermost-redux to cba branch
* feedback review
* Fix eslint
2018-06-19 19:35:42 -04:00
Jesse Hallam
8372e95d4a
add eslint-plugin-header, and --fix all ( #1726 )
2018-06-19 19:14:50 -04:00
Elias Nahum
e3e2456ecd
Fix android share extension channel switching and searching
2018-06-08 15:25:00 -04:00
Elias Nahum
8e0d167f95
Fix push notification and emm race conditions ( #1691 )
...
* Fix push notification and emm race conditions
* feedback review
* Removed unnecesary code
2018-05-22 11:02:14 -04:00
Elias Nahum
0d92c61a41
Cache team icon and set background to always be white ( #1669 )
2018-05-11 18:05:16 -03:00
Elias Nahum
aebe22f58d
Fix Android sharing files without extension ( #1646 )
2018-04-30 11:57:24 -03:00
Chris Duarte
d9f2bca9c0
Share ext error ( #1587 )
...
* Wrap iOS share extension in error boundary component
* Wrap Android share extension in error boundary component
* Review feedback
2018-04-17 15:23:37 -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
Elias Nahum
6698dbf678
Upgrade to RN 0.54.3 and other dependencies ( #1539 )
...
* Upgrade to RN 0.54.2 and other dependencies
* feedback review
* upgrade mattermost-redux
* Update dependencies
2018-03-29 10:05:49 -04:00
Elias Nahum
16ccfab7f6
Fix iOS Share Extension Crash and Bump build and version numbers (master) ( #1557 )
...
* Fix iOS Extension crash
* Bump app version to 1.7.1 and build to 92
2018-03-29 09:13:27 -04:00
Elias Nahum
040dc00c94
Fix team_icon to reference the pure component ( #1507 )
...
* Fix team_icon to reference the pure component
* Fix team icon in Android extension
* Fix team icon in select team screen
* Fix team switch divider in channel drawer
2018-03-16 17:45:06 +02:00
Harrison Healey
e300ed5c88
Replaced occurances of wrapWithPreventDoubleTap with preventDoubleTap ( #1499 )
2018-03-14 00:14:35 +08:00
Christian Hoff
98fee5e473
PLT-7567: Integration of Team Icons ( #1470 )
...
* PLT-7567: Integration of team icons in
channel drawer teams, switch team button, team selection, os share extenions
* PLT-7567: adopt updated eslint changes
* PLT-7567: Component for team icon display, refactoring
* PLT-7567: removed redundant styles
* PLT-7567: redux connected component for team icon, error handling
2018-03-06 20:39:24 +00:00
enahum
db5339e7f6
[MM-9559] use NSURLSessionUploadTask with the new files endpoint in iOS Share Extension ( #1458 )
2018-02-23 09:56:27 -05: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
4b3bc57643
[MM-9626 & MM-9627] iOS share fixes ( #1446 )
...
* MM-9627 Fix keyboard dismissal when searching for channels
* MM-9626 Use TableView for team listing
2018-02-20 18:41:17 -05:00
enahum
9a0a43ae35
Enable iOS Share Extension with TableView ( #1418 )
...
* Enable iOS Share Extension with TableView
* show channel display_name when main app channel is dm or gm
* feedback review
2018-02-08 12:14:40 -05:00
enahum
509fe37f1f
[ICU-676] Make the app extensions follow the max file size that the server accepts ( #1411 )
...
* Android Share extension follows server config file size limit
* iOS Share extention follows config file size limit
* feedback review
2018-02-07 18:02:38 -03:00
enahum
89e0623e6e
Improvements on iOS Share Extension ( #1407 )
...
* Improvements on iOS Share Extension
* Switch NSUserDefaults with a file based solution
* create a new entities object instead of mutating
* Clarify the function for requiring emm authentication
* ensure entities is not a shallow copy
2018-02-02 16:48:09 -05:00
enahum
a3d9eaa385
iOS Share extension to share files up to 20mb ( #1394 )
2018-01-30 13:27:20 -03:00
enahum
aebea2688b
iOS Share extension, fix teams and dm channels ( #1389 )
...
* iOS Share extension, fix teams and dm channels
* Feedback review
* Feedback review 2
2018-01-29 13:59:30 -03:00
enahum
676a3c4bda
Fix share extension ( #1386 )
...
* Remove iOS extension garbage code
* Fix Android Share Extension crash
2018-01-26 18:50:08 -03:00
enahum
926ffe96c5
Android share extension ( #1352 )
...
* Android share extension
* Feedback review
* Feedback review
2018-01-17 18:17:02 -03:00
enahum
70c4e3e005
iOS Share Extension ( #1308 )
...
* objective-C share extension
* MattermostBucket module to share data between the main app and the extension
* middleware that shares the data between the main app and the extension
* Fix setState when safe area in unmounted
* Share extension for iOS
* Fastlane changes to include iOS share extension
* Fix unit test
* Feedback review
* define proptypes for icons
2018-01-15 16:11:42 -03:00