Commit graph

1584 commits

Author SHA1 Message Date
Elias Nahum
102faceb2b
Wrap set credentials for the keychain in a try/catch (#1962)
* Wrap set credentials for the keychain in a try/catch

* Only wrap the setGenericPassword method
2018-08-02 15:44:30 -04:00
Elias Nahum
5bed4d7400
translations PR 20180802 (Adds Romanian) (#1964)
* translations PR 20180802

* Add Romanian
2018-08-02 12:27:23 -04:00
Elias Nahum
a0ae92ffbe
Attempt to fix EXC_BAD_ACCESS from CFArrayGetValueAtIndex (#1961) 2018-08-01 13:05:18 -04:00
Saturnino Abril
3a70e5c43f add extra protection to those channel/object followed immediately by accessing its "channel_id" field (#1960) 2018-08-01 13:04:58 -04:00
Sudheer
1783bf9731 Fix render prop of replyBarStyle (#1959) 2018-08-01 13:04:36 -04:00
Saturnino Abril
1a822ee547 set default value whenever the getPreference returns null or undefined (#1958) 2018-08-01 13:04:22 -04:00
Elias Nahum
5df8de035a
Bump Android build number to 128 (#1957) 2018-07-31 18:11:35 -04:00
Elias Nahum
89f35f73ed
Bump iOS build number to 128 (#1956) 2018-07-31 18:03:46 -04:00
Sudheer
aa7191802d [MM-11083] Change App icons for android (#1945)
* Change App icons for android

* Add playstore icon
2018-07-31 17:04:34 -04:00
Sudheer
d329c6fb4c [MM-11213] Fix post layout including line spacing for consecutive posts (#1947)
* Fix style issues with consecutive posts

 * Remove commented on message for immediate comment by
   same user.
 * Change replyBar to be on post and not on postHeader

* Fix padding on messages

* Fix date_header spacing

* Fix snapshots

* Change renderReplyBar variable name
2018-07-31 16:21:57 -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
Elias Nahum
2f3a6f98ac Fix close setting sidebar when setting status (#1954) 2018-07-31 14:13:20 -04:00
Saturnino Abril
b2f7fcc346 [MM-11454] Update the value of QuickTextInput on componentDidUpdate (#1941)
* update the value of QuickTextInput on componentDidUpdate

* update condition in updating input from props
2018-07-31 11:50:20 -04:00
Chris Duarte
26950abb61 Add deep linking support (#1805) 2018-07-31 08:43:54 -04:00
Elias Nahum
d5c3137946 translations PR 20180730 (#1952) 2018-07-31 17:17:59 +08:00
Elias Nahum
fd34a1cf2e
translations PR 20180723 (#1939) 2018-07-30 13:07:01 -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
Harrison Healey
0f84f4752d Fixed warnings on login screen (#1949) 2018-07-28 14:25:27 +08:00
Saturnino Abril
09c956349f
Bump app version to 1.11.0 (#1948) 2018-07-27 22:25:54 +08:00
Sudheer
e45a3a0bb9
[MM-11258] Clear jumpTo focus on drawerClose (#1944)
* Clear jumpTo focus on drawerClose
* Fix conditional if for clearSearch
2018-07-27 12:47:13 +05:30
Harrison Healey
154def4af8 Only update Client4.setAcceptLanguage when locale changes (#1942) 2018-07-26 07:54:33 -04:00
Harrison Healey
0272cd5d47 MM-11421 Add max lengths when editing user profile fields (#1940) 2018-07-25 14:20:22 +05:30
Elias Nahum
c7e1a70236 Recycle the post list (#1938) 2018-07-20 16:58:38 -04:00
Saturnino Abril
59d077a71d fix embedded long URL in message attachment (#1937) 2018-07-20 16:58:18 -04:00
Elias Nahum
b47c7db4dc
Fix cropped images (#1936)
* Fix cropped images

* Unit tests
2018-07-20 13:34:46 -04:00
Saturnino Abril
c714072b9b [MM-11274 & MM-10797] Add profile pop-up to combined system messages and fix it's translation issue (#1926)
* add profile pop-up to combined system messages and fix it's translation issue

* Pushing userlink changes

* add spacing

* fix styling and spacing issue. also removed tests due to transpiling issue

* update per comment
2018-07-20 03:53:23 -04:00
Elias Nahum
44152ad5e5 Fix reply pending intent per channel (#1932) 2018-07-18 14:33:08 -04:00
Elias Nahum
f6a1927a27
Fix closing app with Android Back Button (#1933) 2018-07-18 12:20:18 -04: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
92363dea5a translations PR 20180718 (#1934) 2018-07-18 12:37:45 +05:30
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
Harrison Healey
0d91ef64a1 MM-11207 Fixed wrapping of username in menu (#1930) 2018-07-18 07:22:02 +08:00
Eric Sethna
0e3b4fd139 Minor changelog updates (#1929)
* minor changelog updates

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-07-16 21:10:17 -04:00
amyblais
165f5cc373 v1.10 Changelog (#1831)
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-07-16 15:35:06 -04:00
Jani Uusitalo
f4cecd0ba8 Add -f to all ps calls in Makefile (#1919)
Output from procps' ps with -e only produces the process name, so
grepping for "cli.js start" fails every time. This change adds
(POSIX-compliant) -f to all ps calls to get the full command. AWK
print parameter is adjusted accordingly where needed.
2018-07-16 12:20:45 -04:00
Harrison Healey
8ada284f6f MM-11323 Added defensive code in LongPost makeMapStateToProps (#1923) 2018-07-13 16:23:23 -04:00
Harrison Healey
d410b1eed3 MM-11324 Added defensive code to hashCode function (#1925) 2018-07-13 22:25:10 +05:30
Elias Nahum
977575e4b8
Merge pull request #1924 from mattermost/release-1.10
Merge Release 1.10 into master
2018-07-13 09:35:07 -04:00
Elias Nahum
99dd5bc7d0
Bump Android build number to 127 (#1922) 2018-07-12 20:56:01 -04:00
Elias Nahum
5f6713a167
Bump iOS build number to 127 (#1921) 2018-07-12 20:54:18 -04:00
Elias Nahum
087096de88
Fix autocomplete 2018-07-12 20:28:25 -04:00
Elias Nahum
26389994d7
If slash command fails leave the command in the textbox 2018-07-12 19:21:53 -04:00
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
a8202b8311
Fix regression DMs will not open using jump to (#1920) 2018-07-12 11:18:26 -04:00
Martin Kraft
7675dd1af2 Render escaped HTML in FormattedMarkdownText; no throw error. (#1911) 2018-07-12 14:16:04 +05:30
Elias Nahum
6c2307a769
Merge pull request #1918 from mattermost/release-1.10
Merge Release 1.10 into master
2018-07-11 20:39:28 -04:00
Elias Nahum
d75e9f688c
Bump Android build number to 126 (#1917) 2018-07-11 20:15:52 -04:00
Elias Nahum
00eefde8eb
Bump iOS build number to 126 (#1916) 2018-07-11 20:11:21 -04:00
Elias Nahum
3aad874ac6
Fix join channel from jump to drawer (#1915) 2018-07-11 19:31:15 -04:00
Elias Nahum
145520f676
Mark flagged posts for consecutive messages (#1913) 2018-07-11 19:30:51 -04:00