Miguel Alatzar
47debc68c1
Bump app build number to 188 ( #2744 )
2019-04-26 12:23:48 -07:00
Miguel Alatzar
b878584020
Bump app version number to 1.19.0 ( #2743 )
2019-04-26 12:16:36 -07:00
Miguel Alatzar
86f2b0a7b9
Allow only jpeg, png, and bmp profile image uploads ( #2742 )
2019-04-26 08:44:03 -04:00
Miguel Alatzar
89e723b927
Delay PostTextbox animation on iOS when clearing text ( #2739 )
2019-04-25 07:52:52 -07:00
Miguel Alatzar
78058c2bda
Check for null activity before calling finish ( #2738 )
2019-04-25 09:23:48 -04:00
Ryan Davis
b1324bcf13
MM-14907 RN: iOS - No MattermostShare error when sharing text that is over server's max post size ( #2713 )
...
* RN: iOS - No MattermostShare error when sharing text that is over server's max post size
* MM-14907 Allow editing if over maxPostSize.
* MM-14907 Always On Character Count
* Readded work from MM-14836 Post-Merge
* Refactor of getMaxPostSize to match getMaxFileSize
2019-04-25 09:18:32 -04:00
Joram Wilander
7668670884
Generate random channel URL name from display names that don't clean into a usable name ( #2679 )
2019-04-24 07:39:38 -07:00
Miguel Alatzar
de276c7d93
Increase Typing animation duration and remove handleScrollToRecentPost ( #2730 )
2019-04-23 14:49:46 -07:00
Miguel Alatzar
2d989a59e7
Match lineHeight used in ChannelInfoHeader to PostBody's ( #2721 )
...
* Match lineHeight used in ChannelInfoHeader to PostBody's
* Apply lineHeight only for iOS
2019-04-23 13:48:18 -07:00
Miguel Alatzar
15125ba098
[MM-14836] Prevent sharing of images over max pixels ( #2733 )
...
* Prevent sharing of images over max image size
* Prevent sharing of images over max image pixels
* Move readableMaxImagePixels
2019-04-23 11:46:39 -07:00
Saturnino Abril
c318f92470
[MM-14619] Remove Client4.online and related setOnline function ( #2718 )
2019-04-24 00:48:13 +08:00
Miguel Alatzar
d5bf5bec78
[MM-14699] Update image cache manager to handle correct file extensions ( #2701 )
...
* Update image cache manager to handle correct file extensions
* Use RNFetchBlob.fs.existsWithDiffExt to find cached images with
extensions other than the default .png
* Add package-lock.json
* Use app/util/file's getExtensionFromMime
* Define DEFAULT_MIME_TYPE in image_cache_manager.js
2019-04-22 19:22:39 -07:00
Miguel Alatzar
b11cf8e51c
[MM-14669] Return null dimensions when height or width is falsy ( #2681 )
...
* Return 50x50 dimensions when height or width is 0
* Refactor image constants
* Return null dimensions when height or width is falsy
2019-04-22 19:17:52 -07:00
Miguel Alatzar
de7b88beb2
MM-14541 Fix search bar animation stutter in main search bar ( #2672 )
...
* Do not expand drawer on search start
* Add state.searching for determining showTeams
* Add leftComponent prop to SearchBar to render SwitchTeamsButton
* Update snapshot tests
* Use native driver when possible and fix start calls
2019-04-22 19:01:48 -07:00
Peter Dave Hello
76957c5ae4
Optimize png image with zopflipng lossless compression ( #2682 )
2019-04-22 21:58:27 -04:00
Chris Duarte
5d887f067d
Reminder message (/remind) do not show message text on mobile. ( #2710 )
2019-04-22 21:56:59 -04:00
Elias Nahum
dbd56671a0
translations PR 20190422 ( #2734 )
2019-04-23 08:56:24 +08:00
Elias Nahum
316f409472
MM-15216 Fix crash when cookie does not set expiration date on iOS
2019-04-18 18:26:54 -04:00
Elias Nahum
8ae81de8f4
MM-15215 fix crash caused by malformed post textbox localize string
2019-04-18 18:26:50 -04:00
Elias Nahum
12aebc6713
Bump app version number to 1.18.1
2019-04-18 18:26:44 -04:00
Elias Nahum
f9645e63e1
Bump app build number to 187
2019-04-18 18:26:36 -04:00
Saturnino Abril
7590bb3063
Bump app build number to 186 ( #2716 )
2019-04-16 11:58:07 +08:00
Miguel Alatzar
69a2c58f5e
Ensure the correct value for channelIsLoading is used ( #2712 )
2019-04-15 10:54:23 -07:00
Saturnino Abril
7efb044aa9
Bump app build number to 185 ( #2708 )
2019-04-10 16:57:52 +08:00
Elias Nahum
25673ff7e0
MM-14959 iOS Share Extension channel search open by default ( #2698 )
2019-04-09 14:39:35 -04:00
JoramWilander
78b23ae37e
Update mattermost-redux
2019-04-09 13:27:09 -04:00
Elias Nahum
8ef6b35369
translations PR 20190408 ( #2704 )
2019-04-09 07:52:21 -04:00
Miguel Alatzar
385a081f78
Set canFlag to false for system messages ( #2705 )
2019-04-09 11:16:47 +08:00
Elias Nahum
0377249592
MM-14960 Use the correct icon set for channel types ( #2699 )
2019-04-08 10:51:10 -07:00
Miguel Alatzar
caac14907e
[MM-14830] Check for null pushNotification prior to calling sendNotificationScheduled on it ( #2702 )
...
* Update react-native-notifications dependency commit hash
* Add package-lock.json
2019-04-08 08:33:33 -04:00
Miguel Alatzar
6fef6d6b92
[MM-14899] Support sharing of screenshots via the iOS share extension ( #2697 )
...
* Handle NSItemProvider item of type UIImage
* Create screenshot temp file with UploadSessionManager
2019-04-08 05:31:11 +08:00
Miguel Alatzar
64337b4851
Remove package name from push notification content ( #2700 )
2019-04-08 05:25:30 +08:00
Miguel Alatzar
713dd4e578
Avoid force casting items to URL ( #2696 )
2019-04-05 02:59:45 +08:00
Saturnino Abril
41ddeef2f7
Bump app build number to 184 ( #2695 )
2019-04-05 00:22:43 +08:00
Saturnino Abril
00e05c5e8f
update commit of commonmark.js that fixes "blank spaces break markdown table" ( #2694 )
2019-04-05 00:14:54 +08:00
Daniel Schalla
a74fabcc98
Add CSRF Header in File Upload and Profile Image Set Operations ( #2686 )
2019-04-04 10:44:11 -04:00
Miguel Alatzar
bb9f96f409
[MM-14871] Fix extraction of sender name for push notifications ( #2691 )
...
* Return empty string for sender name when not found
2019-04-03 18:42:14 -07:00
Elias Nahum
3adec36c95
translations PR 20190401 ( #2687 )
2019-04-03 18:31:54 -03:00
Miguel Alatzar
4c690b5578
[MM-14866] Fix app crash due to parseInt call on null and display test notification message ( #2690 )
...
* Call setNumber on notification only if badge is not null
* Move setNumber call
* Add bundle to empty list
2019-04-03 10:15:34 -07:00
Dan Maas
39129fc6c4
Update NOTICE.txt ( #2685 )
...
- Misc homepage and project info updates
2019-04-03 09:47:41 +02:00
Christopher Speller
370fa9b952
MM-13618 Adding bot tags. ( #2669 )
...
* Adding bot tags.
* Snapshot update.
* Moving bot tag to own component.
* Snapshots.
* Adding missing bot tags, fixing bot profile, allowing tap of bot username to open profile.
* Snapshots and tests.
2019-03-26 17:01:17 -07:00
Harshil Sharma
52e379ae51
#MI-372 updated mattermost-redux commit ID to use the latest changes ( #2670 )
...
* #MI-372 updated mattermost-redux commit ID to use the latest changes
* Updated commit ID in package lock as well
2019-03-26 18:38:56 -03:00
Martin Kraft
7423e7d3bf
MM-14345: Changes the channelIsReadOnly prop to be associated to the post's channel rather than the current channel. Show the unpin regardless of whether a channel is read-only. ( #2656 )
2019-03-25 17:37:54 -07:00
Courtney Pattison
c3a1e3561e
[MM-13381] Added reply to post options ( #2665 )
...
* [MM-13381] Added reply to post options
* [MM-13381] Fixes for adding reply to post options
* [MM-13381] Fixed logic for adding reply to post options
* [MM-13381] Fixed canReply logic for post options
2019-03-25 13:29:46 -07:00
Elias Nahum
cd875ac3a8
Bump Version to 1.18.0 and Build to 183 ( #2667 )
...
* Bump app build number to 183
* Bump app version number to 1.18.0
2019-03-25 08:51:27 -03:00
Elias Nahum
d2d1af2584
Transfer dependencies from enahum to mattermost ( #2666 )
2019-03-23 12:30:09 -03:00
Elias Nahum
e960d37cdc
MM-14459 Ensure hydrationComplete is set to true when resetting the cache and logging out ( #2664 )
2019-03-23 11:07:43 -03:00
Elias Nahum
fc5f33c03c
IWA support for Android and iOS ( #2654 )
2019-03-22 10:22:29 -07:00
Yusuke Nemoto
d852e0991f
Support MinimumHashtagLength setting ( #2583 )
...
* Support MinimumHashtagLength setting
* Set default value if missing
2019-03-22 14:06:02 -03:00
Antti Seppälä
a52bc4ca2e
Do not use WebKit for CookieManager operations in SSO ( #2515 )
...
* Do not use WebKit for CookieManager operations in SSO
This allows the SSO login to function again with devices that are not running IOS-11.
* Use WebKit for CookieManager operations only with iOS 11 or later
Detect OS version and use WebKit only when iOS 11 or later is detected.
This allows the SSO login to function again with older devices.
2019-03-22 13:41:06 -03:00