Commit graph

1524 commits

Author SHA1 Message Date
Elias Nahum
bc2e8bb0ea
Merge pull request #1909 from saturninoabril/MM-11217
[MM-11217] Fix RadioButtonGroup's on change values - on Android
2018-07-11 12:27:05 -04:00
Elias Nahum
f89c45f986
Fix replying from push notification (#1894) 2018-07-10 08:57:26 -04:00
Saturnino Abril
cd50ca72eb fix RadioButtonGroup's on change values 2018-07-10 15:50:06 +08:00
Elias Nahum
8bee2b436c
Bump Android build number to 125 (#1907) 2018-07-09 19:06:51 -04:00
Elias Nahum
bcf291aa46
Bump iOS build number to 125 (#1906) 2018-07-09 18:57:01 -04:00
Jesse Hallam
36dd3f19e2 MM-11198: avoid duplicate date line keys (#1901)
* MM-11198: avoid duplicate keys in date lines

Ensure each dateline rendered as part of search, recent mentions, or flagged post list has a unique key, even if the same date itself appears multiple times.

* update post_list.test.js to actually test date boundaries, relying on TZ=utc export in package.json

* unit test makePreparePostIdsForSearchPosts

* fix eslint issues

* try TZ=GMT

* encode date lines using timestamps instead

This requires a few extra changes to the post list proper, but largely
simplifies things anyway.
2018-07-09 18:35:43 -04:00
Elias Nahum
ca4d08fc7e
Use TextInput instead of QuickTextInput on Android (#1904) 2018-07-09 18:33:31 -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
360c8cd2e3
Prevent drawer from swiping to teams when jump to channel is focused (#1902) 2018-07-09 18:32:48 -04:00
Saturnino Abril
6458ed871b fix profile upload by using RNFetchBlob (#1900) 2018-07-09 18:32:09 -04:00
Elias Nahum
c65d8f2e1c
translations PR 20180709 (#1905) 2018-07-09 18:29:58 -04:00
Elias Nahum
91a4abbd24
Fix race condition when opening the app from push notification (#1898) 2018-07-09 16:15:50 -04:00
Elias Nahum
3a2e8e256a
Set the proper size to the drawer when device rotates (#1899) 2018-07-09 15:46:54 -04:00
Harrison Healey
3bc93c8f38 MM-11203 Adjust reply icon margins to not affect other components (#1897) 2018-07-09 14:59:46 -04:00
Elias Nahum
3002ba2315
Bump Android build number to 124 (#1892)
* Mention qateam in fastlane pretext message

* Bump Android build number to 124
2018-07-05 15:37:32 -04:00
Elias Nahum
cc8d713e02
Bump iOS build number to 124 (#1891)
* Mention @qateam when build is ready

* Bump iOS build number to 124
2018-07-05 15:27:40 -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
9f0b7304b4
Clear iOS Keychain data on first run (#1889) 2018-07-05 13:28:53 -04:00
Elias Nahum
6d8c59ab61
Bump Android build number to 123 (#1886) 2018-07-04 13:53:02 -04:00
Elias Nahum
6379cb9e4d
Bump iOS build number to 123 (#1885) 2018-07-04 13:52:51 -04:00
Saturnino Abril
e4a0a4b4ec [MM-10215] Fix saving of email notification props when email batching is enabled (#1654)
* fix saving of email notification props when email batching is enabled

* fix email notification settings for android

* make screen for Android email notification

* update per comment

* leave as is "...email.everyXMinutes", and fix prop type error on emailInterval

* add "mobile." prefix to newly introduced translation ID
2018-07-04 13:17:59 -04:00
Saturnino Abril
665bb862a8 on search success and other user/s are selected already, remove current user first before profile match filtering (#1876) 2018-07-04 13:15:21 -04:00
Harrison Healey
da8b5e92cc MM-10012 Added Markdown rendering to expanded announcement banner (#1861)
* MM-10012 Added Markdown rendering to expanded announcement banner

* Updated snapshots

* Re-added dismiss button to expanded announcement banner

* Updated 'Don't show again' button style'
2018-07-04 13:15:03 -04:00
Alan P
76a82aa627 fix pt-BR availability (#1884)
pt-BR i18n could not be set as there was no `case` matching it properly.
2018-07-04 12:21:08 -04:00
Elias Nahum
ddbca98026
Bump Android build number to 122 (#1883) 2018-07-04 11:21:57 -04:00
Elias Nahum
e9cbd59d25
Bump iOS build number to 122 (#1882) 2018-07-04 11:21:17 -04:00
Saturnino Abril
0e692c2088 [MM-11004] Fix continuous channel loading (#1803)
* fix continuous channel loading

* revert change on limiting number of pages requested
2018-07-04 11:06:45 -04:00
Elias Nahum
5d579cdfcf
Bold unread channels in jump to channel (#1879) 2018-07-04 10:40:56 -04:00
Harrison Healey
939040c3cc Add setNativeProps to QuickTextInput (#1881) 2018-07-04 09:38:14 -04:00
Harrison Healey
d9eb29a724 MM-10826 Show error when viewing permalink for locally deleted post (#1870)
* MM-10826 Show error when viewing permalink for locally deleted post

* Don't hide current user's deleted posts
2018-07-04 08:44:33 -04:00
Elias Nahum
1b549d3a51
Bump Android build number to 121 (#1875) 2018-07-03 19:45:51 -04:00
Elias Nahum
4fef264e24
Bump iOS build number to 121 (#1874) 2018-07-03 19:40:00 -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
02c89faead MM-11116 Work around setNativeProps not working for TextInputs (#1873) 2018-07-04 07:02:41 +08:00
Harrison Healey
3633206204 Remember announcement banner dismissal after app closes (#1867) 2018-07-04 06:55:01 +08:00
Elias Nahum
b3f1e486a8
Bump Android build number to 120 (#1869) 2018-07-03 15:15:40 -04:00
Elias Nahum
478b72f065
Bump iOS build number to 120 (#1868) 2018-07-03 15:10:33 -04:00
Elias Nahum
be637c789c
Fix merge conflict 2018-07-03 13:17:48 -04:00
amyblais
d19fca53d7 Cleaning up NOTICE.txt (#1830)
* Update NOTICE.txt
2018-07-03 12:51:39 -04:00
George Goldberg
6d006e01e3 MM-10951: Change user visible channel delete strings to archive. (#1785)
* Change user visible channel delete strings to archive.

* Show the archive icon in the channel info view.
2018-07-03 12:50:27 -04:00
Elias Nahum
85da9fa305
translations PR 20180702 (#1863) 2018-07-03 12:49:39 -04:00
Elias Nahum
c8c26fd00d
Merge pull request #1866 from mattermost/merge-1.9
Merge release 1.9 to master
2018-07-03 12:34:15 -04:00
Elias Nahum
07367aa802
Merge branch 'release-1.9' into merge-1.9 2018-07-03 11:24:02 -04:00
Elias Nahum
952aeaf786
Bump Android build number to 119 (#1865) 2018-07-03 10:56:47 -04:00
Elias Nahum
8a7b27de2f
Bump iOS build number to 119 (#1864) 2018-07-03 10:45:36 -04:00
Elias Nahum
2ec26e2a0a
Bump app version to 1.9.3 2018-07-03 10:29:33 -04:00
Elias Nahum
8c066e0ba3 Attempt to fix some crashes (#1860)
* Attempt to fix some crashes

* remove unnecessary shareExtensionData middleware
2018-07-03 10:14:55 -04: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
11da5e22bc Fix badges not using the right theme prop (#1855) 2018-06-29 16:34:54 -04:00