Elias Nahum
7b75868101
Various fixes ( #3078 )
...
* MM-17588 Remove navigation component from stack
* MM-175986 Fix Clock Display Settings on iOS
* Fix markdown and team icon currentServerUrl
* Fix closing permalink logs out the user
* Fix file attachment document ref
* Fix applyTheme when changing a theme in the app
* Feedback review
* remove / when fetching the image on the markdown table on relative paths
2019-08-08 22:39:27 +08:00
Mattermost Build
24bd57ad3f
Automated cherry pick of #3079 ( #3083 )
...
* Remove flex for horizontalRule
* Fix snapshot tests
2019-08-08 10:10:22 -04:00
Mattermost Build
b931733695
Fix theme thumbnail width ( #3082 )
2019-08-08 09:59:55 -04:00
Mattermost Build
088d375ff2
Automated cherry pick of #3075 ( #3077 )
...
* Update NOTICE.txt
* Update NOTICE.txt
2019-08-07 11:13:26 -04:00
Elias Nahum
4b06636d9b
translations PR 20190805 ( #3073 )
2019-08-06 10:38:30 -04:00
Mattermost Build
05db1aaa71
Bump app build number to 216 ( #3069 )
2019-08-03 02:24:12 +05:30
Elias Nahum
e94dfb5389
MM-16752 Fix unhandled promise rejection TypeError state.websocket.lastConnectAt ( #3039 )
2019-08-02 16:13:55 -04:00
Elias Nahum
58b95e7609
translations PR 20190729 ( #3055 )
2019-08-02 15:23:23 -04:00
Elias Nahum
da911a2b34
MM-17424 Setting to enable/disable fixed sidebar ( #3060 )
2019-08-02 13:53:48 -04:00
Miguel Alatzar
d842d7881a
Include archived teams filter change from mattermost-redux
2019-08-02 10:18:47 -07:00
Miguel Alatzar
98dc141ee3
Bump app build number to 215 ( #3066 )
2019-08-01 12:28:10 -04:00
Mattermost Build
8d0cb0663b
Bump app build number to 214 ( #3064 )
2019-07-31 19:40:26 -04:00
Miguel Alatzar
612d284cbb
Include null check on name from mattermost-redux
2019-07-31 13:31:28 -07:00
Elias Nahum
be727fec9e
Bump app build number to 213 ( #3058 )
2019-07-31 09:33:23 -04:00
Mattermost Build
d0f059e1f9
Load Android WebView package instead of module ( #3054 )
2019-07-29 09:19:59 -04:00
Elias Nahum
df74521ff3
translations PR 20190724 ( #3029 )
2019-07-29 08:11:33 -04:00
Mattermost Build
eff961d109
Check if ackId is nil first ( #3050 )
2019-07-26 13:18:06 -04:00
Mattermost Build
59f3633d94
Fix test ( #3052 )
2019-07-26 10:13:15 -07:00
Mattermost Build
31bd391e56
Automated cherry pick of #3033 ( #3047 )
...
* Clear foreground notifications from AsyncStorage
* Remove unnecessary call to clearNotifications
2019-07-26 08:11:58 -04:00
Mattermost Build
810f73e3ad
Automated cherry pick of #3026 ( #3031 )
...
* Parse source URI
* Revert "Parse source URI"
This reverts commit 1cf421c9b9897e46881685aabebb793ad6ff4c07.
* Pass imageUri instead of defaultSource to ProgressiveImage
* Parse source URI in ImageCacheManager
2019-07-25 11:05:13 -07:00
Mattermost Build
14421ba8e9
MM-17100 setCSRFFromCookie with subpath support ( #3040 )
2019-07-25 11:01:49 -07:00
Mattermost Build
5c4405278b
MM-17120 Update fastlane image to a working one ( #3045 )
...
https://mattermost.atlassian.net/browse/MM-17120
2019-07-25 09:21:12 -04:00
Elias Nahum
067a5481ff
Bump app build number to 212 ( #3042 )
2019-07-25 08:46:44 -04:00
Mattermost Build
c267b8dd13
Check initialIndex in callback ( #3032 )
2019-07-24 14:23:06 -07:00
Mattermost Build
ce325a4ab1
Automated cherry pick of #3001 ( #3030 )
...
* Include in-app notifications in iOS badge number
* Make foreground notifications key a const
2019-07-24 14:05:25 -07:00
Mattermost Build
1f8e853e41
Apply new theme to all navigation components ( #3021 )
2019-07-24 09:24:54 -04:00
Jesús Espino
8887319324
Revert Guest Accounts feature ( #3024 )
...
* Revert "Automated cherry pick of #3019 (#3020 )"
This reverts commit a0b021d21d .
* Revert "Adding guest accounts feature (#2990 ) (#3015 )"
This reverts commit 60030defb8 .
2019-07-23 20:55:15 +02:00
Mattermost Build
e214039cee
Call scrollToIndex only if flatListRef.current is not null ( #3023 )
2019-07-23 11:26:39 -07:00
Mattermost Build
0a93ec134c
User popToRoot over resetToChannel ( #3018 )
2019-07-23 09:16:33 -07:00
Mattermost Build
a0b021d21d
Automated cherry pick of #3019 ( #3020 )
...
* Fixing guest login
* Fixing eslint
2019-07-23 11:22:43 +02:00
Mattermost Build
75aedb8aa1
Automated cherry pick of #3014 ( #3017 )
...
* Add channel_id to failed push notification reply
* Fix typo
2019-07-22 15:40:40 -07:00
Jesús Espino
60030defb8
Adding guest accounts feature ( #2990 ) ( #3015 )
...
* MM-15059: Restict the permissions for guests (#2791 )
* MM-15057: Adding guest badge to identify guest users (#2774 )
* MM-15057: Adding guest badge to identify guest users
* Adding Guest tags in the channel title
* Adding i18n translations
* Adding DM and GM guest warnings
* Fixing check-style
* Adding and fixing tests
* Adding i18n text
* Only showing the subtitle when there is enough space
* Addressing new design changes
* Fixing eslint
* Addressing PR comments
* Moving getChannelStats to the handleSelectChannel action
* Adding the guest info in android landscape channel headers
* simplified the guest warning text generation
* Fixing i18n
* Fixing leaving channel behavior for guests (#2989 )
* Fixing leaving channel behavior for guests
* Fixing tests and adding a new one
* fixing typo
* Addressing PR comments
* Addressing PR comments
* Fixing tests
2019-07-22 23:46:15 +02:00
Mattermost Build
50cc6f827e
Bump app build number to 211 ( #3013 )
2019-07-23 02:04:24 +05:30
Mattermost Build
ac11b7fec3
Bump app version number to 1.22.0 ( #3011 )
2019-07-23 00:40:08 +05:30
Elias Nahum
c9575b464d
Update Fastlane ( #3008 )
2019-07-22 10:15:17 -04:00
Mattermost Build
a4284666a3
Automated cherry pick of #3002 ( #3004 )
...
* Set footerColor the same as navBarBackgroundColor
* Oops, forgot __snapshots__
2019-07-20 09:17:32 +08:00
Elias Nahum
4d5422e98b
Bump app build number to 210 ( #3000 )
2019-07-19 16:53:40 -04:00
Elias Nahum
a3783b1bf5
MM-16829 Fix for websocket reconnects for android
2019-07-19 16:49:19 -04:00
Elias Nahum
c31ff56149
Bump Version to 1.21.1 and build number to 209 ( #2995 )
...
* Bump app build number to 209
* Bump app version number to 1.21.1
2019-07-18 18:43:48 -04:00
Mattermost Build
93498a3ab5
Fix Options modal on iOS ( #2994 )
2019-07-18 16:00:49 -04:00
Sudheer
6d10915aad
MM-16829 Fix for sso with server subpaths ( #2987 )
2019-07-19 00:08:19 +05:30
Mattermost Build
79653ad814
MM-16815 Remove the failed posts banner on WS reconnect ( #2988 )
2019-07-18 11:38:37 -04:00
Ewe Tek Min
13bb83c11c
[MM-14303] Able to copy channel header and purpose ( #2923 )
2019-07-18 11:24:02 -04:00
Mattermost Build
3f6e706fa1
Select server fix login options transition ( #2986 )
2019-07-18 11:00:29 -04:00
Mattermost Build
5492cd5e46
Automated cherry pick of #2961 ( #2985 )
...
* Enable emojis for profile icons from webhooks
Removes borders from profile icons when it is from a custom URL.
* feat: reapply border for all profile pictures and shrink emojis
* feat: remove border from emoji profile pictures
* feat: decide if post has emoji icon through props instead of url
* refactor: better checking of potentially undefined property
Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>
2019-07-18 10:26:39 -04:00
Miguel Alatzar
55964d2fda
Add placeholderTextColor when using placeholders ( #2976 )
2019-07-17 12:56:25 -07:00
amyblais
6063ad825a
v1.21 Changelog ( #2890 )
2019-07-17 12:32:08 -04:00
Elias Nahum
cdd7000361
MM-16398 Fix Team/Channel sidebar dots overlap last item ( #2975 )
...
* MM-16398 Fix Team/Channel sidebar dots overlap last item
* Feedback review and Tablet support
* Only center dots by width on iPhone X series devices
2019-07-17 11:30:12 -04:00
Elias Nahum
b8af8a3860
Lazy android native modules ( #2973 )
...
* Lazy loading Android modules
* Remove react-native-bottom-sheet
* Remove comments
* npm audit fix
* Update rnn-v2 modals
* audit fix
* Fix tests
2019-07-17 11:06:21 -04:00
Miguel Alatzar
22cc139b00
[MM-17018] Handle null currentChannelMember ( #2982 )
...
* Update mattermost-redux
2019-07-16 15:21:18 -07:00