Commit Graph

232 Commits

Author SHA1 Message Date
Elias Nahum
b3ec19fe17 Fix Option to capture and share video (#2225) 2018-10-05 17:47:55 -03:00
Saturnino Abril
82d9995f2b fix issue that blocks adding test for thread screen (#2221) 2018-10-05 21:50:03 +08:00
Elias Nahum
696b2e7c5e Fix search screen from braking and improved how to get more results (#2215)
* Fix search screen from braking and improved how to get more results

* Update mattermost-redux
2018-10-03 16:16:20 -03:00
Christopher Speller
dfb0557de6 Updating redux 2018-09-28 10:16:09 -07:00
Jesús Espino
9668bdc894 MM-11577: Back to previous channel on archive (#2172)
* MM-11577: Back to previous channel on archive

* Add last mattermost-redux version
2018-09-27 18:15:45 +02:00
Elias Nahum
96afdd8630 Upgrade to RN 0.57.1 (#2176) 2018-09-27 05:18:52 -03:00
Elias Nahum
f522df7a2e Refactor postlist to include Android Pie fixes and smoother scrolling (#2161) 2018-09-26 10:43:33 -04:00
Elias Nahum
faa4f2983f Update RNFetchBlob (#2166) 2018-09-25 16:12:27 -04:00
Christopher Speller
d30d24522c Merge pull request #2167 from mattermost/mm10273a
MM-10273 Fix 3 character hashtags not being rendered
2018-09-25 12:15:25 -07:00
Elias Nahum
0e15692f13 Add support for iPhone XR, XS and XS Max (#2153) 2018-09-25 14:03:05 -04:00
Harrison Healey
8ee2ab00b8 MM-10273 Update commonmark.js to fix 3 character hashtags 2018-09-25 09:59:21 -04:00
Elias Nahum
0edcc139f4 Make the image preview smoother (#2147)
* Make the image preview smoother
2018-09-24 12:53:40 +05:30
Elias Nahum
637ca9244a Update RN to version 0.57.0 (#2131) 2018-09-20 19:05:41 -03:00
Harrison Healey
c7dbf2f818 Remove .npminstall and don't explicitly build mattermost-redux (#2135)
* Remove .npminstall and don't explicitly build mattermost-redux

* Update mattermost-redux to merged version of changes
2018-09-18 15:09:41 -04:00
Harrison Healey
ecf25969cc Fix version of commonmark-react-renderer in package.json (#2136)
* Fix version of commonmark-react-renderer in package.json
2018-09-18 20:37:49 +05:30
Elias Nahum
07f88071c6 Update dependencies (#2040)
* Update dependencies

* Update snapshots
2018-09-17 10:22:38 -03:00
Jesús Espino
280577dbc7 MM-11725: Using the new server endpoint to autocomplete channels (#2100)
* MM-11725: Using the new server endpoint to autocomplete channels

* Fixing suggestions from the PR

* Updating mattermost-redux dependency

* Removing unnecesary Client4.getServerVersion usage
2018-09-14 15:06:11 -04:00
Harrison Healey
15da1b4c9c MM-11955 Improve handling of whitespace around tables (#2114) 2018-09-14 14:39:25 +08:00
Elias Nahum
1c5bbbd996 Merge pull request #2105 from mattermost/release-1.12
Merge Release 1.12
2018-09-11 19:14:37 -03:00
Harrison Healey
3005a39f07 MM-12109 Switch to using server API to determine redirect location (#2097)
* Switch to using server API to determine redirect location

* Update redux to add version check for getRedirectLocation
2018-09-11 18:06:13 -03:00
Elias Nahum
f1274e4977 Merge pull request #2094 from mattermost/release-1.12
Merge Release 1.12 into master
2018-09-07 20:06:22 -03:00
Elias Nahum
5d9c3d7b3d Search Fixes (#2090)
* MM-11996 date filter

* MM-12041 do not reopen keyboard after search
2018-09-07 19:02:40 -03:00
Elias Nahum
363418a341 Update mattermost-redux (#2091) 2018-09-07 19:01:11 -03:00
Saturnino Abril
059db1a788 fix warnings in running jest test (#2087) 2018-09-07 23:05:35 +08:00
Harrison Healey
0a8354ddef GH-1951 Update commonmark.js to support images with dimensions (#2058) 2018-09-06 18:46:35 -04:00
Dmitry Samuylov
9deeb86e1e bug fix: use user's timezone setting for search date flags (#2067) 2018-09-04 11:52:16 -03:00
Elias Nahum
c24492be8f Android notification support for O and P (#2060) 2018-08-30 19:45:21 -03:00
Harrison Healey
07ada67e1a MM-11449 Show OpenGraph previews for pages with any of the required fields (#2054)
* MM-11449 Show OpenGraph previews for pages with any of the required fields

* Update mattermost-redux
2018-08-30 14:18:01 -03: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
Dmitry Samuylov
1ecb209712 Feature/search after before on (#2028)
* initial partial implementation of search date flags UI (on: before: after:)

* Make the calendar show correctly

* dismiss keyboard when showing the date suggestion since this type of input will primarily be entered through the calendar and later edited if needed

* fixed code style errors

* updates as per pull request comments

* fixed eslint errors

* changes as per pull request comments, removing unnecessary code

* added handling for hiding the date filter feature if the server version doesn't support it

* fixed eslint errors

* removed unnecessary property defaults and server version checks, as per PR suggestions

* this default is needed for the initial load of the component

* changed the way we capture the flag from the search string, this handles scenarios where multiple flags might be present in the search string that are handled by the same suggestion component as is the case here with date based flags

* need property declared to pass jslint rules

* eslint style fix, moved regex out into constants

* removed unused code and references

* updated as per pull request feedback

* updated to latest redux version

* changed to new search posts api that supports passing in of time zone utc offset to support date based search flags

* updated to the upcoming release version in preparation for merging to master

* Properly memoize DateSuggestion mapStateToProps

* Remove moment-timezone
2018-08-28 18:01:11 -04:00
Elias Nahum
d7df1ec044 Update fastlane and mattermost-redux (#2011) 2018-08-16 08:56:29 -03:00
Martin Kraft
e44af0c26e Update mattermost-redux (#2010) 2018-08-15 15:08:44 -03: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
Sudheer
b76319e9c6 [MM-11170] Remove loader and someone from LHS (#1973) 2018-08-11 12:07:27 -04:00
Jesús Espino
a86bacb2dc MM-11576: Updates redux. (#1992) 2018-08-10 17:55:02 -04:00
Elias Nahum
c7aa11b585 Update mattermost-redux 2018-08-08 09:27:39 -04:00
Harrison Healey
21521a79be MM-11477 Update react-native-sentry and sentry-javascript (#1975) 2018-08-07 10:48:51 -04:00
Sudheer
8ab2373d7b [MM-11051] Add a loading_palceholder when user info is loading (#1972)
* MM-11051] Add a loading_palceholder when user info is loading

* Update package json and lock
2018-08-07 10:30:52 -04:00
Elias Nahum
a0ae92ffbe Attempt to fix EXC_BAD_ACCESS from CFArrayGetValueAtIndex (#1961) 2018-08-01 13:05:18 -04:00
Martin Kraft
0d0dfb1057 MM-11070: Adds ability to view archived channels. (#1927)
* MM-11070: Adds ability to view archived channels.

* MM-11070: Switches to existing selector.

* MM-11070: Uses boolean prop instead of object.

* MM-11070: Reuses web translations.

* MM-11070: Adds archived message to thread view. Switches to selector for postIDs of archived channels.

* MM-11070: Removed unused import.

* MM-11070: Removes edit and delete options from longpress of archived posts.

* MM-11070: Moves closure variable.

* MM-11070: Switch from hard-coded to theme color.

* MM-11070: Hides actions in header of archived channels.

* MM-11070: Updates Redux.

* MM-11070: Re-adds the 'Leave Channel' option for archived channels.
2018-07-31 15:27:38 -04:00
Harrison Healey
e2f8bb2a4a MM-11256 Update mattermost-redux to properly get current user on update (#1950) 2018-07-28 14:26:10 +08:00
Sudheer
e27ed497b1 MM-10924 Add forgot password screen (#1878)
* MM-10924 Add forgot password screen
 * Add a new screen for the user to reset password.
   but can only verify the link through web UI

* Update mattermost-redux version to include isEmail helper
2018-07-18 14:16:02 +05:30
Elias Nahum
e269c0a4d3 Update RNFetchBlob to not attempt to read certificate if is set as null 2018-07-12 19:07:02 -04:00
Elias Nahum
01792f2b54 Handle bad state (#1903)
* Upgrade mattermost-redux

* Check if url start with http before pinging

* Remove required status prop in settings sidebar

* Prevent the app to get into a bad state and if that happens try and recover
2018-07-09 18:33:13 -04:00
Elias Nahum
5bf248d5c4 Fix getting the youtube video id (#1890)
* Fix getting the youtube video id regardless where the id is defined in the link

* feedback review

* Simplify and add unit tests for getYouTubeVideoId
2018-07-05 15:02:34 -04:00
Elias Nahum
11da5e22bc Fix badges not using the right theme prop (#1855) 2018-06-29 16:34:54 -04:00
Elias Nahum
aade1f0e35 Merge branch 'release-1.9' into merge-1.9 2018-06-27 18:17:44 -04:00
Harrison Healey
dcdf6d7971 MM-11052 Cherry-pick RN fix for Android keyboard emoji autocomplete (#1838) 2018-06-27 09:52:51 -04:00
Elias Nahum
cf24580e48 Update RNFetchBlob to allow arabic chars (#1836) 2018-06-27 08:13:28 -04:00
Harrison Healey
ffd7c70d61 MM-10996 Fixed getting post thread after receiving posts over the websocket (#1835) 2018-06-26 19:39:07 -04:00