Commit graph

1813 commits

Author SHA1 Message Date
Harrison Healey
cb98efc6da MM-11477 Use custom thunk middleware to intercept leaked network errors (#2222)
* MM-11477 Use custom thunk middleware to intercept leaked network errors

* MM-11477 Always include url in Client4 errors

* Update redux
2018-10-09 10:21:45 -04:00
Saturnino Abril
09a49302f2 Add deactivated to separate row on user list and fix truncating user info (#2232) 2018-10-09 20:51:39 +08:00
Saturnino Abril
68fe3653a8 add opacity of 0.3 to circle stroke of offline status (#2233) 2018-10-09 20:48:41 +08:00
Elias Nahum
2cf74c07cb
Fix gifs displaying as still images on Android (#2230) 2018-10-08 12:28:17 -03:00
Elias Nahum
a70688fe44
Missing translations on login screen (#2227) 2018-10-08 12:26:54 -03:00
Saturnino Abril
b8f4757300 [MM-12550] Fix hangup on permalink view when user deleted the post in it (#2228)
* fix hangup on permalink view when user deleted the post in it

* return null when no need to change state on getDerivedStateFromProps
2018-10-08 23:16:53 +08:00
Elias Nahum
b3ec19fe17
Fix Option to capture and share video (#2225) 2018-10-05 17:47:55 -03:00
Elias Nahum
faa3a55b3d
Reset isLoadingMoreTop flag when switching channels (#2224) 2018-10-05 17:46:24 -03:00
Harrison Healey
dff9628b6e MM-12189 Set autocomplete max height based off available space (#2218)
* MM-12189 Set autocomplete max height based off available space

* Have each autocomplete type determine its own max height since DateSuggestion needs more space

* Remove unused props and ref
2018-10-05 09:58:53 -04:00
Saturnino Abril
82d9995f2b fix issue that blocks adding test for thread screen (#2221) 2018-10-05 21:50:03 +08:00
Elias Nahum
112fd06dfd
Revert "image thumbnail not centered (#2210)" and fix it properly (#2219)
This reverts commit 5f31374e74.
2018-10-04 19:42:17 -03:00
Elias Nahum
92541025ef
Fix fastlane android script (#2217) 2018-10-03 18:00:21 -03:00
Elias Nahum
d927642cb9
Bump app build number to 146 (#2216) 2018-10-03 16:29:21 -03: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
Harrison Healey
bfac3546c9
MM-12424 Properly set softInputMode on Android activity (#2201) 2018-10-03 16:02:29 -03:00
Elias Nahum
e170bc1177
Fastlane update to include new build process (#2208) 2018-10-03 15:10:24 -03:00
Joram Wilander
b41777a7e0
MM-12348 Persist interactive menu choices past channel switch and share with thread view (#2207)
* Persist interactive menu choices past channel switch and share with thread view

* Remove unneeded async
2018-10-03 15:08:35 -03:00
Sudheer
783dc66b2a
MM-12301 Add padding for error text on edit profile screen (#2214) 2018-10-03 15:07:12 -03:00
Elias Nahum
1c093f70a4
image thumbnail not centered (#2210)
* image thumbnail not centered

* feedback review
2018-10-03 15:05:22 -03:00
Martin Kraft
63bcdc42fb
MM-12061: Fixes component name typo and adds missing param. (#2199) 2018-10-03 15:05:07 -03:00
Saturnino Abril
793aea617c fix empty space on link preview when title and URL is not present in open graph meta (#2197) 2018-10-03 21:48:05 +08:00
Elias Nahum
ed3e822b63
Draft channel indicator to ignore message with whitespaces only (#2209) 2018-10-03 09:51:20 -03:00
Elias Nahum
7bbe6ccd9f
translations PR 20181001 (#2204) 2018-10-02 18:38:47 -03:00
Harrison Healey
bc159153d6 MM-12424 Remove unused props from KeyboardLayout and simplify methods (#2203)
* MM-12424 Remove unused props from KeyboardLayout and simplify methods

* Update snapshots
2018-10-02 17:13:04 -04:00
sudheer
167b91d7fd MM-12347 Fix crash of app when accessing jumpTo 2018-10-02 22:51:50 +05:30
Saturnino Abril
87b3e3e724 fix empty reaction row when profile is missing (#2196) 2018-10-01 18:41:14 +08:00
Saturnino Abril
cb1e286e4f Update unit test: use default theme, snapshot on wrapped elements and removal of unnecessary adapter (#2171)
* use default theme when unit testing the component

* update snapshots by getting wrapped elements only

* fix merge conflicts
2018-10-01 15:12:10 +08:00
Saturnino Abril
fb2f711359 fix blank space on link preview when no site name (#2193) 2018-10-01 15:07:49 +08:00
Saturnino Abril
07ff66726c add border to image of link preview and not allow such image width to exceed the view port width (#2189) 2018-10-01 09:39:49 +08:00
Elias Nahum
2bb69a9b7e
Bump App build number to 145 (#2195) 2018-09-28 17:33:17 -03:00
Elias Nahum
a25423eb4b
Fastlane (#2190)
* Have fastlane use BRANCH_TO_BUILD

* Update fastlane
2018-09-28 14:49:18 -03:00
Christopher Speller
dfb0557de6
Updating redux 2018-09-28 10:16:09 -07:00
Elias Nahum
093484eab3
Do not show a loading spinner if thread has root post loaded (#2186)
* Do not show a loading spinner if thread has root post loaded

* Feedback review

* Remove additional condition
2018-09-28 12:12:45 -03:00
Saturnino Abril
bf36a7533e [MM-12145] Make user info of user list on two rows: first with username and second with teammate display (#2185)
* make user list row on two columns: first is username, second is teammate display

* move style of filler
2018-09-28 11:36:43 -03:00
Christopher Speller
cd38d8690f Switching broken image error text to icon. (#2156) 2018-09-28 10:28:40 +08:00
Christopher Speller
58ae27bc01
Merge pull request #2179 from mattermost/search
Get more search results only if value is set
2018-09-27 12:10:56 -07:00
Elias Nahum
637df1df63
Get more search results only if value is set 2018-09-27 15:57:04 -03:00
Jesús Espino
2a75ee022c
MM-11606: Back to prev channel on close archived channel (#2183) 2018-09-27 19:02:02 +02:00
Jesús Espino
9bd89930b7
MM-11567: Autocomplete search in: for DMs and GMs (#2133)
* MM-11567: Autocomplete search in: for DMs and GMs

* More robust behavior on older versions and a fix on autocompletion

* Moving get display_name for search to a selector
2018-09-27 18:38:07 +02: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
Saturnino Abril
ce47c23100
[MM-9490] Add reaction list (#2125)
* add reaction list

* update styles and add tests

* update styles

* update per comment
2018-09-27 21:54:17 +08:00
Elias Nahum
48b945d6f9
Localization support for the calendar (#2182) 2018-09-27 10:40:21 -03:00
Elias Nahum
eab1ab7c0c Add support for new iPhone models in missing places (#2180) 2018-09-27 09:16:19 -04:00
Sudheer
13aaefa0ac [MM-11988] Fix File Upload loading progress indicator alignment (#2181) 2018-09-27 15:15:45 +02:00
Harrison Healey
3e675ce7a2
MM-10273 Always focus search input when first opening (#2174) 2018-09-27 08:40:35 -04:00
Elias Nahum
7bb7e30a71
Bump Android build number to 144 (#2178) 2018-09-27 05:59:03 -03:00
Elias Nahum
27c0222c0b
Bump iOS build number to 144 (#2177) 2018-09-27 05:48:47 -03:00
Elias Nahum
ad17c2ada6
Save dist config json with the right values (#2175) 2018-09-27 05:19:13 -03:00
Elias Nahum
96afdd8630
Upgrade to RN 0.57.1 (#2176) 2018-09-27 05:18:52 -03:00
Dan Maas
bb1bbd51d2 Update NOTICE.txt (#2163)
* Update NOTICE.txt

- Add new dependencies (jsc-android, moment-timezone, react-native-calendars, react-native-drawer-layout, react-navigation, rn-placeholder)
- Remove no-longer-used dependencies (react-native-drawer, react-native-fast-image)
- Update dependency with new name (TinyColor->tinycolor2)
- Update homepage and project owner info for all dependencies
- Add SPDX open-source license IDs
- Alphabetize dependency list so future update diffs will be smaller

* add back "a modified version of..." notices for dependencies that are modified by Mattermost

This is determined by looking at the requested version string in package.json. If the requested version is of the form "github:.../...(#...)", where the GitHub repo is something other than the official upstream repo (as given in the NPM registry entry), then we flag the dependency as being "a modified version".
2018-09-26 17:30:47 -03:00